
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #999;	
	height:29px;
	font-weight:bold;
	position:relative;
	z-index:200;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0;
	margin-right:1px;
	list-style-image:none !important;
	display:inline;
	position:relative;
	z-index:200;
}
ul.tabs li p{
	background-image:url(../images/tabs/tabs_up_right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:30px;
	padding:0px 20px 0px 20px;
	float:left;
	position:relative;
	z-index:200;
	line-height:30px!important;
}
/* link inside the tab. uses a background image */
ul.tabs a { 
	background-image:url(../images/tabs/tabs_up_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#666;
	padding:0px;
	margin:0px;	
	position:relative;
	z-index:200;
}
ul.tabs li.homeleft a {
	background-position:-30px 0px;
}

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

ul.tabs a:hover {
	background-image:url(../images/tabs/tabs_hover_left.jpg);
	color:#000;
}
ul.tabs li p:hover, ul.tabs li p.hover {
	background-image:url(../images/tabs/tabs_hover_right.jpg);
	color:#000;
}
ul.tabs li.homeleft a:hover {
	background-image:url(../images/tabs/tabs_hover_left.jpg);
	color:#000;
	background-position:-30px 0px;
}
ul.tabs li.homeleft a.current:hover {
	background-image:url(../images/tabs/tabs_down_left.jpg);
	color:#000;
	background-position:-30px 0px;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a{
	background-image:url(../images/tabs/tabs_down_left.jpg);
	cursor:default !important; 
	color:#000 !important;
}
ul.tabs li a.current p:hover, ul.tabs li a.current p.hover, ul.tabs li a.current p{
	background-image:url(../images/tabs/tabs_down_right.jpg);
	color:#000;
}

/* initially all panes are hidden */ 

div.panes div.pane {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100%;
	font-size:14px;
	background-color:#fff;
	position:relative;
	z-index:2;
}

#tab_wrapper{
	position:relative;
	float:left;
	position:relative;
	z-index:20;
	background:none;
	width:100%;
}

div.panes div.pane {		
	
}


div.panes{
	width:100%;
}

