/* CSS Document */

body{
font-family:trebuchet ms;
font-size:12px;
}

a{
color:#336699;
}

#login td{
padding:10px;
}

#edit td{
padding:10px;
}

#edit th{
text-align:left;
}

th{
text-align:left;
}

#list td{
border-bottom:1px solid #999999;
padding:5px;
}

#list th{
border-bottom:1px solid #999999;
padding:5px;
}

#list tr:hover td{
background-color:#CCCCCC;
}

.note{
cursor:pointer;
}

.delete{
color:#FF0000;
font-weight:bold;
text-shadow:1px 1px 1px #CC0000;
text-decoration:none;
}

.bottom td{
border-top:2px solid #666666;
}

.alert td{
background-color:#FFCC99;
}

.invoice td{
background-color:#99FFFF;
}

tr.active td{
background-color:#00FF66;
}

tr.deleted td{
background-color:#F3F3F3;
}

tr.expiration td{
background-color:#FFCC99;
}

tr.disabled td{
background-color:#FF0000;
}