@charset "UTF-8";

.SubPanel {
	padding: 0px;
	margin: 0px;
	top: 10px;
	position: relative;
}
.SubPanelTabGroup {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.SubPanelTab, .SubPanelTab2 {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/subtab_inactive_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	height: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.3em;
	margin-top: 3px;
}
.SubPanelTab2 {
	background-image: url(../images/subtab_inactive_2.png);
	width: 120px;
}
.SubPanelTabHover {
	background-image: url(../images/subtab_active_1.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #FFFFFF;
	margin-top: 3px;
	padding-top: 0px;
	line-height: 1.3em;
}
.SubPanelTabSelected, .SubPanelTabSelected2 {
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/subtab_active_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height: 1.3em;
	margin-top: 3px;
}
.SubPanelTabSelected2 {
	background-image: url(../images/subtab_active_2.png);
}
.SubPanelTab a {
	color: black;
	text-decoration: none;
}
.SubPanelContentGroup {
	position: relative;
	clear: both;
}
.SubPanelContentArea {
	color: #FFFFFF;
	float: left;
	border: 1px solid #F50068;
}
.SubPanelContentThumbGroup {
	height: 341px;
	overflow: auto;
	position: relative;
	scrollbar-base-color:#F50068;
	scrollbar-arrow-color:#F50068;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#F50068;
	scrollbar-track-color:#FFFFFF;
}
