@import "justnav.css";

@media screen{

/**************** MORE INFO BOXES ***********************/
.definition {
    font-style: normal;
	position: relative;
	cursor:help;
}

.definitionlink {
    font-style: normal;
	position: relative;
  display: inline;
}

.definitiontext {
	display:none;
	position:absolute;
	width:160px;
	background-color:#FFFFCE;
	border:1px solid #E6E6B9;
	padding:2px;
}

.definitiontext2 {
	display:none;
	position:absolute;
	width:750px;
	margin:5px;
	font-size:10px;
	background-color:#F8F8F1;
}


/*********** GENERAL *************************************/
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bkgrnd.jpg);  
/* background-color:#F8F8F0; */
	color: #746C34;
	margin-top:0;
}
td {
	font-size:12px;
}
.actioncell { vertical-align:top; }

span.e {
text-transform:lowercase;
}

/*********** TEXT FORMATTING ****************************/

.smalltext {
	font-size:10px;
}
.sideBoxLink {
	color:#9A5134;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}

.sidetext {
	color:#9A5134;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	border:0px solid #000;
}

.titletext h1 {
	font-size:40px;
}
.titletext {
	color:#6A7A49;   
	font-weight:bold;
	font-family:Times;
    /*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	float:left;
	margin-top:5px;
}

.titletextpersonal {
	color:#6A7A49;   /*#746C34;*/
	font-weight:bold;
	font-family:Times;
    /*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	float:left;
	margin-top:5px;
}

.titletextcontent {
	color:#6A7A49;   /*#746C34;*/
	font-weight:bold;
	font-family:Times;
    /*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	float:left;
	margin-top:5px;
}

.titletext2 {
	color:#9A5134; 
	font-weight:bold;
	font-family:Times;
    /*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	float:left;
	margin-top:5px;
}

td.titletext2 {
	color:#9A5134; 
	font-weight:bold;
	font-family:Times;
    /*font-family:Arial, Helvetica, sans-serif;*/
	font-size:18px;
	float:left;
	margin-top:5px;
}

.largetext {
	font-size:14px;
}

.subtitletext {
	color:#9A5134;   /*#746C34;*/
	font-weight:bold;
	font-family:Times;
    /*font-family:Arial, Helvetica, sans-serif;*/
	float:left;
	margin-top:5px;
	margin-bottom:5px;	
	height:10px;
	width: 530px;
}


.subtitletext h1 {
	font-family:Times;
	font-size:12px;
	color:#9A5134;
	font-weight:bold;
	margin-bottom:0px;	
	margin-top:0px;
}

.resourceline {
	color:#CFCBA9;
	margin-top:10px;
	margin-bottom:10px;
}

.maintext {
	color:#746C34;
	font-family:Arial, Helvetica, sans-serif;
	
	padding-left:5px;	
	padding-right:5px;		

	border:0px solid #000;
}

.normal {
	color:#746C34;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	;
}

.brownbold {
	color:#746C34;
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	/*;*/
}

.brownline {
	border:1px solid #746C34;
}
.boldtext {
	color:#746C34;
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
/*	vertical-align:text-top;*/
}

.smallred {
	color:#9A5134;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}

.subheading {
	color:white;
	font-weight:bold;
}

.content .subheading {
	color:#746C34;
	font-weight:bold;
}
.personaltext {
	color:white;
}
.errortext {
	color:#9A5134;
	font-weight:normal;
}

.noprint {

}
.forprint {
	display:none;
}
/*********** HYPERLINK FORMATING ************************/

a:link {
	color: #9A5134;
	text-decoration:underline;
}

a:visited {
	color: #9A5134;
	text-decoration: underline;
} 

a:hover {
	color: #9A5134;
	text-decoration: underline;
} 

a:active {
	color: #9A5134;
	text-decoration: underline;
} 

a.sideboxLink:link {
	color: #9A5134;
	text-decoration:none;
}

a.sideboxLink:visited {
	color: #9A5134;
	text-decoration: none;
} 

a.sideboxLink:hover {
	color: #746C34;
	text-decoration: none;
} 
a.sideboxLink:active {
	color: #746C34;
	text-decoration: none;
} 

.sidetext a:active {
	color: #746C34;
	text-decoration: none;
} 

.sidetext a:link {
	color: #9A5134;
	text-decoration:none;
}

.sidetext a:visited {
	color: #9A5134;
	text-decoration: none;
} 

.sidetext a:hover {
	color: #746C34;
	text-decoration: none;
} 


.actiontext {
	color: #9A5134;
	text-decoration:underline;
	cursor:pointer;
}

.actionicon {
	cursor:pointer;
}

.personal a:link {
	color: white;
}
.personal a:visited {
	color: white;
}
.personal a:hover {
	color: white;
}
.personal a:active {
	color: white;
}
/*********** FORM STYLES **************************/
form {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

.hidden {
	display:none;
}

.loginbox {
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	font-size:9px;

}

.inputbox {
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:0px;
	margin-right:0px;
}

.formleft {
	font-size:12px;
	font-weight:bold;
	width:20%;
	vertical-align:top;	
	text-align:right;
}

.formsubmit { padding-left:115px; }

form#deletedreamform {
  display: inline;
}
/*********** NAVIGATIONAL TABS **************************/

#tabs div{
	float:left;
	position:relative;
	border:0px solid #000;	
}
.tab {
	border:0px solid #000;
}
.left {


}
.nonleft {
	margin-left:-7px;
}
.seltab {
	z-index:12;
}
.tab1 {
	z-index:1;
}
.tab2 {
	z-index:2;	
}
.tab3 {
	z-index:3;
}
.tab4 {
	z-index:4;
}
.tab5 {
	z-index:5;
}
#logo {
	float:left;
	width:293px;
}
#flashtitle {
	display:none;
	float:left;
	width:246px;
}
#livesupport {
	display:block;
	height:50px;
	float:left;
	width:246px;
	background:#B9B380;
	text-align:center;
}
#livesupport div {
	padding:2px;
}

