

@import "shareArticle.css";




/*************************************
GLOBAL
 ************************************/
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../../images/page_background.gif);
background-repeat:repeat-x;
background-position:top;
padding:0px;
margin:0px;
}


 #memberNotes, #memberNotesDivider{
 display:none;
 }

#OpenQuickFind a, #CloseQuickFindBtn a{
float:right;
padding:4px 5px 0px 0px;
color:#FFFFFF;
text-decoration:none;
font-size:11px;
}
#OpenQuickFind a:hover,  #CloseQuickFindBtn a:hover, .globalTools a:hover{
text-decoration:underline;
}
#ftrLinks a:active, #ftrLinks a:visited, .mainLinks a, .pulloutBinNav a, #RightPullout a, #LeftPullout a{
text-decoration:none;
}

#ftrLinks a:hover, .mainLinks a:hover, .pulloutBinNav a:hover, #RightPullout a:hover, #LeftPullout a:hover{
text-decoration:underline;
}

.globalTools, .globalTools a{
font-size:11px;
color:#9f9f9f;
text-decoration:none;
}

.globalLinks{
padding:40px 10px 0px 0px;
color:#666666;
float:right;
}
.globalLinks .search{
border-top:1px solid #808080;
border-left:1px solid #808080;
border-right:1px solid #d4d0c8;
border-bottom:1px solid #d4d0c8;
background-color:#ececec;
width:118px;
color:#acacac;
font-size:11px;
padding:2px 2px 1px 2px;
}

.globalLinks .button{
width:28px;
height:19px;
}
.globalLinks a{
font-size:11px;
color:#666666;
font-weight:bold;
text-decoration:none;
padding:0px 3px 0px 3px;
}
.globalLinks a:hover{
text-decoration:underline;
}


#welcome{
color:#666666; 
padding:15px 15px 5px 15px; 
line-height:15px; 
font-size:11px; 
width:614px;
background-image:url(../../images/welcome_bg_gradient.gif);
background-position:top;
background-repeat:repeat-x;
margin-top:5px;

}

#welcome .large{
font-size:15px;
padding:0px 5px 0px 5px;
font-weight:bold;
color:#0099FF;
}

#welcome h2{
padding-bottom:10px;
color:#ec6126;
}

#welcome a{
color:#ec6126;
text-decoration:none;
}

#welcome a:hover{
text-decoration:underline;
}
/*************************************
FORM BUTTONS
 ************************************/
input.buttonGO{
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#e4e4e4;
   border:1px solid;
   border-top-color:#b2afaf;
   border-left-color:#b2afaf;
   border-right-color:#535252;
   border-bottom-color:#535252;
   width:28px;
   height:19px;
   }
   
   
input.buttonGOTools{
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#9e9e9e;
   border:1px solid;
   border-top-color:#b2afaf;
   border-left-color:#b2afaf;
   border-right-color:#535252;
   border-bottom-color:#535252;
   width:28px;
   height:19px;
   
   }
      
input.searchTP{
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#717171;
   border:1px solid;
   border-top-color:#b2afaf;
   border-left-color:#b2afaf;
   border-right-color:#535252;
   border-bottom-color:#535252;
   width:70px;
   height:22px;
   
   
   }


/*************************************
NAVIGATION
 ************************************/
#nav{
background-color:#f18f1c;
background-image:url(../../images/nav_bg.gif);
background-repeat:repeat-x;
background-position:bottom;
display:block;
height:34px;
text-transform:uppercase;
font-size:11px;
}


#nav ul{
list-style:none;
margin:1px 0px 5px 0px;
padding:10px 0px 0px 0px;
}

#nav ul li{
display:inline;

}
#nav ul li a{
padding:10px 16px 10px 16px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#nav ul li a:hover{
text-decoration:underline;
/*background-color:#666666;*/
}

#nav ul li .sectionLink{
padding:5px 12px 5px 12px;
background-image:url(../../images/nav_bgActive.gif);
background-repeat:repeat-x;
background-position:top;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
display:inline;

}

/*************************************
2nd LEVEL NAVIGATION
 ************************************/
