/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0 0 0 2px;
margin:0;
height: 30px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: white url(../images/tabContainerBG.png) bottom left repeat-x;
}
.shadetabs li{
float:left;
margin: 0;
padding:0;
height: 30px;
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 8px 0 6px;
margin-right: 0px;
display:block;
line-height:30px;
border: 0px solid #778;
color: #7d7d7d;
background: white url(../images/tabOffBG.png) bottom right no-repeat;
}
.shadetabs li a:visited{
color: #7d7d7d;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #7d7d7d;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #454545;
}
.shadetabs li a.selected{ /*selected main tab style */
background: #fff url(../images/tabOnBG.png) 100% -9px no-repeat;
border-bottom-color: white;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
div.tabWrapper { /*create right border on tab container*/
	background: url(../images/divContainerBG.png) 100% 30px no-repeat;
}
.tabcontent{
	display:none;
	background: url(../images/tabContainerBottomBG.png) bottom center no-repeat;
	padding-bottom: 5px;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border: 1px solid #ddd;*/
background-color:transparent;
background: url(../images/divContainerBG.png) left top no-repeat;
/*width: 95%;*/
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}