/* ########### STRUCTURE ########### */

#header {
height: 100%;
}

html>body {
min-height: 100%;
height: auto;
overflow:auto;
}

.spacer {
	clear: both !important;
	display: block;
}

.search_box {
	width:100%;
	height:75px;
	border:1px solid #CCCCCC;
	background-image:url(images/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: right;

}

.bg_body {
	width: 897px;
	padding: 0px;
	border: 0px;
	margin:10px;
}

.panel_liner {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.row1 {
	clear:both;
	background-color: #f5f5f5;
}
.row2 {
	clear:both;
	background-color: #e9e9e9;
}
.content_two {
	float:right;
	width: 400px;
	margin-right: 5px;
	/* background-color: #00FFFF; */
}

.hidden {
	display: none;
	}
	
.unhidden {
	display: inline;
	}

/* ########### FORMS ########### */
form {
	margin-bottom: 0px;
}

label {
	float:left;
	font-size: 12px;
	color: #333333;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}

.form_row1 {
	clear:both;
	display:block;
	background-color: #00CC00;
}

.form_row2 {
	clear:both;
	/* background-image:url(images/form_row_grey.png); */
	display:block;
}

.submit_button {
	float: right;
}

textarea {
	float: right;
}

/* ########### OBJECT POPS ########### */

.objectlinks {
	outline:none;
	background-image: url(images/but_this_country.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	height: 30px;
	width: 350px;
	clear: both;
	font: 14px Verdana, sans-serif;
	padding-top: 5px;
	display:inline;
}


.objectlinks a:link {
	color:#999999;
}
.objectlinks a:hover {
}

/* ########### HELP POPS ########### */


#helppops a span {
	display: none;
	}
	
#helppops a:hover span {
	clear:both;
	background-color: #CCCCCC;
	display: block;
	position: absolute;
	width: auto;
	padding: 5px;
	margin: 10px;
	z-index: 2001;
	color: #c71a78;
	border:1px solid #555555;
	font: 10px Verdana, sans-serif;
	text-align: center;
	text-decoration:none;
}
	

.txt_white {
	font-size: 12px;
	color: #FFFFFF;
}

.txt_dk_grey {
	font-size: 12px;
	color: #333333;
}
.txt_sm_dk_grey {

	font-size: 10px;
	color: #333333;
}
.txt_header_white {
	font-size: 16px;
	color: #ffffff;
}

.txt_header_aqua {
	font-size: 16px;
	color: #1d84a6;
}
.txt_header_DkGrey {

	font-size: 16px;
	color: #333333;
}

