.shadetabs{
	margin-left: 27px;
	font: bold 12px Verdana;
	height: 36px;
}

.shadetabs li{
	display: inline;
	float: left;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.shadetabs li.selected a{ /*selected main tab style */
}


#main .selected #tab-a {
	background-position: 0px -74px;
		border-top-width: 0px;

}

#main .selected #tab-b  {
	background-position: -211px -74px;
}

#main .selected #tab-c  {
	background-position: -451px -74px;
}
#main #maintab {
	height: 36px;
	width: 767px;
	background-image: url(../image/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

