html, body {
	margin: 0;
	height: 100%;
	width: 100%;
}

body,table,input,textarea,option,select {
	font-family: trebuchetms,tahoma,arial,verdana,timesnewroman;
	font-size: 11px;
}

a {
	color: #5e7dac;
	font-size: 11px;
	text-decoration: underline;
}

a:hover { color: #20395d; }

a:active { outline: none; }

a:focus { -moz-outline-style: none; }

#Container {
	width: 750px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

#TopLogo {
	display: block;
	width: 173px;
	height: 28px;
	margin: 0 0 10px 0;
	background: url(/images/main_top_logo.gif) 0 0 no-repeat;
}

#TopLogo:hover { background-position: 0 -28px; }

#HelloMessage {
	float: right;
	text-align: right;
}


/* ******** */
/* TOP MENU */
/* ******** */
#TopMenu {
	clear: both;
	height: 25px;
	margin: 0 0 10px 0;
	background: url(/images/main_top_menu_background.gif) repeat-x;
	border: 1px solid #9bb2dc;
}

#TopMenu a {
	float: left;
	display: block;
	height: 20px;
	padding: 5px 10px 0 10px;
	border-right: 1px solid #9bb2dc;
	font-weight: bold;
	text-decoration: none;
}

#TopMenu a:hover { background: #eaefff; }


/* ********* */
/* LEFT MENU */
/* ********* */
#LeftMenu {
	float: left;
	width: 149px;
	margin: 0 0 10px 0;
	_margin: 0;
	padding: 5px;
	border: 1px solid #9bb2dc;
}

#LeftMenuInside { background: #d5deff; }

#LeftMenuInside a {
	display: block;
	width: 134px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #9bb2dc;
	text-decoration: none;
}

#LeftMenuInside a:hover { background: #eaefff; }

#SearchBar {
	padding: 30px 15px 30px 15px;
	color: #808080;
}

#SearchBar .Search {
	width: 90px;
	padding-left: 25px;
	background: #ffffff url(/images/icon_magglass.gif) 5px 50% no-repeat;
	border: 1px solid #9bb2dc;
}


/* ********** */
/* RIGHT SIDE */
/* ********** */
#RightSide {
	float: right;
	width: 579px;
}

#RightSideHeader { width: 358px; }

#RightSideHeader a, #RightSide h1, #RightSideHeader span {
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#RightSideHeader span, #RightSideHeader span { color: #808080; }

#RightSide h2 {
	margin: 0 0 10px 0;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
}


/* ******************** */
/* COLLAPSABLE ELEMENTS */
/* ******************** */
.ContentItemHeader, .ContentItemHeaderOff {
	display: block;
	margin: 0 0 10px 0;
	padding: 6px 0px 6px 25px;
	background: #eaefff url(/images/icon_arrow_down.gif) 10px 50% no-repeat;
	border-top: 1px solid #d6dee9;
	font-weight: bold;
	text-decoration: none;
}

.ContentItemHeaderOff {
	background: #dae2ff url(/images/icon_arrow_right.gif) 10px 50% no-repeat;
	border-top: 1px solid #80a0cf;
}

.ContentItem { margin: 0 0 10px 0; }


/* ************************** */
/* COMMUNITY AND FRIENDS LIST */
/* ************************** */
.MemberCard {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #9bb2dc;
}

.MemberCard table td {
	vertical-align: top;
	color: #808080;
}

.MemberCard span a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.MemberCard table img { border-color: #808080; }


/* ************** */
/* LIGHTBOX STUFF */
/* ************** */
.overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: white;
	z-index:5000;
}

.overlay[id] { position: fixed; }

.popup {
	display: none;
	position: absolute;
	margin: 5% 175px 0 175px;
	width: 400px;
	padding: 5px;
	border: 2px solid #5d7eaf;
	background-color: white;
	z-index:9999;
	overflow: auto;
}

.popup[id] { position: fixed; }

.innerpopup {
	padding: 5px;
	border: 1px solid #b6b6b6;
}

.rightmenu {
	clear: right;
	float: right;
	width: 100px;
	margin: 10px 0 10px 0;
}

.rightmenu a, .EmptyGuy {
	display: block;
	padding: 1px 0 1px 0;
	text-align: right;
	border-bottom: 1px solid #d5deec;
	text-decoration: none;
}

.rightmenu a:hover { background: #e8ecf3; }

.popup h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}


/* ******************* */
/* MOUSEOVER POPUP BOX */
/* ******************* */
#PopUpBox {
	position: absolute;
	display: none;
	margin: 10px 0 0 10px;
}

.hoverpopup {
	width: 130px;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #808080; 
	background: #ffffff; 
	text-align: left; 
}


/* ****** */
/* FOOTER */
/* ****** */
#FooterBar {
	clear: both;
	height: 5px;
	margin: 10px 0 10px 0;
	background: #d5deff;
	border: 1px solid #9bb2dc;
	font-size: 1px;
}

#Footer {
	clear: both;
	color: #808080;
	text-align: right;
}

#FooterLogo {
	float: left;
	width: 110px;
	height: 120px;
	background: url(/images/main_footer_logo.gif) 0 0 no-repeat;
}


