﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

a
{
    color:#27c24c;
}

h2
{
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    padding: 0 0 5px 0;
    color: #666;
}

/*Start Seat Chart*/
.seat-chart
{
    overflow: auto;
    width: 100%;
}
.tbl
{
    width: 100%;
    border-collapse: collapse;
}

.tbl tr, .tbl td
{
}

.tbl a
{
    overflow: hidden;
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
}

.tblLegend
{
    border-collapse: collapse;
}

.tblLegend tr, .tblLegend td
{
    height: 50px;
}
a.SeatDisabled
{
    color: #999;
    background: url(/images/handicapped2.png) no-repeat 0 0;
    cursor: default;
    text-decoration: none;
}

a.SeatSelected
{
    background: url(/images/seat-selected.png) no-repeat 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

a.SeatUnSelected
{
    background: url(/images/sofa.png) no-repeat 0 0;
    text-decoration: none;
    cursor: default;
}

a.SeatBooked
{
    color: Red;
    cursor: default;
    background: url(/images/seat-booked.png) no-repeat 0 0;
    text-decoration: none;
}

a.SeatHidden
{
    visibility: hidden;
}

.tblLegend a.SeatSelected
{
    box-shadow: none;
}

.balcony
{
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 10px 0;
    padding: 20px;
    display: none;
}

.balcony table
{
    margin: 0 auto;
}

.balcony table th
{
    font-size: 17px;
}

.balcony table select
{
    padding: 5px;
}

.stage
{
    text-align: center;
    font-size: 50px;
    color: #999;
    font-weight: bold;
}

.s-blocked a.SeatUnSelected
{
    background: url(/images/sofa.png) no-repeat 0 0;
    text-decoration: none;
}

.s-green a.SeatUnSelected
{
    background: url(/images/green-sofa.png) no-repeat 0 0;
}

.s-blue a.SeatUnSelected
{
    background: url(/images/blue-sofa.png) no-repeat 0 0;
}

.s-red a.SeatUnSelected
{
    background: url(/images/red-sofa.png) no-repeat 0 0;
}

.s-burgundy a.SeatUnSelected
{
    background: url(/images/red-sofa.png) no-repeat 0 0;
}

.s-yellow a.SeatUnSelected
{
    background: url(/images/yellow-sofa.png) no-repeat 0 0;
}

.s-orange a.SeatUnSelected {
    background: url(/images/orange-sofa.png) no-repeat 0 0;
}

.s-purple a.SeatUnSelected
{
    background: url(/images/purple-sofa.png) no-repeat 0 0;
}

.s-silver a.SeatUnSelected
{
    background: url(/images/blue-red-sofa.png) no-repeat 0 0;
}
#calloutBox {
    background: #333;
    padding: 20px;
    position: absolute;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,.18);
    left: 0;
    top: 0;
    display: none;
    max-width: 90%;
    margin-right:10px;
}
.bookticket
{
    background: #FFF;
    padding: 30px;
    box-shadow: 0 0 5px #000;
}
.tblLegend a
{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    text-decoration: none;
    cursor: default;
    height: 16px;
}
/*End Seat Chart*/