#content .noscript {
    background: transparent url('../img/error.png') no-repeat left center;
    padding-left: 24px;
    margin: 10px;
    font-size: 14px;
}

#content .top {
    position: relative;
    background-color: black;
    padding: 0px 8px 4px;
}

#content .top .info {
    position: absolute;
    left: 265px;
    height: 200px;
    color: #AAA;
}

#content .top .info strong {
    color: #888;
}

#content td.primary .top h3 {
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

#content .calendar {
    width: 233px;
    background: transparent url('../img/calendar/background.png') no-repeat;
    padding-bottom: 4px;
}

#content .calendar .head {
    width: 223px;
    height: 19px;
    background: transparent url('../img/calendar/head.png') no-repeat;
    margin-left: 5px;
}

#content .calendar .week {
    margin-left: 5px;
}

#content .calendar .month {
    height: 28px;
    line-height: 26px;
    margin-left: 0px;
    font-size: 14px;
    color: #AAA;
    text-align: center;
}

#content .calendar .month a {
    color: #c76c00;
    text-decoration: none;
    font-size: 12px;
    margin: 2px 0px;
    display: block;
    width: 36px;
    height: 24px;
}

#content .calendar .month a.next { float: right; }
#content .calendar .month a.prev { float: left; }

#content .calendar .next_month:hover {
    text-decoration: underline;
}

#content .calendar .day {
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 1px;
    margin-bottom: 1px;
    color: white;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
}

#content .calendar .pre {
    background: transparent url('../img/calendar/pre.png') no-repeat;
}

#content .calendar .post {
    background: transparent url('../img/calendar/post.png') no-repeat;
}

#content .calendar .empty-pre {
    background: transparent url('../img/calendar/empty-pre.png') no-repeat;
}

#content .calendar .empty-post {
    background: transparent url('../img/calendar/empty-post.png') no-repeat;
}

#content .calendar .selected {
    background: transparent url('../img/calendar/selected.png') no-repeat;
}

#content table {
    width: 100%;
    background: transparent url("../img/thead.png") repeat-x top;
    padding: 0px;
}

#content table a {
    color: #be2d00;
}

#content table caption {
    height: 0px;
    margin-left: -5000px;
}

#content table th {
    height: 42px;
    color: white;
    font-size: 16px;
    padding: 2px 0px 8px 20px;
    font-weight: normal;
}

#content table a.showtime {
    display: block;
    width: 72px;
    height: 19px;
    line-height: 18px;
    color: white;
    background: transparent url('../img/showtime.png') no-repeat left center;
    margin: 1px 1px;
    text-decoration: none;
    text-align: center;
    float: left;
}

#content table a.showtime:hover {
    color:#FFB136;
}

#content table a.stale {
    background: transparent url('../img/showtime-stale.png') no-repeat left center;
}

#content table a.stale:hover {
    color:#FFFFFF;
}

#content table th.showtimes {
    padding-left: 0;
}

#content table td {
    border-bottom: 1px solid #AAA;
    height: 60px;
}

#content table td.name {
    padding-left: 46px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

#content table td.name a {
    color: #c76c00;
    font-size: 14px;
    text-decoration: none;
}

#content table td.name a:hover {
    text-decoration: underline;
}

#content table td.showtimes {
    width: 375px;
    padding-right: 10px;
}
