* 
{
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
}

body
{
	padding: 20px;
}

#container
{
	width: 800px;
	margin: 10px auto;
	clear: both;
}

#headercontainer
{
	width: 850px;
	margin: 0 auto;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

h3 a {font-size: 14px; font-weight: normal;}

a {	color: #014950; text-decoration: underline;}

h1, h2, h3, h4 { margin: 10px 0; }

p { margin: 15px 0; }

#containertd p
{
	margin: 15px 35px;; 
}

li
{
	padding: 5px 0;
	margin-left: 20px;
}

ul.todo
{
	list-style: none;
}

ul.todo li a, ul.todo li
{
	font-size: 12px;
}

table.bordered, table.formtable
{
	margin: 0 auto;
	border-collapse: collapse;
}


.bordered td, .bordered th
{
	border: 1px solid black;
}

.bordered td, .bordered th, .formtable td, .formtable th
{
	padding: 5px 10px;
}

.bordered tr:hover {
	background-color: #FFFFDF;
}

.formtable th
{
	text-align: right;
	vertical-align: top;
}


.errormessage
{
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	width: 350px;
	border: 3px solid red;
	background-color: #FBB;
}

.successmessage
{
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	width: 350px;
	border: 3px solid green;
	background-color: #BFB;
}

ul.nobullet li
{
	list-style-type: none; 
}

/* --------------- form */


.formelement
{
	margin-top: 13px;
	clear: both;
}


.label, .label b
{
	width: 300px;
	text-align: right;
	font-size: 13px;
}

.field
{
	width: 440px;
	text-align: left;
	float: right;
	margin-bottom: 10px;
}

.error
{
	font-size: 10px;
	color: red;
}

.instructions, .instructions a
{
	font-size: 10px;
}

.button
{
	margin: 10px;
	padding: 4px;
	border: 1px solid black;
}

.clear
{
	clear: both;
}

th.table-sortable {
	background-image:url(../images/sortable.gif);
	background-position:2% center;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url(../images/sorted_up.gif);
	background-position:2% center;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url(../images/sorted_down.gif);
	background-position:2% center;
	background-repeat:no-repeat;
}
.alternate {
	background-color: #EFEFEF;
}
.table-autofilter, .table-autofilter option {
	font-size: 10px;
}