body
{
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#eef0f1;
	color:#403c3c;
}
.hotelLink
{
    font-size: 12px;
    color: green;
    padding-left: 20px;
}
.imgBtn
{
    cursor:pointer;
}
.footer
{
    font-size:10px;
    color:Gray;
}
.datetime
{
    width:600px;
    font-size:12px;
    text-align:left;
}
.content
{
    padding:5px;
    border:1px solid Silver;
    background-color:white;
    font-size:14px;
    width:600px;
}
.content2
{
    text-align:left;
    padding:10px;
}
.stitle
{
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    letter-spacing:2px;
    padding-bottom:5px;
}
.form
{
    font-size:14px;
}
.rowA
{
    background-color:#e3e3e3;
}
.rowB
{
    background-color:#bdbbbb;
}
.rowHeader
{
    background-color:#757373;
    color:White;
    font-family:Arial;
    font-weight:bold;
}
.highlight
{
    font-weight:bold;
    color:red;
}
.EmpSeat
{
    width:30px;
    height:30px;
}
.SoldSeat
{
    width:30px;
    height:30px;
    background-color:blue;
}
.smenu
{ 
    background-color: #e6eaed;
    color:#403c3c;
}