/* -------------- reset styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}



/* -------------- general styles -------------- */
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body, p, li, h1, h2, h3, h4, h5, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
body#body{background: #e1e1e1 url(images/login-bg.png) repeat-x center center;}
p{margin: 10px 0;}
ul{
	list-style: disc outside;
	margin: 10px 0;
}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha}
ol ol ol  li{list-style-type:upper-roman;}
li{margin: 5px 0 5px 25px;}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
small{font-size: .75em;}
big{font-size: 1.25em;}
.clear{clear: both;}
.hide{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.floatLeft{float: left;}
.floatRight{float: right;}
h1, h2, h3, h4, h5{
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1{color: #000;}
h1, h1 a{
	font-size: 24px;
	font-weight: bold;
}
h2{color: #000;}
h2, h2 a{
	font-size: 16px;
	font-weight: bold;
}
h3{color: #ccc;}
h3, h3 a{
	font-size: 14px;
	font-weight: bold;
}
h4{color: #999;}
h4, h4 a{
	font-size: 14px;
	font-weight: bold;
}
h5{color: #aaa;}
h5, h5 a{
	font-size: 12px;
	font-weight: bold;
}
a:link, a:visited, a:active{ 
	color: #006ab5;
	text-decoration: none;
}
a:hover{
    color: #0096ff;
    text-decoration: underline;
}
.input, .disabled{
	padding: 5px 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #fff url(images/backer-input.png) repeat-x bottom;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.amount{
	padding: 5px 10px 5px 20px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #fff url(images/backer-input-amount.png) no-repeat left bottom;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.disabled, input[disabled], input[disabled="disabled"]{
	background: none transparent;
	color: #666;
}
.error{
	border: 1px solid #920b0b;
	background: url(images/backer-input-error.png) repeat-x bottom;
}
.amount.error{
	border: 1px solid #920b0b;
	background: #fff url(images/backer-input-amount-error.png) no-repeat left bottom;
}
.submit, a.submit{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: url(images/backer-submit.png) repeat-x left top;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.submit:hover, a#navBtnCardInfo.submit:hover{
	cursor: pointer;
	text-decoration: none;
	background: url(images/backer-submit.png) repeat-x left bottom;
}



/* -------------- login styles -------------- */
div#loginError{
	display: none;
	position: absolute;
	top: 70%;
	left: 50%;
	margin: 0 0 0 -75px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #920b0b url(images/backer-error.png) no-repeat center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 5px #aaa;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
}
div#error{
	display: none;
	position: absolute;
	top: 70%;
	left: 50%;
	margin: 0 0 0 -75px;
	width: 150px;
	padding: 10px;
    line-height: 15px; 
	text-align: center;
	color: #fff;
	background: #920b0b url(images/backer-error.png) no-repeat center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 5px #aaa;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
}

div#loginShell{
	position: relative;
	top: 50%;
	margin: -290px auto 290px auto;
	padding: 245px 120px 0 120px;
	width: 560px;
	height: 335px;
}
	h1#logo{
		float: left;
		width: 200px;
		height: 135px;
		background: url(images/login-logo.png);
	}
	form#loginForm{
		float: right;
		width: 280px;
	}
		form#loginForm p{
			margin: 0 0 10px 0;
			text-align: right;
		}
		form#loginForm label{
			float: left;
			padding-right: 5px;
			width: 80px;
			height: 30px;
			line-height: 30px;
			text-align: right;
			color: #fff;
		}
		form#loginForm input{width: 170px;}
		
	form#balanceCheckForm{
		float: right;
		width: 350px;
	}
		form#balanceCheckForm p{
			margin: 0 0 10px 0;
			text-align: center;
			color: #fff;
			font-size: 14px;
		}
		form#balanceCheckForm p#balance{
			padding: 5px 0;
		}
		form#balanceCheckForm strong{
			font-size: 18px;
		}
		form#balanceCheckForm label{
			display: inline-block;
			padding-right: 10px;
			height: 30px;
			line-height: 30px;
			text-align: right;
			font-size: 12px;
			color: #fff;
		}
		form#balanceCheckForm input.input{
			margin-right: 5px;
			width: 200px;
			height: 25px;
			font-size: 16px;
		}
		
div#senciaLogo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 190px 0 0 200px;
	padding: 20px 0;
	width: 150px;
	height: 40px;
	text-align: center;
	z-index: 9999;
}
	div#senciaLogo p{
		color: #999;
		font-size: 9px;
	}



/* -------------- modal styles -------------- */
div#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 1;
}
div#modal{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -350px;
	width: 700px;
	height: 540px;
	background: #fff url(images/backer-modal.png);
	box-shadow: 0 0 20px #191919;
	-moz-box-shadow: 0 0 20px #191919;
	-webkit-box-shadow: 0 0 20px #191919;
	z-index: 2;
}
	a#btnClose{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -290px 0 0 330px;
		display: block;
		width: 40px;
		height: 40px;
		background: url(images/btn-close.png);
		z-index: 1000;
	}



