

.shadetabs{
margin-left: 0px;
width: 375px;
padding-left: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
margin-top: 0px;
}

.shadetabs li{
display: inline;
margin: 0;
list-style: none;
height: 30px;
}

.shadetabs li a{
text-decoration: none;
}
.shadetabs li a img {
margin-top: 12px;
height: 30px;
width: 40px;
padding: 0px;
border: 1px solid #666;
}

.shadetabs li a:visited{
color: #918877;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #918877;
}
.shadetabs li a:hover img{
border: 2px solid #336;
}



.shadetabs li.selected a{ /*selected main tab style */
border-color: 2px solid blue;
}



.mainimg {
	width: 380px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #628499;
	text-align: center;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

.mainimg img {
	margin: 0 0 7px 0;
	width: 380px;
}

.mainimg a {
text-decoration: none;
}
.mainimg a:hover {
text-decoration: underline;
}

.caption {
	margin-bottom: 0px;
	color: #fff;
	font-size: 90%;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 380px;
margin: 0;
padding: 0px;
}

.tabcontent{
display:none;
margin-bottom: 0px;
padding: 0px;
}

#tcontent1{
margin: 0px;
padding: 0px;
}

@media print {
.tabcontent {
display:block!important;
}
}

