body, html, form {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	background-color: #F8F3DF;
	}
img, .noBorder {
	border: 0px;
	}

/* Main Nav */
#mainNav {
	width: 610px;
	margin: 10px auto 20px auto;
	}
.navLabel {
	font-size: 24px;
	color: #666;
	border-bottom: 1px solid #ccc;
	}
#mainNav a {
	color: #575447;
	padding-bottom: 5px;
	margin: 0px 10px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	}
#mainNav a:hover {
	border-bottom: 3px solid #878B3F;
	}
.navItem#navBill {
	width: 100px;
	}
.navItem#navRecurringBill {
	width: 100px;
	}
.navItem#navDeposit {
	
	}
.navItem#navRecurringDeposit {
	
	}
.navItem#navBalance {
	width: 110px;
	}
/* End Main Nav */

/* Testimonials */
.quoteBox {
	margin: 5px 10px;
	color: #333;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	}
.authorBox {
	margin-right: 20px;
	color: #930;
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	}
/* End Testimonials */

/* Choose Plan */
.planEntry {
	height: 30px;
	line-height: 30px;
	margin: 0px 10px;
	}
.planTitle {
	float: left;
	display: inline;
	width: 450px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	}
.planOptions {
	float: right;
	display: inline;
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
.planOptions img {
	margin: 0;
	padding: 0;
	}
#mainNav .planOptions a {
	margin: 0;
	padding: 0;
	}
.planDelete {
	margin: 0 20px;
	font-size: 14px;
	padding: 0 10px 10px 10px;
	border-left: 10px solid #C9C8A1;
	border-right: 10px solid #C9C8A1;
	border-bottom: 10px solid #C9C8A1;

	}
/* End Choose Plan */

/* Plan Styles */
#planTitle {
	color: #930;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0px 0px 20px;
	}
#planDetail {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 20px 30px;
	}
#planStartMsg {
	width: 608px;
	height: 79px;
	line-height: 83px;
	margin: 0px auto;
	color: #930;
	font-size: 18px;
	text-align: center;
	background: url('../_img/bg-add-items.png') top center no-repeat;
	}
/* End Plan Styles */

#loggedInNotice {
	width: 600px;
	font-size: 24px;
	margin: 0px auto 20px auto;
	}
#loggedInNotice a {
	color: #930;
	font-size: 16px;
	text-decoration: none;
	}
#loggedInNotice  a:hover {
	border-bottom: 3px solid #878B3F;
	}
#pageHead {
	color: #333;
	width: 770px;
	margin: 0px auto;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
#pageSub {
	width: 770px;
	margin: 0px auto;
	color: #930;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	}
.balanceNeg {
	}
.killPromise {
	cursor: pointer;
	font-size: 10px;
	margin-top: 3px;
	padding: 1px 5px;
	}
.inst {
	font-size: 10px;
	color: #666;
	}
.divider {
	height: 10px;
	background-color: #ccc;
	}
.planOK {
	margin: 10px;
	padding: 10px;
	border: 10px solid #129D00;
	background-color: #CEF8C6;
	}
.planOK .statusTitle {
	color: #129D00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.planFail {
	margin: 10px;
	padding: 10px;
	border: 10px solid #FF0000;
	background-color: #FFC9CE;
	}
.planFail .statusTitle {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	}
#setupInfo {
	margin: 10px;
	padding: 10px;
	border: 5px solid #efefef;
	background-color: #f5f5f5;
	}
#planInfo {
	margin: 10px;
	padding: 10px;
	border: 5px solid #efefef;
	background-color: #ffffe6;
	}
.header {
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	}
.headerTitle {
	float: left;
	display: inline;
	width: 580px;
	height: 30px;
	text-align: left;
	}
.headerHinge {
	float: left;
	display: inline;
	width: 140px;
	height: 30px;
	color: #666;
	font-size: 14px;
	text-align: right;
	cursor: pointer;
	}
.hingeData {
	margin-top: 10px;
	}
#planInfo .subSection {
	font-size: 14px;
	font-weight: bold;
	}
#planInfo .planDetail {
	margin-left: 20px;
	}
#billBreakdown {
	margin-top: 20px;
	}
.removeLink {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	}
#balanceForm, #deposit1Form, #depositForm, #bill1Form, #billForm, #removeForm {
	width: 600px;
	margin: 0 auto;
	font-size: 16px;
	padding: 10px 0px;
	border-left: 10px solid #C9C8A1;
	border-right: 10px solid #C9C8A1;
	border-bottom: 10px solid #C9C8A1;
	}
.formPad {
	margin-top: 10px;
	margin-left: 12px;
	}
.formPad .cleanField {
	font-size: 16px;
	color: #930;
	padding: 2px 5px;
	}
#balanceForm {
	}
#deposit1Form {
	}
#depositForm {
	}
#billForm {
	}
#tabBox {
	width: 730px;
	height: 27px;
	margin: 0px auto;
	}
