﻿.ShowtimesContainer
{
    float:left;
    display:inline;
    width:300px;
    height:250px;
    overflow:hidden;
}
.ShowtimesHeader
{
    position:relative;
    height:42px;
    background:url('../Images/apTVlstingbg.jpg') top left repeat-x;
    color:#ffffff;
}
.ShowtimesHeaderTitle
{
    float:left;
    display:inline;
    position:relative;
    font-size:20px;
    font-weight:bold;
    margin-top:7px;
    margin-left:8px;
}
.ShowtimesHeaderSelect
{
    float:left;
    display:inline;
    position:absolute;
    padding:10px;
    height:0px;
    color:#a4a4a6;
    font-size:0.5em;
    font-weight:bold;
    margin-top:12px;
    overflow:hidden;
    margin-left:150px;
    cursor:pointer;
    width:35px;
    z-index:100;
}
.ShowtimesHeaderSelect img
{
    vertical-align:middle;
}
.ShowtimesHeaderSelect a, .ShowtimesHeaderSelect a:visited
{
    color:#a4a4a6;
    text-decoration:none;
    background-color:#3b556e;
    padding:0px 8px;
    padding-bottom:5px;
    margin-left:-5px;
}
.ShowtimesHeaderSelect a:hover 
{
    color:#a4a4a6;
    text-decoration:underline;
}
.ShowtimesHeaderSelectInner
{
    background-color:#3b556e;
    width:31px;
    height:55px;
}
/*
.ShowtimesHeaderSelectBox
{
    height:0px;
    background-color:#2B6289;
    color:#A4A4A6;
    float:left;
    font-size:0.5em;
    font-weight:bold;
    margin-left:133px;
    margin-top:26px;
    padding:0px;
    position:absolute;
    overflow:hidden;
}
*/
.ShowtimesHeaderLink
{
    float:right;
    display:inline;
    position:relative;
    /*margin-left:200px;*/
    margin-right:5px;
    margin-top:20px;
}
.ShowtimesHeaderLink img
{
    border:0px;
}
.ShowtimesBody
{
    position:relative;
    width:296px;
    height:204px;
    background-color:#a4a4a2;
    border:2px solid #a4a4a2;
}
.ShowtimesEntry
{
    width:296px;
    height:40px;
    background-color:#f6f6f6;
    margin-bottom:1px;
    overflow:hidden;
}
.ShowtimesTime
{
    float:left;
    display:inline;
    width:52px;
    height:35px;
    background-color:#8c8c8c;
    border-right:2px solid #a4a4a2;
    padding:5px 0px 0px 6px;
    font-size:0.7em;
    font-weight:bold;
    color:#ffffff;
    overflow:hidden;
}
.ShowtimesTitle
{
    float:left;
    display:inline;
    width:231px;
    height:35px;
    padding:5px 0px 0px 5px;
    color:#000000;
    font-size:0.75em;
    font-weight:bold;
    overflow:hidden;
}
.ShowtimesTitle:hover
{
    background-color:#dddddd;
}
.ShowtimesTitle a, .ShowtimesTitle a:visited 
{
    color:#000000;
    text-decoration:none;
    display:block;
    height:35px;
}
.ShowtimesTitle a:hover 
{
    color:#000000;
    text-decoration:none;
}
.ShowtimesDesc
{
    color:#555555;
    font-size:0.85em;
}
.ShowtimesExpanded
{
    position:absolute;
    top:0px;
    padding:5px;
    width:286px;
    height:194px;
    background-color:#F6F6F6;
    display:none;
    font-size:11px;
    font-weight:bold;
    cursor:pointer;
    overflow:hidden;
}
.ShowtimesExpandedDateTime
{
    float:left;
    display:inline;
}
.ShowtimesExpandedShowLink
{
    /*
    float:right;
    display:inline;
    */
    margin-top:15px;
    position:relative;
}
.ShowtimesExpandedShowLink a, .ShowtimesExpandedShowLink a:visited, .ShowtimesExpandedShowLink a:hover
{
    color:#2E6991;
}
.ShowtimesExpandedShowLink a:hover
{
    text-decoration:underline;
}
.ShowtimesExpandedTime
{
    clear:both;
    margin-bottom:8px;
}
.ShowtimesExpandedTitle
{
    margin-top:5px;
    margin-bottom:5px;
    font-size:14px;
}
.ShowtimesExpandedSummary
{
    font-weight:normal;
    margin-bottom:5px;
}
.ShowtimesExpandedClose
{
    font-size:10px;
    font-weight:normal;
    color:#868686;
    position:absolute;
    bottom:3px;
    width:286px;
    text-align:center;
}
.ShowtimesLoading
{
    background-color:#f6f6f6;
    font-size:12px;
    text-align:center;
    vertical-align:middle;
    width:296px;
    height:204px;
}
.ShowtimesNotAvailable
{
    padding-top:12px;
    font-size:12px;
    background-color:#ffffff;
    width:100%;
    height:192px;
    text-align:center;
}