/* 
    Document   : myprint
    Created on : 18-aug-2009, 15:04:27
    Author     : denturck
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;

}
 body {
font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:10pt;}

#header, #sidebar, #navigation, #footer{
    display:none;
}
.jScrollPaneContainer {
	position:relative;
    float:left;
        overflow:visible;
	z-index: 1;
        float:left;
    }
    form {
        display:none;
    }
#mytable tbody tr th {
border-right:1px solid #FFFBF8;
font-weight:bold;
text-align:left;
text-transform:uppercase;
}
#mytable tbody tr {
border-bottom: 1px solid black;
font-weight:normal;
font-size:10px;
text-align:left;
}
#mytable tbody tr td {
border-bottom: 1px solid black;
font-weight:normal;
text-align:left;
padding:1ex;
}
