@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
#container {
	width:917px;
	margin-right:auto;
	margin-left:auto;
	}

#content {
	width:903px;
	text-align:left;
	margin-left:8px;
	}

#content_top {
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
	width:903px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
	}

#content_inside {
	padding:0;
	margin:0;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	width:903px;
	float:left;
	}

#content_html {
	padding:0;
	margin-left:60px;
	margin-right:60px;
	margin-top:0;
	margin-bottom:0;
	}

#movie_box {
	width:338px;
	float:left;
	margin-right:10px;
	height:325px;
	background-image:url(images/movie_bg.jpg);
	background-repeat:no-repeat;
	}
	
#movie_inside {
	margin-top:10px;
	}	

#content_bottom {
	padding:0;
	margin:0;
	background-image:url(images/content_bottom.png);
	height:20px;
	width:903px;
	float:left;
	}

h1,h2,h3,h4,h5,h6 {
	color:#002d4e;
	}

#dropmenudiv{
	position:absolute;
	margin-top: 0px;
	margin-left: -1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	line-height:20px;
	/*
	border-top:1px solid #dcdcdc;
	*/
	z-index:100;
	-moz-opacity:0.93; /* Firefox opacity */
	filter:alpha(opacity=93); /* IE's opacity*/
	}

#dropmenudiv a{
	width: auto;
	display: block;
	border:1px solid #dcdcdc;
	border-top:0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 13px;
	text-align:left;
	text-decoration: none;
	background-color:#ffffff;
	color:#565656;
	font-weight:bold;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#f0f0f0;
	/*color:#b20604;*/
	}

a:link {color:#008ad9;
	text-decoration: none;}
	
a:visited {text-decoration: none;
	color:#008ad9;}
	
a:hover {text-decoration: underline;
	color:#06a4ff;}
	
a:active {text-decoration: none;
	color:#008ad9;}


h1, h2, h3, h4, h5, h6 {
	color:#0b67b5;
	font:"myriad Pro";
	padding-bottom: 0px;
	margin-bottom:10px;
	margin-top: 4px;
	}
	
h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}


table, td, tr {
	color:#000000;
	}

#cal_box {
	width:283px;
	float:left;
	height:325px;
	background-image:url(images/upc_events.jpg);
	background-repeat:no-repeat;
	}
	
#cal_inside {
	margin-top:60px;
	height:225px;
	}	
	
.cal_month {
	font-size:20px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	}	

#cal_item {
	width:255px;
	margin-left:10px;
	height: 40px;
	margin-bottom:10px;
	}

#cal_descr {
	float:right;
	width:200px;
	height:40px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	}

#cal_descr a {
	color:#FFFFFF;
	}	
	
#cal_descr a:hover {
	color:#FFFFFF;
	}

#cal_day	{
	float:left;
	width:38px;
	height:32px;
	padding-top:6px;
	font-weight:bold;
	font-size:22px;
	background-image:url(images/cal_box.jpg);
	background-repeat:no-repeat;
	}
	
.cal_time {
	font-size:12px;
	color:#F4F4F4;
	}
	
#calendar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	font-size: 10px;
	}

#calendar a:link {
	color: #0066CC;
	text-decoration: none;
	}

#calendar a:visited {
	text-decoration: none;
	color: #0066CC;
	}
	
#calendar a:hover {text-decoration: underline;
	background-color:#FFFFCC;
	color:#C91D1D;
	}
	
#calendar a:active {text-decoration: none;color: #0066CC;}
#calendar td {border-right: 1px #CCCCCC solid;border-bottom: 1px #CCCCCC solid;}
#calendar table {border-left: 1px #CCCCCC solid; margin-left:0px;}
#calspacer {
	height: 5px;
	}

.time {
	font-size:9px;
	color:#5b5b5b;
	}

.directions {
	font-size:10px;
	color:#5b5b5b;
	}
	
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be 		next to on the page. */
	float: right;
	margin-left: 8px;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
	
	  #alertbox {
width: 550px;
height:auto;
padding:10px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
color:#333333;
background-color:#FFFFCC;
border: 1px solid #FFCC00;
}


#warningbox {
width: 550px;
height:auto;
padding:10px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
color:#333333;
background-color:#fcd9d9;
border: 1px solid #cd8989;
} 