/*********** TOP LOGIN **************************/
#login {
	background-color: #B9B380;
  color: #F1F2EA;
	height:50px;
	width:221px;
	float:left;
	text-align:right;
	font-weight:bold;
}

#login input {
  display: block;
}

/*********** PAGE TITLE **************************/
html.hasFlash #titlebar h1	{ visibility: hidden; }

#titlebarprint {
	display:none;
}

h1 {
  font-family: Georgia, Times, serif;
	font-size:16px;
	color:#6A7A49;
	font-weight:bold;
  margin: 10px;
}

#titlebar h1 {
	font-family:Times;
	font-size:16px;
	color:#6A7A49;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;	
	height:20px;
	
}
#titlebar div {

}

#mainboxhead h1 {
	font-family:Times;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;	
	margin-top:0px;
	margin-left:5px;
}



#flash {
	margin-top:-50px;

}

/*********** RIGHT SIDE BOXES **************************/
/*html.hasFlash h1.sideboxhead	{ visibility: hidden; }*/

h1.sideboxhead, h1.sideboxhead2 {
	font-family:Times;
	font-size:12px;
	color:#9A5134;
	font-weight:bold;
	margin-bottom:0px;	
	margin-top:0px;
	margin-left:5px;
	width:170px;
	border:0px solid #000;	
	
}

#sideboxhead {
	width:175px;
	height:18px;
	padding-top:7px;
	background-image:url(/images/boxhead.jpg);
	background-repeat:no-repeat;
}
#sideboxhead2 {
	width:175px;
	height:18px;
	padding-top:7px;
	background-image:url(/images/boxhead_2.jpg);
	background-repeat:no-repeat;
}
object { z-index:0; }

#sideboxhead img {
	margin-left:5px;
}

.sidetext p {
	margin:0px;
}
#sideboxcontent {
	margin-bottom:0px;
	width:175px;
	height:auto;
	background-image:url(/images/boxbkgrnd.jpg);
	border:0px solid #000;
}

#sideboximage {
	margin-bottom:10px;
	width:175px;
}

#sideboxfooter {
	width:175px;
	height:4px;
	margin-bottom:4px;
	background-image:url(/images/boxfoot.jpg);
	background-repeat:no-repeat;	
}

