/* CSS Document */

.shadetabs{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	color: #a2dddd;
}

.shadetabs li{
display: inline;
margin: 0;
color: #a2dddd;
}

.shadetabs li a{
text-decoration: none;
padding: 2px 2px;
margin-right: 1px;
border: 1px solid #4b3c30;
background: #e9fbd8 url(includes/templates/custom/css/shade.gif) top left repeat-x;
color: #a2dddd;
}

.shadetabs li a:visited{
color: #7b5f49;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2c8b8b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color: #4b3c30;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:  url(includes/templates/custom/css/shadeactive.gif);
border-bottom-color: white;
color: #4b3c30;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
	border: 1px solid #4b3c30;
	width: 800px;
	margin-bottom: 1em;
	padding: 00px;
	background-color: #FFFFFF;
}
