.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 15px;
	margin-right: 3px;
	border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;
	color: #2d2b2b;
	background-color: white;
}

.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li.selected a:visited{
color: #fff;
}
.shadetabs li a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #333333;
		border: 1px solid #333;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	/*border-bottom-color: #b1dbfe;*/
	background-color: #cccccc;
	border: 1px solid #ccccc;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #cccccc;
	width: 920px;
	margin-bottom: 1em;
	padding: 20px;
	/*background-image: url(../images/tabgradient.jpg);
	background-repeat: repeat-x;*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

