﻿/* Body */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Form elements */


fieldset, input, select, textarea {
	font-size: 0.95em;
	border: solid 1px #617B6B;
}

fieldset {
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px;
	width: 700px;
	color: #666;
}

legend {
	color: #617B6B;
	font-size: 0.80em;
	font-weight: bolder;
	text-transform: uppercase;
}

input, select, textarea {
	font-family: Courier New, Monospace;
	color: #000;
}

input, textarea {
	padding: 1px;
}

input.button {
	margin-right: 5px;
	border-style: outset;
	background-color: #617B6B;
	color: #fff;
	font: bold 0.80em Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Styles for content inside forms */


fieldset label, .instruction, .error {
	font-size: 0.90em;
}

label {
	display: block;
	margin: 2px 0;
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
}

.instruction {
	/*margin: 4px 0;*/
	font-style: oblique;
	/*font-size: 0.70em;*/
}

/*html > body div.instruction {
	font-size: 0.75em;
}*/

.error {
	display: none;
	margin: 2px;
	color: red;
}

h1.error-message {
	color: red;
}

div.error-message {
	border: solid 2px red;
	width: 711px;
	background-color: #ffc;
	padding: 0 10px;
	font-size: 0.9em;
}

.half-width-column {
	float: left;
	width: 346px;
}

.float-input-left {
	float: left;
	margin-top: 0;
	margin-right: 10px;
}

.clear-input-left {
	clear: left;
}


/* Table styles */


table {
	font-size: 0.68em;
}

table {
	width: 720px;
	border-collapse: collapse;
}

fieldset table, .note {
	font-size: 0.75em;
}

label.note {
	font-size: 0.90em;
	font-weight: normal;
}

fieldset table, .full-length {
	width: 696px;
}

tr.alternate {
	background-color: #DEE5E0;
}

p.note {
	margin-bottom: 5px;	
}

/* Other elements */

a img {
	border: 0;
}

span.complete {
	color: #617B6B;
	font-weight: bold;
}

p.incomplete, span.incomplete, span.warning, span.required {
	color: #f00;
	font-weight: bold;
}

span.incomplete a, .incomplete a:visited {
	color: #f00;
}

div.attention {
	border: solid 2px #000;
	padding: 4px;
	background-color: #ffc;
}

p.alert {
	padding: 2px;
	background-color: #ffc;
	color: #c00;
}

div.attention p {
	font-size: 0.75em;
	line-height: 1.3em;
}

blockquote blockquote {
	font-size: 1.0em;
}

div.word-counter {
	font-size: 0.75em;
}

div.word-limit-exceeded {
	color: #FF0000;
}