/* ****** */
/* ALERTS */
/* ****** */
.GoodAlert, .BadAlert {
	margin-bottom: 10px;
	padding: 2px 0 2px 0;
	background: #e7ffe6;
	border: 1px solid #beffbb;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.BadAlert {
	background: #ffe6e6;
	border: 1px solid #ffbbbb;
} 


/* ***** */
/* GOALS */
/* ***** */
.GoalsTable td {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d6dded;
	font-size: 16px;
	font-weight: bold;
}

.GoalsTable td span { color: #808080; }


/* ******** */
/* SETTINGS */
/* ******** */
.SettingsTable td {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #d6dded;
	font-size: 12px;
	font-weight: bold;
}


/* ******************** */
/* MY MEASUREMENTS PAGE */
/* ******************** */
.MeasurementsTable {
	border: 1px solid #808080;
	font: 11px Trebuchet MS;
}

.MeasurementsTable .HeaderRow td {
	background: #d5deec;
	border-top: 0;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.MeasurementsTable td {
	padding: 1px 0 1px 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px dashed #e0e0e0;
	color: #808080;
}

.MeasurementsTable .OffRow { background: #f0f3f8; }

.MeasurementsTable td b { color: #000000; }


/* ******** */
/* MESSAGES */
/* ******** */
.MessageInbox { border: 1px solid #80a0d1; }

.MessageInbox td { padding: 5px; border-bottom: 1px solid #d6dded; }

.MessageInbox td a { text-decoration: none; }


/* ************ */
/* PROFILE PAGE */
/* ************ */
#ProfilePageLeftSide {
	clear: left;
	float: left;
	width: 358px;
}

#ProfilePageRightSide {
	float: right;
	width: 211px;
	margin-top: -45px;
}

/* -------------- */

#ProfileImageAndLinks { margin: 0 0 10px 0; }

#ProfileImageAndLinks img {
	padding: 5px;
	border: 1px solid #809fce;
	margin: 0 0 3px 0;
}

#ProfileImageAndLinks a {
	display: block;
	padding: 1px 0 1px 6px;
	border-bottom: 1px solid #d5deec;
	text-decoration: none;
}

#ProfileImageAndLinks a:hover { background: #e8ecf3; }
 
/* -------------- */

.InformationTable td {
	vertical-align: top;
	padding-bottom: 5px;
}
 
.InformationTable .LC {
	color: #808080;
	padding-right: 10px;
}

/* -------------- */

.WorkoutsTable td { padding: 0 5px 5px 0; }

/* -------------- */

.ProfileFriendCard {
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #809fce;
}

.ProfileFriendCard table td {
	font-size: 11px;
	vertical-align: top;
	color: #808080;
}

.ProfileFriendCard table td a {
font-weight: bold;
text-decoration: none;
}

.ProfileFriendCard table img { border: 1px solid #808080; }

.ProfileFriendCard table .T1 { padding-left: 7px; }

/* ---------------- */

.Progress .LC {
	height: 26px;
	padding: 0 10px 0 0;
}

.Progress .MC { background: url(/images/progress_bar_off.gif) repeat-x; }

.Progress .MC div {
	float: left;
	margin: 1px 0 0 0;
	padding: 2px 0 0 0;
	height: 17px;
	background: #acbdd9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.Progress .MC_LS div {
	width: 4px;
	height: 21px;
	background: url(/images/progress_bar_left.gif) 0 0 no-repeat;
}

.Progress .MC_RS div {
	width: 4px;
	height: 21px;
	background: url(/images/progress_bar_right.gif) 0 0 no-repeat;
}

.Progress .RC { padding: 0 0 0 10px; }


/* ******** */
/* CALENDAR */
/* ******** */
.PrevPage {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(/images/icon_prev.gif) 0 50% no-repeat;
}

.NextPage {
	display: block;
	float: right;
	margin: 0 0 5px 0;
	padding: 0 15px 0 0;
	background: url(/images/icon_next.gif) 100% 50% no-repeat;
}

.WorkoutCalendar, .ProfileCalendar {
	clear: both;
	border: 1px solid #9f9f9f;
	border-left: 0px;
	font-size: 10px;
}

.WorkoutCalendar th, .ProfileCalendar th {
	width: 14.25%;
	background: #3f5483;
	border-left: 1px solid #9f9f9f;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.WorkoutCalendar td, .ProfileCalendar td {
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	text-align: right;
	height: 30px;
	vertical-align: top;
}

.EmptyCell { background: #808080; }

.Weekend { background: #d5deff; }

.Today { background: #ffe6e6; }

.WorkoutCalendar a, .ProfileCalendar a {
	float: right;
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.WorkoutCalendar img, .ProfileCalendar img {
	float: left;
	cursor: pointer;
}


/* ******* */
/* BUTTONS */
/* ******* */
.Submit {
	width: 57px;
	height: 24px;
	margin: 5px 0 0 0;
	background: url(/images/button_submit.gif) 0 0 no-repeat;
	border: 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.Submit:hover { 
	color: #ffffff;
	background-position: 0 -24px; 
}

.Button {
	float: right;
	margin: 0 0 10px 5px;
	background: url(/images/button_left.gif) 0 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.Button:hover { 
	color: #808080; 
	text-decoration: none;
}

.Button span {
	float: left;
	height: 19px;
	padding: 5px 8px 0 10px;
	background: url(/images/button_right.gif) 100% 0 no-repeat;
	cursor: pointer; /* for IE6 */
}