div.input_tip
{
	position: absolute;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	padding: 2px 4px;
}

div.qual_tip {
	border: 2px ridge yellow;
	background-image: url('images/tip_background_yellow.png');
}

div.quant_tip {
	background-image: url('images/tip_background_red.png');
	border: 2px ridge red;
}

img.move_arrow {
	float: right;
	cursor: move;
}

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
}

ul {
	margin: 0;
	text-indent: 0;
	padding: 0 0 0 .5em;
	list-style-type: none;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 1.1em;
	letter-spacing: .2em;
}

a {
	text-decoration: none;
}

a.hint {
	vertical-align: super;
	font-size: smaller;
	cursor: help;
}

a:hover {
	color: #CC3300;
}

a img, img {
	border: none;
	margin: 0;
}

#navbar {
	border-left: 1px solid #006600;
	border-bottom: 1px solid #006600;
	background: #c0c0c0;
	float: right;
	width: auto;
	padding: 2px 4px 2px 4px;
	margin: 0;
}

#navbar input {
	height: .8em;
	vertical-align: middle;
	font-size: 1em;
}

#navbar a {
	text-decoration: underline;
}

#navbar #pwspan {
	display: none;
}

#pwspan form {
	display: inline;
}

div#disclaimer {
	width: 735px;
	font-size: .8em;
	color: #fff;
	text-align: justify;
	background-color: #9D0A0E;
	padding: 3px 10px;
	clear: both;
}

#generalsearch {
	text-align: center;
}

#donelink {
	cursor: pointer;
	text-decoration: underline;
}

.large_inputs input
{
	width: 460px;
}

.project_title {
	color: #333399;
	font-weight: bold;
}

.manageopts {
	width: 80%;
	margin: auto;
	padding: 8px;
	border: 1px solid black;
}

.manageselects {
	display: none;
	width: 100%;
}

.maincontent {
	border: 1px solid black;
	width: 755px;
	margin: auto;
	height: auto;
}

img#banner {
	display: block;
}

.fullreport td {
	border-bottom: 1px solid #999999;
}

.box {
	border: 1px dashed black;
}

.inset {
	/* border: 1px dotted black; */
	color: black;
	width: auto;
	margin: 40px;
	padding-left: 5px;
}

.underdashed-text {
	border-bottom: 1px dashed #999999;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 37px;
	background-image:   url("images/search-graphic.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	width: auto;
}

.filemanager {
	background-image:  url("images/files_cascade.gif");
	background-position: center right;
	padding-right: 6em;
}

.results {
	background-color: #c0c0c0;
	font-weight: normal;
	padding: 5px;
	border: 2px solid black;
	width: 320px;
	float: right;
}

.additionalinfo {
	float: right;
	background-color: #CCCCCC;
	border: 2px solid black;
	padding: .2em;
	width: 320px;
}

.additionalinfo img {
	cursor: pointer;
}

.print-download {
	float: right;
	text-align: right;
	vertical-align: text-top;
}

label {
	line-height: 22px;
}

labels {
	text-align: right;
}

.inputs input {
	border: 1px outset black;
	text-align: center;
	width: 160px;
}

select {
	width: 160px;
	text-align: center;
}

.floatright {
	position: relative;
	top: -3px;
	right: 5px;
	border: 1px solid black;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

input {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
}

.checkbox {
	vertical-align: bottom;
}

.checkboxes {
	padding: 8px;
	border: 1px solid black;
}

.checkboxes input {
	width: auto;
	height: auto;
}

.checkmark {
	vertical-align: text-bottom;
	margin-top: 1px;
	margin-left: 10px;
}

.files {
	border: none;
}

.filesbox {
	border: 1px solid black;
	width: 100%;
}

.filesbox td {
	width: auto;
	padding: 5px 0 5px 0;
	vertical-align: middle;
}

.filesbox td img {
	margin-top: 3px;
	cursor: pointer;
}

.filesbox td div {
	margin-left: 10px;
	font-size: .9em;
}

.filename a {
	margin-left: 10px;
}

.photosbox {
	background: #fff;
	text-align: center;
	border-left: 1px dotted black;
	vertical-align: top;
}

.photosbox a {
	font-size: larger;
	padding: 2px 6px 2px 6px;
}

.photosbox a:hover {
	background-color: #c0c0c0;
	color: white;
}

.photodescription {
	display: none;
}

/* spellcheck */

span.sp_misspelled {
	border-bottom: 1px dotted red;
	cursor: pointer;
}

input.sp_done {
	width: auto;
	font-size: .8em;
	vertical-align: top;
}

div.sp_suglist {
	background-color: #ccc;
	border: 1px solid #00CCFF;
	padding: 0 2px 2px 0;
}

div.sp_suglist a {
	color: #0066FF;
	font-weight: bold;
	display: block;
}

/* gradient profiles */

#profiles td {
	padding: 5px 4px;
}

#profiles tbody tr td {
	border-bottom: 1px dashed #ccc;
}

#profiles thead tr td {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

div#profiles_explanation {
	border: 1px solid black;
	padding: 8px 5px;
	display: none;
}

a#profiles_hide {
	float: right;
}

ol li {
	margin-bottom: 5px;
}

fieldset {
	background-color: #dfdfdf;
	padding-left: 20px;
}

legend {
	border: 1px solid #828177;
	background: #fff;
	padding: 1px 3px 2px 3px;
	top: -8px;
	position: relative;
}

legend a {
	font-size: .8em;
}

table#files {
	width: 100%;
}

form.nobreak {
	display: inline;
}