/* TABS CSS */

.glowingtabs {
	float:left;
	width:800px; /* Extend underline to right col */
	/*-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 auto;
	padding: 0;
	position:absolute; /* set on layer over right col */
	z-index: 50;
}
.midTab {
	border-right: solid #000029 0px; /* Add border strip to right top cover bg line*/
	width:594px; /* to prevent overlap of right border */
}
.midBlk {  /*diff bg for IE FF starting */
	background-color:#000000; /* when bg of tabs is black midway of page*/
	width:594px; /* to prevent overlap of right border */
}
.tab1 {
	width:120px; 
	height:10px;
	line-height:10px;
}
.tab2 {
	width:72px; 
	height:10px;
	line-height:10px;
}
.tab3 {
	width:125px; 
	height:10px;
	line-height:10px;
}
.tabdbl {
	width:120px; 
	height:22px;
	line-height: normal;
	display: block;
}
.tabdbl_01 {
	width:120px; 
	height:22px;
	line-height: 24px;
	display: block;	
}
.glowingtabs ul {
	list-style-type: none;
	margin:0 auto;
	margin-left: 10px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs li {
	display:inline;
	margin:auto;
	padding:0;
}
.glowingtabs a {
	position: relative;
	top: 1pt; /* vn */
	float:left; 
	background:url(../images/tab_glow-left.gif) no-repeat left top;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 8px;
	text-decoration:none;
	cursor: pointer; /* vn */
	border-bottom: solid #242424 1px; /* Add border strip to bottom of menu*/
}
.glowingtabs a span {
	float: left;
	display: block;
	background:url(../images/tab_glow.gif) no-repeat right top;
	padding: 6px 8px 8px 0px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;	
	color:#767676;
	border: 0;
	margin: 0;
}
.glowingtabs strong.title {
	margin-top: -3px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float:none;

}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #ffffff;
}
.glowingtabs a.current { /*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
	border-bottom: solid #00001e 1px; /* Add border strip to bottom of menu for selected tab*/	
}
.glowingtabs a.current span { /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}
.glowingtabs a:hover { /*onMouseover style*/
	background-position: 0% -82px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a:hover span { /*onMouseover style*/
	background-position: 100% -82px; /*Shift background image up to start of 2nd tab image*/
}
.tabcontainer {
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/		
}
.tabBody {
/*	background-image: url(../whats_on/images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left 0px; /*  -25px */	
	border: 0px;
	width:594px;
	margin-bottom: 1em;
	padding: 0;	
	height: 100%;	
	
	padding-top: 365px; /* set this for min-height */

}
.tabcontent {
	display:none;
	font-size: 11px;
	margin-left: 14px;
	padding-top: 0px;
	width: 565px;
	height: 100%;

	margin-top: -365px; /* set this for min-height */
}
.spacerSgl {
  clear: both;
  height: 24px;
}
.spacerDbl {
  clear: both;
  height: 36px;
}