﻿.errorMsgClass { position:absolute;
                 left:362px;
                 top:312px;
                 width:300px;
                 height:75px;
                 background-color:#aaaaaa;
                 padding:10px;
                 border:4px solid white;
                 overflow: scroll;
                 color: #7e0000;
                 visibility: hidden;
                 z-index: 10000;
               }
.heading { padding-top:8px;
           padding-bottom:8px;
           cursor:pointer;
           font-weight:bold;
           font-size:15px;
           border:1px solid #888888;
         }
tr.heading td {
    border-bottom:1px solid black;
}
tr.field td {
  border-bottom:1pt solid black;
}
tr.fieldSelect td {
  border-bottom:1pt solid black;
}
.field { 
         background-color:#FFFFFF;
         font-size:12px;
         height: 38px;
       }
.fieldSelect { background-color:#bae0f8;
               font-size:12px;
               border:1px solid #888888;
}
.table { font-family:Arial;
         font-size:15px;
         text-align:center;
       }
/*.fSelect { width:25px; }
.fClientName { width:150px; }
.fDate { width:200px; }
.fJobID { width:60px; }
.fJobName { width:249px; }
.fLocation { width:250px; }
.fTruckID { width:80px; }
.fTruckName { width:100px; }*/
.title { border:1px solid white; font-weight:bold; font-size:20px; padding:5px; background-color:black; width:800px; color:White; }
.tableStyle { border:1px solid white; font-size:12px; background-color:white; color:black; width:800px; }
.menuItem
{
    color: Black;
    background-image : url(images/unselectedTab.gif);
    background-repeat: no-repeat;
    width: 168px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
}
.menuItemSelect
{
    color: Black;
    background-image : url(images/selectedTab.gif);
    background-repeat: no-repeat;
    width: 168px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
}

.prefsBox 
{
    border: 1px solid black;
    padding: 5px;
    width: 380px;
}

.prefsTitle
{
    color:Blue;
}