/* 
Override stylesheet for content viewer.
See also reading-room.css
Copyright 2006-2010 iCopyright, Inc. All rights reserved.
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #555;
	background-color: #FFFFFF;
}

a {
	color: #1ba31b;
	text-decoration: none;
}

#headline {
	font-size: 180%;
	font-weight: normal;
	color: #0066cc;
	margin-bottom: -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#pubdate {
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	padding: 10px 0 15px 0;
}

#byline {
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-bottom: 15px;
}

#deckheader {
	font-size: 120%;
	font-style: oblique;
	padding-bottom: 15px;
}

#pagewidth {
	width: 730px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#header {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding-bottom: 20px;
	background-color: #fff;
}

.publication {
	margin-right: 20px;
}

#rightcol {
	width: 170px;
	float: right;
	position: relative;
	padding-top: 10px;
	font: 80% Georgia, "Times New Roman", Times, serif;
}

#horizontalad {
	padding-top: 20px;	
	padding-bottom: 30px;
	font: 80% Georgia, "Times New Roman", Times, serif;
}

#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 510px;
	text-align: left;
	padding: 10px;
	font-size: 10.5pt;
	font-family: Arial, sans-serif;
	color: #000000;
}

#maincol #nav {
	background-color: #FFFFFF;
	border: none;
	width: 450px;
	border-bottom: 1px dashed #cecece;
	margin-top: 10px;
	padding-bottom: 12px;
}

#maincol_full {
	float: left;
	display: inline;
	position: relative;
	width: 730px;
	text-align: left;
	padding: 10px;
}

#maincol_full #nav {
	background-color: #FFFFFF;
	border: none;
	width: 100%;
	border-bottom: 1px dashed #cecece;
	margin-top: 10px;
	padding-bottom: 12px;
}

div#nav {
	display: none;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #fff;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #555555;
}
.licensing-link {
	font-family: "Courier New", courier, monospace;
	color: #1BA31B;
}

div.section {
   padding-bottom: 4em;
}

/* Start Blink */

#preview_wrapper {
	width: 640px;
	padding: 0 0 0 0;
}

#line_wrapper {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#line_1 {
	padding: 0;
	margin: 0;
}

#line_1 p {
	padding: 1px 0 0 20px;
	margin: 0 0 0 0;
	font-size: 11px;
}

#line_2 {
	padding: 0;
	margin: 0;
}

#line_2 p {
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-size: 14px;
}

#line_2 a {
	color: #669933;
	text-decoration: underline;

}

#line_2 a:hover {
	color: #125400;
	text-decoration: none;
}

.btn_preview {
	float: left;
	cursor: pointer;
	border: none;
	height: 35px;
	width: 192px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/btn_print_copies.gif) top center no-repeat;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
}
.btn_preview:hover {
	background: url(../images/btn_print_copies.gif) bottom center no-repeat;
}


/* End Blink */


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */


@media print {
	#rightcol {
		display: none;
	}
	#horizontalad {
		display: none;
	}
	.section {
		display: none;
	}
	#pagewidth {
		width: 100%;
	}
	#maincol {
		float: none;
	}
	#maincol_full {
		float: none;
	}	
};
