﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
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: 0px solid #B9CDE5;
color: white;
background: #B9CDE5;
/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
text-decoration: none;
color: white;
background: red;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: red;
border-bottom-width: 2px;
color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#main_div a:visited{
	/*color: blue;*/
}

.page_title{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight:bold;
	margin: 5px 5px 10px 0px;
}

.section_div{
	font-family: Tahoma;
	font-size:10pt;
	border-style:solid;
	border-width:1px;
	border-color:#B9CDE5;
	padding-bottom:8px;
	margin:5px 5px 20px 0px;
}

.section_div h1{
	font-family: Tahoma;
	font-size:10pt;
	color:white;
	background-color:#B9CDE5;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:red;
	margin:0px 0px 5px 0px;
	padding:2px 2px 5px 2px;
}

