/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		14px;
	cursor:			Default;
	display:		inline;
	float:			left;
	cursor:			hand;
	cursor:			pointer;
	z-index:		1;
	position:		relative;
	top:			0;
	border-top-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(120,172,255);
	border-right-color: #666666;
	border-bottom-color: rgb(120,172,255);
	border-left-color: rgb(120,172,255);
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-right-width: 0px;
	height: auto;
	width: auto;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	z-index:		3;
	top:			-2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #141414;
	margin-top: 5px;
	margin-bottom: -2px;
	margin-left: 2px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: auto;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
	font-weight: normal;
	padding: 0px;
	float: left;
	width: auto;
	height: auto;
	margin-left: 17px;
	margin-top: 0px;
	color: #CCCCCC;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	#1078c8;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	color: #FFFFFF;

}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #666666;
	z-index:		2;
	position:		relative;
	top:			-2px;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		14px;
	padding:		10px;
	background-color: #141414;
	font-weight: normal;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	height:			1.85em;
	width:			100%;
}

