@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)*/
	position:relative;
	padding:81px 0 0 0;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	position:absolute;
	left:0;
	top:0;
}
.TabbedPanelsTab.last{
	margin:0;
	}
.TabbedPanelsTab {
		position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-right:10px;
	float:left;
	color:#9d9a9a;
	display:inline;
	text-align:center;
	background:url(../images/bg_tabli.png) 0 0 no-repeat;
	width:470px;
	height:88px;
	font-size:17px;
	line-height:73px;
	color:#474747;
}
.TabbedPanelsTabHover {
	background:url(../images/bg_tabli.png) -470px 0 no-repeat;
	color:#0073b5;	
}

.TabbedPanelsTabSelected {
	background:url(../images/bg_tabli.png) -470px 0 no-repeat;
	color:#0073b5;	
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}
*html .TabbedPanelsContent{
	height:327px;
	}
.TabbedPanelsContent {
	background:url(../images/bg_tabcontent.png) top repeat-x;
	border-top:#e2e5e9 1px solid;	
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	min-height:327px;
}
.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;
}
