/* CSS Document */
	
html,body,form 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;	
	
	height:100%;
	margin: 0 auto;
}
	
.acontent:link {color: #002456}
.acontent:visited {color: #002456}
.acontent:hover {color: #F45812}
.acontent:active {color: #002456}
/*
.header {font-size: 14px}
.body {font-size: 12px}
.footer {font-size: 12px}
.smallfooter {font-size:10px}

.PrimaryHeader 
{
	width:1000px; 
	height:104px; 
	border-width:0; 
	padding:0px; 
	margin-left:auto; 
	margin-right:auto;
	
	text-align:right;
	font-size: 8pt;
	color:#FFF;
	vertical-align:baseline;
}

.HeaderSub {width:1000px; height:14px; background-color:#F45812; margin-left:auto; margin-right:auto}
.FooterSub {width:1000px; height:10px; padding:0px; background-color: #F45812; margin-left:auto; margin-right:auto}
.FooterMenu {width:1000px; background-color:#002456; color: #FFFFFF; font-size: 10px; text-align:center; margin-left:auto; margin-right:auto}
.CopyRight {width:1000px; background-color:#002456; color: #FFFFFF; font-size: 10px; height: 14px; text-align:center; margin-left:auto; margin-right:auto}




.MainMenu
{
	height:22px; 
	width:100px; 
	background-repeat:no-repeat; 
	background-position:center; 
	
	text-align:center;
	font-weight:bold;	
}

.MainMenu a:link {text-decoration:none; color:#FFF;}
.MainMenu a:hover {text-decoration:none; color:#F45812}
.MainMenu a:visited {text-decoration:none; color:#FFF}
.MainMenu a:visited:hover  {text-decoration:none; color:#F45812}
.MainMenu a:active {text-decoration:none; color:#FFF}

.griditem {font-size: 10px; border-style :solid; Border-Color:black; border-width:1px}
.griditemcenter {font-size: 10px; text-align: center; border-style :solid; Border-Color:black; border-width:1px}

.gridheader {font-size: 10px; border-style :solid; Border-Color:black; border-width:1px}
.gridheadercenter {font-size: 10px; text-align: center; border-style :solid; Border-Color:black; border-width:1px}

.largegriditem {font-size: 12px; border-style :solid; Border-Color:black; border-width:1px}
.largegriditemcenter {font-size: 12px; text-align: center; border-style :solid; Border-Color:black; border-width:1px}

.largegridheader {font-size: 12px; border-style :solid; Border-Color:black; border-width:1px}
.largegridheadercenter {font-size: 12px; text-align: center; border-style :solid; Border-Color:black; border-width:1px}
*/


/*=====================MASTER STYLES=========================*/

#header
{
    width:1000px; 
	height:102px; 
	border-width:0; 
	padding:0px; 
	margin-left:auto; 
	margin-right:auto;	
	text-align:right;
	font-size: 8pt;
	color:#FFF;
	vertical-align:baseline;
	background-color:#002456;
}

#leftcolumn
{
    width: 120px; 
    vertical-align: top; 
    background-color: white;   
    border-right-style: solid; 
    border-right-color: #3f5b80;
    border-right-width:3px;   
    text-align:center;
    line-height:35px;   
}

.menu
{
    margin: 0px;
	padding: 0px;
	/*height:35px;	
    text-align:left;	 
	vertical-align:middle;*/
}

.menu a:link, .menu a:visited
{
    display:block;           
    padding: 0px 0px 3px 10px;   
    color:#002456;   
    background-color:white;
    border-bottom-color:#002456;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    height:35px;  
    vertical-align:middle;
}

.menu a:hover
{	
	background-color: #8da9ce;
    color : #f55813;
    font-weight:bold;
    font-size:14px;
    height:35px;	
    vertical-align:middle;
}


.amenu
{
    text-decoration:none;
    color : #002456;     
}

#logout
{    
    width: 109px; 
    vertical-align: middle;
    background-color: #8da9ce;       
    border-bottom-style: solid; 
    border-bottom-color: #3f5b80;
    border-bottom-width:3px;
    text-align:left;
    height:35px;
    padding-left:11px;    
}

#logout a:link, #logout a:visited
{
     color : #002456;
     text-decoration : none;
     height:35px;       
}

#logout a:hover
{
     color : #f55813;
     font-weight: bold;
     font-size: 14px;     
     height:35px;
}

/*#logout
{
    margin: 0px;
	padding: 0px;      
}

#logout a:link, a:visited
{
    display:block;           
    padding: 0px 0px 3px 10px;   
    width: 109px; 
    vertical-align: middle;
    background-color: #8da9ce;       
    border-bottom-style: solid; 
    border-bottom-color: #3f5b80;
    text-align:left;
    */
    /*padding-left:11px; */
    
/*}

#logout a:hover
{
     background-color : White; 
     color : #f55813;
     font-weight: bold;
     font-size: 14px;     
}*/

#footer
{
    width:1000px; 
    background-color:#002456; 
    color: #FFFFFF; 
    font-size: 10px; 
    height: 30px; 
    text-align:right; 
    margin-left:auto; 
    margin-right:auto    
}

.footerlink
{
    color : White;
    text-decoration : none;
}

.searchpanel
{
  width : 110px;
  text-align:center;
  background-color : #8da9ce;
  height:75px;   
}

/*=====================MENU=========================*/
.statichover
{
    
   
}

.staticSelected
{
   background-color:#8da9ce;  
}


.staticitem
{
    width:120px;   
    border-bottom-color:#3f5b80;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    color:#002456; 
    line-height:35px;
    padding-left:5px; 
    text-align:left ;
    
}



/*=====================GRID STYLES=========================*/

.griditem
{
    font-size: 10px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;   
}

.griditemcenter
{
   
    font-size: 10px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
    text-align : center;   
}

.gridheader
{
    font-size: 10px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
    color : #002456;
}

.gridheadercenter
{
    font-size: 10px;   
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
    text-align : center;    
}

.largegriditem
{
    font-size: 12px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;   
}

.largegriditemcenter
{
    font-size: 12px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
    text-align : center;   
}

.largegridheader
{
    font-size: 12px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;    
    background-color : #8da9ce;
}

.largegridheadercenter
{
    font-size: 12px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
    text-align : center;
    color : #002456;
    background-color : #8da9ce;
}


.gridpagerlarge
{
    background-color : #8da9ce;
    color : black;   
    font-size : 12px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
    
}

.gridpagersmall
{
    background-color : #8da9ce;
    color : black;   
    font-size : 10px;
    border-style : solid;
    border-color : #8da9ce;
    border-width : 1px;
}

.gridfooter
{
    background-color : #8da9ce;    
}






.DataGrid a:link {text-decoration:none; color:#000000; text-align:left}
.DataGrid a:hover {text-decoration:underline; color:#F45812}
.DataGrid a:visited {text-decoration:none; color:#000000}
.DataGrid a:active {text-decoration:none;}



.validator { font-size :9px; color:Red}


.BarChart
{
	margin-left:auto;
	margin-right:auto;
	background-color:#f1f0f1;
}

.BarChart a:link {text-decoration:none; color:#000000;}
.BarChart a:hover {text-decoration:underline; color:#F45812}
.BarChart a:visited {text-decoration:none; color:#000000}
.BarChart a:visited:hover {text-decoration:underline; color:#F45812}
.BarChart a:active {text-decoration:none;}

.BarChartRight
{
	text-align:right;
	font-size:10px;
	width:400px;
}

.BarChartRight div
{
	background-color:red;	
	background-image:url(BarRed.gif); 
	height:22px; 
	float:right;
}

.BarChartLeft
{
	text-align:left;
	font-size:10px;
	width:400px;
}

.BarChartLeft div
{
	background-color:green;
	background-image:url(BarGreen.gif);  
	height:22px; 
	float:left;		
}




