@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background-color: #FFFFFF;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	color: #2297EE;
	height: 20px;
	width: 73px;
	border-style: none;
	background-image: url(../images/btn_tab1.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 6px;
	
}

.TabbedPanelsTabHover {
	background-color: #CCC;
	color: #FF6600;
	height: 19px;
	width: 73px;
	border-style: none;
	background-image: url(../images/btn_tab2.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 7px;
	font-size: 12px;
}

.TabbedPanelsTabSelected {
	background-color: #CCC;
	color: #FF6600;
	height: 19px;
	width: 73px;
	border-style: none;
	background-image: url(../images/btn_tab2.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 7px;
	font-size: 12px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #F5F5F5;
	height: 183px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/bg_tab1.gif);
	background-repeat: no-repeat;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
