form
  {
	display: inline;
	padding: 0px;
	margin: 0px;
}
	
tr.heading
  {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background-color: #51806C;
}

td
{
	vertical-align: top;
}


#logout 
{
	position: absolute;
	top: 100px;
	right: 10px;
}

a.logout 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.logout:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

.message
{
	color: #CC1111;
}

.required
{
	float: right;
	margin-right: -10px;
}

.field_1
{
	width: 300px;
}

.field_2
{
	width: 400px;
}

.field_3
{
	width: 260px;
}

.select_1
{
	width: 200px;
}

.select_3
{
	width: 263px;
}

.page_number_block
{
	width: 100%;
	margin-bottom: 10px;
}

.page_selection
{
	float: left;
	width: 180px;
}

.links_block
{
	float: left;		
}

.page_number
{
	float: right;
	width: 120px;
	text-align: right;
}

.paging_block
{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}