.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	width:100%;
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	width:160px;
	top: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 14px Tahoma;
	color:#885050;
	background:url(../images/tabnorbg.gif) repeat-x;
	height:33px;
	list-style: none;
	border-bottom: solid 1px #cf8383;
	border-right: solid 1px #cf8383;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
}
.TabbedPanelsTab1 {
	position: relative;
	width:128px;
	top: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 14px Tahoma;
	color:#885050;
	background:url(../images/tabnorbg.gif) repeat-x;
	height:33px;
	list-style: none;
	border-bottom: solid 1px #cf8383;
	border-right: solid 1px #cf8383;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
}
.TabbedPanelsTab2 {
	position: relative;
	width:145px;
	top: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 14px Tahoma;
	color:#885050;
	background:url(../images/tabnorbg.gif) repeat-x;
	height:33px;
	list-style: none;
	border-bottom: solid 1px #cf8383;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
}
.TabbedPanelsTab3 {
	position: relative;
	width:120px;
	top: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 14px Tahoma;
	color:#885050;
	background:url(../images/tabnorbg.gif) repeat-x;
	height:33px;
	list-style: none;
	border-left: solid 1px #cf8383;
	border-bottom: solid 1px #cf8383;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
}


/*.TabbedPanelsTabHover {
	background-color: #999000;
}*/


.TabbedPanelsTabSelected {
	background:url(../images/activetabbg.gif) repeat-x;
	border-bottom:1px solid #ffffff;
	height:33px;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
}


.TabbedPanelsContent {
	padding: 4px;
}


