﻿
div.assessmentForm
{
	text-align: center;
	width: 553px;
    background-color: #8c8ead; /*#D9FBDB;*/
    border: 1px solid #aaa;
    border-right-color: #555;
    border-bottom-color: #555;
	font-size: 8pt;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	clear: both;
}

body.homePage div.assessmentForm
{
	margin: 20px auto 20px auto;
}

div.assessmentForm .financialQuestion
{
	text-align: left;
}

div.assessmentForm .financialAnswer
{
	text-align: left;
	padding: 5px 0 0 0;
}

div.assessmentForm .financialButton
{
	width: 40px;
}

div.assessmentForm .heading
{
	margin-bottom: 10px;
	text-align: center;
    font-weight: bold;
}

div.assessmentForm table
{
	width: 100%;
}

div.assessmentForm td
{
	padding-bottom: 5px;
	margin: 0px;
	padding: 3px;
}

div.assessmentForm input, div.assessmentForm select
{
	font-size: 8pt;
}

div.assessmentForm hr
{
    height: 1px; 
    margin: 2px 0px
}

div.assessmentForm input.submitButton
{
    width: 165px;
    margin: 5px;
    height: 26px;
    background: #FFB157 url(../button-square.gif) repeat-x 0 50%;
    color: #000;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    cursor: pointer;
}

div.assessmentForm .labelCell
{
	text-align: right;
	padding-right: 3px;
}

div.assessmentForm .inputCell
{
	text-align: left;
}

div.assessmentForm .flabelCell
{
	text-align: left;
    font-weight: bold;
    color: #3366cc;
}

div.assessmentForm .finputCell
{
	text-align: left;
	padding-right: 10px;
}

div.assessmentForm .inputField
{
	width: 120px;
}
div.assessmentForm .inputFieldWide
{
	width: 150px;
}

div.assessmentForm .inputShortField
{
	width: 75px;
}

div.assessmentForm .inputCell.phoneCell
{
	font-weight: bold;
	width: 200px;
}
div.assessmentForm .inputCell.phoneCell input, div.assessmentForm .inputCell.phoneCell .error
{
	font-weight: normal;
}
div.assessmentForm #phone_areacode	{ width: 27px; }
div.assessmentForm #phone_prefix	{ width: 27px; }
div.assessmentForm #phone_suffix	{ width: 34px; }
div.assessmentForm #dphone_ext		{ width: 41px; }

div.assessmentForm .errorCell
{
	text-align: left;
    font-weight: bold;
    color: #ff0000;
}

div.assessmentForm .error
{
	display: none;
	color: Yellow;
}

div.assessmentForm .error.visible
{
	display: block;
	margin-top: 5px;
	white-space: nowrap;
}


/* Daisy page */
body#AssessmentDaisyPage div.assessmentForm
{
	text-align: left;
	padding-top: 0px;
}

body#AssessmentDaisyPage div.question
{
	margin-top: 12px;
	padding-left: 15px
}

body#AssessmentDaisyPage div.question .label
{
	margin-left: -15px;
	font-weight: bold;
	margin-top: 8px; 
	margin-bottom: 2px;
}

body#AssessmentDaisyPage div.question div
{
	margin-bottom: 4px;
}

body#AssessmentDaisyPage div.question input
{
	margin-left: 0;
}

body#AssessmentDaisyPage div.question input.age
{ 
	width: 28px 
}

body#AssessmentDaisyPage div.question input.name
{ 
	width: 150px
}
body#AssessmentDaisyPage div.question input.desiredLocation
{
	width: 205px
}
body#AssessmentDaisyPage div.question textarea.familyNote
{ 
	width: 500px;
	height: 200px 
}

body#AssessmentDaisyPage span.inlineQuestion
{
	text-indent: 0;
	margin-right: 15px;
}

body#AssessmentDaisyPage .radioButtons label
{
	margin-right: 15px;
}

body#AssessmentDaisyPage #walkingDistance, body#AssessmentDaisyPage #wheelChair
{
	margin-left: 15px;
}

body#AssessmentDaisyPage div.question table
{
	border-spacing: 0;
	border-collapse: collapse;
}

body#AssessmentDaisyPage div.question td
{
	padding: 0 0 3px 0;
}

body#AssessmentDaisyPage div.assessmentForm .error
{
	margin: 5px 0px 0px 15px;
}

body#AssessmentDaisyPage div.assessmentForm .block-error
{
	margin: 5px 0 0 0;
}

body#AssessmentDaisyPage div.assessmentForm .block-error .error
{
	margin: 0;
}

body#AssessmentDaisyPage #mainContent p
{
	margin-bottom: 10px;
	margin-top: 10px;
}

body#AssessmentDaisyPage #mainContent ul
{
	margin-top: 10px;
	margin-bottom: 15px;
}

body#AssessmentDaisyPage #mainContent ul li
{
	margin-top: 5px;
}

body#AssessmentDaisyPage #completionInfo
{
	width: 585px; 
	margin-left: 4px; 
	margin-top: 20px
}
body#AssessmentDaisyPage #submitArea
{
	width: 595px; 
	margin-left: 4px; 
	text-align: center
}

input.submitButton
{
	width: 186px
}