#subNav{
background-image:url(../../images/subnav_bg.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#8C8C8C;
width:100%;
height:30px;
}


#subNav ul{
list-style:none;
margin:0px;
padding:9px 0px 5px 0px;
}

#subNav ul li{
display:inline;

}
#subNav ul li a{
padding:0px 12px 0px 12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#subNav ul li a:hover{
text-decoration:underline;
}

#subNav ul li .sectionLink{
padding:5px 12px 5px 12px;
background-image:url(../../images/nav_bgActive.gif);
background-repeat:repeat-x;
background-position:top;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
display:inline;

}

/*************************************
CONTAINER
 ************************************/
 
#container{
width:950px;
background-color:#FFFFFF;
padding:10px 20px 20px 20px;
margin:auto;
background-image:url(../../images/page_border.gif);
background-repeat:no-repeat;
background-position:top;
/*background-color:#ADADAD;*/
}



/*************************************
TRAINING SECTION
 ************************************/
 
 .trainingOutput{
width:100%;
padding:5px;
background-color:#959595;
color:#FFFFFF;
font-size:13px;
}

.tblTrainOutput{
width:100%;
/*border:1px solid #CCCCCC;*/
padding:5px;
background-color:#EFEFEF;

}
.trainingDetails{
padding:2px 5px 2px 5px;
color:#333333;
width:80px;
}

.trainingExercise{
padding:2px 5px 2px 5px;
color:#333333;
width:200px;
}

.trainingDetailsbottomTD{
padding:2px 5px 2px 5px;
color:#333333;
width:40px;
}

.trainingNotes{
color:#666666;
padding:10px;
}

.trainingStart{
background-color:#efefef;
padding:10px;
color:#333333;
 }
/*************************************
HEADER LINKS
 ************************************/
 
#header{
background-image:url(../../images/header_bg.gif);
background-repeat:no-repeat;
background-position:top;

}
.mainLinks{
font-size:10px; 
float:right;
}

.trainglogHeader{
display:none;
}
/*************************************
FOOTER LINKS
 ************************************/
#ftrLinks{
background-image:url(../../images/footer_bg.gif);
background-repeat:repeat-x;
background-position:top;
font-size:11px;
color:#868686;
padding:19px;
background-color:#FFF;

}

#ftrLinks p{
margin:0px 0px 5px 0px;
}

#ftrLinks .section {
font-size:11px;
font-weight:bold;
color:#868686;
}
.footerGlobal{
display:block;
text-align:center;
background-color:#FFF;
}

.footerGlobalPrint{
display:none;
}
.footerGlobal a, .footerGlobal, #ftrLinks a{
font-size:11px;
color:#868686;
text-decoration:none;
}

.footerGlobal a:hover, #ftrLinks a:hover{
text-decoration:underline;
}

/*************************************
CALL TO ACTION
 ************************************/

#callToAction{
width:297px;
padding-left:6px;
float:right;
}

#callToAction div{
height:110px;
/*border:1px solid red;
background-color:#D6D6D6;*/
}

#callToAction .personalTraining{
background-image:url(../../images/pullout_personalTraining.gif);
background-position:top left;
background-repeat:no-repeat;
font-size:11px;
color:#616161;
margin-bottom:5px
}

#callToAction .personalTraining p{
padding:13px 0px 0px 105px;
margin:0px;
line-height:15px;
}
#callToAction .personalTraining h2{
padding:5px 0px 0px 120px;
margin:0px;
font-size:13px;
}

#callToAction .personalTraining h2 a, #callToAction .personalTraining p a{
color:#bd3033;
text-decoration:none;
}

#callToAction .personalTraining h2 a:hover, #callToAction .personalTraining p a:hover{
text-decoration:underline;
}

#callToAction .newsletter{
background-image:url(../../images/pullout_newsletter.gif);
background-position:top left;
background-repeat:no-repeat;
font-size:11px;
color:#616161;
}

#callToAction .newsletter .emailAddress{
font-size:11px;
color:#616161;
width:130px;
border-top:1px solid #808080;
border-left:1px solid #808080;
border-right:1px solid #d4d0c8;
border-bottom:1px solid #d4d0c8;
background-color:#FFFFFF;
margin:3px 5px 0px 5px;
color:#999999;
padding:2px;
}

