body {
	background-color: #bdbdbd;
	background: url("../images/backgrounds/grey_body.jpg") repeat-x#bdbdbd;
	background: -moz-linear-gradient(center top, #f6f6f6, #bdbdbd) no-repeat #bdbdbd;
	background: -webkit-linear-gradient(top, #f6f6f6, #bdbdbd) no-repeat #bdbdbd;
	background: -webkit-gradient(linear, top, start('#f6f6f6'), end('#bdbdbd')) no-repeat #bdbdbd;
	background: -ms-linear-gradient(center top, #f6f6f6, #bdbdbd) no-repeat #bdbdbd;
	background: -o-linear-gradient(center top, #f6f6f6, #bdbdbd) no-repeat #bdbdbd;
	background: linear-gradient(center top, #f6f6f6, #bdbdbd) no-repeat #bdbdbd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#bdbdbd');
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #383636;
}

h1 {
    background-color: #383636;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    padding: 4px 0 4px 10px;
    text-align: left;
	z-index: 51;
}

h2 {
	font-weight: bold;
	margin: 5px 0;
}

h3 {
	padding: 10px 0;
	font-size: 14pt;
	font-weight: bold;
	line-height: 25px;
}

a {
	color: #92161e;
}

a:hover {
	color: #0aace1;
}

p {
	margin: 10px 0;
}

sup {
	font-size: small;
    vertical-align: super;
}

li {
    list-style: disc outside none;
    margin-bottom: 5px;
    margin-left: 25px;
    margin-top: 5px;
}

ol li {
	list-style-type: lower-alpha;
}

ul li {
	list-style-type: square;
}

td .amt-negative {
	color: #921b1e !important;
}

table td {
	padding: 3px;
}

:focus {
	outline: 1px solid #0aace1;
}

span.clear {
    display:block;
    clear:both;
    line-height:1px;
    height:1px;
}

.sub-header {
    color: #92161E;
    font-weight: bold;
}

sup.dagger {
	font-size: 8px;
}

sup.med-dagger {
	font-size: 10px;
}

tr.odd td, tr.odd th, div.odd {
    background-color: #D9D2C6;
}

div.section-hdr {
    background-color: #383636;
    color: #FFFFFF;
    padding: 3px;
    text-align: left;
    width: 100%;
}

#pnl-messages p.error {
	color: #92161E;
	border: 1px dashed #92161E;
	background-color: #FFB6C1;
	border-radius: 6px;
	padding: 5px;
}

#pnl-messages p.notice {
	color: #92161E;
	border: 1px dashed #92161E;
	background-color: #FFFFE0;
	border-radius: 6px;
	padding: 5px;
}

#pnl-messages p.success {
	color: #000;
	border: 1px dashed #000;
	background-color: #90EE90;
	border-radius: 6px;
	padding: 5px;
}

#pnl-page {
	text-align: left;
	width: 100%;
	margin: auto;
}

#hdr-main-content {
	position: relative;
	padding: 10px 5px 5px;
}

#pnl-content {
	background: url("../images/backgrounds/red_gradient_content.jpg") repeat-x scroll 0 0 #E41D3A;
	position: relative;
	z-index: 50;
	direction: ltr;
}

#pnl-header {
	position: relative;
	z-index: 400;
}

#pnl-program-banner {
	position: relative;
	z-index: 300;
}

.navigation {
	width: 100%;
	height: 30px;
	background-color: #383636;
	position: relative;
	display: block;
}

.navigation a {
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	margin: 0px;
	display: block;
	color: #ffffff;
	border-right: 1px solid #921B1E;
}

.navigation ul {
	width: 100%;
	margin: auto;
}

.navigation ul li {
	margin: auto;
	float: left;
	position: relative;
	display: block;
}

#navigationContainer, #navigationContainerLoggedIn {
	width: 100%;
	height: 30px;
	background-color: #383636;
	position: relative;
	display: block;
}

#navigationContainer a, #navigationContainerLoggedIn a, #navigationContainerLoggedIn .has-submenu {
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	color: #ffffff;
}

#navigationContainer .menuitem, #navigationContainerLoggedIn .menuitem {
	display: none;
}

