/* print styles */
/* Table of Contents 
	Non-displaying Elements
	Layout
	Typography and inline elements
	Forms
*/

/* Non-dispalying Elements */
/* *************************************************************************************** */
#nav, #nav-cookie-crumb, .back-to-top, .hide,
.blockLink,.engineer .info a, #search, .expand .instructions, #dev-server_message,
.layout-tools #branding{
	display:none;
	overflow: hidden;
	visibility: hidden;
}

/* Layout */
/* *************************************************************************************** */
body {
	font: normal 11pt/1.4 Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width:auto;
	background: transparent;
}
#branding {
	height:1.125in;
}
#branding-logo {
	float: left;
	clear: right;
}
#branding-slogan {
	float: right;
	clear: right;
}
#siteinfo {
	text-align: center;
	font-size: 8pt;
	line-height: 10pt;
	margin-top: 2em;
}

/* Typography and inline elements */
/* *************************************************************************************** */
#content abbr:after, #content acronym:after {
	content: " ("attr(title)") ";
	font-size:.9em;
}

/* Forms */
/* *************************************************************************************** */
/* Forms */
/* some of these classes and styles are applied during validation. .validationError gets 
	applied by the JavaScript validation or by the PHP validation.
	The .help functions that that make it visible or not visible don't work in IE6, so there is
	a JavaScript (in generic_ie6.js) to make that part work. It's is added with a conditional comment */
/* *************************************************************************************** */
.formRow {
	padding: 0.125em 0px;
	margin:0 0 .5em;
}
fieldset {border:none;}

legend {
	font-size: 1.3em;
	color:#8F8777;
	padding-bottom: 0.0625em;
	text-align:left;
	margin-top:1em;
	border-bottom:solid 2px #8c816b;
}
label {
	display:block;
	float:left;
	text-align:right;
	width:15em;
	margin:0 1em 0 0;
}
textarea, input, select {
	margin:0 .5em 0 0;
	padding:0.2em;
	border-bottom:1px solid #000;
	border-top:none;
	border-left:none;
	border-right:none;
}
input[type="checkbox"], input[type="radio"] { border:none; }


form div.buttons {display:none}

.formRow .note {display:block; padding:0 0 0 33%}
p.validationError {text-align:center;color:#EE2E24;}

.formRow label .note {display:inline; padding:0}

a.help span{
	font-size:.8em;
	display:block;
	padding:0 0 .5em 20em;
}
fieldset#your_info {display:none}	