#callToAction .newsletter p{
padding:10px 120px 0px 5px;
margin:0px;
line-height:15px;
}

#callToAction .newsletter h2{
padding:5px 0px 0px 20px;
margin:0px;
font-size:13px;
}

#callToAction .newsletter h2 a, #callToAction .newsletter p a{
color:#1ca5bc;
text-decoration:none;
}

#callToAction .newsletter h2 a:hover, #callToAction .newsletter p a:hover{
text-decoration:underline;
}

#youtubeVid{
float:right;
width:300px;
padding:0px 0px 0px 0px;
}
/*************************************
TOTAL PAGES
 ************************************/

#TPSearch, #TPQuickFind{
background-image:url(../../images/totalpages_search_bg.gif);
background-position:top left;
background-repeat:no-repeat;
width:652px;
height:145px;
clear:left;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 10px;
border
}


#TPSearch h2,#TPQuickFind h2 {
color:#4d4d4d;
padding:10px 0px 0px 0px;
margin:0px;
}

.additionalLink a{
color:#4d4d4d;
font-size:12px;
padding:10px 0px 0px 0px;
margin:0px;
float:right;
text-decoration:none;
font-weight:bold;
}/**/

.additionalLink a:hover{
text-decoration:underline;
}

#TPSearch h4, #TPQuickFind h4 {
color:#4d4d4d;
font-size:11px;
font-weight:normal;
padding:0px 0px 10px 0px;
margin:0px;
}
.searchFields{
font-size:11px;
color:#666666;
padding:1px;
}
/*************************************
ADVERTISEMENT TEXT
 ************************************/

.advertisement{
font-weight:bold;
font-size:10px;
color:#CCCCCC;
}

/*************************************
QUICK FINDS
 ************************************/

ul.yttagcloud {
	float:left;
	margin:3px 0px 3px 0px;
	width:964px;
	line-height:26px;
	/*border:1px solid red;*/
	padding:5px 5px 10px 5px;
	clear:both;
	background-color:#e4e4e4;
	text-align:center;
	border:3px solid #d5d5d5;
	
}
ul.yttagcloud li {
	display:inline;
	list-style-type:none;
	padding: 0 4px;
}
ul.yttagcloud a.tcserf, ul.yttagcloud a.tcknight, ul.yttagcloud a.tclord, ul.yttagcloud a.tcqueen {
	font-weight:normal;
	line-height:16px;
	text-transform:lowercase;
	white-space:nowrap;
	color:#666666;
	text-decoration:none;
}

ul.yttagcloud a.tcserf:hover, ul.yttagcloud a.tcknight:hover, ul.yttagcloud a.tclord:hover, ul.yttagcloud a.tcqueen:hover {
text-decoration:underline;
}
ul.yttagcloud a.tcserf {font-size:13px;}
ul.yttagcloud a.tcknight {font-size:17px; }
ul.yttagcloud a.tclord {font-size:20px; }
ul.yttagcloud a.tcqueen {font-size:16px; }


/*************************************
HOMEPAGE PULLOUTS
 ************************************/
.greenBullets a, .redBullets a, .blueBullets a, .yellowBullets a{
color:#858585;
text-decoration:none;
}


.greenBullets ul, .redBullets ul, .blueBullets ul, .yellowBullets ul{
padding:10px 0px 0px 6px;
margin:0px;
list-style:none;
}



/*************************************
GREEN LEFTPULLOUT PULLOUT
************************************/
 
#LeftPullout{
width:310px;
float:left;
padding:0px 0px 0px 0px;
/*border:1px solid red;*/
}

h2{
margin:0px 0px 0px 0px;
padding:0px;
font-size:15px;
}

.green a{
background-image:url(../../images/arrow_green.gif);
background-repeat:no-repeat;
background-position:top left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
color:#599619;
}

.greenBotNav{
background-image:url(../../images/h1_green_bg.gif);
background-repeat:no-repeat;
background-position:top left;
padding:5px 0px 5px 10px;
margin:3px 0px 0px 0px;
}

