/*

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

*/

/*Check out this line to see if it will put the tabs to the right*/
.dynamic-tab-pane-control.tab-pane {
	position:		relative;
	width:			80%;
	padding:	 	5px;
	}
	
.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		.85em;
	cursor:			Default;
	display:		inline;
	float:			left;
	padding:		3px 8px 3px 6px; /*3px 6px 3px 6px*/
	margin:			1px -1px 1px 0px; /*was 1px -5px 1px 5px*/
	background:		rgb(255,191,127); /*was (234,242,255)*/
	border-color:	rgb(0,0,0); /*was (120,172,255)*/
	border:			1px solid;
	border-left:	1px solid;
	border-bottom:	0;
	border-top:		1px solid;
	cursor: 		hand;
	cursor:			pointer;	
	z-index:		1;
	position:		relative;
	top:			0;
	}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:				1px solid rgb(0,0,0); /*was (120,172,255)*/
	border-bottom:		0;
	z-index:			3;
	padding:			2px 6px 5px 6px;/*was 2px 6px 5px 6px*/
	margin:				1px -5px -2px 0px; /*was 1px -6px -2px 0px*/
	top:				-1px; /*was -2px, this creates the tab attached to the display area effect*/
	background:			#FFDFBF;
	}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			.85em; /*was 13px*/
	color:				rgb(0,0,0); /*was (0,66,174)*/
	text-decoration:	none;
	cursor:				hand;
	cursor:				pointer;
	}

.dynamic-tab-pane-control .tab-row .hover a {
	color:				rgb(0,0,0); /*was (0,66,174)*/
	}

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

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb(0,0,0); /*was (120,172,255)*/
	background:		#FFDFBF; /*was white - content box background color*/
	z-index:		2;
	position:		relative;
	top:			-2px; /*was -2px, this creates the tab attached to the display area effect*/
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		.85em; /*was 13px*/
	padding:		5px; /*was 10px*/
	}
	
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		rgb(255,255,255); /*was (234,242,255) - background color behind tabs */
	height:			1.5em; /*was 1.85*/
	width:			100%;
	}
 
