/* about this CSS File */

/* for Premiere Media */
/* Last update: May 31, 2006. */

/* Page Structure 
------------------------
#container					section 1.0
#header						section 2.0
#print-header				section 3.0
#sidebar					section 4.0
#content-area				section 5.0
#footer						section	6.0

*/

/* General Declaration
================================================ */

#container {

  width:100%;
  border: 0px solid #000;
}

#header-leftside{
  border-bottom: 3px solid #808080;
}

#header-rightside, #menu , #col01, #col02, #treemenu1{
display:none;
}

#print-header {

}

#sidebar {
display:none;
}

#content-area {
  background:#fff url('../img/copy.gif') no-repeat center top;
  float:left;
  margin:0 0px 0 0px;
  border: 0px solid #000;
  padding:0 0px 0 0;
  font-family: arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
  text-align:left;
}

#content-area-max {
  float:left;
  margin:0 0px 0 0px;
  border: 0px solid #000;
  padding:0 0px 0 0;
  font-family: arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
  text-align:left;
}


#footer {
display:none;
}


/************ Tables ***********************/
table {
width:90%;
  BORDER-COLLAPSE: collapse;
  border: 0px solid #dcdcdc;
  font-weight:normal; 
  font-family: Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size:10px; 
  text-align:left;  
  
}

th {
background:#6389D0;
  border: 1px solid #C0D3EF;
  padding:3px; 
  text-align:left;
}
td{
  border:0;
}

td{
vertical-align: top;
  border:0;
  border-bottom: 1px dotted #eee;
  padding:3px; 
}