/*
## layout.css - Contains style for print layout
*/

* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#contant .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 0px;
}


#inlineEditingBar {
  display: none; 
}

#inlineEditingOn {
  display: none; 
}

#wrapperAll {
  background: #fff;
  width: 600px;
}

#wrapperMember {
  background: #fff;
  width: 600px;
}

#wrapper {
  margin: 0 auto;
  width: 600px;
  background: #fff;
  border: 0px;
}

#wrapperHeader {
  display: none;
}

#header {
  display: none;
}

#contentTop {  
   display: none; 
}

#leftColumn {
  display: none;
}

#midColumn {
  margin: 0 auto;
  width: 600px;
}


#rightColumn {
  display: none;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color: #FFF;
  color: #000;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
  color: #000;
}

img {
  display: block;
}

input {
  font-size: 100%;
}