@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	float: left;
	width: 580px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 13px;
	padding-left: 4px;
	width: 79px;
	text-align: center;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 13px;
	height: 33px;
	background-image: url(../images/home-tab-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.TabbedPanelsTabHover {
	background-image: url(../images/home-tab-bg-over.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.TabbedPanelsTabSelected {
	background-image: url(../images/home-tab-bg-over.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.tabbedimageleft {
	padding-left: 10px;
	padding-bottom: 20px;
}
.tabbedimageright {
	padding-right: 10px;
	padding-bottom: 20px;
}
.TabbedPanelsContent {
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #BFEDFF;
	text-align: left;
}
.TabbedPanelsContent a{
	color: #0F0;
	font-variant: small-caps;
	text-decoration: none;
}

.TabbedPanelsContent a:hover{
	color: #000;
	font-variant: small-caps;
}
.TabbedPanelsContentVisible {
}

.TabbedPanelsContentVisible ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
.TabbedPanelsContentVisible li{
	padding-left: 5px;
	list-style-type: disc;
	margin-left: 25px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 30em;
	background-color: #EEE;
	position: relative;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
