.tab-pane {
	position:	relative;
	width:		100%;
	font-size: 80%;
	text-align: justify;
}

.tab-row .tab {
	font-family:	verdana, tahoma, arial;
	font-size:		100%;
	cursor:			default;
	display:		inline;
	margin:			1px -6px -2px 0px;
	float:			left;
	padding:		3px 8px 3px 8px;


/********** tab background (not selected) **********/
	background:		#a5a5a5;
/********** tab borders (not selected)**********/
	border:			1px solid;
	border-color:	#d9d9d9;
	border-left:	0;                                        /*hide  border left*/
	border-bottom:	0;                                        /*hide  border bottom*/
	border-top:	0;                                           /*hide  border top*/
	cursor:			hand;
	cursor:			pointer;
	z-index:		1;
	position:		relative;
	top:			0;
}

.tab-row .tab.selected {        /* Style for Selected tab */
	border:			1px solid #247E2C;
	border-bottom:	0;
	z-index:		3;
	padding:		5px 6px 5px 6px;
	margin:			1px -4px -2px 0px;
	top:			-4px;
	background:		#247E2C;
}

.tab-row .tab a {               /*Link Colour*/
	font-family:		verdana, tahoma, arial;
	font-size:			100%;
	color:				#fff;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
}

.tab-row .hover a {             /*Link Colour on mouseover */
   color:	#fff;
}

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

.tab-page {
	clear:			both;
	border:			1px solid #CD7F32;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:          #303030;
	font-family:	verdana, tahoma, arial;
	padding:		10px;
	line-height: 	150%;
}

.tab-page a {
  color: #247E2C;
  text-decoration: none;
}

.tab-page a:hover {
  color: #A4B7DC;
  text-decoration: underline;
}

.tab-row {
	z-index:		1;
	white-space:	nowrap;
 /********************************************************* tab header background *************/
	background:		#CD7F32;
	height:			1.85em;
	width:			100%;
 /********************************************************* tab header outer borders **********/
	border-color: #CD7F32;
	border-bottom:	0;
}