.greenBotNav a{
font-size:10px;
color:#858585;
text-decoration:none;
background-image:url(../../images/arrow_green_botNav.gif);
background-repeat:no-repeat;
background-position:right;
padding:0px 13px 0px 5px;
}

.greenBullets ul li{
padding:0px 0px 0px 9px;
margin:0px;
background-image:url(../../images/arrow_green_li.gif);
background-position:left;
background-repeat:no-repeat;
line-height:17px;
font-size:11px;
}
.greenBullets strong a{
color:#599619;
text-decoration:none;
}


/*************************************
RED LEFTPULLOUT PULLOUT
************************************/
 
h2{
margin:0px 0px 0px 0px;
padding:0px;
font-size:15px;
}

.red a{
background-image:url(../../images/arrow_red.gif);
background-repeat:no-repeat;
background-position:top left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
color:#bd3033;
}

.redBotNav{
background-image:url(../../images/h1_red_bg.gif);
background-repeat:no-repeat;
background-position:top left;
padding:5px 0px 5px 10px;
margin:3px 0px 0px 0px;
}

.redBotNav a{
font-size:10px;
color:#858585;
text-decoration:none;
background-image:url(../../images/arrow_red_botNav.gif);
background-repeat:no-repeat;
background-position:right;
padding:0px 13px 0px 5px;
}

.redBotNav span{
font-size:10px;
color:#858585;
text-decoration:none;
}

.redBullets ul li{
padding:0px 0px 0px 9px;
margin:0px;
background-image:url(../../images/arrow_red_li.gif);
background-position:left;
background-repeat:no-repeat;
line-height:17px;
font-size:11px;
}
.redBullets strong a{
color:#bd3033;
text-decoration:none;
}

/*************************************
BLUE LEFTPULLOUT PULLOUT
************************************/
 
#RightPullout{
margin-left:5px;
width:310px;
float:left;
}

h2{
margin:0px 0px 0px 0px;
padding:0px;
font-size:15px;
}

.blue a{
background-image:url(../../images/arrow_blue.gif);
background-repeat:no-repeat;
background-position:top left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
color:#268b9d;
}

.blueBotNav{
background-image:url(../../images/h1_blue_bg.gif);
background-repeat:no-repeat;
background-position:top left;
padding:5px 0px 5px 10px;
margin:3px 0px 0px 0px;
}

.blueBotNav a{
font-size:10px;
color:#858585;
text-decoration:none;
background-image:url(../../images/arrow_blue_botNav.gif);
background-repeat:no-repeat;
background-position:right;
padding:0px 13px 0px 5px;
}

.blueBullets ul li{
padding:0px 0px 0px 9px;
margin:0px;
background-image:url(../../images/arrow_blue_li.gif);
background-position:left;
background-repeat:no-repeat;
line-height:17px;
font-size:11px;
}
.blueBullets strong a{
color:#268b9d;
text-decoration:none;
}

/*************************************
BLUE LEFTPULLOUT PULLOUT
************************************/
 


h2{
margin:0px 0px 0px 0px;
padding:0px;
font-size:15px;
}

.yellow a{
background-image:url(../../images/arrow_yellow.gif);
background-repeat:no-repeat;
background-position:top left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
color:#e8b333;
}

.yellowBotNav{
background-image:url(../../images/h1_yellow_bg.gif);
background-repeat:no-repeat;
background-position:top left;
padding:5px 0px 5px 10px;
margin:3px 0px 0px 0px;
}

.yellowBotNav a{
font-size:10px;
color:#858585;
text-decoration:none;
background-image:url(../../images/arrow_yellow_botNav.gif);
background-repeat:no-repeat;
background-position:right;
padding:0px 13px 0px 5px;
}

.yellowBullets ul li{
padding:0px 0px 0px 9px;
margin:0px;
background-image:url(../../images/arrow_yellow_li.gif);
background-position:left;
background-repeat:no-repeat;
line-height:17px;
font-size:11px;
}
.yellowBullets strong a{
color:#e8b333;
text-decoration:none;
}

/*************************************
VERTICAL DIVIDER & HORIZONTAL DIVIDER
 ************************************/
