/* Copyright Vanbar Multimedia Ltd 2006 */

/*************************** Top Level ****************************/
*	 { margin:0; padding:0; border:0; }
body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	line-height:1.4em;
	color:#939493;
	background-color:#FFFFFF;
	font-size:0.9em;
}


/*********************** Core Styles ***********************/
p		{ margin:10px 0 10px 0; }
h1		{ margin:20px 0; font-size:2em; }
h2		{ margin: 10px 0 10px 0; font-size:medium; }
h3		{ margin: 10px 0 5px 0; font-size:medium; }
img {}
ul, ol, dl
		{ margin:0 0 20px 20px; list-style-position:outside; }
li		{ margin-left:20px; }
dt {
	display:inline;
	padding:3px 3px 0 0;
	border-top:1px solid #5D9732;
	border-right:1px solid #5D9732;
}
/* tables */
table	{border-collapse:collapse;}
th, td {
	border:1px solid #333333;
	color:#333333;
	padding:5px;
}

/* iframes & frames*/
iframe, frame, frameset {
	border:1px solid black;
}

/* forms */
form {}
fieldset {
	border:1px dashed #939493;
	margin:10px 0 30px 0;
	padding:10px 20px 10px 20px;
}
legend {
	margin-left:10px;
	color:#5D9732;
	font-weight:bold;
	padding:3px 10px 3px 10px;
	border:1px solid #BABCBE;
	background-color:#FFFFFF;
}
input, textarea, select {
	border:1px solid #939493;
	color:#5D9732;
	padding:2px;
	margin: 2px;
	width:200px;
}
label {
	width:150px;
	text-align:right;
	float:left;
	clear:left;
	margin-right:10px;
}
textarea {float:left;}
input {float:left;}
select {float:left;}


/* links */
a 			{ color:#5D9732; font-weight:bold; text-decoration:underline; }
a:link		{}
a:visited	{ font-weight:norrmal; }
a:active	{ color:#5D9732; }
a:hover		{ color:#BABCBE; }


/*********************** Common Styles ***********************/
/* Positioning */
.left			{float:left}
.right			{float:right}
.clearfloats	{clear:both}

img.logo {
	float:right;
	margin:19px 50px 0 0;
}
h1#page_heading {
	padding-top:45px;
	padding-left:40px;
	background:url(/images/common/content_bg.gif) 0 45px no-repeat;
	color:#BABCBE;
	line-height:1.1em;
	margin:0 0 40px 0;
}
p.leading {
	margin-left:-40px;
	padding-left:40px;
	background:url(/images/common/content_bg.gif) 0 5px no-repeat;
}
span.logo_green {
	color:#5D9732;
	font-weight:bold;
}
span.logo_grey {
	font-weight:bold;
}

/* forms */
div.buttons {
	clear:both;
	text-align:center;
	width:100%;
}
div#buttons input {
	background:transparent url(/images/common/menu_button_off.gif) no-repeat;
	border:none;
	padding:0;
	width:114px;
	height:30px;
	color:#444444;
	margin-top:-5px;
}
input.radio,
input.checkbox {
	width:auto;
}
input.checkbox {
	margin-top:5px;
}
p.error, p.form_error {
	clear:both;
	padding:2px 5px 2px 27px;
	margin:2px 0 5px 0;
	color:#FF0000;
	background:url(/images/common/exclamation_mark.gif) no-repeat;
}
textarea.very_large {
	width:100%;
}
em.badchar {
	background-color:#666666;
	color:#FF5F6A;
}


/************************* Common Divs *************************/
#container {
	width:920px;
	padding:15px 35px 35px 35px;
	margin:0 auto;
}
#content {
	clear:both;
	padding-left:40px;
}
div#prop {
	width:0px;
	float:right;
	height:300px;
}


/********************** Menu & Submenu ***********************/
div#menu {
	float:right;
	height:70px;
	padding-left:23px;
	background:url(/images/common/menu_bg_left.gif) no-repeat;
}
div#close_menu {
	float:left;
	width:23px;
	height:70px;
	background:url(/images/common/menu_bg_right.gif) no-repeat;
}
div#menu ul {
	float:left;
	height:61px;
	margin:0;
	padding-top:9px;
	background:url(/images/common/menu_bg.gif) repeat-x;
}
div#menu li {
	list-style:none;
	float:left;
	margin:0 15px 0 0;
	text-transform:uppercase;
}
div#menu li#lastchild {
	margin-right:0;
}
#menu li a {
	background:url(/images/common/menu_button_off.gif) no-repeat;
	width:114px;
	height:25px;
	padding-top:5px;
	padding-bottom:10px;
	display:block;
	color:#444444;
	text-decoration:none;
	text-align:center;
	font-size:0.8em;
}
#menu li a:hover {
	background:url(/images/common/menu_button_on.gif) no-repeat;
}
/********* Submenu ************/
div#menu li ul {
	background:none;
	position:absolute;
	top:-1000px;
	margin:13px 0 0 -8px;
	padding:0px 0;
	height:auto;
	width:131px;
}
div#menu li li {
	float:none;
	width:110px;
	padding:5px 10px;
