.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 345px;
	}

.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 3px;
	float: left;
	font: normal 12px sans-serif;
	color: #000;
	list-style: none;
	background-image: url(../images/tab_inactive.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 22px;	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.TabbedPanelsTabMiddle {
	position: relative;
	top: 3px;
	float: left;
	font: normal 12px sans-serif;
	color: #000;
	list-style: none;
	background-image: url(../images/tab_inactive.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 22px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0 3px 0 3px;
}

.TabbedPanelsTabHover {
}

.TabbedPanelsTabSelected {
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	width: 113px;
	height: 22px;
	color: #fff;
	font: bold 12px sans-serif;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.TabbedPanelsContent {
	padding: 5px;
	background-color: #F9F9F9;
}

.TabbedPanelsContent p {
	margin: 0;
	padding-bottom: 5px;
}

.TabbedPanelsContentVisible {
}