@charset "UTF-8";



.TabbedPanels {
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 417px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 14px;
	float: left;
	padding: 7px 0px;
	margin: 0px 1px 0px 0px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	/*background-color: #DDD; */
	background-image:url(../images/lightagbutton.jpg);
	background-repeat:no-repeat;
	
	width:125px;
	height:34px;
	list-style: none;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
	outline-style: none; 
	-moz-outline-style:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-left:4px;
}


.TabbedPanelsTabHover {
background-image:url(../images/darktagbutton.jpg);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}


.TabbedPanelsTabSelected {
	background-image:url(../images/darktagbutton.jpg);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}


.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: #EEE;
	background-image:url(../images/right-tagbg.jpg);
	background-repeat:no-repeat;
	height:393px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:justify;
	padding-left:20px;
	padding-right:5px;
	padding-top:5px;
}*/

.TabbedPanelsContentGroup {
	clear:left;
	
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;*/
	background-image:url(../images/right-tagbg.jpg);
	background-repeat:no-repeat;
	height:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-align:justify;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
}




.TabbedPanelsContent {

	padding:0px;
}



.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;

	/* a:focus { outline-style: none; -moz-outline-style:none; }*/

}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

