body {
	margin: 0px;
	margin-top: 5px;
	text-align: center;
	font: 0.75em/1.5 'Lucida Grande', sans-serif; 
	background-color: #fff;
	background-image: url('/images/clickedd_site_bg.png');
	background-repeat: repeat-x;
}

html, body {
	height: 100%;
}

img {
	border: 0px;
}

h3 {
	font-weight: bold;
	font-size: 15pt;
	color: #000;
	margin: 0px;
	padding-bottom: 8px;
}

h4 {
	margin: 0px;
	padding-bottom: 8px;
	color: #0a3943;
	font-weight: bold;
	font-size: 13pt;
	text-indent: 10px;
}

h5 {
	margin: 0px;
	color: #0a3943;
	font-weight: bold;
	font-size: 10pt;
}

a {
	color: #363636;
}

/* FORM CSS */
form {
	margin: 0px;
}

#form_field {
	clear: left;
	float: left;
	width: 165px;
	margin-bottom: 10px;
	padding-top: 7px;
	color: #363636;
	position: relative;
	left: 5px;
	font-size: 11pt;
	font-weight: bold;
	text-indent: 10px;
}

#form_data {
	float: left;
	margin-bottom: 10px;
}

input[type=text], input[type=password], input[type=file], textarea, select, input[type=submit] {
	border: 1px solid #c0c0c0;
	padding: 6px;
	font-size: 11pt;
}

#photo_progress {
	display: none;
}
/* END FORM CSS */



#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: auto !important;
	height: 100%;
	/*min-height: 100%;*/
}

#slogan {
	float: left;
	width: 400px;
	height: 53px;
	color: #fff;
	line-height: 28px;
	position: relative;
	left: 17px;
}

#navigation {
	float: left;
	width: 465px;
	height: 53px;
	color: #fff;
	line-height: 28px;
	position: relative;
	left: 17px;
	text-align: right;
}

#navigation a {
	color: #fff;
}

#header {
	background-image: url('/images/header_bg.png');
	background-repeat: no-repeat;
	width: 865px;
	height: 73px;
	position: relative;
	top: -22px;
	left: 17px;
}

#logo {
	float: left;
	position: relative;
	top: 12px;
	left: 12px;
	width: 233px;
	height: 73px;
}

#tab_navigation {
	float: left;
	width: 500px;
	position: relative;
	top: 24px;
	left: 137px;
	text-align: right;
}

#tabs_on {
	width: 105px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	background-image: url('/images/tabs.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#tabs_on a, #tabs_off a {
	color: #fff;
	text-decoration: none;
}

#tabs_off {
	width: 105px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	background-image: url('/images/tabs.png');
	background-repeat: no-repeat;
	background-position: top;
}

#main_body {
	background-image: url('/images/clickedd_bg.png');
	background-repeat: no-repeat;
	width: 900px;
	clear: left;
}

#inner_body {
	width: 840px;
	position: relative;
	left: 30px;
	top: -25px;
	padding-top: 10px;
}

#table_container {
	background-color: #ddf4f8;
	width: 835px;
}

#table_row, #table_row_boxed {
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	width: 813px;
	position: relative;
	left: 10px;
	margin-bottom: 10px;
	border: 1px dashed #a7ced5;
}

#table_row_boxed {
	width: 790px;
}

#table_title {
	float: left;
	clear: left;
	position: relative;
	left: 10px;
	width: 500px;
}

#table_stats, #table_stats_right {
	float: left;
	width: 120px;
}

#table_stats_right {
	text-align: right;
}

#table_extra {
	float: left;
	width: 180px;
	text-align: right;
}

#table_left {
	float: left;
	width: 600px;
}

#table_right {
	float: left;
	width: 222px;
	text-align: right;
}

#rss_title {
	float: left;
	clear: left;
	position: relative;
	left: 10px;
	width: 380px;
}

#rss_data {
	float: left;
	width: 120px;
}

#rss_extra {
	float: left;
	width: 180px;
	text-align: right;
}

#error {
	margin-bottom: 10px;
	display: none;
	position: relative;
	left: 10px;
	font-weight: bold;
}

#success {
	color: green;
	margin-bottom: 10px;
	display: none;
	width:  630px;
	text-indent: 10px;
}

.small {
	font-size: 8.5pt;
}

#report_link {
	padding-bottom: 8px;
	text-indent: 10px;
	position: relative;
	top: -5px;
}

#report_boxed {
	width: 825px;
	max-height: 330px;
	overflow: auto;
}

#step1, #step2, #step3 {
	background-image: url('/images/step_bg.png');
	background-repeat: no-repeat;
	width: 260px;
	height: 215px;
	float: left;
}

#step2, #step3 {
	margin-left: 29px;
}

#step_title {
	position: relative;
	top: 17px;
	text-indent: 25px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
}

#step_desc {
	position: relative;
	left: 14px;
	top: 30px;
	font-weight: bold;
	width: 240px;
}

#footer_bg {
	background-image: url('/images/footer_bg.png');
	background-repeat: no-repeat;
	width: 833px;
	height: 107px;
	text-align: center;
	color: #fff;
}

#footer_bg a {
	color: #fff;
}



