body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ccffff;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #990066;
}

P {
	margin:0 0 10px 0;
}

A {
	color: #990066;
}

H2 {
	font-weight:normal;
	font-size:1.4em;
	margin-bottom:0;
}
H2 A {
	text-decoration:none;
}
H2 A:hover {
	text-decoration:underline;
}
H2 A IMG {
	display:block;
	margin:3px 0 8px 0;
	text-decoration:none;
}

label {color: #990066;}

BR.clearFloat {
	clear:both;
	display:block;
	line-height:0;
	height:0;
}

#body-container {
	position: relative;
	padding: 0;
	width: 900px;
	margin: auto auto;
	text-align:left;
}
#body-banner {
	background: url(/images/banner_bg.png) repeat right top;
	height:101px;
	overflow:hidden;
}
#topSearch {
	position:absolute;
	top:19px;
	left:592px;
}
#topSearch DIV {
	position:absolute;
	top:50px;
	left:0;
	width:300px;
}

#body-topNav {
	border-top:1px solid #990066;
	background:white;
	height:26px;
	overflow:hidden;
}
#body-topNav A {
	display:block;
	float:left;
	line-height:26px;
	font-size:1.05em;
	color: #990066;
	padding:0 10px;
	text-decoration:none;
}
#body-topNav A:hover,
#body-topNav A.picked {
	background:#ffccff;
}

#body-subNav {
	border-top:1px solid #990066;
	background:#990066;
	height:21px;
	overflow:hidden;
	margin-bottom:6px;
}
#body-subNav A {
	display:block;
	float:left;
	line-height:21px;
	font-size:0.9em;
	color: #FFFFFF;
	padding:0 10px;
	text-decoration:none;
}
#body-subNav A:hover,
#body-subNav A.picked {
	color:#000000;
	background:#ffffff;
}
.column_right {
	float: right;
	width: 200px;
	margin-right: 8px;
	margin-left: 8px;
	font-size:0.8em;
}

.column_sidebar {
	float: left;
	width: 200px;
	margin: 0 8px;
	font-size:0.8em;
}
.column_middle {
	float: left;
	width: 468px;
	font-size:0.9em;
}

.column_middle_w_right {
	float: left;
	width: 684px;
	font-size:0.9em;
	background: #fff;
}

.column_middle_w_right_w_left {
	float: left;
	width: 900px;
	font-size:0.9em;
	background: #fff;
}

.column_fullScrn_w_right {
	float: left;
	width: 458px;
	font-size:0.9em;
	border-right: 5px solid #ccffff;
	border-left: 5px solid #ccffff;
}

.column_notebook {
	float: left;
	width: 608px;
	margin-left:11px;
	font-size:0.9em;
}
.column_notebook_top {
	background: url(/images/notebook_top.png) no-repeat left 5px;
	height:81px;
	overflow:hidden;
	margin-top:15px;
}
.column_notebook_mid {
	/* background: #ffebcd; */
	background: url(/images/notebook_mid.png) repeat-y left top;
	padding:0 12px 0 18px;
}
.column_notebook_bot {
	background: url(/images/notebook_bot.png) no-repeat left bottom;
	height:36px;
}
.column_notebook BLOCKQUOTE {
	margin:16px 0 0 14px;
	padding:0;
}
.column_notebook_mid H3 {
	font-weight:normal;
	font-size:1.25em;
	margin:0;
	color:black;
}
.column_notebook_mid H3 A {
	color:black;
}
.column_notebook_mid H3 SPAN {
	color: #990066;
}
.column_notebook_mid H3 SPAN A {
	color: #990066;
}
.column_notebook_mid h4 {
	float:left;
	font-weight:normal;
	font-size:1.2em;
	margin:5px 30px 5px 0;
}
.column_notebook_mid P.menuItem {
	margin:16px 0 0 0;
}
.column_notebook_mid P.menuItem A,
.column_notebook_mid P.menuItem SPAN {
	background: url(/images/flower_icon.png) no-repeat 0 3px;
	padding-left:18px;
}
.column_notebook_mid IMG.topRight {
	float:right;
	margin:11px 6px 10px 10px;
}
.column_notebook_mid .fourSq IMG {
	margin:0 16px 16px 0;
}

.column_fullScrn {
	float: left;
	width: 679px;
	font-size:0.9em;
}
.column_fullScrn_bar {
	background: url(/images/title_bg.png) no-repeat left top;
	height:24px;
	line-height:23px;
	position:relative;
	font-weight:normal;
	font-size:1.05em;
	text-align:right;
	padding:0 10px 0 10px;
}
.column_fullScrn_bar A {
	float:left;
	margin-right:30px;
}
.column_fullScrn_bar A.picked {
	color: #000000;
	text-decoration:none;
}

