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

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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #000000;*/
	background-color:#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: #cccccc;
}
.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: 792px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #394248;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F87E00;
	border-bottom-color: #F87E00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.oneColFixCtrHdr #mainContent #player {
	background-repeat:no-repeat;
	width:690px;
	height: 375px;
	position: relative;
	right: 6px;
	padding-left:6px;
}
.oneColFixCtrHdr #mainContent #showtimesWrapper {
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent #showtimesWrapper #showtimes {
	background-image:url(../images/bottombar.jpg);
	background-repeat:no-repeat;
	width:689px;
	height:112px;
	margin-top: 0px;
	padding-left:20px;
	position: relative;
	right: 6px;
}
.oneColFixCtrHdr #container #showtimes table {
	border-spacing: 30px px;
	font-size: xx-small;
}
.oneColFixCtrHdr #hosts {
	width: 675px;
	padding-top:5px;
	font-size: xx-small;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/topBar.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 700px;
	padding-left: 30px;
	padding-top: 180px;
}
.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;
}
.oneColFixCtrHdr #container #footer #tableWrapper {
}
.oneColFixCtrHdr #container #footer table {
	border-spacing: 10px 10px;
}
.oneColFixCtrHdr #container #footer td {
	/*border: 1px solid #FF6600;*/
}
.left {
	float:left;
}
.right {
	float:right;
}	
.orangeTxt {
	color:#FF6600;
}
.title {
	font-size: small;
	color: #E95E00;
}
.description {
	font-size:xx-small;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
a {
	color:#FF6600;
}
a img {
	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: #CF5400;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
.oneColFixCtrHdr #mainContent {
	height: 792px;
	
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
}
