/* begin overall style */
.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

a
{
	color: #e96e01;
}

h1
{
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
}

body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #555555;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
}

.home_postcode {
	border: none;
}

.home_postcode:focus {
	border: none;
	outline: none; 
}

.home_query {
	border: none;
}

.home_query:focus {
	border: none;
	outline: none; 
}

#page
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 106px;
	background-image: url(../images/top_planet.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#logo
{
}

#mainmenu
{
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 59px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
}

#mainmenu div
{
	float: left;
}

#mainmenu .separator
{
	background-image: url(../images/menu_separator.gif);
	width: 2px;
	height: 30px;
}

#mainmenu .element
{
	padding: 8px;
	padding-left: 12px; 
	padding-right: 12px;
}

#mainmenu .element a
{
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}

#mainmenu .element a:hover, #mainmenu a.active
{
}





#mainmenu .usermenu 
{
	width: 800px;
}


#mainmenu .usermenu .element
{
	float: left;
	padding: 8px;
	padding-left: 12px; 
	padding-right: 12px;
}

#mainmenu .usermenu .element a
{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}

#mainmenu .usermenu .element a:hover, #mainmenu .usermenu a.active
{
}





#content
{
    width: 900px;
    margin: 0 auto;
    min-height: 200px;
    padding: 20px;
    padding-top: 10px; 
    padding-bottom: 10px;
    background-image: url(../images/background.gif);
}

#footer
{
	width: 940px;
	height: 69px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/footer_bg.gif);
}

#footer ul 
{
	margin: 0; 
	padding: 0;
}

#footer ul li
{
	display: inline;
	margin-left: 15px;
}

#footer a 
{
	color: #333333;
}

#footer_wide
{
	width: 940px;
	height: 61px;
	margin: 0 auto;
	font-size: 10px;
	background-image: url(../images/footer_wide.png);
	border-bottom: 1px solid #39abe7;
}


.lt, .lb {
	float: left; 
	width: 7px; 
	height: 7px;
}

.lt {
	margin-top: -1px;
	margin-left: -1px;
	background-position: 0 0;
}

.lb {
	margin-bottom: -1px;
	margin-left: -1px;
	background-position: 0 7px;
}

.rt, .rb {
	float: right; 
	width: 7px; 
	height: 7px;
}

.rt {
	margin-top: -1px;
	margin-right: -1px;
	background-position: 7px 0;
}

.rb {
	margin-bottom: -1px;
	margin-right: -1px;
	background-position: 7px 7px;
}

.box_content {
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 3px; 
	padding-bottom: 3px;
}

.box_main {
	padding: 8px;
}

.box_main p {
	margin: 0; 
	padding: 0;
	padding-bottom: 15px;
}

.box_header {
	font-family: tahoma;
	font-size: 11px; 
	font-weight: bold;
	color: #851198;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 8px;
}

.white_box
{
	border: 1px solid #cccccc;
}

.white_box .lt, .white_box .rt, .white_box .lb, .white_box .rb 
{ 
	background-image: url(../images/box_white.gif); 
}

.gray_box 
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

.gray_box .lt, .gray_box .rt, .gray_box .lb, .gray_box .rb 
{ 
	background-image: url(../images/box_gray.gif); 
}


/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid td
{
	border: 1px #cccccc solid;
	padding: 3px;
}

table.dataGrid th
{
	border: 1px #cccccc solid;
	padding: 3px;
	background: #9a16b6;
	color: white;
	text-align: center;
}

table.dataGrid th a
{
	color: white;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #e7d7eb;
}
/* end of data grid style */

.actionBar
{
	padding-bottom: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.letter_filter {
	list-style: none;
	margin-left: 0;	
	padding-left: 0;
	border-bottom: 1px solid #dadada;
	height: 28px;
}

.letter_filter li {
	float: left;
	display: block;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
