/* ######### 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(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(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 {
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */



.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #333; /*text color*/
	padding: 5px 15px;
	text-decoration: none; /*navy divider between menu items*/
	background-image: url(../images/generic/tabsbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8db9ce;
	border-left-color: #8db9ce;
	margin-right:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8db9ce;
	font-weight: bold;
}

.indentmenu ul li a:visited{
	color: #333;
}

.indentmenu ul li a.selected{
	color: #333 !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background-color: #FFF;
	background-image: url(../images/generic/tabsbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


.tabcontentbox {
	border:1px solid #8FB8CD;
	width:778px;
	height: 180px;
	padding: 5px;
	margin-bottom:1em;
}

@media print {
}/* CSS Document */