/*	background:url(/images/common/submenu_bg.png) left top repeat-y;*/
	background-color:#999999;
	color:#FFFFFF;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	opacity:0.8;
}
div#menu li li.firstchild {
	padding-top:25px;
}
div#menu li li.lastchild {
	background:url(/images/common/submenu_bg_bottom.gif) no-repeat;
	padding-bottom:9px;
}
#menu li li a, #menu li li a:hover {
	background:none;
	height:auto;
	width:100px;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}
#menu li li a:hover {
	color:#000000;
	background-color:#FFFFFF;
}


/************************** Header ***************************/
#header { clear:both; }


/************************** Footer ***************************/
#footer {
	clear:both;
	margin-top:15px;
	padding-top:22px;
	background:url(/images/common/footer_bg.gif) top no-repeat;
	text-align:right;
	font-size:x-small;
	line-height:normal;
}
#footer p {
	margin:15px 0;
}
a.credit {
	color:#939493;
}
a:hover.credit {
	color:#5D9732;
}

/************************** Credit Calc ***************************/
body#crecit_calc form input {
	width:70px;
}
div#cs input {
	width:50px;
	float:left;
	margin-bottom:5px;
}
div#cs label {
	width:110px;
	float:left;
	clear:left;
	margin-top:4px;
}
div#cs h3 {
	margin-bottom:-20px;
	margin-top:0;
}
div#cs p {
	clear:left;
	padding-top:20px;
}


/*************************** Home ****************************/
div#flash_intro {
	background-color:#BABCBE;
	width:100%;
	height:240px;
	margin-bottom:20px;
}


/************************* Lookups ***************************/
body#users_lookup fieldset {
	width:460px;
	padding-top:20px;
}
h3.fieldname,
h3.alias,
h3.orderby {
	float:left;
	color:#5D9732;
	margin-top:0;
	text-align:right;
}
h3.fieldname {
	width:150px;
}
h3.alias {
	width:120px;
	margin-left:10px;
}
h3.orderby {
	width:45px;
	margin-left:73px;
}
div.tooltip {
	position:absolute;
	width:275px;
	height:auto;
	background-color:#FFFFFF;
	border:1px dashed #939493;
	display:none;
	padding:0 10px 0 10px;
}
div.tooltip				{ margin-left:38px; }			/* For IE only as overridden below */
html>body div.tooltip	{ margin-left:500px; }			/* All none IE browsers */
div#tooltiplookup_name	{ margin-left:130px; }			/* For IE only as overridden below */
html>body div#tooltiplookup_name { margin-left:520px; }	/* All none IE browsers */
img.tooltip,
img.tooltip_hover {
	float:left;
	width:17px;
	margin:3px 0 0 3px;
}
img.tooltip {
	cursor:default;
}
img.tooltip_hover {
	cursor:help;
}
input.orderby {
	width:40px;
}

table.lookup_results,
table.lookup_sub_results
		{ font-size:x-small; }
table.lookup_results th {
	background-color:#CCCCCC;
	color:#5D9732;
	font-weight:bold;
}
table.lookup_sub_results th,
table.lookup_sub_results td
		{ border-color:#939493; }
table.lookup_sub_results th {
	background-color:#DDDDDD;
	color:#5D9732;
}

div.sub_results {
	margin-left:30px;
}

div#output_results {
	margin:10px;
	border:1px dashed #939493;
	padding:0 10px 10px 10px;
	font-size:x-small;
	line-height:normal;
}
div#output_results h2 {
	font-size:small;
	margin:10px 0 10px 0;
}
span.xml_tab {
	margin-left:50px;
}

/*********************** Credit Cals ************************/
form#credit_calc label {
	width:auto;
}
p.credit_cost {
	clear:both;
	color:#0033FF;
	margin:4px 0 0 0;
	padding:0;
}


/******************** Login & Register *********************/
div.login_buttons {
	float:left;
	width:114px;
	margin:-25px 0 0 22px;
	padding-top:5px;
}
/*body#membership p.form_error {
	clear:none;
	float:left;
	margin:0 0 5px 15px;
}*/


/******************** Return Codes *********************/
dl.inline dd { display:inline; margin-left:15px; }
dl.inline dt { margin-left:20px; }
