@charset "UTF-8";


.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	min-height:500px;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabGroup {
	margin: 0px;
	padding: 0px;
}


.Tab , .selected {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.Tab a {
	color: black;
	text-decoration: none;
}

.Tab a:hover {
	color: #911;
	text-decoration: none;background:none;
}


.selected, .selected a {
	color:#369;background:#fff;text-decoration:none;
}

.selected {border-top:solid 1px #555;border-left:solid 1px #555;border-right:solid 1px #555;}

.ContentGroup {
	clear: both;
	
}


.Content {
	background:#fff;  font-weight:bold;
  padding:10px;
  margin:0px;
  border:solid 1px #555;
}




