/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:34px;
	padding-top: 30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:10px;
	display:block;
	height: 34px;  
	line-height:34px;
	width: 135px;
	text-align:center;	
	text-decoration:none;
	color:#008ec3;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	white-space: nowrap;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color: #f4b000;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color: #ffffff;
	cursor:default !important; 
	color:#f4b000 !important;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	background-image: url("/images/submenu-icon.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 7px;
	height: 26px;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	border:1px solid #d6d6d6;
	padding: 10px;
	font-size: 11px;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

