/*-----------------------------------------------------------------------------
	print.css
-----------------------------------------------------------------------------*/


#flash_footer,
#project_sidebar,
#top_image_wrapper,
#site_navigation,
#site_header form,
#site_info .right,
#site_info .middle,
.noprint
{
	display: none;
}



/* ------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: 0;
}


body { line-height: 1.5; background: #fff; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight:400; vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

body {
	font-size: 11pt;
	color: #444;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4;
}


/* -[Headings]-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #335;
	font-family: Georgia, "lucida bright", "times new roman", serif;
}

h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* -[Text Elements]--------------------------------------------------------- */

p			{ margin: 0 0 1.5em; }
p+p			{ margin-top: -.8em; }

ul, ol		{ margin:0 1.5em 1.5em 2em; }
ul			{ list-style-type: circle; }
ol			{ list-style-type: decimal; }
dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

abbr, 
acronym		{ border-bottom: 1px dotted #666; cursor: help; }
address		{ margin-top: 1.5em; font-style: italic; }
del			{ color:#666; }

a { text-decoration: underline; color: #36c; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center; }
blockquote > p { margin-top: 1em; }
blockquote *:first-child:before { content: "\201C"; font-size: 2em; }
blockquote *:first-child:after { content: "\201D"; font-size: 2em; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

hr { height: 1px; color: #ccc; border-top: 1px solid #ccc; }

/* -[Tables]---------------------------------------------------------------- */

table	{ margin-bottom: 1.4em; }

caption	{ font-weight:bold; text-align:center; }
tfoot	{ font-style: italic; }

/* ------------------------------------------------------------------------- */
/* FORMS */
form {
	margin: 0;
	padding: 0;
}

.formRow {
	clear: both;
	margin-bottom: 5px;
}
.formRow label {
	float: left;
	width: 35%;
	font-weight: bold;
}
.formRow label em {
	color: #f00;
}

.formRow input.text {
}

.formRow .formError {
	margin: 0 0 10px 35%;
	color: #f00;
	font-size: 0.9em;
}
.formRow .formInfo {
	margin: 0 0 10px 35%;
	font-size: 0.9em;
}

.formRowBtns {
	clear: both;
	text-align: right;
}
.formRowBtns input {
	margin-left: 20px;
	line-height: 1;
}