html, body, div, h1, h3, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
/* styles here generally don't need updating */
/* but if you do update, make sure you backup */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* overrides classes */
.floatleft {float:left;}
.floatright {float:right;}
.widleft {width:130px; clear:both; text-align:right;padding-bottom:5px;}
.widright {width:350px;margin-right:10px;padding-bottom:5px;}
.clear { clear: both; }
form#adminForm img {padding:0;margin:0;}
fieldset {padding-bottom:1em;}
.editor {margin-top:1em;margin-bottom:1em;}
table.mceEditor td {	white-space:normal;}

/* category table styles */
span.author {display:none;}
div.item {padding-top:0.6em;}
.paginate {padding-top:1em; text-align:center;}
.pagecounter {padding-bottom:1em;padding-top:0.6em;text-align:center;}

/* buttons */

.buttons {
float:right;
width:85px;
}

.buttons .buttonheading {
float:left;
}






