@charset "UTF-8";

/* Added Classes */
.MainPanelHeader {
	color: #FFFFFF;
	line-height: 1.6em;
	padding-left: 13px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 22px;
	z-index: 1;
}
.MainPanelFooter {
	background-image: url(../images/tab_panels_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 1000px;
	top: -1px;
	float: left;
	position: relative;
	clear: both;
	top: -1px;
	margin-bottom: 8px;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 2px;
}

/* Edited Original Classes */
.MainPanelGroup {
	width: 1000px;
	background-image: url(../images/tab_panels_header.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	position: relative;
	z-index: 1;
}
.MainPanelTabGroup {
	margin-left: 200px;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.MainPanelTabGroupRight {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	position: static;
	margin-bottom: 0px;
}
.MainPanelTab {
	position: static;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: normal;
	background-image: url(../images/tab_inactive_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	height: 17px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6em;
	margin-top: 4px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MainPanelTabHover {
	background-image: url(../images/tab_active_1.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #FFFFFF;
	margin-top: 4px;
	padding-top: 0px;
	line-height: 1.5em;
}
.MainPanelTabSelected {
	color: #FFFFFF;
	background-image: url(../images/tab_active_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height: 1.5em;
	margin-top: 5px;
}
.MainPanelTab a {
	color: black;
	text-decoration: none;
}
.MainPanelContentArea {
	background-position: left top;
	clear: none;
	z-index: 1;
	position: relative;
	float: left;
	width: 998px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #46B5FF;
	border-right-color: #46B5FF;
	border-bottom-color: #46B5FF;
	border-left-color: #46B5FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.MainPanelContentVisible {
	padding-top: 150px;
}
