body {
   background: #000;
   font-family: tahoma, verdana, sans-serif;
   color: #FFF;
   font-size: 100%;
   width: 785px;
   margin: 10px auto;
   text-align: center;
}
td {
   font-size: 12px;
   line-height: 16px;
   text-align: left;
}
td#contentArea {
   padding: 10px;
}
td#contentArea a {
   background: #000;
   color: #01B0E9;
   padding: 1px;
}
td {
   font-size: 12px;
   line-height: 16px;
}
td#contentArea {
   padding: 10px;
}
td#contentArea a {
   background: #000;
   color: #01B0E9;
   padding: 1px;
}
td#contentArea a:hover {
   background: #01B0E9;
   color: #000;
   padding: 1px;
}
td#contentArea p {
   margin: 5px 0;
}
td#contentArea h2 {
   color: #FF2E1C;
   padding: 0;
   margin: 0 0 10px 0;
}
a.no, a.no:hover {
   border: none;
   background: transparent !important;
   padding: 0 !important;
}
a.sc {
   color: #C02716;
}
a:hover.sc {
   color: #FF2E1C;
}
td.copy {
   text-align: right;
   padding-top: 2px;
   font-size: 11px;
}
a.trs {
   background: #000;
   color: #FF2E1C;
   text-decoration: none;
   border-bottom: 1px solid #FF2E1C;
   padding: 1px;
}
a:hover.trs {
   background: #FF2E1C;
   color: #000;
   text-decoration: none;
   border-bottom: 1px solid #FF2E1C;
   padding: 1px;
}
/*
** index.php **
*/
td.index h2 {
   color: #FFF !important;
   font-size: 18px;
   font-weight: bold;
   font-family: georgia, geneva, times, serif;
}
td.index h1 {
   color: #FFF !important;
   font-size: 28px;
   font-weight: bold;
   font-family: georgia, geneva, times, serif;
   letter-spacing: -1px;
}
td.index h3 {
   color: #FFF !important;
   font-size: 14px;
   font-weight: bold;
   font-family: georgia, geneva, times, serif;
   display: block;
   padding-bottom: 15px;
   border-bottom: 1px solid #FFF;
}
td.index p {
   line-height: 20px !important;
   text-indent: 25px;
   text-align: justify;
   font-size: 12px;
   font-family: georgia, geneva, times, serif;
}
/*
** calendar.php **
*/
table.cal {
   border: 2px solid #FF2E1C;
}
tr.cHead td {
   text-align: center;
   color: #000;
   font-weight: bold;
   width: 140px;
   height: 30px;
   font-size: 10px;
}
tr.cData td {
   width: 140px; 
   padding: 3px;
}
tr.cHeadNew td {
   text-align: center;
   color: #000;
   font-weight: bold;
   width: 552px;
   height: 20px;
   font-size: 10px;
}
tr.cData td {
   width: 552px; 
   padding: 3px;
}
.cEntry {
   width: 400px;
   margin-bottom: 2px;
   border: 2px solid #400C07;
   padding: 5px;
}
.cEntry div {
   padding-left: 20px;
}
.cEntry a {
   color: #00B0E8;
}
/*
.cEntry a:hover {
   color: #CAE8F8;
}
*/
.cSep {
   height: 10px;
}
/*
** films.php **
*/
.movieEntry {
   width: 100%;
   border-top: 1px solid #FFF;
   margin-top: 10px;
}
.movieLineOne {
   width: 100%;
   clear: both;
}
.movieTitle {
   width: 100%;
   float: left;
   text-align: left;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 5px;
   clear: both;
}
.movieImage, .movieBlurb, .movieVenues {
   float: left;
}
.movieImage {
   width: 100px;
   padding-right: 10px;
}
.movieImage img {
   border: 1px solid #01B0E9;
   cursor: pointer;
}
.movieBlurb {
   width: 200px;
}
.movieBlurbFull {
   width: 318px;
}
.movieBlurbBig {
   width: 500px;
}
.movieBlurbFullBig {
   width: 518px;
}
.movieLeft {
   float: left;
   width: 318px;
   padding-right: 2px;
}
.movieVenues {
   width: 230px;
   padding: 2px;
   background: #CBE8F8;
   color: #000;
   border: 1px dotted #01B0E9;
   font-size: 10px;

}
#filmFilter {
   width: 545px;
   overflow: hidden
}
#filmFilter, #filmFilter * {
   font-size: 10px;
}
#filmFilter form {
   padding: 0;
   margin: 0;
   display: inline;
}
#filmFilter {
   border: 2px solid #400C07;
   padding: 3px;
}
/*
** film-details.php **
*/
.details {
   float: left;
   width: 240px;
   padding-left: 10px;
}
.venueList {
   clear: both;
   padding: 2px;
   background: #CBE8F8;
   color: #000;
   border: 1px dotted #01B0E9;
   font-size: 11px;
   width: 100%;
}
.venuelist * {
   font-size: 11px;
}
.venueList td.title {
   font-weight: bold;
}
.venueList td.buy {
   width: 210px;
   margin-top: -1px;
}
.venueList td.buy input {
   margin: 0;
   border: 1px solid #000;
   padding: 0;
}
/*
** cart.php **
*/
.cart td {
   padding: 3px 5px;
}
.cart tr.nalt, .cart tr.alt {
   background: #00465D;
}
.cart tr.th td {
   font-weight: bold;
   text-align: center;
}
.cart input {
   width: 30px;
   margin: 0;
   padding: 0;
}
/*
.cart a.tmp {
   padding: 2px !important;
   background: transparent;
   color: #F00;
   border-top: 2px solid #EEE;
   border-left: 2px solid #FFF;
   border-bottom: 2px solid #707070;
   border-right: 2px solid #808080;
}
.cart a.tmp:hover {
   padding: 2px !important;
   background: transparent;
   color: #F00;
   border-top: 2px solid #707070;
   border-left: 2px solid #808080;
   border-bottom: 2px solid #EEE;
   border-right: 2px solid #FFF;
}
*/
.cart a {
   border: none;
   background: transparent !important;
   padding: 0 !important;
}
.cart td.qty {
   width: 110px;
}
.cart td.qty img {
   vertical-align: middle;
}
.cart td.movie {
   width: 140px;
}
.cart td.item {
   width: 60px;
}
/*
** checkout.php **
*/
.checkout label {
   display: block;
   clear: both;
   width: 200px;
}
.checkout input {
   display: block;
   margin: 5px 0;
}
.checkout input.submit {
   font-size: 20px;
   padding: 5px;
   margin-top: 10px;
}
tr.frm {
   background: #66120B;
}
tr.frm td {
   padding: 10px;
}
td#contentArea a:hover {
   background: #01B0E9;
   color: #000;
   padding: 1px;
}
td#contentArea p {
   margin: 5px 0;
}
td#contentArea h2 {
   color: #FF2E1C;
   padding: 0;
   margin: 0 0 10px 0;
}
a.no, a.no:hover {
   border: none;
   background: transparent !important;
   padding: 0 !important;
}
a.sc {
   color: #C02716;
}
a:hover.sc {
   color: #FF2E1C;
}
/*
** calendar.php **
*/
table.cal {
   border: 2px solid #FF2E1C;
}
tr.cHead td {
   text-align: center;
   color: #000;
   font-weight: bold;
   width: 140px;
   height: 30px;
   font-size: 10px;
}
tr.cData td {
   width: 140px; 
   padding: 3px;
}
.cEntry {
   padding-bottom: 5px;
   margin-bottom: 2px;
   border: 2px solid #400C07;
   padding: 3px;
}
.cEntry div {
   padding-left: 20px;
}
.cEntry a {
   color: #00B0E8;
}
/*
.cEntry a:hover {
   color: #CAE8F8;
}
*/
/*
** films.php **
*/
.movieEntry {
   width: 100%;
   border-top: 1px solid #FFF;
   margin-top: 10px;
}
.movieLineOne {
   width: 100%;
   clear: both;
}
.movieTitle {
   width: 100%;
   float: left;
   text-align: left;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 5px;
   clear: both;
}
.movieImage, .movieBlurb, .movieVenues {
   float: left;
}
.movieImage {
   width: 100px;
   padding-right: 10px;
}
.movieImage img {
   border: 1px solid #01B0E9;
   cursor: pointer;
}
.movieBlurb {
   width: 200px;
}
.movieBlurbFull {
   width: 318px;
}
.movieLeft {
   float: left;
   width: 318px;
   padding-right: 2px;
}
.movieVenues {
   width: 230px;
   padding: 2px;
   background: #CBE8F8;
   color: #000;
   border: 1px dotted #01B0E9;
   font-size: 10px;

}
#filmFilter {
   width: 545px;
   overflow: hidden
}
#filmFilter, #filmFilter * {
   font-size: 10px;
}
#filmFilter form {
   padding: 0;
   margin: 0;
   display: inline;
}
#filmFilter {
   border: 2px solid #400C07;
   padding: 3px;
}
/*
** film-details.php **
*/
.venueList {
   clear: both;
   padding: 2px;
   background: #CBE8F8;
   color: #000;
   border: 1px dotted #01B0E9;
   font-size: 11px;
   width: 100%;
}
.venuelist * {
   font-size: 11px;
}
.venueList td.title {
   font-weight: bold;
   width: 150px;
}
.venueList td.time {
   width: 140px;
}
.venueList td.price {
   width: 60px;
}
.venueList td.buy {
   width: 210px;
   margin-top: -1px;
}
.venueList td.buy input {
   margin: 0;
   border: 1px solid #000;
   padding: 0;
}
/*
** cart.php **
*/
.cart td {
   padding: 3px 5px;
}
.cart tr.nalt, .cart tr.alt {
   background: #00465D;
}
.cart tr.th td {
   font-weight: bold;
   text-align: center;
}
.cart input {
   width: 30px;
   margin: 0;
   padding: 0;
}
.cart a {
   border: none;
   background: transparent !important;
   padding: 0 !important;
}
.cart td.qty {
   width: 110px;
}
.cart td.qty img {
   vertical-align: middle;
}
.cart td.movie {
   width: 140px;
}
.cart td.item {
   width: 60px;
}
/*
** checkout.php **
*/
.checkout label {
   display: block;
   clear: both;
   width: 200px;
}
.checkout input {
   display: block;
   margin: 5px 0;
}
.checkout input.submit {
   font-size: 20px;
   padding: 5px;
   margin-top: 10px;
}
tr.frm {
   background: #66120B;
}
tr.frm td {
   padding: 10px;
}
/*
** directors.php **
*/
.directorEntry {
   width: 100%;
   border-top: 1px solid #FFF;
   margin-top: 10px;
}
/* /// */
.contact label {
   display: block;
   clear: both;
   width: 200px;
}
.contact input {
   display: block;
   margin: 5px 0;
}
.contact input.submit {
   font-size: 14px;
   padding: 5px;
   margin-top: 10px;
}
tr.frm {
   background: #66120B;
}
tr.frm td {
   padding: 10px;
}
table.sponsors {
   width: 190px;
   margin-left: 185px;
}
table.sponsors tr {
   color: #FFF;
   height: 20px;
}
table.sponsors tr img {
   margin-right: 10px;
}

a.simple {
   background: transparent !important;
   color: #000000 !important;
   text-decoration: underline;
}
a.simple:hover {
   background: #000 !important;
   color: #CBE8F8 !important;
   text-decoration:underline;
}

a.cal {
   background: #000;
   color: #01B0E9;
   text-decoration: underline;
}

a:hover.cal {
   background: #000;
   color: #01B0E9;
   text-decoration: underline;
}