#sideboxheader {
	width:175px;
	height:4px;
	background-image:url(/images/boxfoot.jpg);
	background-repeat:no-repeat;	
	border:0px solid black;
}

.sidebox {
  width: 175px;
  margin-bottom: 10px;
	background-image:url(/images/boxfoot.jpg);
	background-repeat:no-repeat;
  background-position: bottom center;
  background-color: #D5D2B3;
}

.sidebox h3 {
	background-image: url(/images/boxhead.jpg);
	background-repeat:no-repeat;
	color: #9A5134;
 	font-family: Times;
	font-size: 12px;
	font-weight:bold;
	height:18px;
	margin-bottom:0px;	
	margin-top:0px;
	padding-left:5px;
	padding-top:7px;
	width:170px;
}

.sidebox p {
  padding: 0 1em 0.5em 1em;
}

.sidebox img {
  display: block;
  padding: 1em 1em 0 1em;
  text-align: center;
}

.sidebox img.right {
  float: right;
  display: inline;
  padding: 1em 0.5em 0.5em 0.5em;
}

#membership-benefits ul {
  list-style: none;
  padding: 1em;
  margin-left: 0px;
}

#membership-benefits ul li {
  background: url("/images/check.gif") no-repeat left center;
  padding-left: 22px;
  margin-bottom: 10px;
}


/*********** CENTER CONTENT BOXES **********************/

/*html.hasFlash #mainboxhead h1	{ visibility: hidden; }*/

#mainboxhead {
	margin: 0px 0px 0px 0px;
	width: 540px;
	height:24px;


	background-image:url(/images/mainhead.jpg);
	float:left;
	
	border:0px solid #000;
}


#mainboxheadpersonal  {

	margin: 0px 0px 0px 0px;
	width: 535px;
	height:24px;
	padding-left:5px;
	float:left;
	border:0px solid #000;		
	
	background-image:url(/images/mainhead_personal.jpg);
	background-repeat:no-repeat;
}

#mainboxheadcontent  {

	margin: 0px 0px 0px 0px;
	width: 540px;
	height:24px;
	float:left;
	border:0px solid #000;		
	
	background-image:url(/images/mainhead_content.jpg);
	background-repeat:repeat-x;	
}

#mainboxheadcontent h1 {
	font-family:Times;
	font-size:14px;
	color:#9A5134;
	font-weight:bold;
	margin-bottom:0px;	
	margin-top:0px;
	margin-left:5px;
}

#mainboxheadpersonal h1 {
	font-family:Times;
	font-size:14px;
	color:#9A5134;
	font-weight:bold;
	margin-bottom:0px;	
	margin-top:0px;
}


#headimage {
	float:right;
	text-align:right;
	border: 0px solid #000;
	margin-top:3px;
	margin-right:3px;	
}

#popupcontent  #mainboxcontent {
	float:left;
}
#content #mainboxcontent {
	width:540px; /* was 540 */
	/*
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	*/
	border:0px solid #000;
	float:left;
	/*background-image:url(/images/mainbkgrnd.jpg);*/


}

.witheight {
	/*
	height:430px;

	overflow:auto;*/
}
.content {
	/*background-image:url(/images/mainbkgrnd.gif);*/
	background-color:#D5D2B3;
}
.contentlight {
	/*background-image:url(/images/mainbkgrnd.gif);*/
	background-color:#E3E2CD;
}
.advisor {
	/*background-image:url(/images/mainbkgrnd.gif);*/
	background-color:#D5D2B3;
}

.personal {
	background-color:#7B9156;
	/*background-image:url(/images/mainbkgrndpersonal.jpg);*/
}

.coaching-checklist {
	background-color: #D5D2B3;
	border: 1px solid #9E583C; 
}

.financial {
	/*background-image:url(/images/mainbkgrnd.gif);*/
	background-color:#D5D2B3;
}

.business {
	background-image:url(/images/mainbkgrndbusiness.jpg);
}
.personal td {
	color:#FFFFFF;
}
#mainboxfooter {
	width:540px;
	height:10px;
	background-image:url(/images/mainfoot.jpg);
	background-repeat:repeat-x;
	float:left;
}

