@charset "utf-8";
/* CSS Document */

/* AJAX TABS */
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font: normal 8pt Helvetica, Arial, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-left:10px;
}
	.shadetabs li{
		display: inline;
		margin: 0;
	}
	.shadetabs li a{
		text-decoration: none;
		padding: 3px 15px;
		margin-right: 1px;
		border: 1px solid #999999;
		border-bottom: 1px solid #999999;
		color: #be940e;
		background: #f7f7f7;
		font-weight:bold;
	}
	.shadetabs li a:visited{
		color: #be940e;
	}
	.shadetabs li a:hover{
		text-decoration: underline;
		color: #be940e;
	}
	.shadetabs li.selected{
		position: relative;
		top: 1px;
	}
	.shadetabs li.selected a{ /*selected main tab style */
		background: #999999;
		/* background: #FFFFFF; */
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		border-top: 2px solid #999999;
		color:#ffffff;
		font-weight:bold;
	}
	.shadetabs li.selected a:hover{ /*selected main tab style */
		text-decoration: none;
	}
	.shadetabs-inactive{
		color: #999999;
	}
	.contentstyle{
		border-top: 3px solid #999999;
		/* border: 0px solid gray;*/
		width: 100%;
		margin-bottom: 1em; padding-top: 5px;
	}