#login  {
   font: bold 25px/25px "Frutiger Std Roman";
   color: #291B61;
   margin: 0px;
   top: 15px;
   left: 5px;
   text-align: left;
   z-index: 1;
}

table.login {
   width: 45%;
   border-spacing: 0px;
   border-style: none;
}

table.login td.utext, td.ptext {
   background-color: #FFFFFF;
   color: #000000;
}

#admin  {
   font: bold 15px/15px "Frutiger Std Roman";
   margin: 0px;
   top: 15px;
   left: 15px;
   text-align: left;
   z-index: 1;
}

table.buttons {
   width: 100%;
   border-spacing: 0px;
   border-style: none;
}

#admin a  {
   text-decoration: none;
   color: RED;
}

table.lists {
   width: 95%;
   border-spacing: 0px;
   border-style: none;
}

tr.hdr td {
   background-color: #291B61;
   color: #FFFFFF;
   border-style: solid;
   border-width: 1px;
   border-color: gray;
}

tr.hdr2 td {
   background-color: #291B61;
   color: #FFFFFF;
   border-style: solid;
   border-width: 1px;
   border-color: gray;
}

table.lists tr.notfound td {
   background-color: RED;
   color: #FFFFFF;
}

table.lists tr.td0 td {
   background-color: #FFFFFF;
   color: #000000;
   border-style: solid;
   border-width: 1px;
   border-color: gray;
}

table.lists tr.td1 td {
   background-color: #E3E0F0;
   color: #000000;
   border-style: solid;
   border-width: 1px;
   border-color: gray;
}

a.adminImg {
   display: block;
   height: 38px;
   width: 38px;
   background: url(images/admin_button_up.png) no-repeat;
   text-decoration: none;
   font: bold 15px/15px "Frutiger Std Roman";
}

a.adminImg:hover {
   font: bold 15px/15px "Frutiger Std Roman";
   color: #441bf6;
   background: url(images/admin_button_down.png) no-repeat;
}

a.adminImg:active {
   font: bold 15px/15px "Frutiger Std Roman";
   color: #441bf6;
   background: url(images/admin_button_down.png) no-repeat;
}

