@charset "UTF-8";

.TabbedPanels {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px; width:620px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left; width:auto;
	padding: 4px 5px;
	margin: 0px 1px 0px 0px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:bold;*/
	font: bold 11px Arial, Helvetica, sans-serif;
	background-color: #8eb92c; color:#ffffff;
	list-style: none;
	border-left: solid 1px #8eb92c;
	border-bottom: solid 1px #8eb92c;
	border-top: solid 1px #8eb92c;
	border-right: solid 1px #8eb92c;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #8eb92c; color:#ffffff;
}

/* This selector is an example of how to change the appearance of a tab button */
.TabbedPanelsTabSelected {
	background-color: #ffffff; color:#0099cc;
	border-bottom: 1px solid #ffffff;
}

/*  */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #8eb92c;
	border-bottom: solid 1px #8eb92c;
	border-top: solid 1px #8eb92c;
	border-right: solid 1px #8eb92c;
	background-color: #EEE; color:#74787b; line-height:19px;
}

.TabbedPanelsContent {
	padding: 5px; background-color:#FFffff; font-size:12px; text-align:justify; font-family: Arial, Helvetica, sans-serif
}
.title1 { display:block; width:600px; padding-bottom:0px; line-height:20px; border-bottom:solid #CCCCCC 1px;}
.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #8eb92c;
	border-right: solid 1px #8eb92c;
	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: #0099cc;
	border-bottom: solid 1px #8eb92c;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


