@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)*/
	height: 290px;
	border:none;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height: 28px;
	border:none;
}


.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding-top:10px;
	font: bold 12px sans-serif;
	/*background-color: #003366;*/
	list-style: none;
	border-top: solid 0px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	border:none;

	height: 20px;
	background-image: url(../image/fx/tabs_down.gif);
	background-repeat: repeat-x;
	background-position:left top;
	/*background-color:#a1acb5;*/
	width: 100px;
	color: #FFFFFF;
	text-align:center;
	margin:0px 0px 0px 0xp;
	
}

.TabbedPanelsTab2 {
	position: relative;
	top: 0px;
	float: left;
	padding-top:10px;
	font: bold 12px sans-serif;
	/*background-color: #003366;*/
	list-style: none;
	border-top: solid 0px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	border:none;

	height: 20px;
	background-image: url(../image/fx/tabs_down2.gif);
	background-repeat: repeat-x;
	background-position:left top;
	/*background-color:#a1acb5;*/
	width: 200px;
	color: #FFFFFF;
	text-align:center;
	margin:0px 0px 0px 0xp;
	
}

.TabbedPanelsTabHover {
/*	background-image: url(../image/fx/tabFx_31.gif);*/
	color: #FFFF00;
	text-decoration:underline;
	border:none;
}


.TabbedPanelsTabSelected {
	background-image: url(../image/fx/tab01.gif);
	background-repeat: no-repeat;
	color: #003366;
	border:none;
}

.TabbedPanelsTab2Selected {
	background-image: url(../image/fx/tab012.gif);
	background-repeat: no-repeat;
	color: #003366;
	border:none;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	border:none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-bottom: solid 1px #949393;
	border-left: solid 1px #949393;
	border-right: solid 1px #949393;
	background-color: #f1f0f0;
	height: 210px;
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align:top;
	margin-top:0px;
	padding-top:0px;
}



.TabbedPanelsContent1 { /*tab 1 body bg */
	height: 100px;
	background-color: #f1f0f0;
	vertical-align: bottom;
	background-image: url(../image/fx/fao.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.TabbedPanelsContent2 {
	height: 260px;
	background-color: #f1f0f0;
	vertical-align: bottom;
	background-image: url(../image/fx/ra8550.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.TabbedPanelsContent3 {
	height: 260px;
	background-color: #f1f0f0;
	vertical-align: bottom;
	background-image: url(../image/fx/ra8434.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.TabbedPanelsContent4 {
	height: 260px;
	background-color: #f1f0f0;
	vertical-align: bottom;
	background-image: url(../image/fx/mgadptgawain.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



.TabbedPanelsContentVisible {
	height: 210px;
	background-position: bottom;
	background-repeat: no-repeat;
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: none;
	border-left: none;
	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;
}

