﻿


/* 
    COLORS: 
    #039834 - Green 
    #444444 - Dark Gray, Text and border colors 
    #CCCCCC - Light Gray
    #CDEAD6 - Light green ... bg and accent color
    #990000 - Deep Red
    
*/ 


  
body {
    height: auto !important; /*For CSS2 browsers*/
    height: 100%; /*For IE6 and before*/
    min-height: 100%; /*For CSS2 browsers*/
  
    color:#444444;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 16pt;
    margin: 0px;
    padding:0px; 
    text-align: left;
    text-decoration: none;
    text-transform: none;
    background-image:url(../../images/bg.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    background-attachment:fixed;
    
}

.pageTop { 
    font-family:Georgia, Times New Roman, Serif; 
    font-size:20px; 
    color:#039834; 
    width:910px; 
    padding-left:25px; 
    padding-right:25px; 
    padding-bottom:10px;
    text-align:right;
    margin-top:25px;
} 


#pageHeader
{
    width:960px; 
    height:100px;
    background-color:#039834; 
    color:White; 
    
}


#pageBox  
{    
    height: auto !important; /*For CSS2 browsers*/
    height: 100%; /*For IE6 and before*/
    min-height: 100%; /*For CSS2 browsers*/   
    width:960px;
	margin-right:auto;
	margin-left:auto;	
}

#pageBoxInner
{
    height: auto !important; /*For CSS2 browsers*/
    height: 100%; /*For IE6 and before*/
    min-height: 100%; /*For CSS2 browsers*/
    
    width:960px;
 	background-color:white;
	margin-top:40px;
	margin-bottom:50px;
	text-align:left;

}

#pageTopNavigation
{
    background-image:url(../../images/navbar_bg.png);
    height:22px;
    padding:4px;
    vertical-align:middle; 
    text-align:center; 
}

#pageFooter
{
    background-color:#039834; 
    width:960px; 
    height:50px;
}

		
#contentLeft 
{
	width:150px;
	padding:25px;
	vertical-align:top;
	border-left:solid 1px #CCCCCC; 
	max-width:150px;
}
	
	
#contentMiddle 
{

	width:495px;
	padding-top:25px;	
	padding-right:25px; 
	padding-bottom:25px; 
	vertical-align:top;
	background-color:white;


}

#contentRight 
{
	width:200px;
	padding-bottom:10px;
	vertical-align:top;
	background-color:#CDEAD6;
    padding-top:25px;
	padding-left:20px;
	padding-right:20px;

}


#pnl_Navigation
{
    display:block;
}

#pnl_LeftSide 

{
    margin-top:15px;
    padding-left:25px; 
} 
 

#pnl_BannerBox 
{
    width:960px;
    min-height:205px;
    display:block;  
} 
 
.navItem 
{
    padding-top:5px;
    color:#444444;
    padding-bottom:5px;
    border-top:solid 1px #CCCCCC; 
}

.boldType { 
    font-weight:bold; 
} 

.navItemText
{

    font-family:Arial, Sans-Serif; 
    font-size:8.5pt;
    text-decoration:none; 
    color:#444444;
    
}
.navItemTextTop
{

    font-family:Arial, Sans-Serif; 
    font-size:9pt;
    text-decoration:none; 
    color:#444444;
    padding-left:10px;
    font-weight:bold; 
    padding-right:10px;
    border-right:dotted 1px #444444;
    
}

.navItemTextTop:hover
{
    text-decoration:none; 
    color:#039834;
} 

.navItemText:hover
{
    font-family:Arial, Sans-Serif;  
    font-size:8.5pt;
    text-decoration:none; 
    color:#039834;
}

.rowDivide 
{
    padding-top:10px;  
    border-bottom:solid 1px #444444;
} 
.header 
{
    color:#444444;
    font-family: Georgia, Times New Roman, Arial, Sans-Serif; 
    font-weight:normal; 
    font-size:17px;
    text-decoration:none; 
    line-height:21px;
} 

.headerBar
{
    
    clear:both;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:10px;
    background-color:#039834;
    color:White;
    font-family: Georgia, Times New Roman, Arial, Sans-Serif; 
    font-weight:normal; 
    font-size:17px;
    text-decoration:none; 
    line-height:20px;
} 

.subHeader 
{
    color:#444444;
    font-family: Georgia, Times New Roman, Arial, Sans-Serif; 
    font-weight:normal; 
    font-size:15px;
    text-decoration:none; 
    line-height:20px;
    margin-top:5px;
    
} 

DIV.subHeader
{
    color:#444444;
    font-family: Georgia, Times New Roman, Arial, Sans-Serif; 
    font-weight:normal; 
    border-bottom:1px dotted #CCCCCC;
    font-size:15px;
    text-decoration:none; 
    line-height:20px;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:5px;

    
} 

.subHeaderAlt
{
    color:#444444;
    font-family:Arial, Sans-Serif; 
    font-weight:bold; 
    font-size:12px;
    text-decoration:none; 
} 

.caption 
{
   font-size:8pt;  
   line-height:8pt;
} 

.imgBoxLeft 
{
    margin-right:10px;
    margin-top:3px; 
    margin-bottom:3px; 
    float:left;
    display:inline;
} 
.imgBoxRight
{
    margin-left:10px;
    margin-top:3px; 
    margin-bottom:3px; 
    float:right;
    display:inline;
}

IMG { border:0px; }

HR 
{  
    border:0px;
    border-bottom:1px dotted #CCCCCC;
    height:1px; 
    width:100%; 
    margin-top:0px;
    margin-bottom:0px;
} 

UL { list-style:square; } 

TABLE { border-collapse:collapse; } 
TD { vertical-align:top; } 



TABLE.LabelTable 
{ 
    border:0px; 
} 

TABLE.LabelTable TH
{
    padding:10px;
    font-weight:normal;
    background-color:#039834; 
}
TABLE.LabelTable THEAD
{ 
    background-color:#039834; 
    color:White;
    padding:0px;
    font-weight:normal;
} 

TABLE.LabelTable TD
{ 
    border-bottom:solid 1px #CCCCCC; 
    padding:10px;
} 



.DetailTable 
{ 
    border:0px; 
} 

TH.DetailTable 
{
    padding:10px;
    font-weight:normal;
}
THEAD.DetailTable 
{ 
    background-color:#E6E6E6; 
    color:#444444;
    padding:0px;
    font-weight:bold;
} 

TD.DetailTable 
{ 
    background-color:#E6E6E6; 
    padding-left:10px;
    border-bottom:solid 1px white; 
} 














TD.ChartHeader 
{ 
    background-color:#039834;
    color:White;
    text-align:center;
    border:solid 0px white;
    font-weight:bold;
    border-left:solid 1px white; 
    line-height:normal;  
    vertical-align:middle; 
    padding-top:5px;
    padding-bottom:5px;
} 

TD.ChartCell 
{ 
    color:#444444;
    text-align:center;
    border:solid 1px #444444;
    padding:3px;
    
} 

.quote {
    
    margin:0px;
    padding-left:0px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family:Georgia, Serif; 
    font-size:11pt;
    border-collapse:collapse;  
    margin-left:0px;
}


A
{
    
    font-size: 9pt;
    line-height: 16pt;  
    color:#039834; 
} 

A:hover 
{
    color:#990000;
    font-size: 9pt;
    line-height: 16pt;
} 

A.subHeader
{  
    color:#039834;
    font-family: Georgia, Times New Roman, Arial, Sans-Serif; 
    font-weight:normal; 
    font-size:14px; 
    line-height:20px;
    margin-top:5px; 
    text-decoration: underline;
}

A.subHeader:hover
{  
    color:#990000;
}