.verticalDivider{
float:left;
background-image:url(../../images/vertical_dottedLine.gif);
background-repeat:repeat-y;	
height:100px;
margin:0px 0px 0px 5px;
}

.horizontalDivider{
background-image:url(../../images/dottedLine.gif);
background-repeat:repeat-x;
margin:5px 0px 5px 0px;
width:700px;
}

/*************************************
GOOGLE ADS
 ************************************/
 
 #googleAds{
 background-color:#ececec;
 margin:0px;
 }
 
 #googleAds p{
 font-size:11px;
 color:#6e6e6e;
 padding:0px 10px 10px 10px;
 margin:0px;
 }
 #googleAds a{
 color:#6e6e6e;
 font-weight:bold;
 text-decoration:none;
 }
 
 #googleAds a:hover{
  text-decoration:underline;
 }

 #googleAds h3{
 background-color:#6e6e6e;
 padding:3px;
 margin:0px 0px 10px 0px;
 font-size:10px;
 text-align:right;
 color:#FFFFFF;
 }


/*************************************
FEATURE
 ************************************/
 
#feature{
padding-bottom:5px;
padding-top:5px;
z-index:1;
float:left;

}
 
 
.featureArticle{
background-image:url(../../images/featureTemplate.jpg);
background-repeat:no-repeat;
background-position:left;
width:450px;
height:225px;
}


.featureHighlights div{
/*border:1px solid red;*/
width:215px;
height:65px;
clear:both;
background-color:#CCCCCC;
padding:5px;
margin-right:5px;
}
  
 
.featureHighlights div .title{
font-weight:bold;
} 
 
.featureHighlights div .thumbnail{
float:left;
padding:5px 5px 0px 0px;
border:none;
}  
 
.featureHighlights div .abstract{
padding:5px 0px 0px 0px;
} 
 
/*************************************
TOOLS NAV
 ************************************/ 
 
 .toolsNav{
 /*width:214px;*/
 padding:0px 0px 10px 0px;
 color:#666666;
 font-size:11px;
 background-color:#eaeaea;
 /*float:right;
position:relative;
z-index:4;
margin-left:736px;*/
margin-bottom:10px;
 }
 
 
 
 .toolsNav h2{
 color:#FFFFFF;
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
 padding:5px 10px 5px 10px;
 background-color:#9e9e9e;
 border-bottom:1px solid #FFFFFF;
 
 
 }
 .toolsNav h3{
 /*color:#599619;*/
 font-weight:bold;
 font-size:12px;
 margin:0px;
 padding:0px 0px 3px 0px;
 }
 .toolsNav h4{
 margin:0px;
 padding:0px;
 }
 
 .toolsNav h4 a{
 color:#666666;
 font-weight:bold;
 font-size:12px;
 margin:0px;
 padding:0px;
 }

 
 .toolsNav #search, .toolsNav #relatedTopics, .toolsNav #tools{
 padding:10px;
 background-color:#eaeaea;
 border-bottom:1px solid #FFFFFF;
 }
 
 .toolsNav #latestNews{
 padding:10px;
 background-color:#eaeaea;
 }
 
 .toolsNav #search select{
 width:157px;
 font-size:11px;
 color:#333333;
 margin:3px 0px 5px 0px;
 }
 
 
 .toolsNav ul{
 padding:0px;
 margin:0px;
 list-style:none;
 
 }
 
 .toolsNav ul li{
  /*background-image:url(../../images/arrow_green_toolsNav.gif);*/
  background-repeat:no-repeat;
  background-position:left;
  padding:0px 0px 0px 12px;
 
 }
 
 .toolsNav ul li a{
 text-decoration:none;
 color:#666666;
 }
 
 .toolsNav ul li a:hover, .toolsNav h4 a:hover{
 text-decoration:underline;
 color:#333333;
 
 }
 
  .toolsNav .divider{
  background-image:url(../../images/toolsNav_divider.gif);
  background-repeat:repeat-x;
  background-position:left;
  padding:10px 0px 10px 0px;
 
 }
 
 /*************************************
AUX NAV
 ************************************/ 
