BODY {
	scrollbar-arrow-color : #FF5600;
	scrollbar-face-color : #FFFBE0;
	scrollbar-track-color : #FFFBE0;
	scrollbar-3d-light-color : #FFFBE0;
	scrollbar-base-color : #FFDB66;
	scrollbar-dark-shadow-color : #FF9900;
	scrollbar-highlight-color : #FFFBE0;
	scrollbar-shadow-color : #FF9900;

}
A:link {
	COLOR: #0E00E9; TEXT-DECORATION: none; FONT-FAMILY: "VERDANA", "ARIAL","HELVETICA"; FONT-SIZE: 13px; FONT-WEIGHT: normal;
}
A:visited {
	COLOR: #0E00E9; TEXT-DECORATION: none; FONT-FAMILY: "VERDANA", "ARIAL","HELVETICA"; FONT-SIZE: 13px; FONT-WEIGHT: normal;
}
A:active {
	COLOR: #0000FF; TEXT-DECORATION: underline; FONT-FAMILY: "VERDANA", "ARIAL","HELVETICA"; FONT-SIZE: 13px; FONT-WEIGHT: normal;
}
A:hover {
	COLOR: #0000FF; TEXT-DECORATION: underline; FONT-FAMILY: "VERDANA", "ARIAL","HELVETICA"; FONT-SIZE: 13px; FONT-WEIGHT: normal;
}
.text10 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "VERDANA", "ARIAL","HELVETICA"; TEXT-DECORATION: none
}
.text10blue {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #FF5600; FONT-FAMILY: "VERDANA", "ARIAL","HELVETICA"; TEXT-DECORATION: none
}
.formtext { 
background-color: #C7DAFE;font-family: arial;font-size:10pt;font-weight:bold;color: #000000; border: 1 solid #808080;
}
.buttontext { 
background-color: #ECF2FF;font-family: arial;font-size:10pt;font-weight:bold;color: #00000; border: 1 solid #808080;
}

.graphcolumn1 {
	background-color:#DBDBDB; border-width:1px; border-top-color:white; border-right-color:#B5B5B5; border-bottom-color:#B5B5B5; border-left-color:white; border-style:solid;
}

.datacolumn1 {
	background-color: #FFFBE0; border-width:1px; border-top-color: #FFFFFF; border-right-color:#C2C2C2; border-bottom-color:#C2C2C2; border-left-color: #FFFFFF; border-style:solid;
}
.graphcolumn2 {
	background-color: #FFFBE0; border-width:1px; border-top-color: #FFFFFF; border-right-color:#C2C2C2; border-bottom-color:#C2C2C2; border-left-color: #FFFFFF; border-style:solid; font-size:10px; font-family:Verdana,arial,sans-serif;
}

/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}

/* ######### START CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

@media print {
.tabcontent {
display:block !important;
}
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;    
width: 100%;      
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bordered_text_header {
	font-smooth: always;
        font-size: 20px; 
        font-family: Helvetica, Arial, sans-serif;
        line-height: 25px;
}

/* ######### END CSS for Shade Tabs. Remove if not using ######### */