html, body {
	padding: 0;
	margin: 0;
	font-size: small;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%
}
h1, h2, h3, h4, h5, h6, ul, ol, form {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #184F81;
}
a:hover {
	color: #f00;
}


/* Layout */
#container {
	margin: 0 auto;
	width: 982px;
}
#container-body {
	float: left;
	width: 982px;
	padding: 0 10px 0 10px;
	background: #fff url(images/bg.jpg) repeat-y;
}
#box-header-members {
	width: 982px;
	height: 140px;
	background: url(images/header_public_bg.jpg) no-repeat;
}
#box-header-default {
	width: 982px;
	height: 135px;
	background: url(images/header_public_bg.jpg) no-repeat;
}
#body-whole {
	width: 982px;
	float: left;
	clear: both;
}
#box-main-panel {
	float: left;
	width: 687px;
	margin-left: 4px;
	margin-bottom: 20px;
}
#box-main-panel-right {
	float: left;
	width: 685px;
}
#box-sidebar {
	float: left;
	width: 288px;
}
#sidebar-left {
	float: left;
	width: 297px;
}
#box-footer {
	width: 972px;
	height: 18px;
	background: url(images/footer_bg.jpg) repeat-x;
	color: #0A4892;
	font-size: 10px;
	padding: 5px 0 0 10px;
	float: left;
	clear: both;
}
/* End Layout */



/* Header elements */
#box-header-members h1 span, #box-header-members h2 span, #box-header-default span {
	display: none;
}
#top-login {
	width: 306px;
	float: right;
	font-size: 10px;
	margin-top: 25px;
}
.top-input {
	border: 1px solid #707070;
	width: 75px;
	height: 12px;
	font-size: 10px;
}
#top-nav {
	float: left;
	width: 982px;
	margin-top: 32px;
}
#top-nav-members {
	float: left;
	width: 982px;
}
#top-nav ul {
	float: right;
	width: 615px;
	list-style: none;
}
#top-nav-members ul {
	float: right;
	list-style: none;
	margin-top: 100px;
	width: 645px;
	margin-bottom: 20px;
}
#top-nav ul li, #top-nav-members ul li {
	display: inline;
}
#top-nav ul li a:link, #top-nav ul li a:active, #top-nav ul li a:visited, #top-nav-members ul li a:link, #top-nav-members ul li a:active, #top-nav-members ul li a:visited {
	display: block;
	float: left;
	padding: 3px 5px 3px 5px;
	_padding: 3px 5px 3px 4px;
	border: 1px solid #9CBFDE;
	margin-right: 1px;
	color: #4E5A66;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
.active-menu {
	display: block;
	float: left;
	padding: 3px 5px 3px 5px;
	_padding: 3px 5px 3px 4px;
	border: 1px solid #B1B7B9;
	margin-right: 1px;
	color: #4E5A66;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	background: #E6D2BC;
}
#top-nav ul li a:hover, #top-nav ul li a.active:link, #top-nav ul li a.active:visited, #top-nav-members ul li a:hover, #top-nav-members ul li a.active:link, #top-nav-members ul li a.active:visited {
	color: #000;
	background: #E9D4BC;
}
/* End of Header elements */



/* Login */
#login {
	width: 398px;
	height: 198px;
	margin: 63px auto 113px auto;
	background: url(images/login_box.jpg) no-repeat;
	padding-top: 10px;
}
#login h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5B350B;
	margin-bottom: 20px;
}
#login label {
	color: #5B350B;
	text-transform: uppercase;
	font-weight: bold;
}
#login p {
	text-align: center;
	color: #5B350B;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}
#login a:link, #login a:activeactive, #login a:visited {
	color: #B15F03;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
/* End of Login */



/* Body */
#box-content-members-image {
	background: url(images/left_img.jpg) top left no-repeat;
	padding-left: 250px;
	padding-right: 10px;
}
#box-content-members {
	padding: 0 10px 10px 10px;
}
.members-title {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}
.brown {
	background: #D9B58C;
	border: 1px solid #B46C19;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 1px;
}