.mainboxlinecontent {
	border:0px solid black;
	width:540px;
	height:3px;
	background-repeat:repeat-x;
	float:left;
	background-image:url(/images/mainfoot.jpg);
}
.mainboxlinepersonal {
	border:0px solid black;
	width:540px;
	height:3px;
	background-repeat: repeat-x;
	float:left;
	background-image:url(/images/mainfoot_green.jpg);
}
.content #moreinfo {
	background-image:url(/images/buttons/more_info2.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:14px;
	cursor:pointer;
}
.content #moreinfo {
	background-image:url(/images/buttons/more_info2.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:14px;
	display:block;
}
.content #adddream  {
	background-image:url(/images/buttons/add_dream2.jpg);
	background-repeat:no-repeat;	
	width:63px;
	height:14px;
}
.content #adddream a {
	background-image:url(/images/buttons/add_dream2.jpg);
	background-repeat:no-repeat;	
	width:63px;
	height:14px;
	display:block;
}
.content #editcategory  {
	background-image:url(/images/buttons/edit2.jpg);
	background-repeat:no-repeat;	
	width:34px;
	height:14px;
}
.content #editcategory a {
	background-image:url(/images/buttons/edit2.jpg);
	background-repeat:no-repeat;	
	width:34px;
	height:14px;
	display:block;
}
.content #viewdream {
	background-image:url(/images/buttons/view_edit_dream2.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	cursor:pointer;
}
.content #viewdream a {
	background-image:url(/images/buttons/view_edit_dream2.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	display:block;
}
.content #viewgoals {
	background-image:url(/images/buttons/view_goals_plans2.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	cursor:pointer;
}
.content #viewgoals a {
	background-image:url(/images/buttons/view_goals_plans2.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	display:block;
}


.personal #adddream a {
	background-image:url(/images/buttons/add_dream.jpg);
	width:63px;
	height:14px;
	background-repeat:no-repeat;	
	display:block;
}
.personal #adddream {
	background-image:url(/images/buttons/add_dream.jpg);
	width:63px;
	height:14px;
	background-repeat:no-repeat;	

}
.personal #editcategory  {
	background-image:url(/images/buttons/edit1.jpg);
	background-repeat:no-repeat;	
	width:34px;
	height:14px;
}
.personal #editcategory a {
	background-image:url(/images/buttons/edit1.jpg);
	background-repeat:no-repeat;	
	width:34px;
	height:14px;
	display:block;
}
.personal #moreinfo {
	background-image:url(/images/buttons/more_info.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:14px;
	cursor:pointer;
}
.personal #moreinfo {
	background-image:url(/images/buttons/more_info.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:14px;
	display:block;
}
.personal #viewdream {
	background-image:url(/images/buttons/view_edit_dream.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	cursor:pointer;
}
.personal #viewdream a {
	background-image:url(/images/buttons/view_edit_dream.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	display:block;
}
.personal #viewgoals {
	background-image:url(/images/buttons/view_goals_plans.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	cursor:pointer;
}
.personal #viewgoals a {
	background-image:url(/images/buttons/view_goals_plans.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:14px;
	display:block;
}

.listdiv {
	width:176px;
	float:left;
	border:0px solid #000;
}
.listdiv-floatright {
	width:165px;
	float:right;
	border:0px solid #000;
}
.listdiv-nofloat {
	width:176px;
	float:left;
	border:0px solid #000;
}
.listitem {
	padding:2px;
}

.smallindent {
	padding-left:10px;
}
.largeindent {
	padding-left:20px;
}
/*********** MAIN CSS COLUMNS **************************/

#container {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border:0px solid #000;
}

#banner {
	padding:0px;
	width: 768px;	
	background-repeat:repeat-x;
	background-position:right;
}
#logo-print {
	display:none;
}
#titlebar {
	margin-top:10px;
	margin-left: 20px;
	height:20px;
	border:0px solid #000;
}

