body,td{
  font-family: Verdana, Arial, sans-serif;
  font-size:13px;
  text-transform: none;
}

body {
  background-color: #EFEFE3;
  color:#000000;
  margin-top: 5px;
}

td {
  margin: 0px;
}

li {
  margin-bottom: 4px;
}

form {
  margin-bottom: 0px;
}

#main {
  margin-top: -15px;
}

#content {
  background-color: #ffffff;
  padding: 10px;
  text-align: left;
}

#signin_box {
  margin-top: 10px;
  padding-left: 10px;
  padding: 0px 10px 5px 10px;
  border-left: 2px solid #eee;
  border-top: 2px solid #eee;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}
.signin_box_label {
  padding-top: 4px;
}
#signin_box_form {
  position: relative;
  top: -13px;
}

#signin_box_head {
  position: relative;
  float: left;
  top: -20px;
}

#signin_name {
  position: relative;
  width: 250px;
  top: 30px;
  right: 250px;
  font-weight: bold;
  text-align: right;
}

#signin_name a {
  text-decoration: none;
  color: black;
}

#wrapper {
  width: 764px;
}

#shade {
  background: #EFEFE3 url(../images/body-bg.gif) center top repeat;
}

#marquee {
  background: url(../images/marquee.jpg) center no-repeat;
  height: 107px;
}

#marquee_small {
  background: url(../images/marquee_scrunch.jpg) center no-repeat;
  height: 88px;
}

#middle_bar {
  height: 50px;
  background: url(../images/lights_bottom_red_shade.gif) center no-repeat;
}
#navbar {
  padding-top: 26px;
  color: #EEE;
  font-weight: bold;
  font-size: 12px;
}
.navlink {
  margin-right: 12px;
}
#navbar a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

a {
  color: #00458B;
}

.highlight {
  background-color: #F6FFB8;
}

a:hover {
  color: #b11523;
  text-decoration: underline;
}

.hp_poster img {
  margin-top: 3px;
  margin-bottom: 3px;
}

#footer_text {
  padding-top: 5px;
  width: 700px;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.35em;
}
#footer_box {
  position: relative;
  top: -15px;
  width: 768px;
  font-size: 0.85em;
  text-align: right;
}

#mail_box {
  width: 750px;
  font-size: 80%;
  margin-top: -11px;
  text-align: left;
}

#login_box {
  color: white;
  font-size: 80%;
  margin-top: -14px;
  margin-right: 14px;
  width: 750px;
  text-align: right;
}

#login_box a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
#login_box a:hover, #navbar a:hover {
  text-decoration: underline;
}

#footer_box {
  margin-top: 3px;
}

#headline a, #subheadline a {
  text-decoration: none;
  color: black;
}

#marquee_small #headline {
	font: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 27px;
	font-weight: bolder;
	text-align: center;
	padding-top: 5px;
}

#marquee_small #subheadline {
	font: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	padding-top: 15px;
}

#page_heading #headline {
  font-size: 1.3em;
}

#page_heading #subheadline {
  font-size: 1.1em;
}

#my_screenings td {
  padding-right: 4px;
}

#mapContainer td {
  font-size: 0.8em;
}

#flash {
  color: #129A12;
  font-weight: bold;
  margin-bottom: 5px;
}

.flash_img {
  position: relative;
  top: 4px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #b11523;
  display: table;
}

.attendees {

}
.attendees td {
  font-size: 0.9em;
  padding-bottom: 7px;
}

#error_messages {

}

.error_message {
  color: #dc1312;
  padding-left: 27px;
  background-image: url('../images/dialog-error_med.png');
  background-repeat: no-repeat;
  background-position: left;
  margin: 8px 0px 8px 0px;
  font-weight: bold;
}

input, select, textarea {
  background-color: #EFEFE3;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.button {
  background: url("../images/submit_fade.jpg") repeat-x;
  border-top: 1px solid #AEAEAE;
  border-left: 1px solid #AEAEAE;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.on_list {
  color: green;
  font-size: 1.3em;
}
.cancelled {
   color: red;
   font-size: 1.3em;
   font-weight: bold;
}
.is_cancelled td, .is_cancelled a {
  color: red;
  text-decoration: line-through;
}
.non_urgent td, .non_urgent a, .non_urgent {
  color: green;
  text-decoration :none;
}
.semi_urgent td, .semi_urgent a, .semi_urgent {
  color: #ff8888;
  text-decoration: none;
}
.urgent, .urgent td, .urgent a {
  color: red;
  text-decoration: none;
}
.read td, .read a, .read {
}
.unread td, .unread a, .unread {
  font-weight: bold;
}

