table {width:99.5%;}

#center-content table {border:1px solid #bbb;}

td {padding:5px;}

tr.odd {background:#C4DAF1;}
tr.even {background:#DFE9F4;}

/* Sign up form styles */
#center-content .signuptable {border:0px solid #fff;}

/* 
    The following styles are used on the ClientAdmin/default.aspx page. 
    They are needed to override other classes that ... well mess things up.
*/
.freetextbox{text-align:left}
.freetextbox table{width:0px}
.freetextbox td
{
    margin: 0px 0px 0px 0px; 
    padding:1px 0px 0px 0px; 
    width:0px; 
    height:0px;
    border:none;
}

.publishcalendar{text-align:left}
.publishcalendar table{width:0px}
.publishcalendar td
{
    margin: 0px 0px 0px 0px; 
    padding:2px; 
    width:0px; 
    height:0px;
    border:none;
}

.calwrapper{}
.calwrapper td {padding:0px; margin:0px;}
