@charset "utf-8";
body {
	background-color: #510000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #515151;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 10px 0px;
}

div.clr {
	clear: both;
}

div#wrapper {
	width: 900px;
	margin: 0px auto;
	margin-top: 22px;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	background-color: #FFF;
}

div#head {
	background-color: #6b0000;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

div#head p {
	margin: 0px;
	padding: 16px 0px;
}

div#content {
	padding: 15px 19px;
}

/* LEFT COLUMN STYLES */
div#content div#leftColumn {
	width: 476px;
	float: left;
	margin-right: 14px;	
}

div#content div#leftColumn div.leftbox_top,
div#content div#leftColumn div.leftbox_bottom {
	width: 476px;
	height: 10px;
	background-repeat: no-repeat;
}

div#content div#leftColumn div.leftbox_top {
	background-image: url(images/leftbox_top.jpg);
}

div#content div#leftColumn div.leftbox_bottom {
	background-image: url(images/leftbox_bottom.jpg);
	margin-bottom: 10px;
}

div#content div#leftColumn div.leftbox_content {
	background-image: url(images/leftbox_bg.jpg);
	background-repeat: repeat-y;
	width: 440px;
	padding: 14px 18px;
}

table#datesTable {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

table#datesTable a, 
table#datesTable a:link,
table#datesTable a:visited,
table#datesTable a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #515151;
	text-decoration: none;
}

table#datesTable a:hover {
	text-decoration: underline;
}

table#datesTable tr td {
	background-image: url(images/dates_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	height: 56px;
}

table#datesTable tr td.separator {
	background-image: url(images/dates_separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1px;
}

table#datesTable tr td#leftCorner {
	background-image: url(images/dates_left.gif);
	background-repeat: no-repeat;
	width: 10px;
}

table#datesTable tr td#rightCorner {
	background-image: url(images/dates_right.gif);
	background-repeat: no-repeat;
	width: 10px;
}

div#movieTitles {
	margin: 15px 0px;
	line-height: 30px;
	text-align: center;
}

div#movieTitles a.button,
div#movieTitles a.button:link,
div#movieTitles a.button:visited,
div#movieTitles a.button:active {
	font-size: 12px;
	color: #767676;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	border: #c1bfbf 1px solid;
	text-decoration: none;
	padding: 5px 20px;
	white-space: nowrap;
}

div#movieTitles a.button:hover {
	text-decoration: underline;
}

div.movieDetail {
	background-image: url(images/moviedetail_bg.gif);
	background-repeat: repeat-x;
	height: 231px;
	border: #510000 solid 1px;
	margin-bottom: 15px;
	padding: 18px;
	width: 404px;
	overflow: hidden;
}

div.movieDetail div.image {
	float: left;
	margin-right: 10px;
	width: 153px;
}

div.movieDetail div.movieInfo {
	float: left;
	color: #FFF;
	font-size: 12px;
	width: 241px;
}

div.movieDetail div.movieInfo a,
div.movieDetail div.movieInfo a:link,
div.movieDetail div.movieInfo a:visited,
div.movieDetail div.movieInfo a:active {
	color: #FFF;
}

/* RIGHT COLUMN STYLES */
div#content div#rightColumn {
	width: 372px;
	float: left;
}

div#content div#rightColumn div#trbox_top {
	background-image: url(images/trbox_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

div#content div#rightColumn div#trbox_content {
	background-image: url(images/trbox_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding: 14px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}

div#content div#rightColumn div#trbox_bottom {
	background-image: url(images/trbox_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 10px;
}

div#content div#rightColumn div#scrollerTop {
	background-image: url(images/scroller_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

div#content div#rightColumn div#scrollerContent {
	background-image: url(images/scroller_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}

div#content div#rightColumn div#scrollerBottom {
	background-image: url(images/scroller_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 10px;	
}

div#content div#rightColumn div#misc_top {
	background-image: url(images/misc_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

div#content div#rightColumn div#misc_content {
	background-image: url(images/misc_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding: 14px 20px;
	font-weight: normal;
}

div#content div#rightColumn div#misc_bottom {
	background-image: url(images/misc_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 10px;
}

div#loading {
	position: fixed;
	top: 0px;
	left: 0px;
	color: #510000;
	background-color: #FFF;
	padding-bottom: 3px;
	padding-right: 5px;
}
