* {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 11px;
}

body {
	background-color: #051024;
	background-image: url(../images/bg_all_pages.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 20px;
}

div#wrapper {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

div#header {
	background-image:url(../images/portland-theaters.jpg);
	width: 740px;
	height: 233px;
}

div#header a {
	width: 284px;
	height: 65px;
	display: block;
	margin-left: 128px;
	padding-top: 15px;
}

div#left-img {
	background-image: url(../images/left_ban.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 36px;
	height: 300px;
}

div#left-column {
	width: 217px;
	height: 448px;
	float: right;	
}

div#left-column-content {
	background-image: url(../images/1_bg1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 332px;
	width: 217px;
	margin-top: 4px;
}

div#left-column-content h2 {
	display: none;
}

div#left-column-content ul {
	list-style-type: none;
	padding-top: 92px;
	margin-left: 11px;
	height: 220px;
}

div#left-column-content ul li {
	height: 18px;
	width: 184px;
	overflow: hidden;
	line-height:16px;
}

div#left-column-content ul li a, div#left-column-content ul li a:visited {
	padding-left: 4px;
	color: #ACACAC;
	display: block;
}

div#left-column-content ul li a:hover {
	background-color: #3F568A;
}

div#content-column {
	width: 487px;
	float: right;
}

div#footer {
	/* background-image:url(../images/st_2.jpg); */
	background-position:right top;
	background-repeat:no-repeat;
	clear:both;
	color:#636363;
	padding-left:164px;
	padding-top:3px;
	position:relative;
	text-align:center;
	top:-1px;
	width:572px;
}
div#footer a, div#footer a:visited {
	color:#636363;
}

a.more, a.more:visited {
	background-image: url(../images/1_arrow.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #5AB3F6;
	padding-left: 8px;
}

#left-column-content a.more {
	margin-left: 16px;
}

ul#top-menu {
	list-style-type: none;
	width: 487px;
	overflow: hidden;
	margin-bottom: 10px;
}

ul#top-menu li {
	float: left;
	width: 96px;
	text-align: center;
	border-right: 1px solid #778899;
}

ul#top-menu li a {
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat;
	color:#DCC633;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:27px;
	padding-top:8px;
	text-decoration:none;
}
ul#top-menu li.last a {
	width: 99px;
	border-right: none;
}


ul#top-menu li a:visited { color:#DCC633; }
ul#top-menu li a:hover { background-image: url(../images/nav-bg-over.jpg); }

div.inner1 div {
	background-repeat: no-repeat;
	overflow: hidden;
}

div.inner1 {
	background-image: url(../images/all_bg.jpg);
	background-repeat: repeat-y;
}

div.inner1 div.top1 {
	height: 114px;
}

div.inner1 div.mid1 {
	background-image:url(../images/1_mid_bg.jpg);
	background-position:left top;
	height: 150px;
}

div.inner1 div.bottom1 {
	height: 116px;
	background-image: url(../images/1_bot_bg.jpg);
	height: 139px;
}

img#swirl {
	left:736px;
	position:relative;
	top:-209px;
}

div.half {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

div.clr {
	clear: both;
}

div.half div {
	padding: 5px;
}

div.home-welcome h1 {
	font-size: 22px;
	color: silver;
	text-align: center;
	margin-top: 3px;
}

div.home-text {
	color: #ACACAC;
}

div.home-text p {
	margin-top: 10px;
}

div.quarter {
	width: 25%;
	float: left;
	height:132px;
	margin-top:10px;
}

div.quarter div {
	padding-top: 10px;
	padding-left: 10px;
}

div.quarter h2 {
	color: #DCC633;
	font-family: times new roman;
	font-size: 33px;
	text-align: center;
	padding-top: 25px;
}

div.quarter a img {
	border: none;
}

div.quarter img {
	margin-top: 6px;
	margin-left: 5px;
}	

div.thirds {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}



#wait {
	background-image: url(../images/shaded.png);
	background-repeat: repeat;
	width: 5000px;
	height: 10000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 110;
}

#editor-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 138px;
	text-align: center;
	z-index: 200;
}
#editor-container div.inner-editor {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	padding-left: 508px;
}

#titles {
	border: 1px solid gray;
	padding: 15px;
	background-color: #F6E3E3;
	width: 400px;
	position: absolute;
	top: 30px;
	left: 35%;
	z-index: 200;
}

.formButton {
	background-color: rgb(250, 246, 199);
	color: black;
	font-family: Tahoma;
	border: 1px solid gray;
	padding: 3px;
	margin-top: 7px;
}

.formButton:hover {
	background-color:#8188B1;
	border:1px solid #0B1863;
	color:white;
	cursor:pointer;
}

tr.even {
	background-color: #F6F4F4;
}

tr.odd {
	background-color: #FFF1EE;
}

div#main-content {
	min-height:402px;
	width:483px;
}

div#inner-main-content {
	/* background-image:url(../images/1_bot_bg.jpg); */
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
	width: 100%;
}

div#final {
	padding: 25px;
	color: white;
}

div#final a, div#final a:visited {
	color: yellow;
}

a#xbp {
	width: 206px;
	height: 108px;
	background-image: url(../images/xbox.jpg);
	display: block;
}

a#xbp:hover { background-image: url(../images/xbox-over.jpg); }
img.preloading { display: none; }

ul.movie-editor-list li:hover {
	text-decoration: underline;
	cursor: move;
	background-color: #3F568A;
}
ul.movie-editor-list li:hover a {
	cursor: pointer;
}

div#movies-table tr:hover td {
	text-decoration: underline;
	cursor: pointer;
	background-color: #3F568A;
}

div#movies-table table {
	width: 100%;
	margin-top: 10px;
}

div.movie-listing {
	margin-bottom: 10px;
}
div.movie-listing p {
	margin-bottom: 4px;
}
div.movie-listing img {
	float: left;
	margin-right: 5px;
}

div#final p {
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}

div#final h1, div#final h2, div#final h3 {
	font-family: trebuchet ms, verdana, arial;
	margin-bottom: 10px;
}

div#final h1 { font-size: 20px; }
div#final h2 { font-size: 16px; }
div#final h3 { font-size: 12px; }

div#final h2 a { color: white; font-size: 10px; } 
div#final h2 a:visited { color: white; font-size: 10px; } 

div#final h1 a { color: white; font-size: 10px; } 
div#final h1 a:visited { color: white; font-size: 10px; } 

div#final h3 a { color: white; font-size: 10px; } 
div#final h3 a:visited { color: white; font-size: 10px; } 

div.center {
	text-align: center;
}

div.hr {
	width: 100%;
	background-image: url(../images/hr.jpg);
	height: 6px;
	background-position: center center;
	margin-top: 18px;
	margin-bottom: 13px;
}

a.movie-thumb img {
	border: none;
}

a.left {
	float: left;
}

a.movie-thumb.left img {
	width: 46px;
	height: 68px;
}

span.mtimes {
	font-weight: bold;
}

span.movie-id {
	display: none;
}