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

.contents {
	width: 95%;
	margin-bottom: 1em;
	padding: 10px;
}

.contents .tabContent {
	padding:0px;
}

/* border colors */
.contents,.shadetabs li a {
	border: 1px solid #CCC;
}

.shadetabs{
z-index:1;
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
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: 2;
padding: 5px 10px;
margin-right: 2px;
color: #666;
background: #F0F0F0;
}

.shadetabs li a:visited{
color: #999;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#333;
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #FFF;
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

#simpleTabSet .contents {
	position:relative;
	top:2px;
}

*.relateditems {
	margin-top:5px;
}

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