@CHARSET "ISO-8859-1";

html,body {
	height: 100%;
}

body,td,table,iframe {
	margin: 0;
	padding: 0;
}

#modifysearch-button {
	position: absolute;
	left: 0;
	bottom: 5px;
}

#newsearch-button {
	position: absolute;
	right: 0;
	top: 35px;
}

#ffront-header #newsearch-button {
	position: absolute;
	right: 0;
	bottom: 5px;
	top:auto;
}


#results-header #newsearch-button {
	position: absolute;
	right: 0;
	bottom: 5px;
	top:auto;
}

ol {
	margin: 0;
	padding:8px;
	padding-left: 20px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #292324;
}

#content-outer {
	position: relative;
	
	width: 950px;	
	height: 100%;
	min-height:100%;
	
	text-align: left;
	padding: 0;
	background: #ffffff;

	margin: 0 auto -1px auto;
}

html>body #content-outer {height: auto; min-height:100%;}

#content-container {
	padding: 0px;
	width: 950px;
}

#content-logo {
	position: absolute;
	bottom: 0px;
}

#header {
	height: 65px;
	position: relative;
	margin-bottom: 10px;
}

#header-buttons {
	position: absolute;
	bottom: 0;
	right: 0px;
}

#header-buttons img {
	margin-left: 10px;
}

#footer {
	text-align: left;
	background: #928888;
	height: 44px;
	line-height: 44px;
	width: 950px;
	padding-left: 20px;
	font-size: 17px;
}

#footer a {
	color: white;
	font-weight: normal;
	
	padding: 10px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .smlink {
	float: right;
	margin-right: 20px; 
}

#footer .links {
	margin-left: 20px;
}

div.pageTitle {
	font-size: 34px;
	position: absolute;
	left: 330px;
	top: 31px;
}

div.splitContent {
	width: 948px;
	
	overflow-x:hidden;
	overflow-y: auto; 
}

div.splitLeft {
	float: left;
	width: 290px;
}

div.splitLeft .content {
	padding: 0px;
}

div.splitRight {
	margin-left: 5px;
	float: left;
	width: 653px;
}

div.splitRight .content {
	padding: 0 15px 5px 5px;
	font-size: 17px;
}

div.splitLeft .content h2 {
	width: 286px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	color:white;
	background: url('../images/header-green.gif') no-repeat;
	padding-left: 10px;
	display: block;
}

div.splitRight h2 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	padding-left: 10px;
	background: url('../images/header-gray.gif') no-repeat;
	display: block;
}

div.splitRight .textcontent h2 {
	position: relative;
	margin-left: -5px;
	width: 653px;
	margin-right: 0;
}

.textcontent {
	
}

span.required {
	color: red;
}

h1 {
	text-align: left;
	font-size: 23px;
}

h2 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #035CFE;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img.hoverbutton {
	margin: 0; padding: 0;
	cursor:pointer; cursor: hand;	
}

#loading {
	position: absolute;
	left: 215px;
	top: 35px;
	bottom: 10px;
	color: #f25f7c;
	font-size: 20px;
	line-height: 25px;
}
#loading span {
}
	
#loading img {
	vertical-align: top;
	margin-right: 8px;
}


input.disabledText {
	color: #aaa;
}


div.notice {
	position: relative;
	width: 950px;
	background: #FFFFCC;
	line-height: 35px;
	text-align: left;
	margin-bottom: 6px;
}
div.notice div {
	padding: 2px 2px 2px 8px;
}
div.notice a.notice-close {
	position: absolute;
	right: 20px;
	color: #292324;
}
div.notice a.notice-close:hover {
	text-decoration: none;
}
div.splitRight div.notice {
	width: 653px;	
}

/** FORM ERRORS ******************************************/
td.error {
	color: red;
	font-weight: bold;
}
td.error ul.error_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
form td.help {
	
}


/** POPUP ***********************************************/
#page-overlay {
	position: fixed;
	
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	
	opacity:.4;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	
	background: black;
	z-index: 50;
	
	/* for the fucking POS known as IE6 - some reason doesn't work in the IE6-only CSS file */
	_position: absolute;
}

#popup-container {
	z-index: 100;
}

/* CONTACT US ***********************************************/
#contact-container {
	position: absolute;
	z-index: 100;
	
	width: 400px;
	left: 50%;
	margin-left: -200px;
	
	background: #FFFFCC;
}
#contact-container h2 {
	margin: 10px;
	font-size: 24px;
	font-weight: normal; 
}
#contact-container p {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}
#contact-container table.formtable {
	width: 100%;
}
#contact-container table.formtable td {
	padding: 4px;
}
#contact-container table.formtable td.label {
	text-align: right;
	width: 120px;
}
#contact-container table.formtable td.widelabel {
	text-align: center;
	width: 120px;
}
#contact-container input.text {
	width: 90%;
	border: 1px solid #E7E7E3;
	padding: 5px;
	background: white;
}
#contact-container textarea {
	width: 90%;
	margin: 3px auto 3px auto;
	border: 1px solid #E7E7E3;
	background: white;
	padding: 5px;
}
	
#contact-error {
	padding: 20px;
	color:red;
}

/* SITEMAP */
.mapContent {
	padding: 10px;
	text-align: left;
}

.mapContent .trial {
	margin: 4px;
}

.mapContent .odd {
	background: #f2f2f2;
}

.mapSortcat {
	margin: 8px;	
}

.mapSortcat .title {
	border-bottom: 1px solid #f2f2f2;
}

.mapSortcat .choices {
	font-size: 22px;
}



/* TOOLTIPS */
.tooltip {
	border: 1px solid #FDFF67;
	background: #FEFFB2;
	padding: 14px;
	z-index: 100;
	width: 300px;
	text-align: left;
	font-size: 13px;
}


