#header {
	position : relative;
	left : 0px;
	top : 0px;
	width : 900px;
	height : 51px;
	text-align : left;
	padding-top : 9px;
}

#show-wrapper {
	width : 100%;
	position : absolute;
	top : 150px;
	text-align : center;
}

#show-config {
	width : 920px;
	text-align : left;
	margin-left: auto;
	margin-right: auto;
}

#btn-shows {
	position : absolute;
	left : 427px;
	top : 20px;
	cursor : pointer;
}

#btn-schedule {
	position : absolute;
	left : 526px;
	top : 20px;
	cursor : pointer;
}

#btn-community {
	position : absolute;
	left : 643px;
	top : 20px;
	cursor : pointer;
}

#btn-ask {
	position : absolute;
	left : 766px;
	top : 20px;
	cursor : pointer;
}

div.sub-shows {
	display : none;
}

div.sub-shows-on {
	position : relative;
	top : 4px;
	background : url(./../..//res/images/34.jpeg);
	background-repeat:no-repeat;
	background-color:#2986C1;
	width:560px;
	height : 410px;
	margin : 0px 6px 7px 10px;
	z-index : 1;
}

div.shows1 {
	position : relative;
	overflow : hidden;
	height : 0px;
	margin : 0px 6px 7px 10px;
}

#column1 {
	position : absolute;
	left : 8px;
	top : 23px;
	width : 177px;
}

#column2 {
	position : absolute;
	left : 193px;
	top : 23px;
	width : 177px;
}

#column3 {
	position : absolute;
	left : 378px;
	top : 23px;
	width : 177px;
}

.group {
	font-size : 11px;
	color : #0A4581;
	font-family : verdana, arial, helvetica;
	font-weight : bold;
	background-color : #FFFFFF;
	padding : 2px 0px 2px 4px;
	margin-bottom : 5px;
}

.show {
	font-size : 11px;
	color : #0A4581;
	font-family : verdana, arial, helvetica;
	font-weight : bold;
	background-color : #FFFFFF;
	padding : 2px 0px 2px 4px;
	margin-bottom : 5px;
}

.special {
	font-size : 11px;
	color : #0A4581;
	font-family : verdana, arial, helvetica;
	font-weight : bold;
	background-color : #E7D8B9;
	padding : 2px 0px 2px 4px;
	margin-bottom : 5px;
}

.showbutton {
	width : 177px;
	cursor : pointer;	
}

.highlight {
	background-color : #FE9A00;
}

.sub-shows-on a:link, .sub-shows-on a:visited {
	font-size : 11px;
	color : #0A4581;
	font-family : verdana, arial, helvetica;
	font-weight : bold;
	text-decoration : none;
}

.sub-shows-on a:hover {
	text-decoration : none;
}

#fox-shows {
	position : absolute;
	left : 8px;
	top : 7px;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #FFF;
	font-weight : bold;
	font-size : 11px;
}

#close {
	position : absolute;
	left : 507px;
	top : 7px;
	width : 46px;
	background-image : url(./../..//res/images/35.gif);
	background-position : right;
	background-repeat : no-repeat;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #FFF;
	font-size : 10px;
	cursor : pointer;
	text-decoration : underline;
}

