@charset "UTF-8";
.TabbedPanels {
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:750px;
}
.TabbedPanelsTab {
	float: left;
	width: 102px;
	height: 27px;
	padding: 4px 5px 0 0px;
	margin: 0px 1px 0px 0;
	font: normal 12px Verdana, Geneva, sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background: url(../images/tab_bg.jpg) no-repeat left top;
	color: #666;
	border: none;
	text-align: center;
}
.TabbedPanelsTab a {
	color: #666;
}
.TabbedPanelsContentGroup {
	border: none;
	display: none;
}
.TabbedPanelsContent {
	background: #FFF;
	border: none;
}

.TabbedPanelsTab a:hover {
	color: #000;
	text-decoration: none;
}

.TabbedPanelsTabSelected {
	border-bottom: 1px solid #FFF;
	color: #000;
	/* [disabled]border: 0; */
	background: url(../images/tab_current_bg.jpg) no-repeat left top;
}
.TabbedPanelsTabSelected a {
	color: #000;
}
.TabbedPanelsContentGroup a:link, .TabbedPanelsContentGroup a:visited {
	color:#333;
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
.TabbedPanelsContentGroup a:hover, .TabbedPanelsContentGroup a:active {
	color: #A23A12;
	text-decoration: underline;
}
.current a:link, .current a:visited, current a:hover, .current a:active  {
	color: #000;
}
.TabbedPanels #lastTab {
	padding-right: 0;
	margin-right: 0;
}
.current {
	float: left;
	width: 102px;
	height: 27px;
	padding: 0px 5px 0 0px;
	margin: 0px 1px 0px 0;
	color: #000;
	background: url(../images/tab_current_bg.jpg) no-repeat left top;
	font: normal 12px Verdana, Geneva, sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border: none;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
.current a {
padding-top: 5px;
}