.auxNav{
 /*width:147px;*/
 font-size:11px;
 background-color:#f5f5f5;
 border-left:1px solid #ebebeb;
 border-right:1px solid #ebebeb;
 color:#858585;
 /*float:left;
 position:relative;
 z-index:3;*/
 }

 
 .auxNav ul{
 padding:0px;
 margin:0px;
 list-style:none;
/*width:147px;*/
 }
 
 .auxNav ul li{
 border-bottom:1px solid #FFFFFF;
 
   
 }
 
 
 .auxNav ul li a{
 display:block;
	background-image:url(../../images/arrow_grey_auxNav.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	color:#858585;
	text-decoration:none;
	
	padding:5px 5px 5px 20px;
	font-weight:bold; 
	 /*width:122px;  */
 }
 
 
 .auxNav ul li a:hover{
 background-color:#e3e3e3;

   
 }
/*************************************
3RD LEVEL CONTENT WINDOW
 ************************************/ 




.containerCnt {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		/*width:100%;			 width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-top:4px;
		background-image:url(../../images/auxNav_colBG.gif);
		background-repeat:repeat-y;
		height:auto;
	}

.colright,
	.colmid,
	.colleft {
		float:left;
		width:950px;			/* width of page */
		position:relative;
	}
	
	
 .contentCol,
	.auxNav,
	.toolsNav {
		float:left;
		position:relative;
		/*padding:0 0 1em 0;	 no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	/* 3 Column settings */
	.threecol {
		/*background:#eaeaea;		 right column background colour */
	}
	.threecol .colmid {
		right:214px;			/* width of the right column */
		/*background:#fff;		 center column background colour */
	}
	.threecol .colleft {
		right:555px;			/* width of the middle column */
		/*background:#f5f5f5;	 left column background colour */
	}
	.threecol .contentCol {
		 width:555px;			/* width of center column content (column width minus padding on either side) */
		left:932px;			/* 100% plus left padding of center column */
	}
	.threecol .auxNav {
		width:147px;			/* Width of left column content (column width minus padding on either side) */
		left:214px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .toolsNav {
		width:217px;			/* Width of right column content (column width minus padding on either side) */
		left:800px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* column container */
	.mainAreaContent {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		/*width:100%;			 width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-top:4px;
		padding:0px;
		color:#525252;
		height:auto;
}
	
	
	/* 2 Column (right menu) settings */
	.rightmenu {
				/* right column background colour */
	}
	.rightmenu .colleft {
		right:217px;			/* right column width */
				/* left column background colour */
	}
	.rightmenu .contentCol {
		width:731px;			/* left column content width (left column width minus left and right padding) */
		left:217px;	/* (right column width) plus (left column left padding) */
	}
	.rightmenu .toolsNav {
		width:217px;			/* right column content width (right column width minus left and right padding) */
		left:221px;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
 
 
 
 /* 2 Column (right menu) settings */
	.rightmenuFP {
				/* right column background colour */
	}
	.rightmenuFP .colleft {
		right:217px;			/* right column width */
				/* left column background colour */
	}
	.rightmenuFP .contentCol {
		width:719px;			/* left column content width (left column width minus left and right padding) */
		left:217px;			/* (right column width) plus (left column left padding) */
	}
	.rightmenuFP .toolsNav {
		width:217px;			/* right column content width (right column width minus left and right padding) */
		left:221px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
 
  
 .mainContentCol{
 padding:0px 0px 10px 0px;/**/
 color:#858585;
 line-height:17px;
 
 }

 .contentCol{
 padding:0px 0px 10px 0px;/**/
 color:#858585;
 line-height:17px;
 /*border:1px solid green;*/
 /*width:563px;
 margin-left:150px;

 height:auto; !important*/
 
 }
 
 .fullpage{
	 padding:12px 0px 12px 12px;
 }
 
 .contentCol h1{
 /*color:#599619;*/
 font-size:16px;
 padding-bottom:4px;
 margin-bottom:10px;
 /*border-bottom:2px solid #599619;*/
 
 }
 
 .contentCol h2{
 /*color:#599619;*/
 font-size:14px;
 padding-bottom:4px;
 padding-top:5px;
 margin-bottom:10px;
 /*border-bottom:2px solid #599619;*/
 
 }
 
 .contentCol h3{
 /*color:#599619;*/
 font-size:13px;
 padding:0px;
 margin:0px 0px 5px 0px;

 }
 
 .contentCol h4, .contentCol h4 a{
 /*color:#599619;*/
 font-size:12px;
 padding:0px;
 margin:0px 0px 5px 0px;
 text-decoration:none;
 }
 
 .contentCol .notice{
 font-size:10px;
 line-height:12px;
 }
 
 .contentCol h3 a{
 /*color:#599619;*/
 text-decoration:none;
 /* background-image:url(../../images/arrow_green.gif);*/
 background-position:left;
 background-repeat:no-repeat;
 padding-left:15px;
 
 }
 
 .contentCol h3 a:hover, .contentCol h4 a:hover{
 text-decoration:underline;
 
 }
 
 
 .contentCol .divider{
  background-image:url(../../images/toolsNav_divider.gif);
  background-repeat:repeat-x;
  background-position:left;
  padding:20px 0px 20px 0px;
 
 }
 
 
.contentCol .overview{
padding-bottom:20px;
}

.contentCol a{
color:#f7941d;
text-decoration:none;
}
.contentCol a:hover{
text-decoration:underline;
}

.contentCol .displayResult{
float:left;
width:260px;
font-size:11px;
color:#858585;
line-height:14px;
padding:0px 0px 20px 10px;
 height:160px;
} 
.contentCol .displayResult img{
 background-color:#FFFFFF;
 padding:2px;
 border:1px solid #cfcfcf;
 margin:0px 10px 0px 0px;

 float:right;
} 

.contentCol .cnt{
float:left;
width:140px;
} 

.contentCol .displayFeaEx{
float:left;
width:332px;
font-size:11px;
color:#858585;
line-height:14px;
margin:10px 0px 10px 0px;
padding:0px 0px 0px 0px;
height:auto;
}
.contentCol .displayFeaEx img{
 background-color:#FFFFFF;
 padding:2px;
 border:1px solid #cfcfcf;
 margin:0px 0px 0px 5px;
 float:right;
} 


.contentCol .cntFeature{
width:215px;
} 

/*************************************
MAIN EXERCISE DISPLAY
 ************************************/ 
 
.trainingDisplay{
float:left;
text-align:center;
width:130px;
margin-bottom:20px;
padding-bottom:0px;
padding-left:10px;
}
/*************************************
EXERCISE WINDOW
 ************************************/ 
 
 #exerciseDisplay ul{
 
 padding:0px;
 margin:0px 0px 0px 0px;
 list-style:none; 
 }
 
  #exerciseDisplay ol{
 
 padding:0px 0px 0px 8px;
 margin:0px 0px 0px 17px;
 }
/*************************************
MEMBERS
 ************************************/ 

	 #yellowHdr h2{
		background-image:url(../../images/memHdr_top_middle.gif);
		background-repeat:repeat;
		height:31px;
		padding-top:8px;
		padding-left:15px;
		color:#000000;
		font-weight:normal;
		width:885px;
	}
	
		
	 #memDetails{
		 background-image:url(../../images/memHome.gif);
		 background-repeat:repeat-y;
		 padding-bottom:10px;
		 
	 }	
	 
	 input, textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
	 
#menu1{
display:block;
height: 42px;
background-image:url(../../images/mem_workOut_Nonactive.gif);
background-repeat: no-repeat;
background-position: left top;
font-size: 13px;
font-style:normal;
font-family: arial;
color: #868383;
padding:27px 0px 0px 20px;
width:262px;
text-decoration:none;
}

#menu1:hover{
background-image:url(../../images/mem_workOut_active.gif);
color: #000000;

}

#menu1on {
display:block;
height: 42px;
background-image:url(../../images/mem_workOut_active.gif);
background-repeat: no-repeat;
background-position: left top;
font-size: 13px;
font-style:normal;
font-family: arial;
color: #000000;
padding:27px 0px 0px 20px;
width:262px;
text-decoration:none;

}