.disabled {
  color: #CCC;
}
.hello {
  font-size: 1.25em;
}
.cancel a {
  margin-left: 25px;
  color: red;
  font-size: 0.80em;
}

.new, .new a {
  color: grey;
  text-decoration: none;
}

.subhead {
  border-bottom: solid #CCC 1px;
  font-weight: bold;
  margin-bottom: 5px;
}

.subhead_sub {
  font-weight: normal;
}

.no_under {
  text-decoration: none;
}
.no_under_small {
  text-decoration: none;
  font-size: 80%;
}

.past {
  color: #999;
}
.private {
  text-decoration: italic;
}
.domain {
  color: #999;
  font-size: 0.8em;
}
.private_img {
  position: relative;
  left: 53px;
  top: 1px;
}

.profile_thumb, .profile_picture {
  margin-right: 5px;
  border: solid black 1px;
}

.sub_search {
  font-size: 0.8em;
  margin-top: 7px;
}
.ticket {
  padding-right: 13px;
}
.ticket_film {
  margin-top: 5px;
}
.icon {
  position:relative;
  top: 3px;
}
.trashcan {
  position: relative;
  left: 53px;
  top: 1px;
}
.screening_column {
  padding-left: 10px;
}

.sidebox {
  float: right;
  padding: 5px 10px 5px 10px;
  margin-left: 5px;
  border: 5px solid #b11523;
  width: 215px;
}

.infobox {
  padding: 10px;
  margin-right: 10px;
  border: 5px solid #b11523;
  background-color: #efefef;
}
.promobox {

}
.promobox_item {
  padding-top: 10px;
}
.post {
  margin-bottom: 10px;
}
.post_heading {
  font-size: 1.4em;
  font-weight: bold;
}
.post_heading a {
  color: black;
  text-decoration: none;
}
.post_right_col {
  padding-left: 5px;
}
.post_left_col {
  padding-top: 5px;
  text-align: center;
}
.post_left_col a {
  font-size: 0.9em;
  text-decoration: none;
}
.post_helpful {
  font-size: 0.8em;
}
.smaller {
  font-size: 0.8em;
}
.bigger {
  font-size: 1.2em;
}
.post_type {
  text-decoration: italic;
  color: #999;
}
.post_title {
  font-size: 1.3em;
  position:relative;
  top: -2px;
  font-weight: bold;
}
.star_line {
  position: relative;
  top: -2px;
}
.post_title a {
  text-decoration: none;
  color: black;
}
.post_body, comment_body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.post_footer, .comment_footer {
  font-size: 0.8em;
}

#left_nav {
  line-height: 1.5em;
  margin-top: -10px;
}
.left_nav_head {
  padding-left: 8px;
  padding-top: 10px;
}
.left_nav_on {
  font-weight: bold;
}
.left_nav_on a {
  padding-left: 8px;
}
.left_sub_nav_on a {
  padding-left: 16px;
}
.left_sub_sub_nav_on a {
  padding-left: 24px;
}
.left_nav_off a {
  padding-left: 8px;
}
.left_nav_off_off {
  padding-left: 8px;
}
.left_nav_off a:hover, .left_sub_nav_off a:hover {
  background: url(../images/red_arrow_sm.gif) left no-repeat;
}
.left_sub_sub_nav_on a, .left_sub_nav_on {
  font-weight: bold;
}
.left_sub_sub_nav_on a, .left_sub_nav_on a, .left_nav_on a {
  text-decoration: none;
  color: #000;
  background: url(../images/red_arrow_sm.gif) left no-repeat;
}
.left_sub_nav_off a {
  padding-left: 16px;
}
.left_sub_sub_nav_off a {
  padding-left: 24px;
}

.left_nav_button {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 3px;
}
.left_nav_pic {
  padding-top: 5px;
}
.left_nav_stars {
  padding-left: 10px;
  margin-bottom: -8px;
}
.email_text {
  padding: 10px;
  background-color: #F6FFB8;
  border: 1px solid black;
  font-size: 0.9em;
}