/* 
	Hilbert 
	Print CSS
	Alison Endacott
	3/2009
	
 */
 
 #accessibility,
 #topbar,
 #navigation,
 #leftcolumn,
 #rightcolumn,
 #printJob {
	display: none;
	height: 0;
	visibility: hidden;
 }
 
 h1 {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	font-size: 25px;
	width: auto;
 }
 
	h1 a {
		text-decoration: none;
		text-indent: 0;
		height: auto;
	}
	
	#main-content {
		width: auto;
	}
	
	#main-content #inner-head {
		padding: 1em 0;
		height: auto;
		width: auto;
	}
	
	/* jobs */
	dl#job dd.job-description {
		clear: none;
		padding-top: 1em;
	}
	
/* calendar */

/* list view */

#cal-head ,
p.view-all,
p.closeEvent,
#cal-days li,
#cal-days li h4,
#prevnext,
p.list-view-button,
p.calendar-view-button {
	display: none;
}

#calendar h3 {
	font-family:"Times New Roman",Times,serif;
	font-size:2.2em;
	font-weight:normal;
}
	#container .all-events {
		border-bottom: 1px dotted;
		background:#FFF3C1 none repeat scroll 0 0;
		margin-top: .5em;
	}

		#cal-days li.info,
		#cal-days .all-events h4 {
			display: block;
			
		}
		
		#cal-days .all-events h4 {
			background: #FFE990;
			padding: .1em 5px;
			color:#022779;
			font-family:"Times New Roman",Times,serif;
			font-size:1.4em;
			font-weight:normal;
			text-align:left;
		}
		
		#container .all-events h3 {
			font-family:Arial,Helvetica,sans-serif;
			font-size: 1.1em;
			text-align: left;
			font-weight: bold;
			padding: 0 5px;
			color: #022779;
		}
		
		h3.toggler {
			cursor: default;
			padding-top: .5em !important;
		}
		
		dl.element {
			visibility: visible !important;
			overflow: visible !important;
			opacity: 1 !important;
			height: auto !important;
			padding-left: 5px !important;
			font-size: .9em;

		}
		
			dd.eventDescritpion {
				border-bottom: 1px solid #fff;
			}
		
