/* 
    Document   : box_office
    Created on : 2009-11-17, 21:58:59
    Author     : zydu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

table #ticket_selector
{
    width:100%;
    border-collapse:collapse;
    border: 1px solid white;
}

#ticket_selector td
{
    /*border: 1px solid white;*/
    font-size:14px;
    font-family:Arial;
    padding:2px;
}

#your_tickets
{
    font-weight:bold;
}

#last_row
{
    height:40px;
    background-color:#666666;
}

.grey
{
    background-color:#666666;
}

button
{
    width:100%;
}

.available
{
    background-color:green;
}

#warning_td
{
    background-color: #999966;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    width:640px;
    height:50px;
    border: 2px solid red;
    padding-left:10px;
    color:maroon;
}

#form_ocasion, #form_req
{
    margin-top:5px;
    margin-bottom:5px;
}



