/*                                                */
/* created by Michel Im (movietheaters@gmail.com) */
body {
	background-color:#961508;
	background-image:url(imgs/background.png);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment: fixed;
}
table {
        font-family: 'Trebuchet MS';  
        font-size: 12pt;
        background-color:#FFFFFF;
        padding:0px;
        margin:0px;
        border:0px;
        border-spacing:0px;
}
table.bodytable {
        width:720px;
}
table.movies {
        padding:10px;
        width:100%;
}
tr.times1 {
        background-color:#E8E8FF; /* #ECECFF;*/
        text-align:middle;
        font-family: 'Arial';  
}
tr.times2 {
        background-color:#FFFFDD; /* #DCDCFF;*/
        text-align:middle;
        font-family: 'Arial';  
}
td.weekt {
        color:#0A0Aff;
        text-align:center;  
        font-size: 13pt;
        padding:7px 20px 7px 20px;
}
td.timesL {
        text-align:right;
        font-size: 12pt;
        padding:5px 10px 5px 0px;
}
td.timesR {
        text-align:left;  
        font-size: 9pt;
        padding:5px 0px 5px 10px;
}
a.moviett {
        color:#0000A0;
        font-weight: bold;
}
span.run {
        font-size: 8pt;
}
span.synopsis {
        font-family: 'Trebuchet MS';  
        font-size: 10pt;
}
span.alert {
        font-family: 'Trebuchet MS';  
        font-size: 10pt;
        font-weight: bold;
        color:#FF0000;
}
a.title{
        font-family: 'Tahoma';  
        font-size: 15pt;
        font-weight: bold;
}
img {   border:0px;   }	
img.poster {
	margin-left: 2px;
	margin-right: 2px;
        height:150px;
}
img.posterL {
	float:left;
	margin-left: 2px;
	margin-right: 2px;
        height:150px;
}
img.posterR {
	float:right;
	margin-left: 2px;
	margin-right: 2px;
        height:150px;
}
span.credits {
        font-family: 'Trebuchet MS';  
        font-size: 8pt;
	color: #707070;
}
a.credits:link    {color: #707070;} /* unvisited link */
a.credits:visited {color: #707070;} /* visited link */
a.credits:hover   {color: #707070;} /* mouse over link */
a.credits:active  {color: #707070;} /* selected link */

#menu {height:27px;  padding:0px; margin:0px;}
.menu_blank1, .menu_home, .menu_current, .menu_times,
.menu_future,             .menu_contact, .menu_links, .menu_blank2,
.menu_blank1_on, .menu_home_on, .menu_current_on, .menu_times_on,
.menu_future_on,                .menu_contact_on, .menu_links_on, .menu_blank2_on,

.menu_blank1 {       display:block; float:left;height:41px; background-position:0px 0px; width:20px;  padding:0px; margin:0px;  background:url(imgs/menubar.png) no-repeat;}

.menu_home   {       background-position: -20px   0px;width:57px;}
.menu_home_on {      background-position: -20px -68px;width:57px;}
.menu_home:hover {   background-position: -20px -34px;}

.menu_current {      background-position:-77px 0px;  width:134px;}
.menu_current_on{    background-position:-77px -68px;width:134px;}
.menu_current:hover {background-position:-77px -34px;}

.menu_times {        background-position:-211px 0px;width:88px;}
.menu_times_on {     background-position:-211px -68px;width:88px;}
.menu_times:hover {  background-position:-211px -34px;}

.menu_future{        background-position:-299px 0px;width:103px;}
.menu_future_on {    background-position:-299px -68px;width:103px;}
.menu_future:hover { background-position:-299px -34px;}

.menu_palm    {      background-position:-402px 0px; width:125px;}
.menu_palm_on    {   background-position:-402px -68px;width:125px;}
.menu_palm:hover    {background-position:-402px -34px;}

.menu_contact {      background-position:-527px 0px; width:88px;}
.menu_contact_on {   background-position:-527px -68px;width:88px;}
.menu_contact:hover {background-position:-527px -34px;}

.menu_links {        background-position:-615px 0px; width:53px;}
.menu_links_on{      background-position:-615px -68px;width:53px;}
.menu_links:hover {  background-position:-615px -34px;}

.menu_blank2 {       background-position:-668px 0px; width:22px;}
