#contentbox{
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
#contenttab{
	width: 200px;
}


.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.shadetabs li{
display: inline;
float: left;
width: 33%;
margin: 0;
padding: 0;
border: 0;
height:23px;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url("shade.gif") top left repeat-x;
	margin: 3px;
}

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

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:  url("shadeactive.gif");
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 100%;
	margin-bottom: .25em;
	padding: 0;
}

* html .tabcontentstyle{
	padding-top: .25em;
}

.tabcontent{
display:none;
}

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