/*
	Site: Sports Injury Surveillance System
	Part: Print styles
*/


/* Hide unnecessary elements
======================================================================*/
#attendance thead th span, .btns, .confirm, #content-secondary, input, .instructions, .legend, #move, #nav, 
p.alert, .print-link, select, #status {
	display: none;
}


/* Basics
======================================================================*/
body { margin: 0; }
/*#page { writing-mode: tb-rl; height: 80%; margin: 10% 0%; }*/
h2, h3 { color: #505050; }
h2 strong, h3 strong { color: #000; }
#content-secondary ul li, ul li { background: none; padding: 0; }
ul { list-style: disc; margin-left: 1.5em; }


/* Core layout
======================================================================*/
#content { background: none; margin-bottom: 0.2em; }
#content-primary { float: none; width: 100%; }
#page { max-width: 100%; }

	/*--- Full layout ---*/
	#full #content-primary { float: right; width: 81%; }
	#full #content-secondary { display: block; width: 15%; }
	
	/*--- Header ---*/
	#header { border: 0; margin-bottom: 1em; }
	#logo { float: none; }


/* Content
======================================================================*/
	/*--- Attendance table ---*/
	#attendance #conditions-legend { display: table-row; }
	* html #attendance #conditions-legend { display: block; } /* IE 5/6 */
	*:first-child + html #attendance #conditions-legend { display: block; } /* IE7 */
	#attendance td.focus { border: 1px solid #99c9ee; }
	#attendance thead th { font-size: 0.8em; }
	#conditions-key { display: none; }
	
	/*--- Forms ---*/
	.form th { width: 15%; }
	
	/*--- Questions ---*/
	.questions ol.answers { margin-left: 1.8em; text-indent: 0; }
	* html .questions ol.answers { margin-left: 2em; text-indent: 0; }
	*:first-child + html .questions ol.answers { margin-left: 2em; text-indent: 0; }
	
	.questions ol.answers input.txt {
		border: 1px solid #000;
		border-width: 0 0 1px;
		height: 2em;
		margin-left: -2em;
		width: 50% !important;
	}
	
	*:first-child + html .questions ol.answers input.txt { margin-left: -2em; }
	
	/*--- Secondary content ---*/
	#content-secondary .info { font-size: 0.7em; }