/* CSS Document */

.orangeTicket{
width: 260px;
height: 187px;
background-image: url(../images/buttons/orange_ticket.png);
background-repeat:no-repeat;
font-size: 11px;
}
.orangeTicket a:hover{
color: blue;
}
.blueTicket{
width: 260px;
height: 189px;
background-image: url(../images/buttons/blue_ticket.png);
background-repeat:no-repeat;
}
.ticketContent{
margin: auto auto;
padding: 28px 0;
height: 135px;
width: 210px;
text-align: left;
color: #333;
}
#emailSignup{
text-align: center;
}

.runtime{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #999;
margin-bottom: 10px;
}

#nowPlayingSynopsis{
height: 150px;
overflow: auto;
border: 1px gray solid;
padding: 4px;
}

.movieShowtimes{
border: none;
width: 100%;
border-spacing: 0;
}
.movieShowtimes td{
border: 1px #888 solid;
}
.movieShowtimes th{
border-left: 1px #601700 solid;
border-right: 1px #601700 solid;
background-color: #99a7ad;
font-weight: bold;
font-size: 1.5em;
text-align: left;
color: white;
background-image: url(../images/box_heading_bkg.png);
background-repeat: repeat-x;
height: 34px;
}
.movieShowtimes td, .movieShowtimes th{
padding: 4px;
}

.csRating{
position: absolute;
top: 130px;
left: 8px;
}

img.history{
float: left;
margin: 0 4px 4px 0;
border: none;
}
.poster{
border: 1px gray solid;
}

.b{
clear: both;
}
.right{
float: right;
}
.left{
float:left;
}
img.right{
margin: 0 0 6px 6px;
}
img.left{
margin: 0 6px 6px 0;
}
.even{
background-color: #dbdfde;
}
.odd{
background-color: #b0b7b5;
}
.rednote{
color: #c00;
}
.small{
font-size: .8em;
}