﻿
.GridSort th
{
   
    background-color: #7B933C;
    color:white;
    font-weight: bold;
    text-align: left;
    border-spacing: 10px;  
   
    padding: 8px;
    font-size:14px;
}
.GridSort th
{  text-align: left;
    }
.GridSort th.headerSortUp
{
    background-image: url('../images/asc.gif');
    background-position: right center;
    background-repeat: no-repeat;
      text-align: left;
}
.GridSort th.headerSortDown
{
    background-image: url('../images/desc.gif');
    background-position: right center;
    background-repeat: no-repeat;
      text-align: left;
}
.GridSort td
{
    border-bottom: solid 1px #1C5E55;
    color: #232323; 
     font-size:14px;     
}

 .txtbox
        {
            width: 180px;
            font-family: Calibri;
            font-size: 14px;
            padding: 2px;
            border-radius: 4px;
            border: solid 1px #ACACAC;
        }
        .txtbox:hover
        {
            width: 180px;
            font-family: Calibri;
            font-size: 14px;
            padding: 2px;
            border-radius: 4px;
            border: solid 1px #656565;
            box-shadow: 0 0 1px #656565;
        }
        .txtbox:focus
        {
            width: 180px;
            font-family: Calibri;
            font-size: 14px;
            padding: 2px;
            border-radius: 4px;
            border: solid 1px #656565;
            box-shadow: 0 0 1px #656565;
        }
        
        .loctab th
        {
            background-color:#F9FFE6 ;
            border-bottom:solid 1px rgb(204, 204, 204);
        }
        .loctab td
        {           
            border-bottom:solid 1px #8e8989;
        }
         .loctab #rowTotal
        {           
            font-weight:bold ;
            color:#1B6204;
        }
        
         .available
        {
        	background-color:#b8d6ab;
        }
        .waiting
        {
        	background-color:#ffff82;
        }
        .stoped
        {
        	background-color:#f4a5a5;
        }
        .noaction
        {
        	background-color:#d9edf7;
        }