/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

/*hide all unnecessary elements from the printer */
#mainNav, #right, #footer, #subNav, #mainNav, #online_booking, .brief, .datetime {
		display: none !important;
}
.flash, .flash object, .flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}


body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
}

#container {
	width: 580px;
}

#header {} /*insert custom print header here */

body {
	padding: 15px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1em; 
	line-height: 1.5em;
}

body h1 {
	margin-top:0px;
	margin-bottom:3px;
	text-decoration: none; 
	font-weight: Bold; 
	font-style: normal; 
	font-size: 3.2em;
	letter-spacing: -1px;
	line-height: 0.97em;
}

body p {
	color: #333; 
	line-height: 1.56em;
	font-size: 1.1em; 
	margin-bottom: 0.8em;
}

.brief {
	border-bottom: 1px solid #ccc;
	color: #888;
	display: block;
	font-family: Georgia,Times,Serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	padding: 0.82em 0 1.7em 0;
	width: 100%;
}

h2 { 
	margin-top:0.85em;
	margin-bottom:0.27em;
	font-size: 2.1em;
	line-height: 1.2em;
	letter-spacing: -1px;
}

h3 { 
	font-size: 1.5em;
	line-height: 1.15em;
	margin: -0.15em 0 0.15em 0;
}

h4 { 
	margin-top:10px;
	margin-bottom:2px;
	color: #333; 
	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px;
	line-height: 1;
}

/* repeat globally re-usable clasees here */
.small_text {color:#999; font-size:9px}
.text_align_left {text-align:left}
.text_align_right {text-align:right}
.text_align_center {text-align:center}
.float_left {float:left}
.float_right {float:right}


#conference table {width:95%; border:0;margin-top:15px;border:1px solid #DDD;}

#conference table thead th {padding:5px;color:#FFF;font:bold 12px Arial;background-color:#92A13F;border:1px solid #BBBBBB;}
#conference table thead th.odd {background-color:#73675A;border-top:0;}
#conference table tbody td {padding:3px 5px;border:1px solid #DDD; border-top:0;color:#000;font:normal 12px Arial;}
#conference table tbody td.last {background-color:#F0F0F0;text-align:right; font-weight:bold;}
#conference table tbody tr.odd {background-color:#f9f9f9;}
#conference table tbody tr.odd td.last {background-color:#E5E5E5;}

#conference table tbody th {background-color:#73675A;border-right:1px solid #FFF;border-top:0; text-align:center; font-weight:bold;padding:5px; color:#FFF;}
#conference table tbody th.last {border-right:0;}

#conference table.schedule thead th {text-align:center}
#conference table.schedule tbody td {text-align:center;}
#conference table.schedule tbody td.first {text-align:left;font-weight:bold;background-color:#F0F0F0;}
#conference table.schedule tbody td.break {background-color:#C5C5C5; color:#666;font-size:11px;}
#conference table.schedule tfoot td {background-color:#E5E5E5; font:bold 12px Arial;padding:7px 5px;}
#conference table.second {margin-top:0;}

.note p {margin-bottom:5; font:bold 11px Arial;text-decoration:underline;}
.note ol {padding-left:10px;}
.note ol li {font-size:11px; margin-bottom:8px;}

#conference table.fees tbody th {background-color:#F0F0F0;text-align:left; font:bold 11px Arial; color:#000;border-bottom:1px solid #fff;}
#conference table.fees tbody th span {font-weight:normal;}
#conference table.fees tbody td {text-align:center; vertical-align:middle;} 

#conference .instructor_bio {clear:left;}
#conference h3 {padding-bottom:5px;margin-bottom:5px;}
#conference .instructor_pic {clear:left;margin-top:20px;float:left;}
#conference p.profile {}