#timebar {
	float:right;
	/*
	padding-left: 400px;
	padding-right: 112px;
	*/
	width:auto;
	height:15px;
	margin-top:-15px;
	width:220px;
	margin-left:500px;
	border:0px solid #000;
	text-align:center;
	font-weight:bold;
}

#content {
	margin-left:10px;
	margin-top:15px;
	float:left;
	border:0px solid black;
	width:545px;
}

#rightside {
	width: 185px;
	margin-top:15px;
	margin-left:570px;
}

.reset {
	clear: both;
	width:768px; 
	height:1px;
}

#footer {
	clear: both;
	width:768px;
	height:28px;
	margin-top:5px;
	background-image:url("/images/footer.gif");
	background-repeat:no-repeat;	
}

#footertext {
	width:768px;
	text-align:center;	
}
.percentage {
	height:10px;
	width:75px;
	margin:0;
	padding:0;
	border:1px solid #fff;
	float:left;
}
.percentagetext {
	font-size:9px;
	color:#9A5134;

}
/*********** TABLE FORMATTING **************************/

.stephead td { border-bottom:1px solid #E3E2CE; }
.stepdetails td { border-bottom:1px solid #E3E2CE; }

.lightrow {
	background-color:#E3E2CE;
}	
.row-hidden {
	display:none;
}
.highlight {
	color:#9A5134;
}
.row-show {
	display:table-row;
}
#addsteplink td {
	padding:10px 0px 20px 0px;
}

/*********** STYLES RELATED TO FLASH REPLACEMENT **************************/
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}




.library .user  {
	visibility:hidden;
}

#content ul {
  padding: 0;
  margin: 0;
  list-style: none;  
  }
  
#nav li img {
	vertical-align:bottom;
	margin:0;padding:0;
}
ul#nav , ul#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;  
  }
#nav li {
  float: left;
  position: relative;
  margin:0;
  padding-bottom:0px;
  z-index:14;
  vertical-align:bottom;
  }  
  
#nav li ul {
  display: none;
  position: absolute; 
  top: 25px;
  left: 2px;
  }  
  
#nav li ul li {
	background-color:#E3E2CD;
	padding:5px;
	border-bottom:1px solid #CAC9B6;
	text-decoration:none;	
}
/*
#nav li > ul {
	top: auto;
	left: auto;
	}  
*/
#nav li:hover ul, #nav li.over ul{ display: block; }	

#nav li ul li:hover, #nav li.over { background-color:#DBD8BE; }

.aboutdrop {
	width:146px;	
}
.plandrop {
	width:146px;	
}
.traindrop {
	width:170px;	
}
.coachdrop {
	width:170px;	
	z-index:12;
}

#navdiv {
	background-color:#E3E2CD;
	width:760px;
	border-bottom:1px solid #CAC9B6;	
}
#nav.elifecoaches li {
	background-color:#E3E2CD;
	padding:5px 13px 5px 13px;
	border-right:1px solid #CAC9B6;	
	text-decoration:none;	
	text-align:center;
	font-size:12px;
	height:30px;
}
#nav.elifecoaches li.right {
	border-right:0px solid #CAC9B6;		
}


#nav.belifeplan li {
	background-color:#E3E2CD;
	padding:5px 20px 5px 20px;
	border-right:1px solid #CAC9B6;	
	text-decoration:none;	
	text-align:center;
	font-size:12px;
	height:30px;
}
#nav.belifeplan li.right {
	border-right:0px solid #CAC9B6;		
}

#nav.davidspeaks li {
	background-color:#E3E2CD;
	padding:5px 20px 5px 20px;
	border-right:1px solid #CAC9B6;	
	text-decoration:none;	
	text-align:center;
	font-size:12px;
	height:30px;
}
#nav.davidspeaks li.right {
	border-right:0px solid #CAC9B6;		
}

#nav.elifeadvisers li {
	background-color:#E3E2CD;
	padding:5px 15px 5px 15px;
	border-right:1px solid #CAC9B6;	
	text-decoration:none;	
	text-align:center;
	font-size:12px;
	height:30px;
}
#nav.elifeadvisers li.right {
	border-right:0px solid #CAC9B6;		
}


