/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top:0;
font: bold 11px Verdana;
	font-family:"Segoe","Segoe UI","Humanist 777","Frutiger","Univers","Frobisher",Verdana,Arial,Lucida,times new roman,"Myriad Pro","Myriad";
	color:#333333;
padding: 12px 0;
list-style-type: none;
padding-top:15px;
margin-bottom: 0;
text-align: left;
padding-left:10px;
border-bottom: #DCD6D6 2px solid;

background-image:url(http://www.cubitgame.com/theme/stronghold/images/tab.gif); /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
font-size:13px;
font-weight:bold;
margin-right: 10px;
border: 0px solid gray;
padding-right:6px;
padding-left:6px;
border-bottom: none;

color: #333333;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
position: relative;
text-decoration:underline;
padding: 10px 0;
padding-bottom:12px;
padding-right:6px;
padding-left:6px;
color: black;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
padding: 10px 0;
padding-bottom:11px;
padding-right:10px;
padding-left:10px;
background-color:#f3f1f1;
color: black;
border-bottom: #f3f1f1 2px solid;
border-top: #D5CECE 2px solid;
border-left: #D5CECE 2px solid;
border-right: #D5CECE 2px solid;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}