/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	MESA International
	Author:	Ryan Whillier
	Date:	December, 2009
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

 #search, #topNav, #mainNav, #actions, #subNav, #footerNav, #homepageBannerContainer, #resourceLibrary {
	display: none;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

img { border: 0px; }

p { margin: 15px 0px; }


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */


/* STRUCTURE STYLES */

body {
	background-color: #FFF;
}

#uber {
	margin: 15px;
}

#header {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px gray;
}

#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px gray;
}

#footerNav, #esol { padding-top: 10px; }

.horizNavSeparator { padding: 0px 7px 0px 7px; }



/* CONTENT STYLES */


/* Text Size and Leading Classes */

p 						{ font-size: 12px; line-height: 16px; }
blockquote 				{ font-size: 12px; line-height: 16px; }
li 						{ font-size: 12px; line-height: 16px; }
td 						{ font-size: 12px; line-height: 16px; }

#printArea 				{ font-size: 12px; line-height: 16px; }
#printArea .homehead 	{ font-size: 18px; line-height: 22px; }
#printArea .head		{ font-size: 18px; line-height: 22px; }
#printArea .subhead1 	{ font-size: 14px; line-height: 18px; }
#printArea .subhead2 	{ font-size: 12px; line-height: 16px; }
#printArea .intro 		{ font-size: 14px; line-height: 18px; }
#printArea .caption 	{ font-size: 11px; line-height: 15px; }
#printArea .none 		{ font-size: 12px; line-height: 16px; }


/* Additional Text Styling */

#printArea .homehead 	{ font-weight: bold; }
#printArea .head		{ font-weight: bold; }
#printArea .subhead1 	{ font-weight: bold; }
#printArea .subhead2 	{ font-weight: bold; }
#printArea .intro 		{ font-weight: bold; }
#printArea .caption 	{ font-style: italic; }


/* Link Colors */

a, a:link, a:visited 	{ color: #B01216; text-decoration: underline; }
a:hover, a:active 		{ color: #FC191F; text-decoration: none; }


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }


/* Image Placement */

.imageleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.imageright {
	float: right;
	margin: 0px 0px 20px 20px;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #B6B4B4;
}

.datatable td { padding: 7px 10px; }

.datatable .titlerow {
	background: #D3DAE1;
	text-align: left;
	font-weight: bold;
	color: #294762;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #ECECEC; }

#pageTitle p{
	padding:0px;
	margin:10px 0px;
	color:#000;
	font-size:28px;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.conferencetitle { /* highlights the conference title (ie. 2010 Conference) */
	color:#000;
	font-size:24px;
	text-transform:none;
}
#conferencelocation { /* highlights the conference location */
	color:#000;
	font-size:17px;
	font-weight:bold;
}


/* Three buttons on homepage */
.programs {
	margin-right:10px;
}
.opportunities {
	margin-right:10px;
}
.register {
	margin-right:10px;
}

#sponsors table img{
	margin:0px 10px 0px 0px;
}


		#pageMainTitle p{
			font-size: 18px;
			line-height: 22px;
			font-weight: bold;
		}
		#pageSubTitle p{
			font-size: 15px;
			line-height: 18px;
			font-style:italic;
		}
#contentSponsors{
	border-top:1px solid gray;
}
#contentSponsors table{
	margin:10px 0px;
}
#contentSponsors img{
	padding-right:10px;
	padding-top:10px;
}
#sponsorsContainer{
	border-top:1px solid gray;
}
#contentRightBar{
	padding-top:10px;
	border-top:1px solid gray;
}


/* ----- END OF TEMPLATE ----- */