
/* TABS HOME */

div.panes div {
	display:none;		
	padding: 10px;
	margin: 0px;
}
 
.panes {
	border: 1px solid #eee;
	margin: 0px;
	background-color: #fff;
	}
	
ul.tabs {
	font-weight: normal;
	font-size: 18px;
	list-style:none; 
	margin:0 !important; 
	padding:0px;	
	height:29px;
}

.tabsBorder {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #fff;
	margin: 0px;
	background-color:#ffcc33;
	}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	margin:0 !important;
	list-style-image:none !important; 
	border-right: #fff solid 2px;
	border-top-style: solid;
	border-top-color: #fff;
	border-top-width: 0px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	display:block;
	text-align:center;	
	text-decoration:none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin:0px;	
	position:relative;
	color:#880061; 

}

ul.tabs a:active {
	outline:none;	
	color:#fff;
}

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

/* 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 {	
	cursor:default !important; 
	color:#fff !important;
}

/* width 1 */
ul.tabs a.w1 { background-color: #ffcc33; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffcc33; }
ul.tabs a.w1:hover 	{ background-color: #880061; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #880061; }
ul.tabs a.w1.current  { background-color: #880061; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #880061; }


/* width 2 */
ul.tabs a.w2 { background-color: #ffcc33; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffcc33; }
ul.tabs a.w2:hover 	{ background-color: #880061; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #880061; }
ul.tabs a.w2.current  { background-color: #880061; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #880061; }


/* width 3 */
ul.tabs a.w3 { background-color: #ffcc33; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffcc33; }
ul.tabs a.w3:hover 	{ background-color: #880061; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #880061; }
ul.tabs a.w3.current  { background-color: #880061; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #880061; }



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

