.greenBTN{
	background-image: url('../graphics/btnGreenBG.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 36px;
	border-top: solid 0px #003399;
	border-left: solid 0px #003399;
	border-right: none;
	border-bottom: none;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 7px;
}

/************************************ 
 Assessment Listing - Radio buttons with Labels 
*************************************/
.assessmentList{
	width: 700px;
	border: dashed 1px #CCCCCC;
}
.assessmentList td{
	padding: 0px;
	margin: 0px;
	border-bottom: dashed 1px #CCCCCC;

	text-align: center;
}
.assessmentList .nameTxt{
	text-align: right;
	width: 470px;
}

.assessmentList .spaceCell{
	width: 20px;
}

.assessmentList .lastCell{

}





/****************************
 Assessment Progress
****************************/
.progressNav{
	padding: 10px;
	border: dashed 1px;
	text-align: center;
	width: 450px;
}
.progressNav td{
}

.yourTask{
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: bold;
	text-decoration: underline
}

/******************** menu buttons  ********************/

.btn_grad {
	background-image: url(../graphics/btn_grad.jpg);
	background-repeat: repeat-y;
	background-color: #E2F0FB;
	border: 1px solid #000066;
	font-weight: bold;
	padding: 5px;
	width: 90px;
	text-align: center;
	margin-left: 10px;

}

.continueBTN{
	float: right;
	padding-right: 10px;
}
/****************************
Promo Code
****************************/
#promoCode{
	width: 350px;
	border: dashed 1px #CCCCCC;
	padding: 5px;
	background-color: #EEEEEE;
}

/****************************
Payment
****************************/
.sslLink{
	padding: 5px;
	border: solid 1px #3366CC;
	width: 250px;
	text-align: center;
}

.ccTable{
		
}

.ccTable td{
	font-weight:bold;
}

.ccvLink{
	font-size: 8px;
}

.paymentImage{
	float: right;
	margin-top: 10px;
}

.paymentFailed{
	font-weight: bold;
	color: #CC0000;
}

.paymentOK{
	font-weight: bold;
	color: #00CC33;
}

#payAmount{
	margin:2px;
	padding: 2px;
	border: solid 1px;
}
/****************************
Assessment Details
****************************/
.dateSpace{
	float:left;padding-left: 18px;
}

.referalOptions{
}

#leftText{
	float: left;
	width: 460px;
}
#rightText{
	float: right;
	width: 240px;
	padding-top: 170px;
}

.cellLabel1{
	font-weight: bold;
	
}
.assessTestimonial, .assessTestimonialHP {
	padding: 10px;
	border: solid 1px;
	border-color:#66CC33;
	font-size: 0.8em;
	width: 185px;
	height: 100px;
}
.assessTestimonialHP {
	border: none;
	font-size: 0.9em;
}
#assessDetailsFlash{
	position: absolute;
	margin-left: 450px;
}

#paymentOptions1{
	clear: both;
	
}
.paymentOptTable{
	border: none;
	width: 100%;
}
.paymentOptTable td{
	vertical-align: top;
}

/****************************
Score Legend
****************************/
.taskText{
	width: 480px;
	
}
.scoreLegend {
	position: absolute;
	left: 527px;
	border-bottom: solid 1px #2C38A9;
	font-size: 0.9em;
}


/****************************
Leisure
***************************/
.leisureList{
	width: 700px;
	color: #A1DC2C;
	font-weight: bold;
}

.topImage{
	padding-top: 46px; /* margin causes probls in Firefox */
}

/****************************************** 
 *	Product  options layout 
 ******************************************/

.optLabel{
	float: left;
	width: 460px;
	font-weight: bold;
	padding-right: 20px;
}
.optPrice{
	float: left;
	width: 100px;
	font-weight: bold;
}
.optAdd{
	float: left;
	width: 100px;
	font-weight: bold;
}
.optDesc{
	width: 450px;
	padding-top: 10px;
}
.optSample{
	position: absolute;
	width: 200px;
	border: solid 1px;
	margin-top: 20px;
	margin-left: 480px;
	text-align: center;
	padding: 5px 15px 5px 15px;
}

.optionContainer{
	clear: both;
	padding-top: 25px;
}