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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.calender {
	width: 100%;
	position: relative;
}
.calender_item {
	float: left;
	width: 81px;
	height: 88px;
	border: thin solid #000;
	position: relative;
	background-color: #FFF;
}
.calender_item_black {
	float: left;
	width: 81px;
	height: 88px;
	border: thin solid #000;
	position: relative;
	background-color: #000;
}
.calender_item_lg {
	float: left;
	width: 81px;
	height: 88px;
	border: thin solid #000;
	position: relative;
	background-color: #666;
}
.calender_item_toenter {
	float: left;
	width: 81px;
	height: 88px;
	border: thin solid #000;
	position: relative;
	background-color: #FF9;
}
.calender_item_entered {
	float: left;
	width: 81px;
	height: 88px;
	border: thin solid #000;
	position: relative;
	background-color: #FC9;
}
.calender_header {
	float: left;
	width: 81px;
	background-color: #C03;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	position: relative;
	text-align: center;
}





.calender_item_start {
	float: left;
	clear: left;
	width: 80px;
	height: 88px;
	border: thin solid #000;
	position: relative;
	background-color: #FFF;
}
.calender_date {
	font-size: 12px;
	text-align: center;
	width: 30px;
	background-color: #FF0;
	font-weight: bold;
	position: absolute;
	left: 4px;
	top: 4px;
}
.calender_stats {
	font-size: 10px;
	text-align: center;
	position: absolute;
	left: 1px;
	top: 24px;
	width: 77px;
	height: 43px;
}
.calender_link {
	position: absolute;
	bottom: 4px;
	width: auto;
	left: 0px;
	text-align: center;
}











.oneColFixCtr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1200px;
	position: relative;
}
.averagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.newsitem_heading {
	font-size: 36px;
	font-weight: bold;
}
.eatwellitem_heading {
	font-size: 36px;
	font-weight: bold;
	color: #0DB14B;
}
.movemoreitem_heading {
	font-size: 36px;
	font-weight: bold;
	color: #00B3F0;
}


.guide_subheading {
	font-size: 16px;
	color: #00B3F0;
	font-weight: bold;
}

.guide_heading {
	font-size: 36px;
	color: #00B3F0;
	text-align: center;
}


.login_textbox {
	background-image: url(images/generic/form_textbox.png);
}
.logedin_timeandname_data {
	font-size: 22px;
}
.logedin_timeandname_header {
	font-size: 12px;
}
.leaderboard_listing {
	font-size: 16px;
	color: #000;
}
.leaderboard_listing_you {
	font-size: 16px;
	color: #F00;
}
.pageactive {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}



a.tipslinks:link {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
a.tipslinks:visited {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
a.tipslinks:hover {
	color: #F00;
	text-decoration: none;
	font-size: 18px;
}
a.tipslinks:active {
	color: #000;
	text-decoration: none;
	font-size: 18px;
} 

a.newsheadinglinks:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.newsheadinglinks:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.newsheadinglinks:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
a.newsheadinglinks:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
} 

a.guidelinks:link {
	color: #00B3F0;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.guidelinks:visited {
	color: #01B1EC;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.guidelinks:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.guidelinks:active {
	color: #01B1EC;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
} 

a.calenderlinks:link {
	color: #00B3F0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.calenderlinks:visited {
	color: #01B1EC;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.calenderlinks:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.calenderlinks:active {
	color: #01B1EC;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
} 


a.pagelinks:link {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
a.pagelinks:visited {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
a.pagelinks:hover {
	color: #F00;
	text-decoration: none;
	font-size: 16px;
}
a.pagelinks:active {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
} 


#logo_box {
	background-image: url(images/generic/logo_box.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 337px;
	width: 346px;
	z-index: 5;
	left: 7px;
	top: 4px;
}
#logo_box #home_link {
	position: absolute;
	left: 24px;
	top: 4px;
}
#logo_box #members_link {
	position: absolute;
	left: 103px;
	top: 4px;
}
#logo_box #challenge_link {
	position: absolute;
	left: 229px;
	top: 4px;
}