.prevNext {
	position:relative;
	font-weight:normal;
	font-size:1.2em;
	text-align:center;
	margin:0px 0 0 26px;
	width:490px;
	color: #990066;
}
.prevNext .prevLink,
.prevNext .nextLink {
	position:absolute;
	top:0;
	color:#000000;
	text-decoration:none;
}
.prevNext .prevLink:hover,
.prevNext .nextLink:hover {
	text-decoration:underline;
}
.prevNext .prevLink {
	left:0;
}
.prevNext .nextLink {
	right:0;
}

.menuSettings {
	padding:16px 26px;
	color: #000099;
	background: #ffccff;
}
.menuSettings .column_40 {
	float: left;
	width:40%;
}
.menuSettings A {
	text-decoration:none;
}
.menuSettings EM {
	display:block;
	font-size:1.2em;
	color:#990066;
	margin-bottom:5px;
	text-align:center;
}

.inputW {
	width:80px;
}

.panel {
	background:#FFFFFF;
	padding:10px 0;
	margin-bottom:6px;
}
.panel H4 {
	font-size:1.0em;
	margin:0 0 8px 0;
}
.panel2 {
	background: #ffccff;
}
.panel3 {
	background: #cce5ff;
	color:#000099;
}
.panel BLOCKQUOTE {
	margin-left:120px;
}
.panel .toLeft {
	float:left;
	margin:10px 0 0 10px;
	text-align:center;
}
.panel .toLeft IMG {
	margin-top:5px;
}

.column_sidebar .panel {
	padding:10px;
}

.twoColumTable {
	margin-left:10px;
}
.twoColumTable H4 {
	margin:0 0 8px 0;
	padding:0;
}
.twoColumTable DIV {
	clear:both;
	text-align:right;
	width:150px;
	padding:1px 0;
	font-weight:bold;
}
.twoColumTable DIV SPAN {
	float:left;
	width:50px;
	color:#000000;
	font-weight:normal;
}

.linkReturn,
.linkCheck,
.linkDetails,
.linkVideo {
	background: url(/images/icon_return.png) no-repeat 0 2px;
	padding:0 0 5px 20px;
	margin-right:8px;
	color:#000000;
	font-size:0.9em;
}
.linkCheck {
	background: url(/images/icon_check.png) no-repeat 0 0;
}
.linkDetails {
	background: url(/images/icon_details.png) no-repeat 0 1px;
}
.linkVideo {
	background: url(/images/icon_video.png) no-repeat 0 2px;
}

.menuSnack {
	color: #000099;
}
.friendList {
	color: #990066;
	background: #ccffff;
}

.col_content P {
	padding:10px 10px 10px 120px;
	margin:0;
}
.col_content H2 {
	padding-left:120px;
}
.col_content H4 {
	position:relative;
	margin:10px 10px 5px 120px;
	padding:0 0 0 10px;
	color: #990066;
	border-bottom:1px solid #990066;
}
.col_content .colRow {
	position:relative;
	margin:15px 10px 0 120px;
	padding:0;
	border-bottom:1px solid #000099;
}
.col_content .colRowCol {
	float:right;
	width:70px;
	text-align:right;	
}

.col_content .colRowHCol {
	float:right;
	width:70px;
	text-align:right;
	border-bottom:1px solid #000099;
}
.col_content .colRowHCol {
	border-bottom:1px solid #990066;
}
.col_content .colRowLinks {
	padding:0 10px 0 120px;
}
.col_content strong {
	color: #990066;
}
.col_content .highBG {
	background:#FFFFFF;
}

.altRow {
	background: #ffe5ff;
}

.tipText {
	color: #999999;
	font-size:1.4em;
}

.btnLink {
	position:relative;
	background: #990066;
	color:#FFFFFF;
	text-decoration:none;
	font-size:90%;
	padding:1px 5px;
	margin-left:7px;
}

#skipWorkout {
	display:none;
	position:absolute;
	top:24px;
	left:0;
	text-align:center;
	font-size:0.65em;
	color:#000000;
	background:#FFFFFF;
	padding:5px;
}

.listMenu {
	position:relative;
	float:right;
	margin-right:20px;
	background: #990066;
	padding:10px;
}
.listMenu A {
	background: url(/images/icon_flower_bg.png) no-repeat 0 0;
	padding-left:18px;
	color:white;
	text-decoration:none;
	line-height:1.5em;
}
.listMenu A:hover {
	text-decoration:underline;
}
.listMenu_TL {
	position:absolute;
	top:0;
	left:0;
}
.listMenu_TR {
	position:absolute;
	top:0;
	right:0;
}
.listMenu_BL {
	position:absolute;
	bottom:0;
	left:0;
}
.listMenu_BR {
	position:absolute;
	bottom:0;
	right:0;
}

DIV.hLinePad {
	border-bottom: 1px solid #990066;
	margin: 10px 0;
}

.selected {
	background-color: #fff;
	color: black;
}

.print_button {
	position:relative;
	background: #990066;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 5px;
	margin-left:7px;
	margin-bottom:7px;
	border:0px solid;
	font-size:90%;
	cursor: pointer;
} 
