/* CSS Document for Entertainment Book - Print Styles*/
/* Page frame */
body {
	background: #fff !important;
}
#frame {
	background: #fff;
}
/* Print Header */
#header,#footer {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
div#printHeader {
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	height: 47px;
	margin-top: 22px;
	background: url(/EntBooks_AU/media/template/logo_blue.png) left top no-repeat !important;
	text-indent: -9000px;
}
/* Right column */
#rightColumn {
	background: #fff;
	float: right;
	width: 100% !important;
}
#contentHold { background: #fff;}

/* Headings */
h1 {font-size: 22px; font-weight: normal; color: #00437f;}
h2 {font-size: 20px; font-weight: normal;}
h3 {font-size: 18px; font-weight: normal;}
h4 {font-size: 16px; font-weight: normal;}

/* Paragraphs */
body p {
	padding: 0 0 7px 0;
	clear: left;
}

/* Lists */
#rightContent ul {
	margin: 5px 0 5px 15px;
	padding: 0;
}
#rightContent ul li {
	list-style: none;
	padding-left: 22px;
	padding-left: 22px;
	padding-bottom: 8px;
	background: url(/EntBooks_AU/media/template/sprite_00437f.png) no-repeat -67px -557px;
	line-height: 1.4;
}
#loginBox, #mainNav, #leftColumn, #breadcrumbs, #searchHolder, #mapHolder, #footer {display: none;}
img#ctl00_plcMain_MainImage_imgImage, .carousel img {
	padding: 0px 0 0 43px !important;
	width: 510px;
	height: 344px;
}
.blockHold, .blockHoldSm, .srchResult {
	width: 295px;
    padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: none;
	background: linear-gradient(top, #FFFFFF, #F6F6F6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F6F6));
	background: -moz-linear-gradient(top, #FFFFFF, #F6F6F6);
	background: -o-linear-gradient(top, #FFFFFF, #F6F6F6);
	background: linear-gradient(top, #FFFFFF, #F6F6F6);
	border: 1px solid #d4d4d4;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#F6F6F6')"; /* for IE */
}
.blockHoldSm {
	height: 163px;
	margin: 0 2px 20px 0;
}
.blockHold p, .blockHoldSm p, .cardholdertools p, .srchResult p {
	color: #666;
	font-size: 12px;
	padding: 10px 20px 0 20px;
	margin:0;
	line-height: 1.5em;
}
.blockHold li, .blockHoldSm li {
	color: #666;
	padding: 5px 20px 0 20px;
	margin:0;
	line-height: 1.5em;
}
.blockHoldSm a.lnk-more {
	margin: 110px 0 0 259px;
	display: none;
}
.blockHold a.lnk-more {
	margin: 266px 0 0 230px;
	display: none;
}
.printOfferContainer h2 {font-size: 15px;}
.printOfferContainer {
	page-break-inside: avoid;
	page-break-inside: avoid;
	border-bottom: 1px dotted #9fa3ac;
	font-size: 12px;
	padding-bottom: 20px;
	vertical-align: top;
}
.printOffer {
	margin: 10px 0 0 0;}
.printOfferBook {margin: 5px 0 0 0;}
/* Search */
.initSearchBox {
	margin: 0 10px 0 10px;
    display:block;
    padding:10px 20px 10px 20px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #d4d4d4;
}
.initSearchBox h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	color: #00437F;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.initSearchDivider {
	margin: 0 0 15px 25px;
}
.initSearchBox select, .initSearchBox input{
    float:none;
}
/* Form */
label {
	float: left;
	display: block;
	width: 150px;
	height: auto;
	clear: left;
	margin-bottom: 7px;
	font-weight: bold;
	padding-top: 4px;
}
input, textarea, select {
	float: left;
	height: auto;
	color: #666;
	padding: 2px;
	border: solid 1px rgba(128, 128, 128, 0.4);
	border-top-color: rgba(0, 0, 0, .1);
	background: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	height: 22px;
	text-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none;
}
/* Buttons */
input.btnSubmit {
	height: auto;
	padding: 0 5px;
	margin: 0;
	width: auto;
	float: none;
}
.searchCriteria .btnSearch, .initSearchDivider .btnSearch, .btnSubmit, .btnSkip, .btnOther, .btnAdd, .btnHelp, .btnRemoveFundraiser, .btnRemoveMerchant {
	padding: 0 17px;
	height: 26px;
	color: #FFF;
	text-transform: uppercase;
	text-indent: 0px !important;
	line-height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #00437F !important;
}
/* Tabs */
.nopadding-td {
	padding-right: 0px !important;
	width: auto;
}
/* Tables */
table {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	border-collapse:collapse; 
	border: 0;
}
table th, table td {
	border: 0;
	padding: 7px 4px;
	vertical-align: top;
}
.noborder td {
	border: none !important;
}
.fleft td {
	padding: 0px;
}
/* end of print.css */