#logo_box #login_area {
	position: absolute;
	left: 4px;
	top: 214px;
	width: 332px;
	height: 109px;
}
#logo_box #login_area form #text_email {
	position: absolute;
	left: 2px;
	top: 13px;
}
#logo_box #login_area form #submit_button {
	position: absolute;
	left: 249px;
	top: 3px;
}
#logo_box #login_area form #text_password {
	position: absolute;
	left: 1px;
	top: 45px;
}
#logo_box #login_area form #reset_password {
	position: absolute;
	left: 104px;
	top: 79px;
}
#logo_box #login_area form #email_input {
	position: absolute;
	left: 73px;
	top: 11px;
	width: 170px;
	height: 25px;
}
#logo_box #login_area form #password_input {
	position: absolute;
	left: 73px;
	top: 43px;
	width: 171px;
	height: 26px;
}
#logo_box #loged_area {
	position: absolute;
	left: 4px;
	top: 214px;
	width: 332px;
	height: 109px;
}
#logo_box #loged_area #name {
	position: relative;
	width: auto;
	float: left;
	clear: none;
	left: 8px;
	top: 10px;
}
#logo_box #loged_area #time {
	float: left;
	position: relative;
	left: 8px;
	top: 10px;
}
#logo_box #loged_area #logout {
	float: right;
	position: relative;
	right: 8px;
}









#right_links {
	position: absolute;
	z-index: 5;
	left: 359px;
	top: 37px;
	width: 643px;
	height: 30px;
}

#right_links #contactus_link {
	position: absolute;
	left: 542px;
	top: 3px;
}
#right_links #leaderboard_link {
	position: absolute;
	left: 394px;
	top: 3px;
}
#right_links #movemore_link {
	position: absolute;
	left: 224px;
	top: 3px;
}
#right_links #eatwell_link {
	position: absolute;
	left: 80px;
	top: 3px;
}
#right_links #news_link {
	position: absolute;
	left: 5px;
	top: 4px;
}
#right_links #divider1 {
	background-image: url(images/generic/link_divider.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 64px;
	top: 0px;
	width: 5px;
	height: 30px;
}
#right_links #divider2 {
	background-image: url(images/generic/link_divider.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 205px;
	top: 0px;
	width: 5px;
	height: 30px;
}
#right_links #divider3 {
	background-image: url(images/generic/link_divider.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 375px;
	top: 0px;
	width: 5px;
	height: 30px;
}
#right_links #divider4 {
	background-image: url(images/generic/link_divider.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 527px;
	top: 0px;
	width: 5px;
	height: 30px;
}




#blue_bar {
	background-image: url(images/generic/top_blue_bar.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 32px;
	width: 1004px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#tips_area {
	position: absolute;
	z-index: 5;
	left: 4px;
	top: 348px;
	width: 350px;
	height: 210px;
}
#tips_area #eatwell_top {
	background-image: url(images/generic/eatwell_top.png);
	position: relative;
	height: 45px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#tips_area #eatwell_middle {
	background-image: url(images/generic/eatwell_middle.png);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	background-position: center;
}
#tips_area #eatwell_bottom {
	background-image: url(images/generic/movemore_bottom.png);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	background-position: top;
}
#tips_area #movemore_top {
	background-image: url(images/generic/movemore_top.png);
	background-position: bottom;
	height: 45px;
	background-repeat: no-repeat;
	position: relative;
}
#tips_area #movemore_middle {
	background-image: url(images/generic/movemore_middle.png);
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: center;
}
#tips_area #movemore_bottom {
	background-image: url(images/generic/movemore_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	height: 30px;
}
#sponsors {
	position: absolute;
	height: 120px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}





