.shadetabs{
	font-weight:bold;
	padding: 9px 0px 0px 0px;
	height:30px;;
	list-style-type: none;
}

.shadetabs a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	height:30px;
	padding: 9px 7px 9px 7px;
	margin-right: 3px;
	color:#5a5555;
	border-bottom:1px dotted #5a5555;
	background-image:url(../../images/background/nav.jpg);
	background-repeat:repeat-x;
}

.shadetabs a:visited{
	color: #2d2b2b;
}

.shadetabs a:hover{
	color:#292929;
	border-bottom:1px solid #292929;
}

.shadetabs a.selected{ /*selected main tab style */
	color:#292929;
	border-bottom:1px solid #292929;
}
.tabsrow {
	width:765px;
	padding:5px;
	background-color:#e6e9d4;
	height:20px;
	margin-bottom:5px;
}

.tabcontent{
	display:none;
}

.content {
	width:755px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

.content-info {
	background-color:#292929;
	color:#FFFFFF;
	height:30px;
	padding:9px 0px 9px 10px;
	width:745px;
	margin-left:auto;
	margin-right:auto;
}

@media print {
.tabcontent {
display:block !important;
}
}