#checklistDisplayTopRow {
	position: relative;
}

#titleAndDescription {
	float: left;
	width: 964px;
	margin-bottom: 10px;
	position: relative;
}

#titleAndDescription .description {
	font-size: 13px;
	float: left;
	width: 500px;
	clear: both;
}

.returnActionPlanHolder {
	clear: left;
	margin-bottom: 10px;
	height:29px;
	width:220px;
	background: url(http://files.learnvest.com/files/app/images/yourPlan/return.gif) no-repeat;
	margin-top: 30px;
}

.returnActionPlanHolder a{ 
	display:block;
	height:100%;
}

.returnActionPlanHolder a:hover{
	background: url(http://files.learnvest.com/files/app/images/yourPlan/return_rollover.gif) no-repeat;
	height:29px;
	width:220px;
}

/* Checklist Progress Bar*/
#titleAndDescription .checklistProgressHolder {
	bottom: 0;
	position: absolute;
	right: 0;
}

#saveYourProgress {
	height: 76px;
	width: 287px;
}

#saveYourProgress a {
	background: url(http://files.learnvest.com/files/app/images/checklistProgressBar/signin.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

#saveYourProgress a:hover {
	background: url(http://files.learnvest.com/files/app/images/checklistProgressBar/signin_rollover.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

#checklistProgress {
	float: right;
	background: url(http://files.learnvest.com/files/app/images/checklistProgressBar/checklist_progress_bg.jpg) no-repeat;
	height: 109px;
	width: 286px;
	position: relative;
}

#checklistProgressBar {
	background: url(http://files.learnvest.com/files/app/images/checklistProgressBar/checklist_progress_grey_bar.jpg) no-repeat; 
	height: 21px;
	width: 252px;
}

#checklistProgressHolder {
	margin: 15px 0px 0px 15px;
}

#checklistProgressBar {
	margin-top: 10px; 
}

#progressStatusHolder {
	position: absolute;
	bottom: 11px;
	left: 17px;
}

#checklistProgressBar .advanceBar {
	background: url(http://files.learnvest.com/files/app/images/checklistProgressBar/checklist_progress_green_bar.jpg) no-repeat; 
	height: 21px;
	width: 0%;
}

#checklistProgress .checklistProgressMessage {
	font-size: 17px;
	font-weight: bold;
}

#checklistProgress .checklistProgressNumber {
	font-size: 17px;
	color: #9FCF67;
	margin-left: 5px;
	font-weight: bold;
}

#progressStatusHolder .stepsNotStarted {
	color: #A7A9AC;
}

#progressStatusHolder .stepsLeft {
	color: #29ABE2;
}

#progressStatusHolder .stepsCompleted {
	color: #8AAE55;
}

#checklistSteps #stepBoxTop {
	background: url("http://files.learnvest.com/files/app/images/checklists/steps_bg_top.jpg") no-repeat top left;
	width: 964px;
	height: 9px;
	float: left;
}

#checklistSteps #stepBoxContent {
	background: url(http://files.learnvest.com/files/app/images/checklists/steps_bg_content.gif) repeat-y top left;
	width: 964px;
	float: left;
	min-height: 370px;
	position: relative;
	z-index: 1;
}

#checklistSteps #bottomBackground {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}

#checklistSteps #stepBoxContent #finishedChecklist {
	width: 661px;
	float: left;
	margin-left: 7px;
	margin-bottom: 6px;
}

#checklistSteps #stepBoxContent #finishedChecklist #finishedChecklistTop {
	float: left;
	height: 17px;
	width: 661px;
	background: url(http://files.learnvest.com/files/app/images/checklists/content_top.jpg) no-repeat top left;
}

#checklistSteps #stepBoxContent #finishedChecklist #finishedChecklistContent {
	float: left;
	width: 661px;
	border-left: 1px solid #E4E5E6;
	border-right: 1px solid #E4E5E6;
	text-align: center;
	background: white;
	min-height: 463px;
}

#checklistSteps #stepBoxContent #finishedChecklist #finishedChecklistContent .congratulationsImage {
	padding-top:55px;
}

#checklistSteps #stepBoxContent #finishedChecklist #finishedChecklistContent .finishedText {
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 8px 0px;
}

#checklistSteps #stepBoxContent #finishedChecklist #finishedChecklistBottom {
	float: left;
	height: 3px;
	width: 661px;
	background: url(http://files.learnvest.com/files/app/images/checklists/content_bottom.gif) no-repeat top left;
}

