@charset "utf-8";
/* CSS Document */

/* root element for tabs  */
.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab.*/
.tabs a { 
	float:left;
	font: 16px/16px "Times New Roman", Times, serif;
	display:block;
	padding:5px 12px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#FFF8C1;
	color:#5b5b5b;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
}

.tabs a:hover {
	background-color:#D2BC3E;
	color:#333;
}
	
/* selected tab */
.tabs #home, a.current {
	background-color:#FFFFFF;
	border-bottom:1px solid #F7F7F7;	
	color:#000;	
	cursor:default;
	font-weight:bold;
}

/* tab panel */
.panels .panelcontent {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height: inherit;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

.panel {
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height: inherit;
	background-color:#fff;
}

/************************* inner tabs ********************************/
/* root element for tabs  */
.innertabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
.innertabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab.*/
.innertabs a { 
	float:left;
	font-size:14px;
	display:block;
	padding:5px 15px;	
	text-decoration:none;
	border:0;
	height:18px;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
}

.innertabs a:hover {
	color:#333;
}
	
/* selected tab */
.innertabs #home, a.current  {
	border-bottom:1px solid #F7F7F7;	
	color:#000;	
	cursor:default;
	font-weight:bold;
}

/* tab pane */
.innerpanels .innerpanelcontent {
	display:none;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
}
