/*
	(c) The Creative Problem Solving Group, Inc. (2005-06)
*/
/* Body */
body { margin: 0px; padding: 0px; background-color: #ffffff; color: #000000; font: 100% Verdana, Tahoma, Arial, Helvetica, sans-serif }
/* Green strip header */
h1 { position: relative; margin: 0px 0px 0px 148px; padding: 4px; background: #00b58d url("../images/greenbg.png") repeat-x; color: #ffffff; border-top: 1px solid #00b58d; border-right: 1px solid #00b58d; border-bottom: 1px solid #019474; font-size: 80% }
/* Purple page title header */
h2 { position: relative; margin: 10px 0px 10px 160px; padding: 4px; background: #ffffff url("../images/subtitlebg.png") repeat-y; color: #ffffff; font-size: 70% }
/* Standard emboldened header */
h3 { position: relative; margin: 0px 0px 10px 6px; font-size: 100% }
/* Green strip header with no left margin for navigation */
h4 { position: relative; margin: 0px; padding: 4px; background: #00b58d url("../images/greenbg.png") repeat-x; color: #ffffff; border-top: 1px solid #00b58d; border-right: 1px solid #00b58d; border-bottom: 1px solid #019474; font-size: 80% }
/* Purple page title header with no left margin for navigation */
h5 { position: relative; margin: 10px 0px 10px 10px; padding: 4px; background: #ffffff url("../images/subtitlebg.png") repeat-y; color: #ffffff; font-size: 70% }
/* Purple page title header for use within content area */
h6 { position: relative; margin: 10px 0px 10px 0px; padding: 4px; background: #ffffff url("../images/subtitlebg.png") repeat-y; color: #ffffff; font-size: 100% }
/* Links */
a:link, a:active, a:visited { background-color: transparent; color: #1f23a0; text-decoration: none }
a:hover { background-color: transparent; color: #1f23a0; text-decoration: underline }
/* Images */
img { border-width: 0px }
/* Tables */
table { margin: auto; border: 1px solid #ffffff; font-size: 100% }
table.key { display: none }
/* Table caption */
caption { margin: auto; background-color: transparent; color: #000000; font-style: italic }
/* Table cells */
th, td { padding: 3px 10px 3px 10px }
th { background-color: #00b58d; color: #ffffff; text-align: left; text-transform: uppercase }
tr { background-color: #FFFFFF; color: #000000 }
/* Fieldsets */
fieldset {
	margin: 10px 0px 10px 0px;
	padding: 6px;
	border: 1px solid #d6e1e1;
}
/* Form controls */
select, input, textarea { margin-top: 3px; font: 100% Verdana, Tahoma, Arial, Helvetica, sans-serif }
/* Form buttons */
input.button, input.submit, input.homebutton, input.menubutton, input.resultshomebutton, input.resultsbutton { padding: 1px; background-color: #00b58d; color: #ffffff; border-style: solid; border-color: #00b58d #1f23a0 #1f23a0 #00b58d; border-width: 1px }
input.submit { font-weight: bold }
input.homebutton { width: 160px; font-weight: bold }
input.menubutton { width: 160px }

.endAction a:hover {color:#00b58d; background-color:#FFFFFF}
.endAction, .endAction a:visited, .endAction a:link {padding: 1px 5px 3px 5px; background-color: #00b58d; color: #ffffff; border-style: solid; border-color: #00b58d #1f23a0 #1f23a0 #00b58d; border-width: 1px; font-weight:bold}
/* Text */
p { position: relative; margin: 10px 6px 10px 6px }
/* Page header */
#header { background-color: #1f23a0; color: #ffffff }
/* Smaller text */
#leftbar, #skiptolinks, #footer { font-size: 65% }
/* Left bar */
#leftbar { width: 147px; float: left; text-align: center }
/* Menu */
#menu { width: 147px; padding: 0px 0px 15px 0px; background-color: #1f23a0; color: #ffffff; font-weight: bold; text-align: left }
#menu ul { margin: 0px; padding: 0px; list-style-type: none }
#menu ul li { margin: 0px; padding: 5px 0px 5px 10px; display: block }
/* White links */
#menu a:link, #skiptolinks a:link, #footer a:link, #menu a:active, #skiptolinks a:active, #footer a:active, #menu a:visited, #skiptolinks a:visited, #footer a:visited { background-color: transparent; color: #ffffff; text-decoration: none }
#menu a:hover { background-color: transparent; color: #00b58d; text-decoration: underline }
#skiptolinks a:hover { background-color: transparent; color: #1f23a0; text-decoration: underline }
#footer a:hover { background-color: transparent; color: #ffffff; text-decoration: underline }
/* CPSB logo */
#logo { width: 135px; height: 40px; margin-top: 10px }
/* Prioritizer logo */
#prioritizerlogo { width: 300px; height: 77px; margin: 10px 0px 20px 0px }
/* Page content */
#main { padding: 5px 10px 5px 160px; font-size: 70% }
#mainnonav { padding: 5px 10px 5px 10px; font-size: 70% }
/* Menu links */
#menulinks { margin-top: 30px; text-align: center }

/* Page footer */
#footer { padding: 4px; background-color: #1f23a0; color: #ffffff; text-align: center; clear: both }
/* Alignment */
.centre { text-align: center }
.right { text-align: right }
/* Error messages */
span.error, p.error {
	background-color: transparent;
	color: #ff0000;
	display: none;
	line-height: 15px;
}