#green_strap {
	position: absolute;
	height: 146px;
	width: 1004px;
	top: 71px;
	background-image: url(images/generic/green_strap.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#green_strap #message_box {
	position: absolute;
	left: 358px;
	top: 4px;
	width: 643px;
	height: 136px;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_content  {
	position: absolute;
	z-index: 10;
	left: 361px;
	top: 222px;
	width: 629px;
	height: 647px;
}
#page_content #header {
	text-align: center;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#page_content #dynamic {
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	clear: both;
	float: left;
}
#page_content #spacer {
	height: 10px;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#page_content #index_text {
	float: left;
	position: relative;
	width: 100%;
}
#page_content #index_image {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
}


#news_item {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

#news_item #news_item_heading_1 {
	position: relative;
	float: left;
	background-image: url(images/specific/newsitem_heading_1.png);
	background-repeat: repeat-x;
	height: 25px;
	clear: left;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#news_item #news_item_heading_2 {
	position: relative;
	background-image: url(images/specific/newsitem_heading_2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	clear: right;
	float: left;
}
#news_item #news_item_content {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}
#news_item #news_item_findoutmore {
	float: right;
	clear: both;
	position: relative;
	right: 0px;
}
#movemore_item {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#movemore_item #movemore_item_heading_1 {
	position: relative;
	float: left;
	background-image: url(images/specific/movemoreitem_heading_1.png);
	background-repeat: repeat-x;
	height: 25px;
	clear: left;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#movemore_item #movemore_item_heading_2 {
	position: relative;
	background-image: url(images/specific/movemoreitem_heading_2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	clear: right;
	float: left;
}
#movemore_item #movemore_item_content {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}
#movemore_item #movemore_item_findoutmore {
	float: right;
	clear: both;
	position: relative;
	right: 0px;
}
#eatwell_item {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#eatwell_item #eatwell_item_heading_1 {
	position: relative;
	float: left;
	background-image: url(images/specific/eatwellitem_heading_1.png);
	background-repeat: repeat-x;
	height: 25px;
	clear: left;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#eatwell_item #eatwell_item_heading_2 {
	position: relative;
	background-image: url(images/specific/eatwellitem_heading_2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	clear: right;
	float: left;
}
#eatwell_item #eatwell_item_content {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}
#eatwell_item #eatwell_item_findoutmore {
	float: right;
	clear: both;
	position: relative;
	right: 0px;
}
#index_text #top5ind {
	float: right;
}
#index_text #top5ind #top {
	background-image: url(images/specific/top5ind_top.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 70px;
	background-position: bottom;
}
#index_text #top5ind #middle {
	background-image: url(images/specific/top5ind_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 15px;
	padding-right: 20px;
}
#index_text #top5ind #bottom {
	background-image: url(images/specific/top5ind_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 35px;
}

#index_text #top5groups {
	float: left;
}
#index_text #top5groups #top {
	background-image: url(images/specific/top5group_top.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 70px;
	background-position: bottom;
}
#index_text #top5groups #middle {
	background-image: url(images/specific/top5ind_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 15px;
	padding-right: 20px;
}
#index_text #top5groups #bottom {
	background-image: url(images/specific/top5group_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 35px;
}
#video_container {
	position: absolute;
	z-index: 20;
	left: 6px;
	top: 354px;
	width: 994px;
	height: 621px;
	text-align: center;
}
#leaderboard_top {
	background-image: url(images/specific/leaderboard_table_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	height: 130px;
}
#leaderboard_top #viewing_indorgrp img {
	position: absolute;
	left: -1px;
	top: 13px;
	width: 284px;
	height: 69px;
}
#leaderboard_top #viewing_indorgrp {
	position: absolute;
	width: 290px;
	height: 76px;
}
#leaderboard_top #viewing_currorcomp {
	position: absolute;
	left: 295px;
	top: 48px;
	width: 307px;
	height: 32px;
}
#leaderboard_top #mastergroup {
	position: absolute;
	left: 437px;
	top: 86px;
}

#leaderboard_top #changeto_currorcomp {
	position: absolute;
	left: 208px;
	top: 85px;
	width: 204px;
	height: 42px;
}


#leaderboard_top #changeto_indorgrp {
	position: absolute;
	left: 15px;
	top: 85px;
	width: 158px;
	height: 42px;
}
#leaderboard_top #divider {
	position: absolute;
	left: 5px;
	top: 81px;
}



