body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #4A4C4B;
	text-align: left;
}

img {
	border: 0px;
}

td.dateCell {
	color: #FFFFFF;
	background-color: #6F6F6F;
	border-bottom: 2px solid #FFFFFF;
	height: 25px;
	text-align: left;
	padding-left: 30px;
}

td.linkCell {
	background-color: #6F6F6F;
	border-bottom: 2px solid #FFFFFF;
	height: 25px;
	text-align: right;
	padding-right: 30px;
}
td.linkCell a {
	text-decoration: none;
	color: #FFFFFF;
}
td.linkCell a:hover {
	text-decoration: underline;
	
}

td.signUp {
	background: url('../../../images/bg_yellow.jpg') no-repeat top left;
	height: 83px;
	width: 182px;
	padding-left: 25px;
}
td.signUp img {
	padding-top: 5px;
}

td.leftNav {
	border-right: 1px solid #FCD408;
	padding-left: 17px;
	padding-right: 13px;
	font-weight: bold;
}

td.titleImg {
	padding-bottom: 16px;
}

table.navOpt {
	width: 100%;
}
table.navOpt td.titleImg {
	background: url('../images/spacer.gif') no-repeat top left;
}
table.navOpt td {
	padding-left: 17px;
	padding-bottom: 13px;
	background: url('../../../images/arrow_yellow.jpg') no-repeat top left;
}
table.navOpt a {
	text-decoration: none;
	color: #DC241F;
}
table.navOpt a:hover {
	text-decoration: underline;
}
table.navOpt td.pageOn {
	padding-left: 17px;
	padding-bottom: 13px;
	background: url('../../../images/arrow_grey.jpg') no-repeat top left;
}
table.navOpt td.horRule {
	padding: 0px;
	height: 10px;
	border-top: 1px solid #FCD408;
	background: url('../images/spacer.gif') no-repeat top left;
}
td.pumpRide a {
	text-decoration: none;
	color: #028086;
}


td.mainContent {
	padding-bottom: 40px;
	padding-left: 1px;
	width: 325px;
}
td.mainContent a {
	text-decoration: none;
	color: #DC241F;
	font-weight: bold;
}
td.mainContent a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* ------------------------------ */


table.calendar td {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

table.calendar td.dates {
	padding-left: 10px;
}

table.calendar td.headings {
	font-weight: bold;
	font-size: 11px;
	}
	
table.calendar td.headings_red {
	color: #DD2421;
	font-weight: bold;
	font-size: 11px;
	}
	
table.calendar a {
	text-decoration: none;
	color: #028086;
}

table.calendar a:hover {
	text-decoration: underline;
	color: #028086;
}	

table.pumpride {
	background: url('../images/pump_background.jpg') no-repeat;
}	

td.pumpride {
	padding-left: 37px;
	padding-top: 21px;
}	

td.pumpridecontent {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 36px;
	padding-right: 35px;
	padding-top: 14px;
}
td.pumpridecontent a {
	text-decoration: underline;
	font-size: 11px;
	color: #FFFFFF;
}	

td.pumpride1 {
	padding-left: 37px;
	padding-bottom: 21px;
}	

td.jiffycontent {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 36px;
	padding-right: 35px;
	padding-top: 14px;
	background: url('../images/car.jpg') no-repeat;
}

td.jiffycontent a {
	font-size: 11px;
	color: #FFFFFF;
}	

td.jiffycontent a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #FFFFFF;
}
/* -------------------------------- */
/* PUMP FORM */
/* -------------------------------- */

table.submitForm {
	color: #FFFFFF;
}

td.formCell {
	padding-top: 10px;
	padding-left: 35px;
}

.error {
	color: #FBD60C;
}

.errorStar {
	color: #FBD60C;
	font-size: 15px;
	font-weight: bold;
}

.input {
	border: 1px solid #AE0606;
	background-color: #FCFCFC;
}

.liteTxt {
	color: #FFF;
}

.bSubmit {
	background: #FCFCFC;
	border: 3px double #AE0606;
	border-left-color: #AE0606;
	border-right-color: #AE0606;
	border-top-color: #AE0606;
	border-bottom-color: #AE0606;
	font-size: 13px;
	color: #000000;
	cursor: hand;
}
