/* Main CSS Document */
body {
  background: url(/images/main_tile.jpg) repeat-x #111111;
  margin:0px;
  padding:0px;
  font-size:12px;
  font-family:arial;
  color:#ffffff
}
td, th {
  color:ffffff;
}
a:link 		{ text-decoration: none; color: #FFFFFF; }
a:visited 	{ text-decoration: none; color: #ffffff; }
a:hover 	{ text-decoration: none; }
a:active 	{ text-decoration: none; }

h3 { color:#f7931d; margin:0px; padding:0px; }
h4 { margin-bottom:10px; }
h5 { margin:0px; }

.button_main a:link {display:block; width:120px; height:15px; background:url(/images/button_bkg.jpg) repeat-x #f8941e; padding:5px; text-align:center; color:#000000; font-weight:bold; font-size:11px; border-top:1px solid #f7931d; }
.button_main a:visited {display:block; width:120px; height:15px; background:url(/images/button_bkg.jpg) repeat-x #f8941e; padding:5px; text-align:center; color:#000000; font-weight:bold; font-size:11px; border-top:1px solid #f7931d; }
	
.topbar {width:100%; background:url(/images/filmtile.gif) repeat-x #3bc012;}
.topbarleft {width:50%;}
.topbarright {width:50%;}

#orangebar {
	width:100%;
	background:url(/images/green_tile.jpg) repeat-x #3bc012;
	}
#logobar { 
	width:780px;
	font-size:11px;
	}
#maintable { 
	width:780px;
	background:url(/images/reflection_bkg.jpg) no-repeat top center #000000;
	border-left:1px solid #252525;
	border-right:1px solid #252525;
	}

.maintableleft {
	padding-top:20px;
	padding-left:20px;
	}
	
.catlink a:link {display:block;padding:5px 10px 5px 5px;border-bottom:1px solid #111111;color:#4ec105;}
.catlink a:visited {display:block;padding:5px 10px 5px 5px;border-bottom:1px solid #111111;color:#4ec105;}
.catlink a:active {display:block;padding:5px 10px 5px 5px;border-bottom:1px solid #111111;color:#4ec105;}
.catlink a:hover {display:block;background:#111111;padding:5px 10px 5px 5px;border-bottom:1px solid #111111;color:#3bc012;}

.movie_title {color: #FFFFFF}

.movielisting {
	width:100px;
	height:185px;
	background:url(/images/moviereflection.jpg) no-repeat bottom center;
	float:left;
	margin:10px 25px 15px 0px;
	text-align:center;
	border-right:1px solid #000000;
	}
	
.bottom_box {
  border-top:18px solid #FF3300;
  background:#000000;
  height:300px;
  padding-left:8px;
  padding-right:8px;
}
.left_input {
  border:none;
  background:#CCCCCC;
  width:120px;
  height:20px;
  margin-top:5px;
}
.middle_column {
  width:550px;
}
.side_column {
  width:135px;
}