#navigationContainer div, #navigationContainerLoggedIn div{
	margin: auto;
	float: left;
	position: relative;
	display: block;
	padding-left: 10px;
	border-right: 1px solid #921B1E;
}


#navigationContainer a .nonmobile:hover, #navigationContainerLoggedIn a .nonmobile:hover, #navigationContainerLoggedIn .has-submenu:hover {
	background-color: #921B1E;
	color: #ffffff;
	display: block;
}


#navigationContainerLoggedIn .navigation-submenu, #navigationContainerLoggedIn .mobile-navigation-submenu{
	display:none;
}

.navigation ul li ul li * {
	float: none;
}

.navigation ul li ul {
	display: none;
	z-index: 100;
}

.navigation ul li ul li {
	border: none;
	display: none;
	float: none;
	padding: 0;
	margin: 0;
}

#navigationContainerLoggedIn .has-submenu:hover .navigation-submenu{
	display: block;
	width: 0px;
	padding: 0px;
	border: 0px;
}

#navigationContainerLoggedIn .has-submenu:hover .navigation-submenu ul {
	display: block;
	float: none;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	direction: ltr;
	background-color: #383636;
	width: 250px;
	text-align: left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#navigationContainerLoggedIn .has-submenu:hover .navigation-submenu ul li{
	display: block;
	float: none;
	text-align: left;
	z-index: 100;
}

#navigationContainerLoggedIn .has-submenu:hover .navigation-submenu ul li:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#navigationContainerLoggedIn .has-submenu:hover .navigation-submenu ul li a{
	border: none;
	display: block;
	line-height: 30px;
}

#nav-footer ul li a {
	padding: 0px 14px;
}

#nav-hdr ul li a {
	padding: 0px 18px;
}

.navigation ul li a:hover {
	background-color: #921B1E;
	color: #ffffff;
	display: block;
}

.navigation ul li a {
	
	font-size: 13px;
}

.navigation ul li:last-child a {
	border: none;
}

.navigation ul li a.item-last {
	border-right: none;
}

#menu-btn-home {
    left: 122px;
    position: absolute;
    right: 0;
    width: 32px;
}

#menu-btn-logout {
    left: 191px;
    position: absolute;
    top: 0;
    width: 46px;
}

#pnl-footer {
	clear: both;
	width: 100%;
}

#logo-link {
	width: 100%;
	display: block;
}
#logo-link img{
	width: 100%;
}

#pnl-program-name {
	color: #383636;
    font-size: 20px;
    line-height: 24px;
}

a#btn-secure-login {
    background: url("../images/buttons/button-login_blue.gif") no-repeat scroll 0 0 transparent;
	float: right;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    width: 151px;
	text-align: center;
}

a#btn-secure-login:hover {
    background: url("../images/buttons/button-login_rollover_green.gif") no-repeat scroll 0 0 transparent;
}

#pnl-footer p {
	color: #383636;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 0;
    text-align: left;
}

div#pnl-content-top {
	background: url("../images/backgrounds/lg_tan_top_box.png") top no-repeat;
	_background: url("../images/backgrounds/lg_tan_top_box.gif") top no-repeat;
	display: none;
	width: 97.4%;
	height: 25px;
	margin-left: 12px;
	margin-top: 12px;
}
div#pnl-content-main {
	background: url("../images/backgrounds/lg_tan_middle_box.png") repeat-y;
	_background: url("../images/backgrounds/lg_tan_middle_box.gif") repeat-y;
	margin-left: 12px;
	margin-right: 12px;
	padding: 10px 70px 10px 58px;
	display: block;
	
}
div#pnl-content-bottom {
	background: url("../images/backgrounds/lg_tan_bottom_box.png") top no-repeat;
	_background: url("../images/backgrounds/lg_tan_bottom_box.gif") top no-repeat;
	display: none;
	width: 97.4%;
	height: 25px;
	margin-left: 12px;
	padding-bottom: 12px;
}

/* Button Style */

span.btn-wrapper {
    background: url("../images/buttons/button_rightside_blue.gif") no-repeat scroll right top transparent;
    display: inline-block;
    height: 26px;
    padding-right: 11px;
}