#menu2{
display:block;
height: 42px;
background-image:url(../../images/mem_graphPer_Nonactive.gif);
background-repeat: no-repeat;
background-position: left top;
font-size: 13px;
font-style:normal;
font-family: arial;
color: #868383;
padding:27px 0px 0px 20px;
width:262px;
text-decoration:none;

}



#menu2:hover{
background-image:url(../../images/mem_graphPer_active.gif);
color: #000000;
}

#menu2on {
display:block;
height: 42px;
background-image:url(../../images/mem_graphPer_active.gif);
background-repeat: no-repeat;
background-position: left top;
font-size: 13px;
font-style:normal;
font-family: arial;
color: #000000;
padding:27px 0px 0px 20px;
width:262px;
text-decoration:none;

}

.cell2{
display:none;
background-image:url(../../images/mem_graphPer_bg.gif);
background-repeat:no-repeat;
width:577px;
height:auto;
background-color:#dddddd;
padding:20px;	
	
}

.cell1{
display:block;
background-image:url(../../images/mem_workOut_bg.gif);
background-repeat:no-repeat;
width:577px;
height:auto;
background-color:#dddddd;
padding:20px;	
}
 
 
/*************************************
MAIN CONTENT WINDOW
 ************************************/ 


.mainAreaContent .imageHdr{
  height:165px;
  padding-bottom:10px;
 }
 
 
 .mainAreaContent h2{
 /*color:#599619;*/
 font-size:14px;
 margin-bottom:5px;
 }
 
 .mainAreaContent h3{
/* color:#599619;*/
 font-size:13px;
 padding:0px;
 margin:0px 0px 5px 0px;

 }
 
 .mainAreaContent h4, .mainAreaContent h4 a{
 /*color:#599619;*/
 font-size:12px;
 padding:0px;
 margin:0px 0px 5px 0px;
 text-decoration:none;
 }
 
 .mainAreaContent .notice{
 font-size:10px;
 line-height:12px;
 }
 
 .mainAreaContent h2 a{
 /*color:#599619;*/
 text-decoration:none;
  /*background-image:url(../../images/arrow_green.gif);*/
 background-position:left;
 background-repeat:no-repeat;
 padding-left:15px;
 
 }
 
 .mainAreaContent h3 a:hover, .mainAreaContent h4 a:hover{
 text-decoration:underline;
 
 }
 
 
 .mainAreaContent .divider{
  background-image:url(../../images/dottedLine.gif);
  background-repeat:repeat-x;
  background-position:left;
  padding:20px 0px 20px 0px;
 
 }
 
 .mainAreaContent .verticalDivider{
  background-image:url(../../images/vertical_dottedLine.gif);
  background-repeat:repeat-y;
  background-position:top left;
 
 }
