/* CSS Document */

/* Main table */

#homeTable {
	width: 100%;
}

#homeTable #leftCol {
	width: 490px;
	vertical-align: top;
}

#homeTable #leftCol .leftDiv {
	width: 480px;
	margin-right: auto;
}

#homeTable #rightCol {
	vertical-align: top;
}

#homeTable #rightCol .rightDiv {
	width: 334px;
	margin-left: auto;
}

/* Main Top Div (top left) */

#homeTable #leftCol #topLeftDiv {
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	text-align: center;
}

#homeTable #leftCol #topLeftDiv #flashContainer {
	border: solid #f6a23f 4px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#homeTable #leftCol #topLeftDiv .text {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

#homeTable #leftCol #topLeftDiv .text .heading {
	padding-top: 2px;
	padding-left: 10px;
	font-size: 18px;
}

#homeTable #leftCol #topLeftDiv .text .body {
	margin-top: 8px;
	font-size: 16px;
	padding: 0 10px 0 10px;
	line-height: 20px;
}

#homeTable #leftCol #topLeftDiv .text .body table.linksContainer {
	margin-top: 8px;
}

#homeTable #leftCol #topLeftDiv .text .body table.linksContainer td.titleCol {
	padding-right: 5px;
	font-weight: bold;
}

#homeTable #leftCol #topLeftDiv .text .body table.linkTable td {
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#homeTable #leftCol #topLeftDiv .text .body table.linkTable td.divider {
	padding: 0 5px 0 5px;
}

/* Main Bottom Div (bottom left) */

#homeTable #leftCol #bottomLeftDiv {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
}

#homeTable #leftCol #bottomLeftDiv .heading {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 6px 0 0 10px;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable {
	width: 100%;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable .imageCol {
	padding-left: 10px;
	width: 100px;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable .imageCol #goalImageDiv {
	height: 150px;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable .imageCol #goalTextDiv {
	width: 100%;
	text-align: center;
	vertical-align: top;
	background-color: #444444;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable .textCol ul {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 16px;
	margin: 0;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable .textCol ul li ul {
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: normal;
}

#homeTable #leftCol #bottomLeftDiv #bottomLeftTable .textCol ul li ul li {
	list-style: none;
	padding: 3px 0 14px 0;
}

/* Right Bottom Div (bottom right) */

#homeTable #rightCol #bottomRightDiv {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	height: 270px;
}

#homeTable #rightCol #bottomRightDiv .heading {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 14px;
}

#homeTable #rightCol #bottomRightDiv .textBlock {
	padding: 0 10px 0 10px;
}

#homeTable #rightCol #bottomRightDiv .textBlock .subheading {
	font-size: 14px;
	font-weight: bold;
	margin: 11px 0 3px 0;
}

/* Login Panel Short (collapsed version) */

#loginPanelShort {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
	height: 80px;
}

#loginPanelShort .hidden {
	display: none;
}

#loginPanelShort .title {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}

#loginPanelShort div.loginLinks {
	text-align: center;
	font-weight: bold;
}

#loginPanelShort div.loginLinks .largeText {
	font-size: 16px;
}

#loginPanelShort div.callMessage {
	text-align: center;
	margin-top: 5px;
}

/* Testimonial Panel */

#testimonialPanel {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
	height: 95px;
}

#testimonialPanel .hidden {
	display: none;
}

#testimonialPanel .title {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}

#testimonialPanel div#testimonialText {
	padding: 8px;
	height: 58px;
}

#testimonialPanel div#testimonialText .quoteName {
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
}

#testimonialPanel div#testimonialLink {
	text-align: left;
	padding-left: 10px;
}

/* Login Panel */

#loginPanel {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
	height: 187px;
}

#loginPanel .hidden {
	display: none;
}

#loginPanel form {
	margin: 0;
	padding: 0;
}

#loginPanel form .title {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
}

#loginPanel #loginTable {
	width: 300px;
	margin-left: 10px;
}

#loginPanel #loginTable td {
	padding-bottom: 5px;
}

#loginPanel #loginTable td.fieldName {
	text-align: right;
	width: 75px;
	padding-right: 5px;
}

