@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 589px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
background:transparent url(/images/enentTitleBg.png) repeat-x;
float:left;
margin-top:6px;
padding-left:14px;
text-align:center;
width:575px;
height:29px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 40px;
	
	/*	background-color: #DDD;*/
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #a8b6b9;
	border-top: solid 1px #a8b6b9;
	border-right: solid 1px #a8b6b9;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:14px;
	font-size:12px;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	top: 0px;
	padding: 7px 40px;
	font: bold 0.7em sans-serif;
	font-size:12px;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
/*	border-top: solid 1px #999;
*/	border-right: solid 1px #999;
	background-color: #FFFFFF;
}

.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContent img {width:120px;height:96px;margin-right:20px;margin-left:10px;border:1px solid #1B4985;float:left;}
.TabbedPanelsContent td{line-height:18px;}
.TabbedPanelsContent .gfli{width: 550px; height: 90px; padding-bottom: 5px; margin-top: 10px;border-bottom:1px dashed #A8B8B7;}

.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: #FFFFFF;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

