@charset "UTF-8";
 body{background-color:#000000;}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 635px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 18px 6px 18px;
	text-decoration:none;
	font-family:tahoma;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	color:#616161; 
	background:url(../images/rept.gif) left top repeat-x;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab-kcSelected {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 18px 6px 18px;
	text-decoration:none;
	font-family:tahoma;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	color:#616161; 
	background:#FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTab-kc2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 18px 6px 18px;
	text-decoration:none;
	font-family:tahoma;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	color:#616161; 
	background:url(../images/rept-r2..png) right top repeat-x;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTab-kc {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 18px 6px 18px;
	text-decoration:none;
	font-family:tahoma;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	color:#616161; 
	background:url(../images/rept-r1.gif) left top repeat-x;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {color:#FFFFFF;}
.TabbedPanelsTabHover#onetwothree{ background-image:url(../images/123.png); background-repeat:no-repeat; background-position: left 25px;}
.TabbedPanelsTabHover#onetwothree a{ background-image:url(../images/123.png); background-repeat:no-repeat; background-position: left 25px;}
.TabbedPanelsTabHover#onetwothree a:hover{ background-image:url(../images/123.png); background-repeat:no-repeat; background-position: left -25px;}

.TabbedPanelsTabSelected {background:url(../images/rept2.jpg) left top repeat-x; color:#FFFFFF;}

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

.TabbedPanelsContentGroup {	clear: both;	color:#848484;	font-family:Arial, Helvetica, sans-serif; 	font-size:12px; font-style:normal; font-weight:normal;
	/*padding:20px 0 0 0;*/
}

.TabbedPanelsContentGroup p{ margin:0; padding:3px 0 0 0;}

.TabbedPanelsContentGroup b{ color:#8383a9; font-family:Arial, Helvetica, sans-serif;  	font-size:14px; font-style:normal; font-weight:normal;}

.TabbedPanelsContent {padding: 4px;}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {

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

