@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background.jpg);

	height: 1050px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.oneColFixCtrHdr #mainContent {
	/*background-repeat:repeat;*/
	width: 675px;
	height: 680px; /*chopped off 20px;*/
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	/*filter:alpha(opacity=75);
	background-color:#666666;
	-moz-opacity:.75;
	opacity:.75;*/
	/*background-color: rgba(153,153,153,0.65);*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CF2127;
	border-bottom-color: #CF2127;
/*	background-color: #666666;*/
 	background-image: url(../images/aa_bg.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #mainContent #player {
	background-repeat:no-repeat;
	width:690px;
	height: 355px; /* took off 20 px*/
	position: relative;
	right: 6px;
	padding-left:6px;
	/*filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;*/
}
.oneColFixCtrHdr #mainContent #showtimesWrapper {
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent #showtimesWrapper #showtimes {
	background-image:url(../images/lowerBar.jpg);
	background-repeat:repeat;
	width:655px;
	height:108px;
	margin-top: 0px;
	margin-bottom:10px;
	padding-left:20px;
/*	position: relative;
	right: 6px;*/
}
.oneColFixCtrHdr #hosts {
	font-size: xx-small;
	padding-top:5px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/topBar.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
	width: 700px;
	margin-left: 30px;
	padding-top: 50px;
}
.oneColFixCtrHdr #header p {
	width: 600px;
	padding-left: 50px;
}
.oneColFixCtrHdr  #footer  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 50px 20px;
}
.oneColFixCtrHdr #container #footer #tableWrapper {
}
.oneColFixCtrHdr #container #footer table {
	border-spacing: 10px 10px;
}
.oneColFixCtrHdr #container #footer td {
	/*border: 1px solid #CC0000;*/
}
.oneColFixCtrHdr #container #showtimes table {
	/*border-spacing: 30px 5px;*/
	font-size: xx-small;
}
.left {
	float:left;
}
.right {
	float:right;
}	
.redTxt {
	color:#CC0000;
}
.title {
	font-size: small;
}
.description {
	font-size:xx-small;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
a:link, a:visited {
	color: #CC0000;
}
a:hover, a:active {
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C20000;
	margin: 0 0 3px -20px;
	width:713px;
	
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#host_image {
	border: 1px solid #999;
	margin-right: 10px;
}
h4.title {
	padding-top:0; margin-top:0; font-size:small; margin-bottom: 5px;
}

#bc_desc {
	display: block;
	padding: 5px 0 0 10px;
}
