@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;
}

label {
	font-size: 12px;
	line-height: 1.5em;
	cursor: pointer;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.clr { clear: both; }

input.button,
a.button {
	border: none;
	height: 28px;
	line-height: 28px;
	background: transparent url('images/button.png') no-repeat top left scroll;
	color: #FFF;
	margin-right: 5px;
}

a.noUnderline:hover { 
	text-decoration: none;
	cursor: pointer;
}

a.button span {
	background: transparent url('images/button.png') no-repeat bottom right scroll;
	padding: 0px 12px;
	display: block;
}

.tooltip {
	background-color:#510000;
	border:1px solid #fff;
	padding:10px 15px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

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;
	position: relative;
}

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;
}

/* STYLES ADDED FOR LOGIN / REGISTRATION */
p.success {
	color: #090;
	font-size: 12px;
}

div.error {
	color: #F00;
	font-size: 12px;
}

div.error p {
	padding: 0px;
	margin: 10px 0px;
}

div.error ul {
	padding-left: 20px;
}

form p {
	padding: 0px;
	margin: 10px 0px;
}

form p label.fieldLabel {
	float: left;
	width: 125px;
	margin-right: 10px;
	line-height: 28px;
}

form p input.inputbox {
	float: left;
	width: 180px;
	height: 18px;
	border: none;
	background: transparent url('images/formField.gif') no-repeat 0px 0px scroll;
	padding: 5px 10px;
}

form input.checkbox {
	margin: 5px 0px;
}

form span.checkboxLabel {
	font-size: 12px;
	line-height: 13px;
}

form input.password, 
form input.username {
	width: 90px;
	background: transparent url('images/fieldUsername.gif') no-repeat 0px 0px;
	height: 16px;
	border: 0px;
	padding: 6px 10px 6px 30px;
	font-size: 11px;
	color: #666;
	margin-right: 5px;
}

form input.password {
	background-image: url('images/fieldPassword.gif');
}