.row-even {
	background: #F4E9DD;
	border: 1px solid #D9B58C;
	margin-bottom: 1px;
}
fieldset.row-even legend {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #D9B58C;
	border-right: 2px solid #D9B58C;
}
.row-odd {
	background: #EBF4FD;
	border: 1px solid #94ACC4;
	margin-bottom: 1px;
}
fieldset.row-odd legend {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #94ACC4;
	border-right: 2px solid #94ACC4;
}
#just-for-you {
	background: url(images/just_for_you.jpg) no-repeat;
	height: 289px;
	padding-top: 8px;
	padding-left: 5px;
}
#just-for-you h3 {
	background: url(images/just_for_you_h3.jpg) no-repeat;
	width: 504px;
	height: 93px;
}
#just-for-you p {
	color: #92A9BF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 65px;
	width: 400px;
}
#just-for-you p strong {
	color: #325E87;
	text-decoration: underline;
}
#just-for-you form {
	width: 200px;
	margin: 0 auto;
}
#just-for-you form input {
	margin-bottom: 2px;
}

#myths {
	background: #E6F0F8 url(images/myths_bg.jpg) bottom left no-repeat;
	width: 215px;
	height: 360px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	padding: 5px;
	overflow:hidden;
}
#latest-items {
	background: #E6F0F8;
	width: 215px;
	height: 360px;
	float: left;
	margin-left: 4px;
	margin-top: 15px;
	padding: 5px;
}
#latest-community {
	background: #FCF4EB;
	width: 213px;
	height: 360px;
	float: left;
	margin-left: 4px;
	margin-top: 15px;
	padding: 5px;
}
#guarantee {
	background: url(images/guarantee.jpg) no-repeat;
	width: 288px;
	height: 689px;
}
#myths h3, #latest-items h3 {
	color: #2D79BF;
	font-size: 15px;
}
#latest-community h3 {
	color: #E3973F;
	font-size: 15px;
}
#free-diet-profile {
	background: url(images/sidebar_free_diet.jpg) no-repeat;
	width: 297px;
	height: 46px;
	padding-top: 640px;
}
#side-free-diet-link {
	height: 25px;
	width: 258px;
	display: block;	
	margin-left: 20px;
}
#error-box {
	border: 1px solid red;
	margin: 10px;
	padding: 10px;
}
#error-box strong {
	color: #c00;
}
#message-box {
	border: 1px solid blue;
	margin: 10px;
	padding: 10px;
}
#message-box strong {
	color: blue;
}
.hidden {
	display: none;
}
.sidebar-centered {
	text-align: center;
	margin: 0;
	font-size: 12px;
	padding-top: 640px;
	font-weight: bold;
}
#pounds-27 {
	width: 496px;
	height: 70px;
	margin: 0 auto;
	background: url(images/pounds_27.jpg) no-repeat;
}
#questionnaire {
	float: left;
	height: auto;
	width: 684px;
	clear: both;
}
.profile-questionnaire {
	color: #77614B;
	font-size: 12px;
	padding: 10px;
	width: 205px;
	float:left;
}
.profile-questionnaire span {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3279BF;
}
#free-profile-1 {
	background: url(images/free_profile_1_bg.jpg) no-repeat;
	width: 684px;
	height: 294px;
	float: left;
}
#free-profile-1 h3 {
	background: url(images/h3_personalize_free_profile.jpg) no-repeat;
	width: 342px;
	height: 49px;
	margin-top: 22px;
	float: right;
	margin-right: 58px;
}
#error-box, #profile-error {
	border: 1px solid #FEC3B1;
	padding: 10px;
	margin: 5px 15px 10px 15px;
	font-size: 12px;
}
#profile-error ul {
	padding: 5px 0 0 20px;
	color:#F5825E;
}
#personalize-table {
	margin-top: 90px;
	margin-left: 80px;
	font-size: 11px;
}
#btnProfile {
	margin-top: 19px;
	_margin-top: 12px;
	margin-left: 153px;
	background: none;
	border: none;
	width: 380px;
	height: 30px;
	overflow: hidden;
	padding-top: 30px;
}
#start-customized {
	background: url(images/start_customized.jpg) no-repeat;
	width: 936px;
	height: 52px;
	margin-left: 25px;
}
#start-customized-box {
	background: url(images/start_customized_bg.jpg) repeat-y;
	width: 916px;
	margin-left: 25px;
	padding: 0 10px 0 10px;
	float:left;
}
#start-customized-bottom {
	background: url(images/start_customized_bottom.jpg) no-repeat;
	width: 936px;
	height: 17px;
	margin-left: 25px;
	margin-bottom: 20px;
	float: left;
}
#profile-result {
	float: left;
	width: 368px;
}
#profile-result h3 {
	width: 368px;
	height: 37px;
	background: url(images/profile_result.jpg) no-repeat;
}
#profile-result-body {
	width: 356px;
	background: url(images/profile_result_body.jpg) repeat-y;
	color: #fff;
	font-size: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
}
#profile-result-body p {
	margin: 0 0 0 15px;
	font-size: 14px;
}
#profile-result-body ul {
	list-style: none;
}
#profile-result-body ul li.active {
	background: url(images/profile_result_li.jpg) no-repeat;
	width: 336px;
	height:27px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 5px;
}
#profile-result-body ul li.regular {
	width: 346px;
	height:32px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 5px;
}
#profile-result-bottom {
	width: 368px;
	height: 20px;
	background: url(images/profile_result_bottom.jpg) no-repeat;
}
#account-details {
	float: left;
	width: 350px;
	margin-left: 28px;
	font-size: 12px;
}
#account-details h3 {
	background: url(images/account_details.jpg) no-repeat;
	width: 168px;
	height: 33px;
}