#planTab, #howtoTab, #contactTab {
	float: left;
	display: inline;
	width: 150px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #F8F6EC;
	border-top: 2px solid #C9C8A1;
	border-left: 2px solid #C9C8A1;
	border-right: 2px solid #C9C8A1;
	}
#planTab.tabOn, #howtoTab.tabOn, #contactTab.tabOn {
	cursor: default;
	background-color: #C9C8A1;
	}
#planPage, #instructionsPage {
	width: 770px;
	margin: 0px auto 10px auto;
	border: 10px solid #C9C8A1;
	background-color: #fff;
	}
.textPad {
	margin: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	color: #333;
	}
.textPad a {
	color: #930;
	text-decoration: none;
	border-bottom: 1px dashed #930;
	}
.citation {
	font-size: 12px;
	text-align: right;
	}
h1 {
	font-size: 20px;
	color: #930;
	text-align: center;
	margin: 0px 0px 20px 0px;
	}
h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	}
#sampleImage {
	margin-top: 10px;
	text-align: center;
	}
#rightDesc {
	float: left;
	display: inline;
	width: 270px;
	height: 80px;
	margin-top: 20px;
	margin-left: 40px;
	color: #930;
	font-size: 16px;
	}
#signupBox, #passwordBox {
	float: left;
	display: inline;
	width: 265px;
	margin-left: 10px;
	}
#signupBox input.cleanField, #passwordBox input.cleanField {
	font-size: 16px;
	padding: 3px;
	color: #930;
	}
#signupBox input, #passwordBox input {
	vertical-align: middle;
	}
#signupBox #forgotPassLink {
	font-size: 12px;
	}
#warningBox {
	color: #930;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 400px;
	margin: 10px auto;
	padding: 10px;
	border: 5px solid #C9C8A1;
	background-color: #ffffe6;
	}
label {
	display: block;
	width: 100px;
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 16px;
	}
#passwordBox label {
	width: 130px;
	}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
.cleanField {
	vertical-align: middle;
	border: 1px solid #ccc;
	}
.setupTitle {
	margin: 20px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	}
.removeFloat {
	float: left;
	display: inline;
	width: 55px;
	}
.entryName {
	float: left;
	display: inline;
	width: 250px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	}
.entryInfo {
	float: left;
	display: inline;
	width: 410px;
	}
#viewAcctHistory {
	margin: 20px 10px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #75BB70;
	}
#todayMarker {
	margin: 10px;
	font-weight: bold;
	border-bottom: 4px solid #75BB70;
	}
.entryLine {
	clear: both;
	width: 737px;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
	margin: 0px auto;
	font-size: 12px;
	}
.entryBg1 {
	background-color: #fff;
	}
.entryBg2 {
	background-color: #f5f5f5;
	}
.moveBill, .moveBillAgain {
	float: left;
	display: inline;
	width: 97px;
	height: 22px;
	cursor: pointer;
	background: url('../_img/moveIcon.png') top left no-repeat;
	}
.moveBillAgain {
	background: url('../_img/moveAgainIcon.png') top left no-repeat;
	}
.entrySpace {
	float: left;
	display: inline;
	width: 97px;
	height: 22px;
	}	
.entryDate {
	float: left;
	display: inline;
	width: 70px;
	margin-left: 10px;
	margin-right: 10px;
	}
.entryTitle {
	float: left;
	display: inline;
	width: 350px;
	}
.entryAmount {
	float: left;
	display: inline;
	width: 100px;
	text-align: right;
	}
.entryBalance {
	float: left;
	display: inline;
	width: 100px;
	text-align: right;
	}
.moveBillBox {
	width: 520px;
	margin-left: 160px;
	padding: 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ffffe6;
	}
.moveBillBox a {
	color: #930;
	text-decoration: none;
	border-bottom: 1px dashed #930;
	}
.payDate {
	background-image: url('../_img/money_dollar.png');
	background-position: 97px 2px;
	background-repeat: no-repeat;
	}
.balanceNeg, .billDate .entryAmount, .billDatePromised .entryAmount {
	color: #ff0000;
	}
.billDateGhost {
	}
.billDatePromised {
	}

#endStats {
	width: 400px;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #ccc;
	}
#endStatsTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background-color: #ccc;
	}
#footer {
	width: 770px;
	height: 20px;
	margin: 10px auto;
	font-size: 10px;
	text-align: left;
	}
#copyright {
	float: left;
	display: inline;
	width: 300px;
	height: 20px;
	}
#legal {
	float: right;
	display: inline;
	width: 300px;
	height: 20px;
	text-align: right;
	}
#legal a {
	margin: 0px 10px;
	color: #930;
	text-decoration: none;
	}
#legal a:hover {
	color: #930;
	border-bottom: 2px solid #878B3F;
	}
#emailBreak {
	display: none;
	}
#signupBox input.defaultData {
	color: #999;
	}