/* @override http://chrisrodkey.redirectme.net/ajaxtabs.css */

.centerbox {
	background-color: gray;
}

.shadetabs{
 margin: 0 0 0 -35px;
list-style-type: none;
text-align: center;
	color: white;
}



.shadetabs li{
	text-align: center;
	font-size: 14px;
	width: 50px;
	display: inline;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	margin: 2px;
}

.shadetabs li a{
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: white;
}

.shadetabs li.selected{
	background-color: silver;

}

.shadetabs li.selected a{ 
}

.shadetabs li.selected a:hover{ 
	text-decoration: none;
}

.contentstyle{
	height: 170px;
}

.hideyear {
	color: #949494;
}