/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		720px;
	font:Arial, Helvetica, sans-serif;
	font-size:		12px;
	

	
	
	
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Arial;
	font-size:		11px;
	cursor:			Default;
	display:		inline;
	margin:			-15px -5px -5px 5px;

	float:			left;
	padding:		10px 10px 10px 10px;
	
	
	border:			1px solid;
	border-color:	#232323;
	border-left:	1;
	border-bottom:	0;
	border-top:		1;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

#tabnav ul, #tabnav li	{display : inline;list-style-type : none;margin : 0;padding :0;}	
#tabnav a{background : #E8EBF0;border : 1px solid #ccc;color : #666;float : left;font-size:11px;line-height : 14px;margin-right : 8px;padding : 5px 10px 5px 10px;}
#tabnav span{float : left;font-size:11px;line-height : 14px;margin-right : 8px;padding : 5px 10px 5px 10px;}
#tabnav .active a{background : #FFF;border-bottom:0px solid #fff;}
#tabnav a:hover{color:#111;}


.dynamic-tab-pane-control .tab-row .tab.selected { 

	font-family:	Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	
	margin:			-15px -5px 1px 5px;
	float:			left;
	padding:		10px 10px 10px 10px;
	background:		#151414;
	border:			1px solid;
	border-color:	#232323;
	border-left:	1;
	border-bottom:	0;
	border-top:		1;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		0;
	position:		relative;
	top:			0;


}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Arial;
	font-size:			12px;
	color:				#ffffff;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	#00fb00;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #232323;
	background:		#000000;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			#ffffff;
	font-family:	Arial;
	font-size:		12px;
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#0000000;
	height:			1.85em;
	width:			120%;
}

