/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0px 0px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 13px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:url(images/tab-main-bg.jpg);
background-position:left top;
background-repeat:no-repeat;
width:310px;
height:41px;
}

.shadetabs li{
display: block;
float:left;
margin: 0;
height:31px;
padding:2px 1px;
/*width:125px;
*/text-align:center;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 0px 0px 8px;
margin-right: 0px;
/*border: 0px solid #778;*/
color: #ffffff;
background: url(images/tab_left.gif) top left no-repeat;
height:31px;
/*width:125px;*/
display:block;
float:left;
}

.shadetabs li a span{
text-decoration: none;
/*position: relative;
z-index: 1;*/
padding: 0px 8px 0px 0px;
/*margin-right: 0px;
border: 0px solid #778;*/
color: #ffffff;
background: url(images/tab_right.gif) top right no-repeat;
height:31px;
line-height:31px;
/*width:125px;*/
display:block;
float:left;
}

.shadetabs li a:hover {
background: url(images/tab_left_ov.gif) top left no-repeat;
color:#FFFFFF;
}

.shadetabs li a span:hover{
color: #ffffff;
background: url(images/tab_right_ov.gif) top right no-repeat;

}


.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(images/tab_left_ov.gif) top left no-repeat;
color:#FFFFFF;
position: relative;
top: 0px;
}

.shadetabs li a.selected span{ /*selected main tab style */
/*background-image: url(../images/tab_active.gif);*/
height:31px;
/*width:125px;
border-bottom:2px solid #d0dba3;*/
color: #ffffff;
background: url(images/tab_right_ov.gif) top right no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.boxborder_tab{
	border:1px solid #9d9d9d;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#9d9d9d;
	}
	
.link_tab{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
a.link_tab:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	}

