
.TabbedPanels {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	clear: none;
	width: 379px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	
	margin: 0px 0px 0px 0px;;
	padding: 115px 0px 0px 0px;;
}


.TabbedPanelsTab {
	color: #FFFFFF; 
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 4px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #00438e;
	list-style: none;
	border-left: 1px dotted #70acf0;
	border-bottom: 1px dotted #70acf0;
	border-top: 1px dotted #70acf0;
	border-right: 1px dotted #70acf0;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #1966be;
}


.TabbedPanelsTabSelected {
	background-color: #003672;
	border-bottom: 1px double #003672;
}


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


.TabbedPanelsContentGroup {
	clear: both;
	border-left: 1px dotted #70acf0;
	border-bottom: 1px dotted #70acf0;
	border-top: 1px dotted #70acf0;
	border-right: 1px dotted #70acf0;
	background-color: #003672;
}

.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}
