@charset "utf-8";
/* CSS Document */

/* root element for tabs  */

ul.tabs{
	background:none;
	padding: 0 !important;
	margin:0 !important;
	margin-top:10px;
}
ul.tabs li{
	background:none;
	padding: 0 !important;
	margin:0 !important;
}

.tabs { 
	background:none;
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:2px solid #670000;	
}

/* single tab */
.tabs li {
	background:none;
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style:none !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	color:#333;
	background: url(../images/general/tab.gif) no-repeat 0px 0px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	height: 30px;  
	line-height:30px;
	width:123px;
	text-align:center;	
	text-decoration:none;
	padding:0;
	margin:0px 2px 0px 0px;	
	position:relative;
	top:0px;
	border-bottom:none;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#990000;
	background-position: 0px -30px;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0px -60px;		
	cursor:default !important; 
	color:#fff !important;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.panes a{
	text-decoration:underline;	
}

.panes div {
	display:none;
	height: auto;
	min-height:150px;
	font-size:12px;
	background:#fff url(../images/general/tab_pane.jpg) repeat-x left top;
	padding:15px;
	margin-bottom:15px;
	border-top:0;
}

.panes a.ctabuttons{
	text-decoration:none;
}
