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

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
	line-height: 1.5;
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	background: none;
	font-size: 10pt;
	width:7.5in;
}
/* Hides - removing page items from printing that don't really help
-------------------------------------------------------------- */

#menu, #featureUnit, #jumpLinks, #breadCrumbs, #header, #addThis, #sideBar, #footer .container .span-5 {
	display:none;
}
/* Layout
-------------------------------------------------------------- */

.container {
	background: none;
}
hr {
	background:#8a1418;
	color:#8a1418;
	width:100%;
	height:2px;
	margin: 0;
	padding:0;
	border:none;
}
hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}
/* Text
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family:  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;
}
/* Links
-------------------------------------------------------------- */

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


/* Page and typographic elements for consistency when printed
-------------------------------------------------------------- */

blockquote {
	margin: 1.5em;
	padding:8pt 0 0 30pt;
	color: #bd2d25;
	font-size:1.5em;
	background:url(../siteAssets/images/MockIn_BG_blockQuote.png) top left no-repeat;
	line-height:1.2em;
}
p img.left {
	float: left;
	padding: 0em 1.5em .75em 0;
	background:#fff;
}
p img.right {
	float: right;
	padding: 0em 0 .75em 1.5em;
	background:#fff;
}
#addThis + hr + p {
	font-size:1.5em;
	color:#cc2229;
}
/*-- Tables
-------------------------------------------------------------- */


/* Tables still need 'cellspacing="0"' in the markup. */
table {
}
caption, th, td {
}
td, th {
	vertical-align:top;
	padding: .75em;
	text-align: left;
}
table {
	margin-bottom: 1.4em;
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
}
th {
	font-weight: bold;
}
thead th {
	background: #d4d0ca;
}
th, td, caption {
	padding: .75em;
	text-align: left;
	font-weight: normal;
}
tfoot {
	font-style: italic;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-bottom: .5em;
	background: none;
}
/*--- Specialty zebra table ---*/

.zebraTable {
	width: 100%;
	border-collapse:collapse;
	background: #fff;
	border:solid 1px #8c8d80;
}
.zebraTable thead {
	color: #fff;
	font-weight: normal;
}
.zebraTable tbody {
	color:#000;
	text-align:center;
}
.zebraTable caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-bottom: .5em;
	background: none;
}
.zebraTable thead th {
	background: url(../siteAssets/images/MockIn_BG_tableHeader.png) top left repeat-x #bd2d24;
	font-weight: bold;
	text-align:left;
	vertical-align:middle;
	color:#fff;
}
.zebraTable td, .zebraTable th {
	vertical-align:top;
	padding: .75em;
	border-bottom:solid 1px #8c8d80;
	text-align: left;
}
.zebraTable td {
	background-color: #f2f1ef;
}
.zebraTable .odd td {
	background-color:#e9e7e4;
}
/*
.zebraTable tr.tableTopRow th, .edCalendarTable tr.tableTopRow td {
	background-color:#f6cb00;
	color:#000;
	text-align:left;
}*/

.zebraTable tr.tableTopRow th {
	font-weight:bold;
}