.mainAreaContent .overview{
padding-bottom:20px;
padding-left:10px;
}

.mainAreaContent a{
/*color:#f7941d;*/
text-decoration:none;
}
.mainAreaContent a:hover{
text-decoration:underline;
}
/*
.mainAreaContent .displayResult{
width:328px;
font-size:11px;
border:1px solid red;
line-height:14px;
margin:0px 0px 10px 0px;
} */

/*
.mainAreaContent .displayResult img{
 background-color:#FFFFFF;
 padding:2px;
 margin-right:0px;
}*/


.mainAreaContent .container{
float:left;
}

.mainAreaContent .mainCntFeature{
margin-bottom:20px;
padding:13px;
/*border:1px dashed #e3efd7;*/
/*background-color:#f8fbf5;*/
}
.mainAreaContent .leftCol{
height:auto;
float:left;
width:365px;

}
.mainAreaContent .rightCol{
height:auto;
float:right;
width:330px;
padding-right:12px;
/*border:1px solid red;*/
}

.mainAreaContent .rightCol h2{
padding:12px 5px 5px 0px;

}


.mainAreaContent .leftColFull{
height:auto;
float:left;
width:350px;


}
.mainAreaContent .rightColFull{
height:auto;
float:right;
width:350px;

}

.mainAreaContent .rightColFull h2{
padding:12px 5px 5px 10px;
margin-right:5px;

}