/* root element for tabs  */
ul.css-tabs2 {  
	margin-top: 0px; !important; 
	padding:0;
	height:22px;
	width: 100%;
	background: #000;	
	border: 0px solid black;
}

/* single tab */
ul.css-tabs2 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs2 a { 
	float:left;
	font-size:11px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;	
	border-right: 0px #000 solid;
	height:12px;
	background-color:#000;
	color:#fff !important;
	margin: 0;
	position:relative;
}

ul.css-tabs2 a:hover {
	background-color:#a7a7a7;
}
	
/* selected tab */
ul.css-tabs2 a.current {
	background-color:#0c3656;	
	color: #fff;	
	cursor:default;
}
	
/* tab pane */
div.css-panes2 div {
	display:none;
	margin-top: -10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}

.css-panes2 .pane  {	
		background:transparent;
		display:none;
		border-top:0;
		font-size:11px;
		color:#000;	
	}

.css-panes2 .pane p {
		font-size:11px;	
		color:#000;
	}

.css-panes2 .pane .pane table {
margin-left: 0px;
}


/* SECONDARY TABS */
/* root element for tabs  */
ul.css-tabs3 {  
	margin-top: -15px; !important; 
	padding-left: 0px;
	height:22px;
	width: 100%;	
}

/* single tab */
ul.css-tabs3 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs3 a { 
	float:left;
	font-size:11px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;	
	height:12px;
	color:#000;
	margin: 0;
	position: relative;
}

ul.css-tabs3 a:hover {
	text-decoration: underline;
	color:#000;
}
	
/* selected tab */
ul.css-tabs3 a.current {
	background-color:#476f8a;	
	color: #fff;	
	cursor:default;
}

	
/* tab pane */
div.css-panes3 div {
	display:none;
	margin-top: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.css-panes3 .pane  {	
		background:transparent;
		display:none;
		border-top:0;
		font-size:11px;
		color:#000;	
	}

.css-panes3 .pane p {
		font-size:11px;	
		color:#000;
	}


/* root element for tabs  */
ul.css-tabs4 {  
	margin-top: 0px; !important; 
	padding:0;
	height:22px;
	width: 100%;
	background: #000;	
	border: 0px solid black;
}

/* single tab */
ul.css-tabs4 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs4 a { 
	float:left;
	font-size:11px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;	
	border-right: 1px #000 solid;
	height:12px;
	background-color:#000;
	color:#fff !important;
	margin: 0;
	position:relative;
}

ul.css-tabs4 a:hover {
	background-color:#a7a7a7;
}
	
/* selected tab */
ul.css-tabs4 a.current {
	background-color:#0c3656;	
	color: #fff;	
	cursor:default;
}
	
/* tab pane */
div.css-panes4 div {
	display:none;
	margin-top: -10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}

.css-panes4 .pane  {	
		background:transparent;
		display:none;
		border-top:0;
		font-size:11px;
		color:#000;	
	}

.css-panes4 .pane p {
		font-size:11px;	
		color:#000;
	}

.css-panes4 .pane .pane table {
margin-left: 0px;
}


/* SECONDARY TABS */
/* root element for tabs  */
ul.css-tabs5 {  
	margin-top: -15px; !important; 
	padding-left: 5px;
	height:22px;
	width: 100%;	
}

/* single tab */
ul.css-tabs5 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs5 a { 
	float:left;
	font-size:11px;
	display:block;
	padding:5px 5px;	
	text-decoration:none;	
	height:12px;
	color:#000;
	margin: 0;
	position: relative;
}

ul.css-tabs5 a:hover {
	text-decoration: underline;
	color:#000;
}
	
/* selected tab */
ul.css-tabs5 a.current {
	background-color:#476f8a;	
	color: #fff;	
	cursor:default;
}



