* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

p {margin-bottom: 15px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}

h2 strong {color: #58a618;}

h2 a, h2 a:link, h2 a:visited {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
	color: #666;
}


a {font-size: 12px; outline: none;}
a:link, a:visited {font-size: 12px; color: #0067c5; text-decoration: none;}
a:hover {color: #0067c5; text-decoration: underline;}

a.small {font-size: 11px; outline: none;}
a.small:link, a.small:visited {font-size: 11px; color: #0067c5; text-decoration: none;}
a.small:hover {color: #0067c5; text-decoration: underline;}

a img {border: none;}

span.num {
	font-size: 38px;
	color: #58a618;
	padding-right: 10px;
}

option {padding: 0 3px;}


/*******************/
/* layout elements */
/*******************/

div#wrapper {
	width: 818px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#container {
	width: 100%;
	height: 1%;
	background: url(../img/bg/bg.jpg) repeat-y 0 0;
}

div#top, div#bottom {
	width: 100%;
	height: 13px;
	line-height: 0;
	font-size: 0;
}

div#top {background: url(../img/bg/top.jpg) no-repeat 0 0;}
div#bottom {background: url(../img/bg/bottom.jpg) no-repeat 0 0;}

div#inner_container {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 792px;
	height: 118px;
	/*background: url(../img/l10n/en/header.jpg) no-repeat 0 0;*/
}

div#shadow {
	height: 17px;
	line-height: 0;
	font-size: 0;
	background: url(../img/bg/shadow.jpg) repeat-x 0 0;
}

div#mainbody {
	width: 742px;
	padding: 10px 25px 30px 25px;
	background: url(../img/bg/inside.jpg) repeat-x left bottom;
	min-height: 400px;
	border-bottom: 1px solid #ededed;
}

#mainbody p {margin-bottom: 15px;}

mainbody p {margin-bottom: 15px;}


/*************/
/* home page */
/*************/

div#home_page {width: 500px;}

#home_page div#home_form {margin-left: 45px;}

#home_page form table {
	margin-left: 15px;
	width: 600px;
}

#home_page form table td {
	text-align: left;
	vertical-align: middle;
	padding-right: 30px;
	padding-bottom: 20px;
}

#home_page input.data_field {
	width: 40px;
	height: 20px;
	margin-right: 3px;
	border: 1px solid #616365;
	text-align: center;
	vertical-align: middle;
}

#home_page input.cpt {
	width: 65px;
	text-align: left;
}

#home_page table div.data_field {
	float: left;
	display: inline;
	width: 65px;
	margin-right: 10px;
}

#home_page form label {
	font-weight: bold;
	width: 150px;
}

#home_page form label strong {color: #58a618;}

#home_page form table label {
	float: left;
	display: inline;
	padding-top: 2px;
}

#home_page p.div {
	background: url(../img/div.gif) repeat-x 0 8px;
	color: #58a618;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

#home_page span.div {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}


/**************/
/* arrow list */
/**************/

ul.arrow {
	margin: 15px 0 10px 0;
	list-style: none;
}

ul.arrow li {
	padding-bottom: 5px;
	padding-left: 13px;
	background: url(../img/bul/arrow_off.gif) no-repeat 1px 3px;
}

ul.bul {list-style: none;}

ul.bul li {
	padding: 0 0 3px 10px;
	background: url(../img/bul/disc.gif) no-repeat 0 4px;
}

ul.arrow li.getreport {text-align: left;}
ul li.getreport a, ul li.getreport a:link, ul li.getreport a:visited {font-weight: bold;}
ul li.getreport a:hover {font-weight: bold;}


/****************/
/* results page */
/****************/

div#results_page {
	position: relative;
	min-height: 500px;
	/*height: 500px;*/
}

#results_page h1 {
	color: #58a618;
	font-size: 20px;
	font-weight: normal;
}

#results_graph {
	background: none;
	height: 500px;
}

div#results_text {
	margin: 20px 0 20px 36px;
}

#results_text h2 {
	color: #58a618;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

#results_text h3 {
	color: #616365;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

#results_text h4 {
	color: #616365;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

#results_text table.results1,
#results_text table.results2 {
	margin-bottom: 15px;
}

#results_text .results1 td,
#results_text .results2 td {
	vertical-align: bottom;
	padding-bottom: 3px;
}

#results_text .results1 td.label {padding-right: 3px; width: 225px;}
#results_text .results2 td.label {padding-right: 15px;}

#results_text .results1 td.data {width: 75px;}

div#results_left {
	float: left;
	display: inline;
	width: 350px;
	margin-right: 55px;
}
	
div#results_right {
	float: left;
	display: inline;
	width: 350px;
}


/************/
/* reg form */
/************/

#reg_form form table td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
}
#reg_form input.data_field {
	width: 230px;
	margin-right: 10px;
}

#reg_form table input.data_field {
	float: left;
	display: inline;
}

#reg_form select {
	width: 234px;	
}


/******************/
/* thank you page */
/******************/

div#thanks_body {
	/*margin-top: 15px;*/
}

#thanks_body h1 {
	color: #58a618;
	font-size: 16px;
	font-weight: normal;
}

#thanks_body h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #616365;
}

#thanks_body h3 {
	font-size: 13px;
	font-weight: bold;
	color: #616365;
}

div#thank_you_links {
	background-color: #efefef;
	width: 520px;
	padding: 15px 20px;
	margin: 25px 0 25px 0;
}

#thank_you_links h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
	margin-top: 0;
}

#thank_you_links ul {
	list-style: none;
}

#thank_you_links ul li {
	margin-bottom: 8px;
	background: url("../img/bul/arrow_off.gif") no-repeat 0 3px;
	padding-left: 13px;
}


/**********/
/* footer */
/**********/

div#footer {
	border-top: 1px solid #c1c3c5;
	margin: 0 10px 0 10px;
	padding-top: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	font-size: 11px;
	color: #616365;
}

#footer div#tagline {
	float: left;
	width: 99px;
	margin-right: 30px;
	height: 30px;
}

/******************/
/* global classes */
/******************/

.clear {clear: both;}

ul.alert {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	color: #C30;
}

.alert li {
	margin-bottom: 3px;
}

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