span.btn-wrapper input, span.btn-wrapper button, span.btn-wrapper a {
    background: url("../images/buttons/button_leftside_blue.gif") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF;
    height: 26px;
    margin-right: 0;
    padding: 0 0 0 11px;
	cursor: pointer;
}

.buyButton, .buyButton a{
	padding-bottom: 20px !important;
	padding-top: 5px !important;
}

.buyButton a{
	text-decoration:none;
}

span.btn-wrapper:hover, span.btn-rollover {
	background: url("../images/buttons/button_rightside_rollover_green.gif") transparent no-repeat top right;
}

span.btn-wrapper:hover input, span.btn-rollover input,
span.btn-wrapper:hover button, span.btn-rollover button,
span.btn-wrapper:hover a, span.btn-rollover a {
	background: url("../images/buttons/button_leftside_rollover_green.gif") transparent no-repeat top left;
}

/* END Button Style */

#error-error #pnl-stack-trace {
	overflow-x: scroll;
}

#pnl-name {
	color: #921B1E;
	font-size: 14px;
    text-transform: capitalize;
}

#pnl-name span.client-name{
	color: #363636;
    display: block;
    font-size: 30px;
    line-height: 32px;
}

#pnl-balance {
	color: #921B1E;
	font-size: 14px;
    text-transform: capitalize;
	text-align: right;
}

#pnl-reward-balance {
	color: #921B1E;
	font-size: 14px;
    text-transform: capitalize;
	text-align: right;
}

/* Tooltip design */

div.tooltip-header {
	font-weight: bold;
	width: 165px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding: 5px;
	background-color: #383636;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	/*opacity: 0.9;
	filter:alpha(opacity(90));*/
    font-family: Arial,Helvetica,sans-serif;
}

div.tooltip-body {
	width: 165px;
	font-size: 11px;
	line-height: 13px;
	background-color: #707070;
	border-radius: 6px;
	padding: 5px;
	background-color: #fff;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	/*opacity: 0.9;
	filter:alpha(opacity(90));*/
}

#pnl-click2print{
  background: url("../images/printer_icon.jpg") no-repeat scroll 0 -2px transparent !important;
  height: 40px !important;
  padding: 22px 0 0 83px !important;
  width: 435px;
  margin: -10px 0 20px;
}

#ui-datepicker-div{
	display: none;
}

.hasDatepicker{
	margin: 5px;
}

.frm-date-range{
	margin-bottom: 20px;
}

#pnl-navigation, #pnl-footer{
    width: 100%;
}
/*makes the disclosure text aligned to the left*/
#pnl-footer{
    text-align:left;
}
#navigationContainer, #navigationContainerLoggedIn{
	width: 100%;
}

/*Sets the text color to white on the navigation and bottom link bars*/
.navigation-submenu a{
    color: #555;
	line-height: 21px;
	font-weight:bold;
}


.menuitem a, .menuitem span, .mobile-navigation-submenu a{
	color: white;
	line-height: 14px;
}

/*non-mobile submenu stuff*/
.navigation-submenu{
    position: relative;
	z-index: 1;

}
.navigation-submenu ul{
    position: absolute;
    left: 10px;
	top: 48px;
    display: block;
    width: 179px;
	padding: 6px 10px 20px 13px;
	display:none;
}

.navigation-submenu:hover ul{
	display:block;
}
.navigation-submenu ul li{
	padding-left: 17px;
	margin-left: 0px;
}
.navigation-submenu ul li:hover{
	background-color: #dfdede;
}
.navigation-submenu ul li:hover a{
	color: #383636 !important;
}

.nonmobile, .navigation-submenu{
	margin-bottom: -12px !important;
	margin-left:0% !important;
	padding-bottom: 0% !important;
	padding-right: 1% !important;
}

#pnl-navigation div.active {
	background-position: 0 -48px !important;
	z-index: 8 !important;
}

.has-submenu{
    cursor:pointer;
}
/*mobile submenu stuff*/
.mobile-navigation-submenu{
    display: none;
}

.menuExpanderOpen{
	display:none;
}
.menuicon, .menuiconLoggedIn{
	display: none;
	width: 0px;
}

