@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}

body, div, p, td, th {
	color: #005ba1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
 }

h1,
td.product_description h3 {
	color: #53a4da;
	font-size: 21px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

a {
	color: #53a4da;
	text-decoration: none;
}

.background {
	background: url(../gfx/pub/bg.gif) no-repeat;
	background-position: top center;
	background-color: #005ba1;
	padding: 0px;
	margin: 0px;
}

.page_end {
	background: url(../gfx/pub/bg_gradient_lightblue_bottom.gif) left bottom no-repeat;
}

.footer_background {
	background: url(../gfx/pub/bg_btm.gif) left bottom repeat-x;
	padding-top: 20px;
}

.table_main {
	background: url(../gfx/pub/bg_gradient_lightblue_top.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 920px;
}

.header {
	width: 100%;
	height: 88px;
}

.logo_container {
	padding: 25px 25px 0px 50px;
	vertical-align: top;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background:url(../gfx/pub/bg_footer.gif) no-repeat;
	width: 857px;
	height: 170px;
	padding: 0px;
	margin: 0px;
}

.footer_address {
	margin: 0px auto 6px;
}

.footer_copyright {
	padding-right: 20px;
	padding-bottom: 0px;
}
.footer_copyright p {
	margin: 6px auto;
	font-size: 0.8em;
}
.footer_copyright div {
	margin-top: 49px;
}

.footer_bottom_bg {
	background: url(../gfx/pub/bg_footer_reflection.gif) no-repeat;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 920px;
	height: 122px;
}

.large {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

.light_txt {
	color: #53a4da;
}

.dark_txt {
	color: #005ba1;
}

.sub_heading {
	padding: 0px 9px;
}

.member_button,
.join_button,
.client_button {
	color: #ffffff;
	text-decoration: none;
	padding: 55px 0px 0px 20px;
	display: block;
	width: 372px;
	height: 34px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.member_button {
	background: url(../gfx/pub/btn_member_login.jpg) no-repeat;
}

.join_button {
	background: url(../gfx/pub/btn_become_member.jpg) no-repeat;
}

.client_button {
	background: url(../gfx/pub/btn_client_login.jpg) no-repeat;
}

.instructional {
	background-color: #f6fbfe;
	border-left: 1px solid #bfe0f6;
	border-right: 1px solid #bfe0f6;
	color: #00345c;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

table.data {
	border-left: 1px solid #bfe0f6;
	border-right: 1px solid #bfe0f6;
	border-bottom: 1px solid #bfe0f6;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

table.data td {
/* 	white-space: nowrap; */
	height: 30px;
}

table.data thead th {
	background-color: #ffffff;
	border-bottom: 2px solid #bfe0F6;
	color: #53a4da;
	font-weight: bold;
	padding: 5px 6px;
	white-space: normal;
	height: 30px;
	text-align: left;
}

table.data tbody td {
	color: #005ba1;
	padding: 5px 6px;
	height: 30px;
}

table.data tbody td a {
	margin: auto 2px;
}

.odd_row {
	background-color: #f6fbfe;
}

.even_row {
	background-color: #ffffff;
}

.bluebox,
.bluebox_sml,
.bluebox_narrow {
	padding: 5px 20px 0px;
	margin-top: 10px;
	text-align: left;
}

.bluebox {
	width: 350px;
	background: #53a4da url(../gfx/pub/bg_bluebox_top.gif) top left no-repeat;
}

.bluebox_sml {
	width: 350px;
	background: #53a4da url(../gfx/pub/bg_bluebox_sml_top.gif) top left no-repeat;
}

.bluebox_narrow {
	width: 210px;
	background: #53a4da url(../gfx/pub/bg_bluebox_narrow_top.gif) top left no-repeat;
}

.bluebox label,
.bluebox_sml label,
.bluebox_narrow label {
	font-weight: bold;
	color: #ffffff;
	margin: 8px 0px 2px;
	display: block;
}

.bluebox a,
.bluebox_sml a,
.bluebox_narrow a {
	font-weight: bold;
	color: #005ba1;
}

.bluebox_end {
	background: #ffffff url(../gfx/pub/bg_bluebox_btm.gif) top left no-repeat;
	width: 390px;
	height: 11px;
	margin: 0;
}

.bluebox_narrow_end {
	background: #ffffff url(../gfx/pub/bg_bluebox_narrow_btm.gif) top left no-repeat;
	width: 250px;
	height: 11px;
	margin: 0;
}

.text_input {
	border: none;
	color: #005ba1;
	margin-left: 0;
	padding-left: 2px;
	line-height: 12pt;
}

.left {
	float: left;
}

.right {
	float: right;
}

.white {
	color: #ffffff;
}
/*
FROM MGMT-STYLE.CSS
*/

a.dark_btn,
a.light_btn {
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px 8px;
	line-height: 20px;
}

button {
	border: none;
	color: #ffffff;
	cursor: pointer;
	margin: 1px;
	font-weight: bold;
}

button.light_btn,
a.light_btn {
	background: url(../gfx/btn_med_light_blue.gif) left top repeat-x;
	height: 20px;
}

button.dark_btn,
a.dark_btn {
	background: url(../gfx/btn_med_dark_blue.gif) left top repeat-x;
	height: 20px;
}

form {
	margin: 0;
	padding: 0;
}

.page_actions {
	float: right;
	margin: 7px 0px 0px 0px;
}

.section_heading {
	background: transparent url(../gfx/bg_section_head.gif) left top repeat-x;
	color: #005ba1;
	height: 36px;
	padding: 0px 0px 0px 10px;
}

.section_heading h2 {
	color: #005ba1;
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0;
	font-size: 1.5em;
}

.section_heading div {
	border-left: 1px solid #94c6e8;
	float: right;
	height: 28px;
	padding: 8px 15px 0px 20px;
}

.section_heading div a,
.page_actions a,
a.button {
	color: #ffffff;
	background: transparent url(../gfx/btn_med_dark_blue.gif) top left repeat-x;
	font-size: 0.9em;
	font-weight: bold;
	height: 14px;
	padding: 3px 8px;
	line-height: 20px;
	margin-left: 10px;
}

table.product {
	border-left: 1px solid #bfe0f6;
	border-right: 1px solid #bfe0f6;
	margin-left: auto;
	margin-right: auto;
}

td.product_picture {
	border-bottom: 1px solid #bfe0f6;
	padding: 18px 18px 18px 16px;
	width: 208px;
	vertical-align: top;
}

td.product_picture img {
	border: 4px solid #bfe0f6;
}

td.product_description {
	padding: 18px 18px 18px 0px;
	vertical-align: top;
	border-bottom: 1px solid #bfe0f6;
}

.point_value_top {
	background: transparent url(../gfx/pub/bg_pointsbox.gif) top left repeat-x;
	height: 44px;
	text-align: center;
	color: #ffffff;
	font-size: 2.3em;
	font-weight: bold;
	padding: 12px 16px 0px;
}

.point_value_btm {
	background-color: #f6fbfe;
	border: 2px solid #005ba1;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

a.product_add,
a.product_remove {
	height: 33px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 33px;
}

a.product_add {
	background: transparent url(../gfx/pub/btn_add_product.gif) top left no-repeat;
	width: 130px;
}

a.product_remove {
	background: transparent url(../gfx/pub/btn_remove_product.gif) top left no-repeat;
	width: 168px;
}

a.redeem_product {
	color: #ffffff;
	background: transparent url(../gfx/pub/btn_redeem_product.gif) top left repeat-x;
	font-size: 0.9em;
	font-weight: bold;
	height: 33px;
}

.delivery_address {
	background-color: #dff0fb;
	margin-bottom: 25px;
	padding: 15px;
}

.delivery_address p{
	margin-top: 0;
}

.delivery_address textarea {
	border: 1px solid #bfe0f6;
	width: 570px;
	margin-bottom: -35px;
	display: inline;
}

button.product_redeem {
	background: url(../gfx/pub/btn_redeem_product.gif) left top no-repeat;
	height: 33px;
	padding-left: 45px;
	padding-right: 20px;
	float: right;
	width: 195px;
}

#heading_block {
	margin: 0px 0px 0px;
	padding: 0;
	height: 40px;
}

.page_title {
	float: left;
}

.clear {
	clear: both;
}

div.error_box,
div.success_box {
        border: 4px solid #ffffff;
        margin: 0px 0px;
        padding: 15px 18px 18px;
}

div.success_box {
        background: #ffffff url(../gfx/bg_success_msg_box.gif) top left repeat-x;
}

div.error_box {
        background: #ffffff url(../gfx/bg_error_msg_box.gif) top left repeat-x;
}

div.error_box img,
div.success_box img {
        float:left;
        margin-top: -4px;
}

div.error_box p {
        color: #e7644c;
        font-weight: bold;
        margin: 0px 15px 0px 32px;
}

div.success_box p {
        color: #43a73f;
        font-weight: bold;
        margin: 0px 15px 0px 32px;
}

