/*--BOOKING MATRIX CSS --*/
table.bookingmatrix
{
    border: 1px solid lightGray;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    padding-left: 10px;
    text-align: center;
    padding-bottom: 25px;
    margin-left: 9px;
    width: 98%;
} 
table.matrixmenu
{
    padding: 8px 16px 8px 8px;
    border: 1px solid Gray;
    margin-left: 9px;
    background-color: #FFFFEE;
    -moz-border-radius:5px 5px 5px 5px;
}
table.matrix
{
    width:100%;
}
td.matrixHead
{
    padding: 0px;
}
td.setWidth
{
    width: 161px;;
}
#divBreak2
{
    height: 44px;
}
#divBreakIE
{
    height:15px;
}
#bookingDay
{
    font-size: 0.8em;
    height: 19px;
}
#bookingHour
{
    padding: 2px;
    font-size:0.7em;
    text-align: center;
    height:22px;
    width:22px;
}
#bookingPeriod
{
    padding: 2px;
    font-size:0.7em;
    text-align: center;
    height:22px;
    width:100px;
    border: 1px solid white;
    vertical-align:middle;
}
td.keyCell
{
    border: 1px solid lightGray;
}
td.transparent
{
    alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
a.booking
{
   text-decoration: none; 
   font-weight: bolder;
   opacity: 0.7;
}
#selectday
{
    margin-top: 4px;
}
img.bookKey
{
    height: 15px;
    border: none;
}
img.bookKey1
{
    height: 15px;
    border: none;
    padding-top: 3px;
    padding-bottom: 4px;
}
#bookKeyIE
{
    height: 12px;
}
span#seats
{
    font-size: 0.7em;
    font-weight:normal;
}
#dthead
{
    height: 28px;
}
#bookingScroll
{
    width: 1024px;
    height: 512px;
    overflow:scroll;
}
/*--END BOOKING MATRIX CSS --*/