#footerNavigation div{
	margin-top: 0px;
}

#pnl-content #pnl-click2print{
	width:50%;
}

.bold{
	font-weight: bold;
}


.ui-datepicker-trigger{
	height: 25px;
	width: 25px;
	background-image: url(../_images/icon/calendar_25x25.jpg);
}

.showwhenmobile{
	display:none;
}

.pnl-lang-chooser{
	text-align:right;
	padding-bottom: 5px;
}

/*make the spanish menus fit*/
.es_US #navigationContainer, .es_US .navigation a{
	font-size: 10px;
}

@media only screen and (min-width: 900px) {
	#pnl-page, #pnl-content, #navigation, #navigation ul, #pnl_footer {
		width: 900px;
		margin-left:auto;
		margin-right:auto;
	}
	#pnl-content-bottom, #pnl-content-top{
		display: block !important;
		width: 877px !important;
		margin-left:auto;
		margin-right:auto;		
	}
	h1{
		margin-left:auto;
		margin-right:auto;		
	}
	#navigationContainer .menuitem, #navigationContainerLoggedIn .menuitem{
		display:none;
	}
}

/*what we switch to when the viewport width drops under 480px*/
@media only screen and (max-width: 745px) {
	#pnl-navigation div{
		text-align: left;
        width: 100%;
		margin-left: 0;
		border-right: 0;
	}
	#navigationContainer .menuitem, #navigationContainer .mobile-navigation-submenu, #navigationContainerLoggedIn .menuitem, #navigationContainerLoggedIn .mobile-navigation-submenu{
		border-top: #434A50 1px solid;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 2% 0 2% 5%;
		width: 95%;
	}
	.menuicon, .menuiconLoggedIn{
		display:block;
		cursor:pointer;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.nonmobile{
		display: none !important;
	}
	.menuitem, .menuicon, .menuiconLoggedIn, .mobile-navigation-submenu{
		background-color: #383636;
	}
	#navigationContainerLoggedIn div{
		display:none;
	}
	#navigationContainer, #navigationContainerLoggedIn{
		height: 0px;
	}
	.mobile-has-submenu{
		cursor:pointer;
	}

	#navigationContainer a, #navigationContainerLoggedIn a{
		width: 85%;
	}
	#navigationContainer a, #navigationContainerLoggedIn a, #navigationContainerLoggedIn .has-submenu {
		padding-right: 5%;
		padding-left: 5%;
	}

	#navigationContainer div, #navigationContainerLoggedIn div{
		padding-left: 5%;
	}
}

@media only screen and (max-width: 891px) {
	div.navigation{
		height: 60px;
	}
}

@media only screen and (max-width: 510px) {
	div.navigation{
		height: 90px;
	}
}

@media only screen and (max-width: 480px) {
	.showwhenmobile{
		display:block;
	}
	.hidewhenmobile{
		display:none;
	}
}


@media only screen and (max-width: 399px) {
	div.navigation{
		height: 120px;
	}

}

@media only screen and (max-width: 268px) {
	div.navigation{
		height: 150px;
	}

}

@media only screen and (max-width: 241px) {
	div.navigation{
		height: 180px;
	}

}

@media only screen and (max-width: 210px) {
	div.navigation{
		height: 210px;
	}

}
@media only screen and (max-width: 192px) {
	div.navigation{
		height: 240px;
	}

}
@media only screen and (max-width: 174px) {
	div.navigation{
		height: 270px;
	}

}
@media only screen and (max-width: 153px) {
	div.navigation{
		height: 300px;
	}

}

@media only screen and (max-width: 477px) {
	#start_date, #end_date{
		width: 70%;
	}
	div#pnl-content-main{
		padding-left: 2%;
		padding-right: 2%;
	}
}

#pnl-learn-more .section-hdr {
	margin-bottom: 10px;
}

#pnl-learn-more .pnl-about-copy {
	margin: 50px 0 115px;
	clear:both;
}

#pnl-learn-more .pnl-about-copy img {
	float:left;
}


#pnl-learn-more .pnl-about-copy p {
	padding-left: 220px;
}