#loginPanel #loginTable td.fieldInput {
	text-align: left;
	width: 160px;
}

#loginPanel #loginTable td.fieldInput input {
	width: 160px;
}

#loginPanel #loginTable td.fieldNote {
	padding-left: 5px;
}

#loginPanel #loginTable td.button {
	padding-top: 7px;
	padding-bottom: 10px;
}

#loginPanel #loginTable td.bottom {
	padding-top: 2px;
}

#loginPanel #loginTable td .error {
	float: left;
}

#loginPanel #loginTable td .submit {
	float: right;
}

#loginPanel #loginTable td .submit input {
	width: 80px;
}

#loginPanel #loginTable td.loggedin {
	text-align: center;
}

#loginPanel #loginTable td.loggedin div.loggedinNote {
	margin-top: 10px;
}

#loginPanel #loginTable td.loggedin div.logoutLink {
	margin-top: 8px;
	margin-bottom: 8px;
}

#loginPanel .bottomLink {
	float: right;
	font-weight: bold;
}

#loginPanel #callUs {
	text-align: right;
	padding-right: 15px;
}

/* Trial Panel */

#trialPanel {
	margin-top: 5px;
	margin-bottom: 10px;
    border: solid #009900 1px;
	height: 75px;
}

#trialPanel img.trialButton {
	border: 0;
	padding-top: 5px;
	padding-bottom: 3px;
}

#trialPanel #trialContent {
	padding: 7px;
	text-align: center;
	line-height: 19px;
	font-size: 16px;
}

/* Recycle Panel */

#recyclePanel {
	margin-top: 5px;
	margin-bottom: 10px;
    border: solid #009900 1px;
}

#recyclePanel table td {
	padding: 5px 2px 5px 3px;
}

#recyclePanel table td.textCol {
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}

#recyclePanel table td.textCol strong {
	font-size: 14px;
}

/* Plan Description Panel (Fitness/Family) */

.planPanel {
	margin-top: 5px;
	margin-bottom: 10px;
	height: 162px;
}

.planPanel .heading {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}

.planPanel .textBlock {
	padding: 0 10px 0 10px;
	line-height: 16px;
}

.planPanel .textBlock .subheading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.planPanel .textBlock .subsection {
	margin-top: 10px;
}

.planPanel .textBlock .viewPlansLink {
	font-weight: bold;
}

/* Beta Panel */

#betaPanel {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 6px 0 6px 0;
}

#betaPanel table td.imageCol {
	padding-left: 2px;
	width: 38px;
}

#betaPanel table td.textCol {
	text-align: left;
}

/* NGR Panel */

#ngrPanel {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 12px 0 6px 0;
	height: 42px;
}

#ngrPanel table td.imageCol {
	padding-left: 6px;
	padding-right: 6px;
}

#ngrPanel table td.imageCol img {
	border: 0;
}

#ngrPanel table td.textCol {
	text-align: left;
	line-height: 18px;
}

/* About Beta (popup) */

#betaTemplate {
	width: 370px;
	padding-left: 5px;
}

#betaTemplate #betaInfoDiv {
	margin-top: 5px;
	width: 340px;
	height: 290px;
	padding: 15px 25px 15px 25px;
}

#betaTemplate #betaInfoDiv #heading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

#betaTemplate #pageFooter {
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	text-align: center;
}

#betaTemplate #pageFooter a {
	font-size: 18px;
	text-decoration: underline;
}

/* About NGR (popup) */

#ngrTemplate {
	width: 450px;
	padding-left: 5px;
}

#ngrTemplate #pageHeading {
	background: url(images/topbar-ngr.jpg);
	height: 75px;
}

#ngrTemplate #ngrInfoDiv {
	margin-top: 5px;
	width: 398px;
	height: 300px;
	padding: 15px 25px 15px 25px;
}

#ngrTemplate #ngrInfoDiv #heading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

#ngrTemplate #pageFooter {
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	text-align: center;
}

#ngrTemplate #pageFooter a {
	font-size: 18px;
	text-decoration: underline;
}

