#menu
{
position: relative;
background: #fff url('../images/a17.png') repeat-x; /*#46461F;*/
height: 18px;
padding: 0px 0px 0px 0px;
margin: 91px 0px 0px 0px;
}

.menuhandler {
        padding: 6px 0px 4px 0px;
        text-decoration: none;
        display: block;
        border: 0px solid #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #fff;	
        width: 90px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        line-height: 0px;
        height: 7px;
}


.submenu li{
          list-style-type: none;
          border: 1px solid #fff;
          margin: 2px;
          padding: 2px 2px 2px 2px;
          width: 80px;
          display: block;        
          text-indent: 0pt;                    
}

.submenuclass{ 
      text-decoration: none;  
      font-family: Arial, Helvetica, sans-serif ;
      font-size: 10px;
      color: #fff;
      cursor: pointer;
}


.submenu ul{
      padding: 0pt ;
      margin: 0pt;
      text-indent: 0pt;
      list-style: square;
}
.submenu {
        display: none;
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: white;
        margin: 0px;
        padding: 0px;	
        background: #000000 url('../images/a17_full.png') repeat-x;
        z-index: 3;
}


#menudate
{
position: relative;
color: #e2e7e7;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
text-align: right;
padding: 0px 0px 0px 140px;
}

#logout
{
position: relative;
color: #BDBDA2;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
text-align: right;
padding: 0px 0px 0px 550px;
cursor: pointer; 
}

th strong
{
color: #fff;
}

table.updatesTable
{
border-collapse: collapse;
width: 90%;
font-family: "times new roman";
font-size: 12px;
}

th.updatesTh
{
background: #824900 url('../images/thbg.gif') repeat-x;
height: 29px;
padding-left: 11px;
padding-right: 11px;
color: #fff;
text-align: left;
border-left: solid 1px #A8814D;
border-bottom: solid 2px #ffffff;
}

tr.updatesTr
{
height: 30px;
}

td.updatesTd
{
padding-left: 11px;
padding-right: 11px;
border-left: solid 1px #EED9C3;
border-bottom: solid 1px #ffffff;
}

td.first,th.first
{
border-left: 0px;
}

tr.rowA
{
background: #FFF0DE url('../images/trbg1.gif') repeat-x;
}

tr.rowB
{
background: #FFFAF4 url('../images/trbg2.gif') repeat-x;
}

