body {
	color: #111;
	font: 0.9em normal "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Georgia, serif;
	text-align: left;
}
h2 {
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
}
p {
	line-height: 1.6em;
}
a, a:link {
	color: #000080;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #355e3b;
	text-decoration: none;
}

#nav {
	text-align: right;
	background-color: #BBB;
/*	border-bottom: 1px solid #355e3b;*/
	padding: 10px 10px;
}
#container {
	margin: 0 auto;
	width: 980px;
}
#evaluation_form_links {
	font-size: 1.2em;
	list-style: none;
}
#evaluation_form_links li a {
	background-color: #c5e6ea;
	border: 3px solid #424242;
	clear: both;
	display: block;
	float: left;
	margin: 2px 0;
	padding: 12px 18px;
	text-decoration: none;
}
#evaluation_form_links li a:hover {
	background-color: #b2e99c;
	color: #000080;
}
/* common evaluation form elements */
.main-legend {
	border: 2px dotted #000;
	width: 90%;
}
.main-legend legend {
	background-color: #c5e6ea;
	border: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 10px;
}
.main-legend dt {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 3px 0 3px 10px;
	width: 20%;
}
.main-legend dd {
	float: left;
	margin: 3px 0;
	width: 70%;
}
#show_legend {
	left: 50px;
	position: absolute;
	top: 0px;
}
#show_legend a {
	background-color: #c5e6ea;
	border: 2px solid #111;
	display: block;
	font-size: 1.2em;
	padding: 5px 7px;
}
#show_legend a:hover {
	background-color: #d5f6fa;
	color: #000080;
}
.steps {
	font-size: 1.4em;
	list-style: none;
}
.steps li {
	display: inline;
	float: left;
}
.steps li a {
	background-color: #c5e6ea;
	border: 3px solid #424242;
	border-left: 0;
	color: #424242;
	display: block;
	font: 1.4em bold Verdana, Geneva, sans-serif;
	padding: 10px 20px;
	text-decoration: none;
}
.steps li#step_one a {
	border: 3px solid #424242;
}
.steps li a:hover, .steps li.current-step a:hover {
	background: #d8f2c9;
	color: #424242;
}
.steps li.current-step a {
	background-color: #001f7f;
	color: #fff;
}
/* end common evaluation form elements */
/* evaluation form styling */
.evaluation-form fieldset {
	clear: both;
	float: left;
	width: 40%;
}
.evaluation-form h3 {
	clear: both;
}
.evaluation-form p {
	clear: both;
}
.input-field, .submit {
	clear: both;
	float: left;
	margin: 4px 0;
	width: 99%;
}
.input-field label {
	clear: both;
	float: left;
	width: 40%;
}
.input-field.radio-field input {
	clear: both;
	float: left;
	margin-right: 10px;
	width: auto;
}
.input-field.radio-field label {

}
.textarea-field label {
	width: 60%;
}
.input-field {
	margin: 10px 0 15px 0;
}
.input-field p {
	margin: 0 0 5px 0;
}
.input-field input, .input-field textarea, .input-field select {
	float: left;
}
.text-field input, .textarea-field textarea {
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px;
}
.text-field .focused, .textarea-field .focused {
	background-color: #c5e6ea;
}
.textarea-field textarea {
	clear: both;
}
.checkbox-field label, .checkbox-field input {
	margin: 3px inherit;
}
.date-field select {
	margin-right: 5px;
}
/* end evaluation form styling */
/** error message box **/
.error-msg {
	background-color: #FF5244;
	border: 1px solid #9C2214;
	color: white;
	padding: 1em 2em;
	margin: 1.2em 0em;
}

.error-msg li {
	list-style-type: none;
	margin: 3px 0px;
}
.export-links {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 85%;
}
.export-links ul {
	clear: both;
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: auto;
}
.export-links li {
	float: left;
	margin: 5px;
	padding: 9px;
}
.export-links li.link {
	border: 1px solid #111;
	padding: 0;
}
.export-links li a {
	background-image: url(/images/icons/download.png);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	margin: 2px 7px;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
}
/** admin table **/
.pretty-table {
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 0px 0px 40px 40px;
}

.pretty-table caption {
	font-size: 2em;
	margin: 0px 0px 20px 0px;
}

.pretty-table th, .pretty-table td {
	padding: 0.5em;
	color: #632a39;
}

.pretty-table th[scope=col] {
	border-bottom: 2px solid #333;
	border-right: 1px dotted #666;
	background-color: #7d98b3;
	color: #fff;
}

.pretty-table th+th[scope=col] {
	border-right: 1px dotted #666;
	background-color: #7d98b3;
}
.pretty-table tr.alternate td { color: #2a4763; }
.heading {
	margin: 1.5em auto;
}

/* -------------------------------------------- */
/* ----------- Pagination: Digg Style --------- */
/* -------------------------------------------- */
.pagination-digg li          { border:0; margin: 20px auto; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
.pagination-digg a           { border:solid 1px #9aafe5; margin-right:2px; }
.pagination-digg .previous-off, .pagination-digg .next-off, .pagination-digg .start-off, .pagination-digg .end-off
{ border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
.pagination-digg .next a, .pagination-digg .previous a, .pagination-digg .start a, .pagination-digg .end a 
{ font-weight:bold; }	
.pagination-digg .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
.pagination-digg a:link, 
.pagination-digg a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
.pagination-digg a:hover     { border:solid 1px #0e509e; }
/* these are global classes that should stay at the end of the file */
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.clear-both { clear: both; }
.float-left { float: left; }
.width50 { width: 50%; }

/* Viewing records */
#view-record .header {
	font-family: "MS Trebuchet", Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 20px;
}

#view-record td.label {
	font-weight: bold;
	text-align: right;
}

#view-record tr{
	border-collapse: collapse;
}

#view-record tr.odd {
	background-color: #718F19;
}
/* End Viewing records */