﻿.Showtimes
{
    background-color: White;
    padding-left:5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Showtimes table
{
    width:100%;
}
.Showtimes table td
{
    padding: 5px;
}
.STMoviePosterSmall
{
    background-color: #FFFFFF;
    border: 1px solid #999999 !important;
    padding: 5px;
    float: left;
}
.STMovieTitle
{
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #000000;
}
.STSeries
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.STGenre
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.STRating
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.STRunningTime
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.STSynopsis
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.STShowtimes
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.STShowtimesOpeningSoon
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.ShowtimeFuture
{
    color: #000;
}
.ShowtimeFuture a
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ShowtimePast
{
    color: #808080;
}
.ShowtimePast a
{
    color: #808080;
    text-decoration: none;
    cursor: pointer;
}