body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #c9c9c9;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

td, input, select {
	font-size: 11px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

a {
	color: #000000;
}

dt {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 10px;
}

dd {
   margin: 0px 0px 15px 10px;
   padding: 0px;
}

ol {
  list-style-type: upper-roman;
}

ol li {
  font-weight: bold;
}

ol li span {
  font-weight: normal;
}

ol ol {
  list-style-type: upper-alpha;
}

ul.login_help_box {
	margin-left: 0;
	padding-left: 10px;
}

ul.login_help_box li {
	padding-bottom: 5px;
}

table.accountLinksBox ul {
	margin-left: 0;
	padding-left: 40px;
	list-style-image: url(http://images.incentivelogic.com/pts/skins/24hour_fitness/en/white_arrow.gif);
}

table.accountLinksBox ul li {
	padding-bottom: 5px;
}

td.borderedBottom {
	border-bottom: 1px solid #000000;
}

td.redeemButton {
  padding-left: 5px;
  background-color: #b0bc36;
  width: 120px;
}

a.redeemButton {
  color: #ffffff;
	font-size: 12px;
	font-weight: bold;
  text-decoration: none;
}

a.redeemButton:hover {
  color: #ffffff;
	font-size: 12px;
	font-weight: bold;
  text-decoration: underline;
}


table.accountLinksBox ul li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.faq_box {
	padding: 0px 10px 10px 10px;
	border: 1px solid #afbc36;
	background-color: #f6f9d8;
	margin-bottom: 10px;
}

.nav_bar {
	padding-right: 14px;
	padding-left: 18px;
}

.nav_bar ul {
	list-style: none;
	border-top: 1px solid #fff;
	padding: 0px;
	margin: 0px;
}

.nav_bar li {
	position: relative;
	margin-top: 0px !important;
	margin-top: -1px;
	float: right;
}

.inactive_nav_link {
	display: block;
	padding: 5px 15px 8px 15px !important;
	padding: 7px 15px 8px 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.inactive_nav_link:hover {
	text-decoration: underline;
}

.divider {
	border-bottom: 1px solid #afbc36;
}

.invalid {
  color: #ff0000;
}

.form_table {
  margin-top: 10px;
}

.form_table td {
  padding: 5px;
}

.form_table label, .form tr th {
  font-size: 11px;
  font-weight: bold;
}


.text_input {
  width: 280px;
}

.text_input_small {
  width: 150px;
}

.history_table {
  border-left: 1px solid #f89d34;
  border-top: 1px solid #f89d34;
  margin-top: 10px;
}

.history_table th {
  font-size: 11px;
  padding: 4px;
  background-color: #FFCC66;
  border-bottom: 1px solid #f89d34;
  border-right: 1px solid #f89d34;
}

.history_table td {
  padding: 4px;
  border-bottom: 1px solid #f89d34;
  border-right: 1px solid #f89d34;
}

.history_total_box {
  font-weight: bold;
  background-color: #f89d34;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.history_total_box_blank {
  font-weight: bold;
  background-color: #FFCC66;
  text-align: right;
}

.coupon {
  border: 3px dashed #000;
	background-color: #ffffff;
  padding: 0px 10px 0px 10px;
}

.error {
	color: #ff0000;
	font-weight: bold;
}
.highlight {
	color: #f89d34;
	font-weight: bold;
}



