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

.tab-row .tab {
	font-family:	trebuchet ms, verdana, 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:		#40C12E;
/********** tab borders (not selected)**********/
	border:			1px solid;
	border-color:	#40C12E;
	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 #286EB4;
	border-bottom:	0;
	z-index:		3;
	padding:		5px 6px 5px 6px;
	margin:			1px -4px -2px 0px;
	top:			-4px;
	background:		#286EB4;
}

.tab-row .tab a {               /*Link Colour*/
	font-family:		trebuchet ms, verdana, 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 #dfe4ec;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:          #303030;
	font-family:	trebuchet ms, verdana, arial;
	padding:		10px;
	line-height: 	150%;
}

.tab-page a {
  color: #286EB4;
  text-decoration: none;
}

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

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

