/* Hart-DNN CSS */

/* Global Settings
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */
html, body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;}

table.fillbgcolor
{
    padding: 0; margin: 0;
    background-color: #1E3A6C;}

p {}
table, div, p, td {
	font-size: 12px;
}
a {
	color: #3399CC;
}
a:hover {
	color: #6699CC;
}
img {
	border-style: none;
}
h1 {
	font-size: 34px;
	color: #780000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D6DCE4;
	padding-left: 5px;
}
h2 {
	font-size: 16px;
	color: #780000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: #D6DCE4;
}
input, select {}
.input {}
ul {}
li {
	padding-bottom: 5px;
}

/* Classes
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

/* Buttons */

.button1, .button2 {}
.button1 {}
.button1:hover {}
.CommandButton {
	font-weight: normal;
	color: #28866E;
}

/* Links */

.link1 {}
.link1:hover {}

/* Margin, Padding, Positioning, Size */

.alignRight {
	text-align: right;
}
.clear {
	clear: both;
}
.content
{
	padding-left: 11px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.content2col
{
	padding-left: 11px;
	padding-bottom: 15px;
	padding-top:0;
}

.topcontent
{
    padding-left: 11px;
	padding-top: 15px;
    }
    
.floatLeft .floatLeft td{
	float: left;
}

.floatRight {
	float: right;
}
.imgFloatLeft {
	float: left;
	padding-right: 15px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.margin20 {
	margin: 20px;
}
.marginHorizRight5 {
	margin-right: 5px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginVertical5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.padding2 {
	padding: 2px;
}
.padding3 {
	padding: 3px;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.paddingBottom5 {
	padding-bottom: 5px;
}
.paddingBottom10 {
	padding-bottom: 10px;
}
.paddingBottom15 {
	padding-bottom: 15px;
}
.paddingBottom50 {
	padding-bottom: 50px;
}
.paddingTop5 {
	padding-top: 5px;
}
.paddingTop10 {
	padding-top: 10px;
}
.rightContent {
	padding-right: 11px;
	padding-top: 15px;
	padding-left: 15px;
}
#rightContentWidth {
	width: 214px;
}
.yellowBlock {
	background-color: #FEF047;
	padding: 5px;
	color: #780000;
	border-bottom: 5px solid #FFFFFF;
}
.yellowBlock a {
	font-size: 12px;
}

/* Text */
.Breadcrumb {
	font-size: 12px;
}
.Normal {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #B61904;
}
.strikeout {
	text-decoration: line-through;
}
.uppercase {
	text-transform: uppercase;
}

/* Containers
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

#main {
	text-align: left;
	background-color: #FFFFFF;
	margin: auto;
}
#header {}
#breadCrumbs {
	padding-left: 11px;
}
#Right {
	padding-top: 15px;
}
#RightPane {}
#blockRight {
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}
.footer {
	border-top: 1px dotted #CDD5E0;
	padding-left: 11px;
}
div#footerpane a {}
#dnnLinks {}

/* Main Menu */

#dnnNAV {
	height: 29px;
}
.menu_style {
	height: 29px;
}
.main_dnnmenu_rootitem, .main_dnnmenu_rootitem_hover, .main_dnnmenu_rootitem_selected {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFF66;
	line-height: 29px;
	font-weight: bold;
	height: 29px;
	border-left: 3px solid #E5F0EC;
	padding-right: 10px;
	padding-left: 10px;
}
.main_dnnmenu_rootitem_hover {
	color: #FFFFCC;
}
.main_dnnmenu_submenu {
	background-color: #C2CBD9;
	border: 1px solid #AAB7CA;
	font-size: 12px;
	color: #003366;
	padding: 3px;
	margin-left: 3px;
	text-align: left;
}
.main_dnnmenu_itemhover {
	background-color: #D3DAE4;
}

#dnnBREADCRUMB {}
div#dnnBREADCRUMB a {}
div#dnnBREADCRUMB a:hover {}
.SkinObject
{
	font-weight: normal;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.leftBorder {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6DCE4;
}
.quoteMedium, .quoteSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #27856D;
	margin: 10px;
}
.quoteSmall {
    font-size: 13px;
}
.size12 {
	font-size: 12px;
}

table.DynamicForms_Maintable
{ width: 300px !Important; text-align: left;}
table#dnn_ctr609_DynamicForms_tblQuestions
{ text-align: center; margin-top: 0; padding-top: 0;}

.DynamicForms_Maintable td input, .DynamicForms_Maintable td textarea, .DynamicForms_Maintable td select, .DynamicForms_Maintable td label
{ font: Arial normal 9px !Important; letter-spacing: normal;}


.nowrap, td .nowrap, .nowrapbold
{ white-space: nowrap; width: 300px;}

.nowrapbold
{ font-weight: bold; margin: 0; padding: 0;font-size: 11px;}


.checkallthatapply, .formexample
{ font-weight: normal; color: #8a8a8a; margin-left: 7px;}

.checkallthatapply
{ margin: 0; padding: 0;}

#dnn_ctr607_DynamicForms_tblHeader td
{ width: 0px !Important;}

p.formsectionheader
{ display: block; background-color: #e2e3e4;}

.DynamicForms_Maintable h2
{ padding: 0; margin: 0;}


/* EMAIL STYLES */
.emailfieldlabel
{ vertical-align: top;}

#LBD_CaptchaIcons, #LBD_CaptchaImage
{ float: left;}

tr.cjhiderow td
{ visibility: hidden !Important;
    display: none !Important;}
    
.couponbgtop
{background: url(images/coupon_bgtop.png) no-repeat; height: 17px; width: 373px; text-align: right; vertical-align: middle; padding-right: 10px;}
.pane1{background: url(images/coupon_bgrpt.png) repeat-y;padding: 5px 25px;color: Black;}
.pane1 br,.pane1 div,.pane1 p, .pane2 br,.pane2 div,.pane2 p{line-height: 130%; text-align: left;}
.pane2{background: url(images/coupon_bgrpt.png) repeat-y;color: Black;line-height: 100%;}
.redemption{float: right; width: 243px;}
.redemption p{ margin: 0; padding: 0; line-height: 120%; color: Black; text-align: left;}
.coupontag{ bottom: 0; float:left;width: 100px; height: 73px; background: url(images/tag.png) no-repeat; padding-left: 30px; padding-top: 10px;}
.coupontag{color: #fff; font-size: 12pt;}
span.couponamount{line-height: 40px; color: #fff; font-size: 22pt; text-align: center; display: block;}
.pane1 h1
{font-size: 14pt; color: #0f0f0f; background: transparent; text-align: center;}
.couponbgbot
{background: url(images/coupon_bgbot.png) no-repeat;height: 17px; width: 383px; text-align: center; padding-bottom: 8px;}

ul.couponcategorytabs
{ width: 383px;}
ul.couponcategorytabs, .couponcategorytabs li
{ padding: 0; margin: 0; list-style: none;}
.couponcategorytabs li
{ display: inline; float: left;}

a.coupons_auto:link, a.coupons_auto:active, a.coupons_auto:hover, a.coupons_auto:visited
{background: url(images/coupons_auto.gif) no-repeat; width: 126px; height: 62px; display: block; text-indent: -999px;}
a.coupons_auto:hover
{ background-image: url(images/coupons_autohv.gif)}
a.coupons_auto.selected
{ background-image: url(images/coupons_autosel.gif)}
a.coupons_auto.selected:hover
{ background-image: url(images/coupons_autohv.gif)}

a.coupons_cycling:link, a.coupons_cycling:active, a.coupons_cycling:hover, a.coupons_cycling:visited
{background: url(images/coupons_cycling.gif) no-repeat; width: 126px; height: 62px; display: block; text-indent: -999px;}
a.coupons_cycling:hover
{ background-image: url(images/coupons_cyclinghv.gif)}
a.coupons_cycling.selected
{ background-image: url(images/coupons_cyclingsel.gif)}
a.coupons_cycling.selected:hover
{ background-image: url(images/coupons_cyclinghv.gif)}

a.coupons_retail:link, a.coupons_retail:active, a.coupons_retail:hover, a.coupons_retail:visited
{background: url(images/coupons_retail.gif) no-repeat; width: 126px; height: 62px; display: block; text-indent: -999px;}
a.coupons_retail:hover
{ background-image: url(images/coupons_retailhv.gif)}
a.coupons_retail.selected
{ background-image: url(images/coupons_retailsel.gif)}
a.coupons_retail.selected:hover
{ background-image: url(images/coupons_retailhv.gif)}

#couponform td
{vertical-align: top; padding-bottom: 5px;}
#couponform tr
{ background-color: transparent;}
#couponform tr:hover
{ background-color: #e2e3e4;}
.formhelper
{ color: #8a8a8a;}

#couponform textarea,#couponform select,#couponform input
{font-family: Arial; font-size: 12px;}