/* @override http://72.32.77.161/stylesheets/tabcontent.css */

#shadetabs-container{
padding-left: 15px;
}
.shadetabs{
padding: 3px 0 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
font-size: 10px;
text-decoration: none;
padding: 3px;
padding-bottom: 3px;
padding-top: 5px;
margin-right: 0px;
border: 1px solid #bfe0f1;
color: #2d2b2b;
background: white url(/images/shade.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background: white url(/images/shade.jpg) top left repeat-x;

}
.width{
	width: 140;
}
.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #f2f2f2;
border: 1px solid #778;
border-bottom: 0px;
padding-bottom: 5px;
font-weight: bold;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #778;
width: 450px;
margin-bottom: 1em;
padding: 10px;
padding-left: 0px;
line-height: 20px;
font-size: 13px;
background: white url(/images/tab-content-bg.gif) top left repeat-x;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
