﻿body 
{
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 100%;
    scrollbar-arrow-color:#CFBE00;
	scrollbar-base-color:#333333;
	scrollbar-shadow-color:#666666;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-darkshadow-color:#3E505A;
	scrollbar-3dlight-color:#333333;  
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FFFFFF;
	font-weight : normal;	
}

hr {border: none 0; 
text-align: left;/*this will align it for IE*/
border-top: 1px dashed #999999;/*the border*/
width: 50%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

TD {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FFFFFF;
	font-weight : normal;	
}
TD A:LINK {color : #9CA35A; text-decoration : underline;}
TD A:VISITED {color : #9CA35A; text-decoration : underline;}
TD A:ACTIVE {color : #9CA35A; text-decoration : underline;}
TD A:HOVER {color : #EADB3A; text-decoration : underline;}

UL LI 
{
    padding-bottom: 5px;
}

OL LI 
{
    padding-bottom: 5px;
}

div#leftFrameBackground 
{
    background-image: url('/images/main_bk2.jpg'); 
    background-repeat: repeat;    
    height: 100%; 
    position: absolute; 
    width: 50%;   
}

div#centerFrameBackground
{
    background-image: url('/images/main_bk3.jpg');
    background-repeat: repeat;
    width: 741px;   
    height: 100%;
    position: absolute;
    left: 20%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
}

div#rightFrameBackground
{
    background-image: url('/images/main_bk.jpg'); 
    background-repeat: repeat;    
    height: 100%; 
    position: absolute; 
    width: 50%; 
    left: 50%;
}

.leftTxtLink {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FFFFFF;
	font-weight : normal;	
}

.leftTxtLink A:LINK {color : #FFFFFF; text-decoration : none;}
.leftTxtLink A:VISITED {color : #FFFFFF; text-decoration : none;}
.leftTxtLink A:ACTIVE {color : #FFFFFF; text-decoration : none;}
.leftTxtLink A:HOVER {color : #FFFFFF; text-decoration : underline;}

.subHeader
{
    color: #EADB3A;
    font-weight: bold;   
}

.dncRowSeparator
{
    background-color: #b0b0b2;  
    height: 1px;
}

.dncRow
{
    background-color: #666666;
}

.dncAltRow
{
    background-color: #333333;
}

.columnHeaderBackground
{
    background-color: #1F1F1F;   
}

.tableHeader
{
    background-color: #263C66; 
    color: #EADB3A;
    font-weight: bold;        
}