#checklistSteps #stepBoxContent #stepAndButtons {
	float: left;
	margin-left: 7px;
	width: 661px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons {
	background: url(http://files.learnvest.com/files/app/images/checklists/buttons_bg.jpg) no-repeat top left;
	height: 43px;
	width: 661px;
	margin-bottom: 6px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons a {
	display: table-cell;
	vertical-align: middle;
	width: 239px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .prevButton {
	height: 43px;
	line-height: 43px;
	display: table;
	width: 130px;
	float: left;
	text-align: center;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .prevButton a {
	background: url(http://files.learnvest.com/files/app/images/checklists/nav_button.jpg) no-repeat top left;
	color: #333333;
	height: 42px;
	width: 130px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .prevButton a:hover {
	background: url(http://files.learnvest.com/files/app/images/checklists/nav_button_flip.jpg) no-repeat top left;
	color: #333333;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .prevButton .prevButtonImage {
	padding-right: 3px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .nextButton {
	background: url(http://files.learnvest.com/files/app/images/checklists/fwd_button.gif) no-repeat top left;
	height: 43px;
	width: 239px;
	float: left;
	text-align: center;
	line-height: 43px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .nextButton .nextLink {
	color: white !important;
	height: 43px;
	width: 239px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .nextButton .nextLink:hover {
	background: url(http://files.learnvest.com/files/app/images/checklists/fwd_button_flip.jpg) no-repeat top left;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .nextButton .nextLink: hover {
	background: url(http://files.learnvest.com/files/app/images/checklists/fwd_button_flip.jpg) no-repeat top left;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .forwardButton {
	background: url(http://files.learnvest.com/files/app/images/checklists/fwd_button.gif) no-repeat top left;
	height: 43px;
	line-height: 43px;
	width: 239px;
	float: left;
	text-align: center;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .forwardButton .forwardLink {
	background: url(http://files.learnvest.com/files/app/images/checklists/fwd_button.gif) no-repeat top left;
	color: white;
	height: 43px;
	width: 239px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .forwardButton .forwardLink:hover {
	background: url(http://files.learnvest.com/files/app/images/checklists/fwd_button_flip.jpg) no-repeat top left;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .finishButton {
	background: url(http://files.learnvest.com/files/app/images/checklists/button_.gif) no-repeat bottom left;
	height: 43px;
	line-height: 43px;
	display: table;
	width: 531px;
	float: left;
	text-align: center;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .finishButton .finishLink {
	color: white;
	width: 531px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .previewStep {
	height: 43px;
	float: left;
	width: 290px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .previewStep .previewStepImage {
	margin: 6px 10px 0px 7px;
	width: 30px;
	display: block;
	float: left;
	height: 31px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .previewStep .previewStepTitle {
	/*color: #666666;*/
	color: #333333;
	width: 240px;
}

#checklistSteps #stepBoxContent #stepAndButtons #stepButtons .previewStep table.previewStepDiv {
	height: 43px;
	font-size: 12px;
	width: 240px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step {
	width: 661px;
	background: white;
	min-height: 440px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #stepTop {
	background: url("http://files.learnvest.com/files/app/images/checklists/content_top.jpg") no-repeat top left;
	height: 17px;
	width: 661px;
	position: relative;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #stepTop #stepImage {
	left: -15px;
	position: absolute;
	top: -21px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #stepContent {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #E4E5E6;
	border-right: 1px solid #E4E5E6;
	font-size: 13px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #stepContent #stepTitle {
	padding-bottom: 10px;
	border-bottom: 1px dashed #E4E5E6;
	font-size: 17px;
	padding-left: 18px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #hint {
	padding: 10px 0px;
	width: 615px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #hint .hintTitle {
	margin-left: 7px;
	float: left;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #hint #hintTop {
	background: url("http://files.learnvest.com/files/app/images/checklists/hint_bubble_top.jpg") no-repeat top left;
	height: 4px;
	width: 615px;
	font-size: 0px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #hint #hintContent {
	background: url("http://files.learnvest.com/files/app/images/checklists/hint_bubble_bg.jpg") repeat-y top left;
	width: 615px;
	min-height: 30px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #hint #hintContent #hintText {
	margin-left: 60px;
	font-size: 13px;
}

#checklistSteps #stepBoxContent #stepAndButtons #step #hint #hintBottom {
	background: url("http://files.learnvest.com/files/app/images/checklists/hint_bubble_bottom.jpg") no-repeat top left;
	height: 18px;
	width: 615px;
}

#checklistSteps #stepBoxContent #stepList {
	float: right;
	padding-right: 8px;
}

#checklistSteps #stepBoxContent #stepList .stepButton {
	height: 48px;
	position: relative;
}

#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonImage {
	float: right;
	position: absolute;
	right: 36px;
	width: 34px;
	top: 2px;
	height: 34px;
}

#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonInactive {
	background: url("http://files.learnvest.com/files/app/images/checklists/bttn_step.jpg") no-repeat top right;
	height: 38px;
	width: 234px;
	margin-bottom: 10px;
	float: right;
}

table.stepButtonText {
	height: 38px;
}

#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonActive table.stepButtonText {
	margin-left: 19px;
	font-size: 12px;
	width: 196px;
}
#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonActive {
	background: url("http://files.learnvest.com/files/app/images/checklists/bttn_step_on.jpg") no-repeat top right;
	height: 38px;
	width: 243px;
	margin-bottom: 10px;
	float: right;
}

div.stepButtonActive * {
	color: #097BAF;
	
}


#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonInactive table.stepButtonText {
	margin-left: 10px;
	font-size: 12px;
	color: #2CA9E1;
	width: 196px;
}

#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonCheck {
	float: right;
	margin: 5px 0 5px 20px;
}

#checklistSteps #stepBoxContent #stepList .stepButton .stepButtonCheckHidden {
	float: right;
	margin: 5px 0 5px 20px;
	visibility: hidden;
}

.readTime{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.readTime .clock {
	float: left;
}

.readTime .timeHolder {
	float:left;
	font-size:11px;
	line-height:10px;
	padding-left:6px;
	text-transform:uppercase;
}

.readTime .readTimeValue {
	color: #29ABE2;
}
