#tab-wrapper{ background-image:url(../images/tab_shadow.png); vertical-align:top; height:75px; 	background-position:bottom; background-repeat:no-repeat; margin-top:15px; }

/* root element for tabs  */
ul.css-tabs {  
	margin:0px !important; 
	padding:0;
	padding-left:55px;
	height:43px;
	width:auto;
}

/* single tab */
ul.css-tabs li {  
	float:left;
	margin-top:12px;
	height:40px;
	list-style-type:none;
	font-family:Arial;
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:14px;
	display:block;
	padding:5px 45px;	
	text-decoration:none;	
	border-bottom:0px;
	height:18px;
	background-image:url(../images/tabOff_bground.gif);
	color:#FFF;
	font-weight:normal;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	border-bottom:#524a3c 5px solid;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-image:url(../images/tabOn_bground.gif);
	color:#aba73a;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-image:url(../images/tabOn_bground.gif);
	border-bottom:#524a3c 5px solid;	
	color:#FFF;	
	cursor:default;
	background-color:#524a3c;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	width:900px;
	min-height:375px;
	margin-left:35px;
	margin-top:5px;
	margin-right:25px;
	padding-bottom:35px;
	background-image:url(../images/performances/upperShadow.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.css-panes { font-size: 12px; }
div.css-panes div p { 
	text-align:left; 
	margin-right:75px; 
	font-size:12px;
}
div.css-panes img {
	Float:left;
	margin-right:20px;
	margin-bottom:5px;
	margin-left:18px;
	margin-top:5px;
}
div.css-panes hr {
	width:830px;
	margin-right:50px;
}
div.css-panes a {
	font-size: 12px;
	color: #ADA93B;
}
div.css-panes a:hover {
	font-size: 12px;
	color: #d6d601;
}