/* -------------- content styles -------------- */
div#header{
	padding: 25px 20px 25px 160px;
	height: 50px;
	text-align: right;
}
	div#header p{
		margin: 0;
		padding: 20px 0;
		text-align: center;
		font-weight: bold;
	}
	div#amount{
		float: left;
		width: 150px;
		text-align: left;
	}
		span#headerCurrentPoints{
			font-weight: bold;
			font-size: 16px;
		}
	div#CardInfo{
		float: right;
		width: 250px;
	}
		div#CardInfo input{
			margin-right: 10px;
			width: 105px;
		}
	div#header h3{text-align: left;}
div#headerError, div#headerConfirm{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 20px 20px 160px;
	width: 520px;
	height: 60px;
	color: #fff;
	font-size: 14px;
	z-index: 50;
}
div#headerError{background: #910b0b url(images/backer-error.png);}
div#headerConfirm{
	padding: 35px 20px 35px 160px;
	height: 30px;
	background: #76972f url(images/backer-confirm.png);
}
div#content{
	padding: 20px;
	height: 275px;
}
div#content.loyalty-disabled {
	height: 325px;
}
div#contentTall{
	padding: 20px;
	height: 400px;
}
div#cardNav{
	height: 50px;
	background: url(images/backer-cardnav.png) no-repeat center top;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
	div#cardNav a{
		float: left;
		padding: 0 20px;
		line-height: 50px;
		height: 50px;
		color: #000;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	div#cardNav a.active{
		color: #9e1316;
		background: url(images/backer-cardnav-active.png) no-repeat center bottom;
	}
div#nav{
	height: 80px;
	background: url(images/backer-nav.png) no-repeat center bottom;
}
	div#nav a{
		float: left;
		padding: 20px;
		height: 40px;
		line-height: 20px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}
	div#nav a:hover{text-decoration: none;}
	a#navBtnCardInfo:hover, a#navBtnCardInfo.active{background: url(images/btn-nav.png) repeat-x left top;}
	a#navBtnRedeemCard:hover, a#navBtnRedeemCard.active{background: url(images/btn-nav.png) repeat-x left -100px;}
	a#navBtnAddFunds:hover, a#navBtnAddFunds.active{background: url(images/btn-nav.png) repeat-x left -200px;}
	a#navBtnAddTrans:hover, a#navBtnAddTrans.active{background: url(images/btn-nav.png) repeat-x left -300px;}
ul.formList, ul.twoColList, ul.oneColList{	list-style: none;}
	ul.oneColList li{
		margin: 5px 0;
		padding: 5px 0;
		height: 30px;
	}
	ul.twoColList li{
		display: inline;
		float: left;
		margin: 0;
		padding: 5px 0;
		width: 330px;
		height: 30px;
	}
		ul.formList label{
			display: inline;
			float: left;
			padding: 7px 5px 8px 0;
			height: 15px;
			line-height: 15px;
			width: 95px;
			text-align: right;
		}
		ul.formList input{
			width: 200px;
		}
		ul.formList input.amount{
			width: 190px;
		}
		ul.oneColList input[type="text"]{	width: 175px;	}
		ul.oneColList input.amount{width: 165px;}
		ul.formList li.points label{
			font-weight: bold;
			font-size: 13px;
		}
		ul.formList li.points input{
			font-size: 14px;
			color: #000;
			font-weight: bold;
			border: 1px solid #000;
		}




/* --- entercard page --- */
div#enterCard{padding: 100px 0 0 100px;}
	div#enterCard input{
		display: inline;
		float: left;
		margin-right: 10px;
		padding: 10px;
		width: 330px;
		height: 23px;
		font-size: 16px;
		background: url(images/backer-input-big.png) repeat-x bottom;
	}
	.submit-big, a.submit-big{
		padding: 0 15px;
		height: 45px;
		line-height: 45px;
		background: url(images/backer-submit-big.png) repeat-x left top;
	}
	.submit-big:hover{
		height: 45px;
		line-height: 45px;
		background: url(images/backer-submit-big.png) repeat-x left bottom;
	}



/* --- add transaction page --- */
div#prevTrans{
	display: inline;
	padding-left: 20px;
	float: right;
	width: 340px;
}
	div#prevTrans table{	width: 100%;}
	div#prevTrans th{
		padding: 0 10px;
		line-height: 25px;
		font-size: 10px;
		color: #fff;
		text-align: left;
		background: #000;
	}
	div#prevTrans td{
		padding: 5px 10px;
		line-height: 20px;
	}
	a.remove{
		display: inline-block;
		width: 15px;
		height: 15px;
		line-height: 15px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background: url(images/backer-submit.png) repeat-x top left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-decoration: none;
	}
	a.remove:hover{
		background: url(images/backer-submit.png) repeat-x -35px left;
		text-decoration: none;
	}

/* --- add transaction page --- */
div#lastTrans{
	display: inline;
	padding-left: 20px;
}
	div#lastTrans table{	width: 100%;}
	div#lastTrans th{
		padding: 0 10px;
		line-height: 25px;
		font-size: 10px;
		color: #fff;
		text-align: left;
		background: #000;
	}
	div#lastTrans td{
		padding: 5px 10px;
		line-height: 20px;
	}
	a.remove{
		display: inline-block;
		width: 15px;
		height: 15px;
		line-height: 15px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background: url(images/backer-submit.png) repeat-x top left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-decoration: none;
	}
	a.remove:hover{
		background: url(images/backer-submit.png) repeat-x -35px left;
		text-decoration: none;
	}