/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
@page {
	margin: 10mm;
}

.page-break	{ display: block; page-break-before: always; overflow: visible;}

body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

/** added for printing **/
.noprint {display:none !important;height:0pt !important;}
.centerall{margin: 0 auto;padding:0;min-height:10.5in; width: 7.25in;}
.showlines table, .showlines tr, .showlines td {border: 1px black solid;}
.mustprint {display: block !important}
.mustprint p {display: block !important; line-height: 12pt; font-family: sans-serif; padding: 0 4pt;}
.mustprint h2 {display: block !important; text-align: center; font-size: 14pt; font-family: sans-serif; text-align: center;} 
.wider {min-width: 100% !important}
.mustprint table {width: 100%; margin: auto;}

div h1.page-title {
	display: none;	
}
hr {
	display: none;	
}

div#egcGiftCard {
	height: 50%;
	transform: scale(0.9);
}

br.noshowprint {
	display: none;	
}
div#tradeInformation {
	height: 800px;	
}

h2 {
	text-align: center;
	color: #CD2027;
}
h1#cert {
	color: blue;
	font-size:1.3em; 
	text-align: center;	
} 

div#reprintTable {
	height: 600pt;	
} 

div#printTofOwnership {
	position: relative;
	transform: scale(0.90);
	overflow:visible;
} 

table.reprint {
	width: 85%; 
	margin: auto; 
	border-collapse: collapse;
}
table.reprint td {
	border: 1pt black solid; 
	font-size: 1.2em;
}

td.lcol { 
	font-weight: bold; 
	text-align: right; 
	padding-right: .5em; 
	width: 35%; 
}

div.title-select {
	font-size: 24pt;
	color: #cc0000;
	font-weight: 500;	
} 

table.COT {
	margin: auto;
	width: 100%	
}

table.COT tr {
	line-height: 28px;	
}

table.COT td.lcol {
	text-align: right;
	width: 35%;
	vertical-align: bottom !important;
	font-size: 1.0em;
	color: #0186d2;
	font-weight: bold;
	padding-right: 0.5em;	
}

table.COT td.rcol{
	border-bottom: 1pt black solid !important;
	font-size: 1.0em;
} 

.coupon-wrapper{
	width: 700px;
	padding: 10px;
	text-align: center;
	border: 3px dashed #ccc;
	margin: auto;
}
div.coupon-header {
	background: #cc0000 !important;
	color: white;
}
.announce {
	color:#3282df;
	background-color:#ffffff;
	text-shadow:2px 2px 0 #bcbcbc, 3px 3px 0 #9c9c9c; 	
}
span.announce {
	color: red;
	background-color:#ffffff;
	text-shadow:2px 2px 0 #bcbcbc, 4px 4px 0 #9c9c9c;
}
.optInCheckbox {
	width: 20px; 
	height: 20px; 
	margin: 0; 
	vertical-align: bottom;
	display: inline-block;
}

.optInLabel {
	display: block; 
	padding-left: 20px; 
	text-indent: -15px;
	display: inline-block;
	width: 400px;
	font-weight: normal;
	font-size: 12px;
}

div.recordPrint {
	font-size: 12pt !important;
}


