/*
	The Prioritizer
	Facilitator's Workspace Printer Stylesheet
	(c) The Creative Problem Solving Group, Inc. (2005-06)
*/
/* Body */
body { margin: 0px; padding: 0px; background-color: #ffffff; color: #000000; font: 12pt "Times New Roman", Times, serif }
/* Green strip header */
h1 { margin: 10px 6px 10px 6px; background-color: transparent; color: #000000; border: 0px; font-size: 18pt }
/* Purple page title header */
h2 { margin: 10px 6px 10px 6px; background-color: transparent; color: #000000; font-size: 14pt }
/* Standard emboldened header */
h3 { margin: 10px 6px 10px 6px; background-color: transparent; color: #000000; font-size: 12pt }
/* Green strip header with no left margin for navigation */
h4 { margin: 10px 6px 10px 6px; background-color: transparent; color: #000000; border: 0px; font-size: 18pt }
/* Purple page title header with no left margin for navigation */
h5 { margin: 10px 6px 10px 6px; background-color: transparent; color: #000000; font-size: 14pt }
/* Purple page title header for use within content area */
h6 { margin: 10px 6px 10px 6px; background-color: transparent; color: #000000; font-size: 12pt }
/* Links */
a:link, a:active, a:visited, a:hover { background-color: transparent; color: #000000; text-decoration: none }
/* Images */
img { border-width: 0px }
/* Tables */
table { margin: auto; border: 1px solid #000000; font-size: 12pt }
table.key { display: none; visibility: hidden }
/* Table caption */
caption { margin: auto; background-color: transparent; color: #000000; font-style: italic }
/* Table cells */
th, td { padding: 3px 10px 3px 10px; border: 1px solid #000000 }
th { background-color: transparent; color: #000000; text-align: left }
tr { background-color: transparent; color: #000000 }
/* Highlight highest statement row in grand statement totals table */
tr.highstatementtotal { background-color: #ffffff; color: #000000; font-weight: bold }
/* Results table headers */
table.plain th, table.participant th, table.statement th, table.highlighted th, table.male th, table.female th, table.age th, table.country th, table.state th, table.county th, table.customlocation th, table.customcompany1 th, table.customcompany2 th { background-color: transparent; color: #000000; text-align: left }
/* Participants' totals total row */
tr.total { font-weight: bold }
/* Forms */
form { margin: auto }
/* Fieldsets */
fieldset { margin: 10px 6px 10px 6px; padding: 6px; border: 1px solid #000000 }
/* Fieldset legends */
legend { background-color: transparent; color: #000000; font-size: 12pt; font-weight: bold; text-transform: uppercase }
/* Form controls */
select, input, textarea { margin-top: 3px; font: 10pt "Times New Roman", Times, serif }
/* Form buttons */
input.button, input.submit, input.homebutton, input.menubutton, input.resultshomebutton, input.resultsbutton, input.disabledbutton { display: none; visibility: hidden }
/* Text */
p { margin: 10px 6px 10px 6px }
/* Page header */
#header { display: none; visibility: hidden }
/* Left bar */
#leftbar { display: none; visibility: hidden }
/* Menu */
#menu { display: none; visibility: hidden }
#menu ul { display: none; visibility: hidden }
#menu ul li { display: none; visibility: hidden }
/* 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 { display: none; visibility: hidden }
#menu a:hover { display: none; visibility: hidden }
#skiptolinks a:hover { display: none; visibility: hidden }
#footer a:hover { display: none; visibility: hidden }
/* Highlight active page */
body.home #menu ul li#menuhome a, body.createsession #menu ul li#menucreate a, body.viewsessions #menu ul li#menusessions a { display: none; visibility: hidden }
/* CPSB logo */
#logo { display: none; visibility: hidden }
/* Prioritizer logo */
#prioritizerlogo { display: none; visibility: hidden }
/* Page content */
#main, #mainnonav { margin: 0px; padding: 0px; font-size: 12pt }
/* Menu links */
#menulinks { display: none; visibility: hidden }
/* Steps meter */
#meter { display: none; visibility: hidden }
/* Step items */
#items { display: none; visibility: hidden }
/* Step item statuses */
div.activeitem { display: none; visibility: hidden }
div.deactiveitem { display: none; visibility: hidden }
/* Progress bar */
#bar { display: none; visibility: hidden }
/* Floats */
div.clear { clear: both }
/* Statement floats */
div.statement { width: 198px; float: left }
div.definition { width: 245px; float: left }
div.media { width: 125px; float: left }
/* Confirm message */
p.confirm { display: none; visibility: hidden }
/* View sessions links */
.closed .close { display: none; visibility: hidden }
/* View results areas */
div.results { margin: 10px 0px 10px 0px; padding: 6px; border: 1px solid #000000 }
div.jumptolinks, div.hoverblurb, div.highslows, div.backtotop { display: none; visibility: hidden }
/* Results key */
span.jumptokey { display: none; visibility: hidden }
/* Top space */
#topspace { margin-top: 50px }
/* Skip to links */
#skiptolinks { display: none; visibility: hidden }
/* Page footer */
#footer { display: none; visibility: hidden }
/* Alignment */
.centre { text-align: center }
.right { text-align: right }
/* Access keys */
span.accesskey { display: none; visibility: hidden }
/* Error messages */
/*span.error, p.error, span.showerror, p.showerror, span.notcompleted { display: none; visibility: hidden } */
/* Common images */
img.helpicon, img.meterstep, img.error, img.calender, img.banner { display: none; visibility: hidden }
img.chart { width: 500px; height: 200px }
img.screenshot { width: 348px; height: 231px; border-style: solid; border-color: #e5e5e5 #c0c0c0 #c0c0c0 #e5e5e5; border-width: 1px }