/* Global Styles*/
body {
	background: #960121;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #efefef;
}
a{
	color: #A8EAFF;
}
a:hover {
	color: #ffffff;
}
img{
	border:0;
}

.wrapper{
	position:relative;
	margin:auto;
	width:900px;
}
.header{
	margin-bottom:20px;
}
.content{
	border:1px solid #CCCCCC;
	padding:10px;
	background-color:#960121;
}
.footer{
	font-size:11px;
	margin-top:10px;
	padding:3px;
	border:1px solid #CCCCCC;
}

.page_header {
	font-size: 15pt;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", arial, verdana, serif;
	margin-bottom:10px;
}
.small_header{
	font-size: 13pt;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", arial, verdana, serif;
	margin-bottom:5px;
}
td, th{
	vertical-align:top;
	font-size:11px;
}
small{
	font-size:8px;
}
input.text, input.text_small {
	border: 1px solid #739BCE;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #333333;
	vertical-align: middle;
	padding-left: 2px;
}

input.text_small {
	font-size: 8pt;
}

input.button {
	font-family: arial, verdana, serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background:#F00202 url(../images/button_bg.jpg) repeat-x bottom;
	border:1px solid #CFCFCF;
	color:#FFFFFF;
	cursor:pointer;
}

textarea {
	border: 1px solid #739BCE;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 10pt;
	width:250px;
}

.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #B1C7E4;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #f3fff3;
	color:#009900;
	background-color:#DFFFDF;
}
.label{
	width:150px;
	color:#999999;
}


.commentbox{
background-color: #ececec;
color:#000000;
width: 300px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #FFFFFF;
}


.theater{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
.theater .name{
	font-weight:bold;
	font-size:14px;
}
.theater .addreass{
	font-style:italic;
}
.theater .times{
	color:#FFFFFF;
	margin-top:5px;
}

.movie_table tr th{
	width:60px;
	padding-right:15px;
	text-align:left;
}
