body
{
    font-family: Arial,Verdana;
    font-size: 30px;
}
.tableclass
{
    border: 1px solid gray;
}

.LBBTable tr td, .LBTable tr th
{
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.LBFTable tr td, .LBTable tr th
{
    border: 1px solid gray;
    font-size: 12px;
}

span, div, table td
{
    font-family: Arial,Verdana,sans-serif,Helvetica;
    font-size: 12px;
}

.HTitle
{
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    color: Maroon;
}
.HAddress
{
    font-size: 10px;
    color: Gray;
    line-height: 10px;
}
.DeliveryRemarks
{
    font-size: 12px !important;
}
.FooterNotes
{
    font-size: 10px !important;
    color: Gray !important;
}

#DivTopMenu ul a
{
    background-color: rgb(109, 105, 98);
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 300;
}

.SelectedMenu
{
    background-color: rgb(250, 250, 250) !important;
    border-top: 2px rgb(231, 231, 231) solid !important;
    color: #333 !important;
}



.CommonTable td, .CommonTable th
{
    font-size: 90%;
}

.ui-datepicker
{
    width: 7em !important;
}

ul
{
    list-style-type: disc !important;
}
ol
{
    list-style-type: decimal !important;
}


/*********** Screen Size 1280px - 1024px Big Screen **********/
        @media only screen 
        and (min-device-width : 1000px) 
        and (max-device-width : 1280px) 
        and (orientation : landscape) 
        {
    
           div[id*="DivOrderAcceptance"], div[id*="DivResultEntry"] 
            {
                top: 7.2% !important;
            }


        }