h3#credit-card-details {
  margin-top: 10px;
	background: none;
	width: 350px;
	color: #4E86B5;
	font-family: arial, sans, verdana;
}

select#country, select#state{
	font-size: 12px;
}

#round-logo {
	position: relative;
	float: right;
	background: url(images/round_logo.jpg) no-repeat;
	width: 166px;
	height: 181px;
}

/* added by rye */
#wrecHead {
	background: #6192C3;
	border: 1px solid #88A1B9;
	font-size: 12px;
	padding: 3px;
	font-weight:bold;
	color:#FFF;
	font-variant:small-caps;
	margin:1px;
}

.wrecTh {
	background-color:#8EB2D7;
	color:#FFF;
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.2em;
}

.wrecTdOdd {
	background-color:#E5EFF9;
	color:#1E1E1E;
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.06em;
	text-align:center;
}

.wrecTdEven {
	background-color:#FCF3EA;
	color:#1E1E1E;
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.06em;
	text-align:center;
}

.wrecRecTbl {
   height:40px;
   font-weight:bold;
   padding-left:10px;
   font-variant:small-caps;
   font-size:1.1em;
}

.wrecReminder {
	color:#EB9646;
	font-variant:small-caps;
	font-size:2em;
	font-weight:bold;
}

#profileHeader {
	margin:0 15px 0 15px;
	padding-bottom:5px;
	border-bottom:2px dotted #ccc;
}

#profileHeader .title{
	font-size: 1.33em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F26100;
	margin-bottom: 20px;
	
}

.frmTxt {
	height:16px;
	size:0.87em;
	font-weight:600;
	color:#2762A8;
	font-family:verdana,Arial,Helvetica;
}

.lostPounds {
	padding:0px 12px 0 0;
	text-align:right;
	color:#42D433;
	font-size:50px;
	font-weight:bold;	
}

.emp {
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	
}
.indented {
	padding-left:7px;
	
	
}

#unsubscribe {
	width: 398px;
	height: 198px;
	margin: 63px auto 113px auto;
	background: url(images/login_box.jpg) no-repeat;
	padding-top: 70px;
	text-align: center;
	font-weight: bold;
}

.dc-underlabel {
	text-transform:uppercase;
	font-size:10px;
	margin-left:10px;
	font-weight:bold;
}	

.profileMsg {
	padding:5px 0 5px 0;
	color:#54D942;
	font-size:12px;
	font-weight:bold;
	
}

.error-span {
	font-size:11px;
	color:#F5825E;
}
/* End of Body */