#newslettersignup.coaches {

	background-image:url(/images/newsletter_bkgnd_small.jpg);
	background-position:left;
	background-repeat:repeat-y;
	padding-right:10px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;	
}
#newslettersignup.coaches td{
	font-size:small;
}
#newslettersignup.coaches input{
	font-size:small;
}
#newslettersignup.coaches form {
/*	background-color:#D5D2B3;*/
width:175px;
margin:0;
}
#newslettersignup.coaches .title {
	text-align:center;
}
#newslettersignup.coaches p {
text-align:center;
margin:0;
}
#newslettersignup.coaches h3 {
	font-family:Times;
	font-size:16px;
	color:#9A5134;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;	
	height:20px;
	text-align:center;
}
#newslettersignup ul {
  padding: 0;
  margin: 0;
}
#newslettersignup li {
margin-left:15px;

}

}

ul.tourlinks { 
  height: 35px;
  display: inline;
}

ul.tourlinks li {
  width: 132px;
  float: left;
  margin: 0px;
  text-align: center;
}

.tourlinks a {
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Georgia, serif;
  white-space: nowrap;
  font-weight: bold;
  display: block
}

.tourlinks a:hover {
  background-color: #E3E2CD;
  text-decoration: underline;
}

a img {
  border: none;
}

/**** HELP PANELS ****/
.help_panel {
  background-color: #F9F8B8;
  border: 2px solid;
  clear: both;
	color: #746C34;
  margin: 8px;
  padding: 1px 1px 0px 0px;
  width: 500px;
}

.help_panel a:link {
	color:#9A5134;
}

.help_panel a:visited {
	color:#9A5134;
}

.help_panel a:active {
	color:#9A5134;
}

.help_panel a:hover {
	color:#9A5134;
}

.help_panel .top {
  clear: both;
}

.help_panel h3 {
  float: left;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 125%;
  margin: 0px;
  padding: 5px 0 0 5px;
  display: inline;
  width: 50%;
}

a.help_button {
  float: right;
  clear: both;
}

a.help_button span {
  clear: both;
}

.help_panel .audio-coaching {
  float: left;
  text-align: center;
  display: inline;
}

.help_panel .help_close_button {
  display: inline;
  margin: 5px 5px 0 0;
  float: right;
}

.help_panel .help_close_button:link {
	color: #746C34;
}

.help_panel .help_close_button:visited {
	color: #746C34;
}

.help_panel ol {
  margin: 0em 0.5em 0em 0.5em;
  line-height: 1.5;
}

.help panel ol li {
  margin-bottom: 0.75em;
}

.help_panel ol strong {
  color: #000033;
}

.help_panel .first {
  margin-top: 0px;
}

.help_panel .reset {
  width: 400px;
}

#plan_table {
  display: inline;
}


/**** BUTTONS ****/
a.button {
  color: #ffffff;
  display: block;
  float: left;
  height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url("/images/buttons/button_background_right.png") no-repeat scroll top right;
  padding-right: 10px;
  z-index: 5;
}

a.button span {
  color: #ffffff;
  display: block;
  line-height: 10px;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  background: url("/images/buttons/button_background_left.png") no-repeat;
  z-index: 5;
}

a#plan_help_button {
  background: transparent url("/images/buttons/button_background_right_gre.png") no-repeat scroll top right;
}

a#plan_help_button span {
  background: url("/images/buttons/button_background_left_gree.png") no-repeat;
  
}

.mainbox a.button {
  background: transparent url("/images/buttons/button_background_right_bro.png") no-repeat scroll top right;
}

.mainbox a.button span {
  background: url("/images/buttons/button_background_left_brow.png") no-repeat;
}

ul.linklist {
  list-style: none;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px;
}

ul.linklist li {
  margin-left: 5px;
}

ul.linklist li a {
  background: url("/images/buttons/arrow_button.jpg") no-repeat;
  text-decoration: none;
  padding-left: 18px;
}

ul.linklist ul li {
  padding-left: 36px;
}

.center {
  text-align: center;
}

.printonly {
  display: none;
}