html { height: 100%; margin-bottom: 1px; }
body { font-family: arial, helvetica, sans-serif; font-size: 0.875em; background: transparent; margin: 0px; padding: 0px; }

/* Tag Formatting
============================================================================= */
img { border: 0px; }
table { border: 0px; }
td { text-align: left; }
h1 { padding: 0px; margin: 0px; }
h2 { padding: 0px; margin: 0px; }
h3 { padding: 0px; margin: 0px;}
ul { list-style: none; margin: 0px; padding: 0px; }
a { color: #000; text-decoration: underline; cursor: pointer; }
a:hover { color: #488a9c; text-decoration: none; }
ol li { padding-bottom: 8px; }

/* General
============================================================================= */
.alt { display: none; }
.clear { clear: both; height: 0px; }
.fl { float: left; }
.fr { float: right; }
.aligncenter { text-align: center; }
.wrapper { width: 960px; margin: 0px auto; }

.paging { padding-top: 20px; text-align: center; line-height: 24px; clear: both; }
.paging span .page-button { color: #ccc; font-size: 1.1em; font-weight: normal; }
.paging a.page-button { color: #488a9c; text-decoration: none; font-size: 1.1em; font-weight: normal; }
.paging a:hover.page-button { color: #000; text-decoration: underline; font-size: 1.1em; font-weight: normal; }
.pageno-current { background: url(/inc/img/page_current.png) no-repeat; width: 24px; height: 24px; display: inline-block; color: #898989; }
.pageno-other {  width: 24px; height: 24px; display: inline-block; color: #488a9c; text-decoration: none; }

.form {}
.form input { margin: 2px 0px 5px 0px; }
.form select { margin: 2px 0px 5px 0px; font-size: 1.1em; }
.form label { display: block; }
.form .left-field { float: left; margin-right: 5px; }
