@import url("reset.css");
@import url("formelements.css");

/* @group Links */
a:link {
	color: #1e4378;
	text-decoration: underline;
}

a:visted {
	color: #330066;
}

a:hover {
	color: #cc0000;
}

.hdr  { color: white; font-size: 12px; font-weight: bold; line-height: 14px; background-color: #878AB5; text-transform: uppercase }
/* @end */

/* @group Layout */
html, body {
	height: 100%;
}


span.title{
	margin-bottom: 18px;
	font-size: 16pt;
	line-height: 18pt;
}
body {
	font: 12px/18px "Trebuchet MS", Verdana, Lucida, sans-serif;
	margin: 0;
	color: #000;
	background-color: #fff;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -140px;
	position: relative;
	background: #fafcf2;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#header {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 960px;
	margin: 18px 0;
	overflow: hidden;
}

#main {
	width: 800px;
	float: right;
	overflow: hidden;
}

#primary {
	width: 520px;
	padding: 9px 20px;
	float: left;
}

#secondary {
	width: 230px;
	float: left;
}

#sidebar {
	width: 150px;
	float: left;
}

div.push {
	clear: both;
	height: 140px;
}

#footer {
	width: 960px;
	margin: 0 auto;	
	height: 140px;
	position: relative;
	border-top: 2px solid #666;
}

/* @end */

/* @group Type */
h1 {
	font-size: 20px;
	line-height: 36px;
	margin: 9px 0;
	font-weight: bold;
	color: #5c5288;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	margin: 12px 0 9px 0;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 9px 0;
}

p {
	color: #444;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
}

u {
	text-decoration: underline;
}

ul, ol, dl {
	margin: 0 9px 18px 9px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	color: #666;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 6px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* @end */

/* @group Navigation */
ul#nav_list {
	display: none;
}

div#navigation {
	position: absolute;
	bottom: 0px;
	right: 0;
}

div#navigation ul {
	padding: 0;
	margin: 0 18px 0 0;
}

div#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

div#navigation li a {
	background-color: #878ab5;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

div#navigation li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Header */

#header h1 {
	color: #c79c3b;
}

div#section {
	background-color: #878ab5;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 12px;
	border-bottom: 2px solid #5c5488;
}

div#section h2 {
	margin: 0;
}
/* @end */

/* @group CMS Overrides */
body.cms, body.cms div#wrapper, body.cms div#header, body.cms div#footer {
	background-image: none;
}

body.cms div#header {
	position: static;
	height: 140px;
}

#pagetitle input {
	width: 90%;
	color: #666;
	font: bold 36px "Trebuchet MS", Verdana, Lucida, sans-serif;
	background: #fafcf2;
	border: none;
}

/* @end */

/* @group Footer */

#footer p.statement {
	font-size: 11px;
	height: 110px;
	padding: 12px 6px 6px 340px;
	background: #fafcf2 url(../images/state_library.gif) no-repeat 6px 12px;
	color: #666;
	margin-bottom: 0;
}

#footer p.statement strong {
	font-size: 12px;
	margin: 0;
}

/* @end */

/* @group Tables */
table#formList {
	width: 600px;
	background-color: #fff;
	border-bottom: 2px solid #878ab5;
}

table#formList th {
	background: #878ab5;
	padding:  6px 12px;
	color: #fff;
	font-weight: bold;
}

table#formList td {
	padding: 4px 12px;
	border-bottom: 1px solid #f4f8db;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}


table.valueGridContainer {
    padding: 4px 5px;
}

td.valueGrid {
	padding: 1px 2px;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}


table#formList tr.complete td, table#formList tr.complete a {
	color: #49884d;
}

strong.form {
	padding: 4px 0 4px 24px;
	font-weight: normal;
	font-style: normal;
}

tr.complete strong.form {
	background: url(../images/check-icon.gif) no-repeat 0 center;
	font-weight: bold;
}
/* @end */

/* @group Reports */
div#formsNav {
	border-bottom: 1px solid #666;
}

div#formsNav p {
	margin-bottom: 6px;
}

div#reportAdminMenu {
	background: #61a067;
	width: 580px;
	padding: 10px;
}

div#reportAdminMenu h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

div#reportAdminMenu p, div#reportAdminMenu form {
	display: inline;
}

table#reportPager {
	width: 600px;
	border-top: 1px solid #949494;
	border-bottom: 1px solid #949494;
}

table#reportPager td {
	padding: 3px;
}

td.next {
	text-align: right;
}

div#reportSuccess {
	background: #fff;
	padding: 20px;
	width: 552px;
	margin-bottom: 18px;
	overflow: hidden;
	border: 4px solid #61a067;
}

div#reportSuccess h2 {
	color: #443c6f;
	font-size: 30px;
	font-weight: bold;
}

div#reportSuccess img {
	float: right;
}

div#reportErrors {
	background: #fff;
	padding: 20px;
	width: 552px;
	margin-bottom: 18px;
	overflow: hidden;
	border: 4px solid #61a067;
}

div#reportErrors h2 {
	color: #443c6f;
	font-size: 30px;
	font-weight: bold;
}

div#reportErrors img {
	float: right;
}

div#confirmReports {
	background-color: #61a067;
	margin-bottom: 18px;
	padding: 20px;
	width: 560px;
}

div#confirmReports h2 {
	margin: 0;
	font-weight: bold;
	color: #fff;
}

div#confirmReports p {
	color: #fff;
}

p.submitLink {
	position: relative;
	height: 38px;
	margin-bottom: 0;
}

p.submitLink a {
	background: #327137;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border: 2px solid #327137;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
}

p.submitLink a.submit {
	background: #fff;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #327137;
	border: 2px solid #327137;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	right: 0;
}

p.submitLink a:hover {
	background: #f4f4f4;
	color: #327137;
}

form#simpleForm label.text {
	display: block;
	padding: 8px;
}

form#simpleForm td p {
	margin-bottom: 0;
}


form#simpleForm label.number {
	display: block;
	padding: 8px;
	text-align: right;
}

/* @end */

input.sm-number {
	width: 38px;
}

input.big-number {
	width: 68px;
}

label.subhead {
font-size:15px;
padding:8px;
text-decoration:underline;
text-transform:uppercase;
}



ul.dataeledesc {
	list-style-type: disc;
	list-style-position: outside;
	color: #666;
	margin-left: 25px;
  width: 400px;
}

ul.dataeledescsmall {
	list-style-type: disc;
	list-style-position: outside;
	color: #666;
	margin-left: 25px;
  width: 90px; 
}

span.appoutputmessage {
	color: #6DD33A; 
	font-weight: bold;
}

span.apperrormessage {
	color: #FF3300; 
	font-weight: bold;
}

