.TabbedPanels {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em sans-serif;
	background: #ccdbe8 url(images/tab_off.jpg);
	list-style: none;
	border-bottom: solid 1px #367ab9;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
}

.TabbedPanelsTabHover {
	background: #d0deeb url(images/tab_on.jpg);
}

.TabbedPanelsTabSelected {
	background: #f1f7fc url(images/tab_selected.jpg);
	border-bottom: 1px solid #367ab9;
}

.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #367ab9;
	border-bottom: solid 1px #367ab9;
	border-top: solid 1px #367ab9;
	border-right: solid 1px #367ab9;
	background-color: #fff;
	overflow:hidden;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

