
.field { float: left; width: 150px; }
.value { float: left; width: 350px; margin-bottom: 4px; }

.row-separator { margin-bottom: 4px; }
.form-separator { margin-bottom: 10px; }

.wide { width: 500px; }
.medium { width: 250px; }
.w-20 {width: 20px; max-width: 20px; }
.w-30 {width: 30px; max-width: 30px; }
.w-50 {width: 50px; max-width: 50px; }
.w-75 {width: 75px; max-width: 75px; }
.w-100 { width: 100px; max-width: 100px; }
.w-150 { width: 150px; max-width: 150px; }
.w-200 { width: 200px; max-width: 200px; }
.w-250 { width: 250px; max-width: 250px; }

.list { margin: 0; border-spacing: 1px; font-size: 95%; width: 570px;}
.list thead { background-color: #054980; color: #ffffff;}
.list tr { border: none; }
.list td {margin: 0; padding: 1px; border: none; vertical-align: top; }

.list td.top { vertical-align: top; }
.list td.mid { vertical-align: middle; }
.list td.center { text-align: center; }

.odd {  }
.even {background-color: #e6eaf2; }

.clearall { clear: both; }

.nav { margin-bottom: 5px; font-weight: bold; font-size: 110%;}
.nav .previous { float: left; width: 200px; }
.nav .next { float: right;  width: 200px; text-align: right; }

select, input { 
	font-family:Century Gothic,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

form#search input[type=text] { width: 200px; }
form#search select { width: 205px; }





