@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body  {
	font-family:Verdana, Geneva, sans-serif;
n
	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: #000;
	background-color: #FFF;
}
img {border:0;}
a:link {
	color:#F00;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a:visited {
	color: #F66
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a:hover {
	color:#F6F;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a:active {
	color: #F66
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.mail {
	color: #F66
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1{
	font-size: 20px;
	text-decoration:none;
	color:#09F;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
	white-space: nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	font-weight: bolder;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	}
	
h2{
	font-size: 16px;
	text-decoration:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 3px;
	}
	
h3{
	font-size: 16px;
	text-decoration:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	white-space: nowrap;
	font-weight: bolder;
	}
.eventdesheight {
	overflow: auto;
	height: 150px;
	font-size: 11px;
	width: 620px;
	padding-left: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 100px;
}
	
.twoColFixRt #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
	font-size: 12px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 319px;
	padding-top: 10px;
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
}
.twoColFixRt #mainContent {
	margin: 0 320px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	display: block;
} 
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.date {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
.upcomingtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #F00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.date span {
	color: #000;
	padding: 2px;
	font-size: 12px;
	height: 20px;
}.twoColFixRt #container #mainContent #upcomingEvent {
	font-size: 24px;
	height: 26px;
	padding-top: 0px;
	margin-top: 3px;
}
.twoColFixRt #container #mainContent .grey {
	color: #FFF;
	font-size: 9px;
	display: block;
	margin-bottom: 5px;
}
.right {
	float: right;
	width: 403px;
}
.right ul li {
	float:left;
	list-style-type:none;
	list-style:none;
	padding-right:30px;
}
.right table {
	border:thin dotted #000;
	background-color: #FFF;
}
.right td {
	color:#000;
	cursor:pointer;
	font-weight: bold;
	}
.right td:hover {
	background-color:#FFF;
}
td.first {
}
#still-box {
	position:relative;
	padding-top:4px;
}
#still-box #still{
	background-color: #000000;
	height:225px;
	float:right;
	width:300px;
}
.container {
	display:block;
	height:240px;
	margin-top:10px;
	position: relative;
}
#cal {
	float:left;
}
#tags {
	width:102px;
	background-color: #FFF;
	height: 200px;
}
#tags ul li {
	float:none;
	display:block;
	margin:0;
	padding:0px;
	text-align: center;
	color: #FF6600;
	font-weight: bold;
}
#tags ul li.buy {
	background-color:#363636;
	color:#9FEB79;
	font-size: 10px;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/website2_images/bg_03_buy.gif);
	width: 100px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	line-height: 16px;
}
.twoColFixRt #container #mainContent #eventDes {
	height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom: 10px;
	font-size:12px;
	text-align:left;
}
.selected {
	background-color:#96DD72;
}
#slideshow { padding: 0; width: 300px; height: 225px; }
#slideshow img { padding: 0; width: 300px; height: 225px; }
.twoColFixRt #container #mainContent .container .right #still-box #tags .buy #buy {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #96DD72;
	vertical-align: middle;
}
#tags img {

}
ul#ue {
	list-style-type:none;
}
ul#ue li {
	background-color: #FFF;
	height: 56px;
	color: #000;
	cursor: pointer;
	font-size: 11px;
	padding: 1px;
	line-height: 150%;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
ul#ue li img {
	float:left;
	margin: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}
.next {
	border:1px solid #555555;
	background-color:#0099ff;
	color:#FFFFFF;
	font-size:12px;
	width:110px;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:-20px;
	display:none;
	font-weight:bold;
	padding:2px;
}
.twoColFixRt #container #sidebar1 #headlines {
	background-color: #200000;
	vertical-align: top;
	background-image: url(images/website2_images/bg_01_filmbill.jpg);
	padding: 5;
}
.twoColFixRt #container #mainContent #prevEvents h1 {
	font-size: 18px;
	color: #FFF;
	text-align: right;
}
.twoColFixRt #container #mainContent #prevEvents .fright {
	height: 225px;
	width: 300px;
	float: right;
	background-color: #000000;
}
.twoColFixRt #container #mainContent #prevEvents .fright img {
	height: 225px;
	width: 300px;
}
.twoColFixRt #container #mainContent #prevEvents .fleft {
	width: 325px;
	display: block;
	float: left;
}
.twoColFixRt #container #mainContent #prevEvents .fleft li {
	float: left;
	height: 75px;
	width: 100px;
	background-color: #000000;
	display: block;
	list-style-type: none;
	margin: 4px;
}
#prevEventDes {
	max-height:150px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.pagination {
	margin: 3px auto;
	width: 100px;
}
ul#pe li img {
	width: 100px;
	height: 75px;
	border: 1px solid #CCCCCC;
	cursor:pointer;
}
.twoColFixRt #container #mainContent #prevEvents {
	margin-top: 5px;
}
.filmbillcell {
	background-color: #FFF;
}

.filmbillpicture {
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	border: 4px solid #000;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
	width: 300px;
}


.filmbillheader {
	background-color: #FF3;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;
	padding: 6px;
	text-align: center;
	
}
.filmbillsubheadline {
	background-color: #FFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #600;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.filmbilcopy {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	font-style: normal;
	line-height: 14px;
	font-family: "Times New Roman", Times, serif;
	padding: 6px;
	margin-left: 8px;
}
.utilitywhite {
	font-size: 10px;
	text-decoration:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.filmbillquote {
	font-size: 20px;
	font-weight: normal;
	color: #dedede;
	line-height: 22px;
	text-align: center;
	border: 1px dashed #FB37D3;
	width: 300px;
	font-style: italic;
	background: #222222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.dateTwo {
	text-align:right;
	color:#ffffff;
}
.dateTwo span {
	color: #000;
	font-size: 20px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.give {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFF;
	padding: 3px;
	height: 26px;
	color: #B681FF;
	white-space: nowrap;
	margin-top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	font-weight: bolder;
}
.tinypic {
	white-space: pre;
	float: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.eventdesheightwhite {
	overflow: auto;
	font-size: 12px;
	width: 625px;
	padding-left: 10px;
	color: #000;
	background-color: #FFF;
	text-indent: 10px;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 14px;
	text-decoration:none;
	color:#000;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	height: 18px;
	color: #000;
	white-space: nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
}
.eventdesheightgrey {
	overflow: auto;
	height: 220px;
	font-size: 11px;
	width: 625px;
	padding-left: 10px;
	color: #000;
	background-color: #FFF;
	text-indent: 10px;
	padding-right: 5px;
}
.eventdesheightwhitenoheight {
	overflow: auto;
	font-size: 11px;
	width: 625px;
	padding-left: 10px;
	color: #000;
	background-color: #FFF;
	text-indent: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.filmbilcopyBLOGLINK {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	font-style: normal;
	line-height: 14px;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999;
	padding-left: 10px;
}
