/*.tnormal {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3A4C34}
.knormalwit { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}*/

body {
    scrollbar-3dlight-color: #666666;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-base-color: #3A4C34;
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #3A4C34;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-shadow-color: #3A4C34;
    scrollbar-track-color: #D0D5CD;	
    
    padding:0px;
    margin:0px;
    
    background-image: url(img/bodyindexbg.gif);
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A4C34;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A4C34;
	text-decoration: none;
 }

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}


.FilePanel
{
    border-collapse: collapse;
    width:100%
}

.GlobalTable
{
    border-style: none;
    width:95%
}

.RowBlue
{
    background-color: #B0C8FF;
    width: 50%;
    padding: 2px 0px 2px 8px;
}

.RowWhite
{
    background-color: #8AADFF;
    width: 50%;
    padding: 2px 0px 2px 8px;
}

.NavTable
{
    border:none;
    text-align:left;
}

.NavTable TH
{
    background-color:Gray;
    font-weight:bold; 
    border: inset thin;
}

.NavTable TD
{
    background-color:Silver;
    font-size:smaller;
    border: inset thin;
}

.FilesTable
{
    border:none;
    text-align:left;
}

.FilesTable TH
{
    text-align: left;
    font-weight:bold;
}

.TableHeader
{
    background-color:#B2C1AA;
    height: 25px;
}

.TableRow
{
    background-color:#D8DBD6;
    height: 25px;
}

.TableAltRow
{
    background-color:#C5CEC0;
    height: 25px;
}

.TableSelectedRow
{
    background-color:#FFFFC0;
    height: 25px;
}

.AttachmentRowClosed
{
    visibility: hidden;
    display:none;
}

.AttachmentRowOpened
{
    visibility: visible;
}

.FolderHeader
{
    width: 95%;
    background-color: Gray;
    font-weight:bold;
    margin-top:35px;
    margin-bottom:35px;
    text-align:left;
    padding:2px;
}

.marginleft
{
    padding-left:10px;
}

.title
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 18px; 
   font-weight: bold; 
   color: #3A4C34;   
   margin-top: 10px;
}

.tnormal 
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #3A4C34;
}

.bodybg
{
    background-image: url(img/bodybg.jpg);
}

.knormal 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #3A4C34;
}

@media print
{
    .noprint
    {
        display:none !important;
        position:absolute !important;
        top:0px; left:0px;
        visibility:hidden !important;
    }
    
    .zeroprint 
    {
        height:1px !important;
        width:1px !important;
    }
    
     
    body,
    .bodybg
    {
        background-image: none !important;
    }

}

.copyright,
.copyright a,
.copyright a:link,
.copyright a:hover,
.copyright a:visited,
.copyright a:active
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration:none;
}

