/* Styles for printing only */

* { page-break-inside: auto !important; overflow: visible !important; }

.nonPrinting,
#content #sidebar,
ul#tabs,
ul#sub-tabs,
.tooltip,
#main-btm,
#main-top,
#breadcrumb,
#admin-panel,
.button-gray { 
	display: none !important; 
	}

.printOnly {
	display: inline !important;
	}

body,
.wrapper,
.content,
#content #main {
	background: white !important;
	text-align: left !important;
	width: 100% !important;
	}

body {
	position: static;
	padding: 1% 5%;
	width: 90% !important;
	}
	
.wrapper, .content {
	height: auto;	
	position: static;
	}

#content #main {
	text-align: left;
	padding: 0;
	}
	
#content #title h1 {
	padding-left: 0 !important;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd !important;
	}	
	
table tr.even td, table tr.odd td { background: white; }	

th { color: #4D3908 !important; font-weight: bold !important; background: #e2ddd4 !important; text-shadow: none !important; }	

h2.printTitle {
	display: block !important;
	color: #c94f00 !important;
	font-size: 200% !important;
	padding-left: 0 !important;
	padding-bottom: 10px !important;
	margin-bottom: 15px !important;
	padding-top: 10px;
	border-bottom: 1px solid #ddd !important;
	}
	
.printSubTitle {
	display: block !important;
	color: #009191 !important;
	font-size: 160% !important;
	padding-left: 0 !important;
	padding-bottom: 10px !important;
	margin-top: 15px !important;
	margin-bottom: 8px !important;
	padding-top: 10px;
	border-bottom: 1px solid #ddd !important;
	}
	
fieldset.evaluation em {
	padding-left: 10px;
	}
	
/* Opera seems to need these, or they print white/invisible: */

th, #copy { color: black }
#footer { width: auto }

/* Resume */

html body.resume-body {
	padding: 0 !important;
	width: 100% !important;
	}

body.resume-body #header-wrapper,
body.resume-body #content #title {
	display: none !important;
	}
	
.resume td.title {
	width: 100px !important;
	}	
	
.resume th {
	padding-top: 0 !important;
	padding-bottom: 25px !important;
	}	

.resume td .section-item {
	background: white !important;
	}

.resume a, .resume .hidden { display: none }

.resume td.title {
    padding-top: 5px;
	}

.resume td .section-item{
    padding-top: 0;
    border: 0;
	}
	
/* get rid of rounded box */

#main .window.resume { border-style: none }

/* offline hours form */

p.gap {
	padding-top: .5in;
	border-bottom: solid black thin;
	}

#ratings label.real {
	font-weight: bold;
	text-align: left;
	}	
	
#ratings .input {
	clear: both;
	}	
	
/* timecards */

.pageBreak {
	page-break-before: always !important;
	}	
	
table.card-sig,
table.block {
	page-break-inside: avoid !important;
	}	
	