td.active    { vertical-align:top;        /* an active ad */
               font-size:12px;
               background-color:white;
}
td.empty     { vertical-align:top;        /* an active ad */
               font-size:12px;
               background-color:#EEEEEE;
}
td.inactive  { vertical-align:top;        /* an inactive ad */
               font-size:12px;
               background-color:silver;
}
td.editor    { vertical-align:top;        /* an ad during editing */
               font-size:12px;
               background-color:skyblue;
}

div.content  { background-color:white;            /* main content div */
}
div.footer   {             /* footer div */
               font-size:9px;
               font-family:arial,times;
}
span.error   { color:crimson;             /* error messages */
               font-weight:bold;
}
span.end     { color:gray;                /* page - links which are not active */
}
span.actpage { color:black;               /* active page number */
               font-weight:bold;
}
textarea     { width:350px;
               height:100px;
}
a.text       { color:darkslategray;       /* email links */
}