#leaderboard_middle {
	background-image: url(images/specific/leaderboard_table_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 9px;
	padding-left: 5px;
}
#member_content {
	position: absolute;
	z-index: 10;
	left: 358px;
	top: 222px;
	width: 643px;
	height: 647px;
}
#member_content #member_links {
	position: absolute;
	z-index: 20;
	left: 32px;
	top: 0px;
	width: 584px;
	height: 75px;
}
#member_content #member_links #personal {
	position: absolute;
	left: 9px;
	top: 1px;
}
#member_content #member_links #group {
	position: absolute;
	left: 381px;
	top: 10px;
}
#member_content #member_links #heading {
	position: absolute;
	left: 202px;
	top: 3px;
}




#personal_container {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 10;
}

#personal_container #content {
	background-image: url(images/specific/members_personal_bgmiddle.png);
	padding-right: 20px;
	padding-left: 10px;
	background-position: center;
}
#personal_container #content #stats {
	position: relative;
}
#personal_container #content #details {
	height: 80px;
	position: relative;
}
#personal_container #content #details #name_text {
	position: absolute;
	left: -3px;
	top: 8px;
}
#personal_container #content #details #id_text {
	position: absolute;
	left: 494px;
	top: 6px;
}
#personal_container #content #details #group_text {
	position: absolute;
	left: -4px;
	top: 45px;
}
#personal_container #content #details #name_holder {
	position: absolute;
	left: 143px;
	top: 3px;
	width: 345px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
}
#personal_container #content #details #group_holder {
	position: absolute;
	left: 143px;
	top: 42px;
	width: 458px;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
}
#personal_container #content #details #id_holder {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 529px;
	top: 3px;
	width: 86px;
	height: 30px;
}
#personal_container #content #links {
	position: relative;
}
#personal_container #content #links #item {
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}
#personal_container #content #links #heading {
	text-align: center;
	display: none;
}
#personal_container #content #calender {
	position: relative;
	height: 800px;
	padding-right: 15px;
	padding-left: 15px;
}







#personal_container #bottom {
	background-image: url(images/specific/members_personal_bgbottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
}



#personal_container #top {
	background-image: url(images/specific/members_personal_bgtop.png);
	background-position: bottom;
	position: relative;
	height: 97px;
	background-repeat: no-repeat;
}

#group_container {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 5;
}
#group_container #top {
	background-image: url(images/specific/members_group_bgtop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	height: 97px;
}
#group_container #content {
	background-image: url(images/specific/members_group_bgmiddle.png);
	padding-right: 10px;
	padding-left: 6px;
	background-position: center;
}
#group_container #content #stats {
	position: relative;
	width: 100%;
}
#group_container #content #details {
	height: 80px;
	position: relative;
}
#group_container #content #details #group_text {
	position: absolute;
	top: 4px;
}
#group_container #content #details #group_holder {
	position: absolute;
	width: 329px;
	left: 169px;
	top: 2px;
	height: 26px;
	font-size: 24px;
	font-weight: bold;
}
#group_container #content #details #leader_text {
	position: absolute;
	top: 39px;
}
#group_container #content #details #leader_holder {
	position: absolute;
	left: 168px;
	top: 37px;
	width: 453px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
}



#group_container #content #details #id_text {
	position: absolute;
	left: 502px;
	top: 9px;
}
#group_container #content #details #id_holder {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 535px;
	top: 4px;
	width: 86px;
	height: 30px;
}


#group_container #content #links #heading {
	text-align: center;
}
#group_container #content #links #item {
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}
#group_container #content #links {
	position: relative;
}




#group_container #bottom {
	background-image: url(images/specific/members_group_bgbottom.png);
	background-position: top;
	position: relative;
	height: 30px;
	background-repeat: no-repeat;
}
#content #stats #nochallenge  {
	position: absolute;
	left: 9px;
	top: 55px;
	width: 599px;
	height: 52px;
}

