/* TABS CSS */

.glowingtabs {
	float:left;
	width:595px;
	/*-width: 594px; for ie 6 else 595*/
	line-height:normal;
	border-bottom: solid #242424 1px; /* Add border strip to bottom of menu*/
	border-right: solid #000029 1px; /* Add border strip to right top cover bg line*/
	margin: 0;
	padding: 0;
}
.midTab {
	display: none;
}
.midBlk {
	display: none;
}
.tab1 {
	display: none;
}
.tab2 {
	display: none;
}
.tab3 {
	display: none;
}
.glowingtabs ul {
	display: none;
}
.glowingtabs li {
	display: none;
}
.glowingtabs a {
	display: none;
}
.glowingtabs a span {
	display: none;
}
.glowingtabs strong.title {
	display: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float:none;
}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	display: none;
}
.glowingtabs a.current { /*Selected Tab style*/
	display: none;
}
.glowingtabs a.current span { /*Selected Tab style*/
	display: none;
}
.glowingtabs a:hover { /*onMouseover style*/
	display: none;
}
.glowingtabs a:hover span { /*onMouseover style*/
	display: none;
}
.tabcontainer {
	display: none;
}
.tabBody {
/*	background-image: url(../whats_on/images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left 0px; /*  -25px */	
	display: block !important;
	color:#000000;

	width:594px;
	margin: 0;
	padding: 0;
}
.tabcontent {
	display: block !important;
	color:#000000;
	font-size: 11px;	
	width: 565px;
	margin: 0;
	padding: 0;
}
