/* 
    Document   : bookings
    Created on : Sep 28, 2009, 2:47:45 PM
    Author     : www
    Description:
        Purpose of the stylesheet follows.
*/

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

.list
{
    width:100%;
    border:1px solid #E8E2CC;
}

.list th
{
    background-color:#E8E2CC;
    padding:4px;
}

.list tr
{
    padding:4px;
}

.list td
{
    padding:4px;
    border:1px solid #E8E2CC;
}

.list td input[type=text]
{
    width:160px;
}
.list td #user_age
{
    width:20px;
}

#small{width:95px;}
.odd
{
    background-color:white;
}

.label
{
    color:#333333;
    font-weight:bold;
}

.details td
{
    padding:4px 6px 2px 0px;
    
}

.booking_type
{
    height:25px;
}

.time
{
    width:40px;
}
.details td textarea
{
    width:100%;
}

.room_label
{
    width:100px;
}
.details td#name
{
    width:160px;

}

.room_count
{
  width:25px;  
}
  /*END OF CSS FOR AJAX LOADER*/
