/* 
 * General HTML elements
 *
 */
* {font-family: Verdana, Arial, Helvetica, sans-serif;}

body {
	font-size: 62.5%;
	margin: 20px;
}

.companyProperties
{
	padding-bottom: 5px;
}
/* 
 * Virtual agent dialogs
 *
 */
img.agent {
	border: 1px solid #BBBBBB; 
	float: left; 
	margin: 0 10px 0 0;
}
div#eligibility {
	display: none;
}
.ui-dialog-titlebar-close {
	display: none;
}

/* 
 * Premium display
 *
 */
#premium {
	float: right;
}
#premium_label {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	text-align: center;
	width: 152px;
}
#premium_amount {
	border: 1px solid #990000;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	text-align: center;
	width: 150px;
}


/* 
 * General form elements 
 *
 */
fieldset {
	border-top: #00529F solid 2px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

fieldset.checkbox, fieldset.radio, fieldset.select, fieldset.text, fieldset.textarea {
	border: none;
}

fieldset.checkbox, fieldset.radio {
	padding: 5px 10px 0 0;
}

input.checkbox {
	float: left;
	margin: -1px 5px 2px 0;
	padding: 0;
}
input.radio {
	margin: 2px 2px 0 0;
	padding: 0;
}
input.text, select, textarea {
	border: 1px solid #BBBBBB;
	color: #00529F; 
	font-weight: normal;
}

label.checkbox, label.radio {
	display: inline;
	color: #00529F;
	margin: 0;
	padding: 0;
}
label.select, label.text, label.textarea {
	color: #000000;
	display: block;
	font-weight: normal;
}
label.error {
	clear: both;
	color: #990000;
	display: block;
	font-style: italic;
	font-weight: normal;
	margin: 5px 5px 5px 0;
}

legend {
	color: #990000;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 0 -10px;
	padding: 0;
}

legend.checkbox, legend.radio {
	color: #000000;
	display: inline;
	font-weight: normal;
}
legend > span {
	display: block;
	margin: 5px 0 -2px 0;
	white-space: normal;
	width: 100%;
}

span.checkbox {
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
}
span.hint {
	clear: both;
	display: block;
	color: #BBBBBB;
}
span.radio {
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px 5px 0;
	white-space: nowrap;
}

textarea {
	width: 100%;
}

div.navigation {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
input.navigation {
	margin: 10px 0 10px 0;
	padding: 5px;
	text-transform: uppercase;
}

/* 
 * Specific form elements on the applicant tab
 *
 */
#app_type > span.radio {
	clear: both;
}
#first_nm {
	display: inline;
	width: 30%;
}
#first_nm_field {
	width: 100%;
}
#middle_init {
	display: inline;
	width: 30%;
}
#middle_init_field {
	width: 100%;
}
#last_nm {
	display: inline;
	width: 30%;
}
#last_nm_field {
	width: 100%;
}
#home_phone {
	display: inline;
	width: 30%;
}
#home_phone_field {
	width: 100%;
}
#work_phone {
	display: inline;
	width: 30%;
}
#work_phone_field {
	width: 100%;
}
#other_phone {
	display: inline;
	width: 30%;
}
#other_phone_field {
	width: 100%;
}
#e_mail_field {
	width: 60%;
}
#curr_addr_field {
	width: 60%;
}
#curr_addr_city {
	display: inline;
	width: 30%;
}
#curr_addr_city_field {
	width: 100%;
}
#curr_addr_state {
	display: inline;
}
#curr_addr_zip {
	display: inline;
	width: 30%;
}
#sex {
	display: inline;
	width: 30%;
}
#marital_stat {
	display: inline;
	width: 60%;
}
#dob {
	display: inline;
	width: 30%;
}
#member_ssn {
	display: inline;
	width: 60%;
}
#applicant_height {
	display: inline;
	width: 30%;
}
#applicant_weight {
	display: inline;
	width: 60%;
}

#company_expertise_choices > span.checkbox {
	width: 48%;
	float:left;
}

#company_operation_areas > span.checkbox {

	float: left;
}


#rank {
	display: inline;
	width: 30%;
}
#act_ret_date {
	display: inline;
	width: 60%;
}
#benefcry, #benefcry_relat,
#benefcry2, #benefcry2_relat {
	display: inline;
	width: 45%;
}
#benefcry_field, #benefcry_relat_field,
#benefcry2_field, #benefcry2_relat_field {
	width: 100%;
}
#nbr_of_units_m > span.radio {
	width: 15%;
}

/* 
 * Specific form elements on the spouse tab
 *
 */
#depend_first_nm_1_field {
	width: 30%;
}
#depend_dob_1 {
	display: inline;
	width: 30%;
}
#member_spouse_ssn {
	display: inline;
	width: 60%;
}
#spouse_height {
	display: inline;
	width: 30%;
}
#spouse_weight {
	display: inline;
	width: 60%;
}
#nbr_of_units_s > span.radio {
	width: 15%;
}

/* 
 * Specific form elements on the family tab
 *
 */
#family > fieldset > fieldset {
	display: inline;
}

/* 
 * Specific form elements on the health tab
 *
 */
#health fieldset > fieldset {
	border-top: none;
}
#cancer_hiv, #received_care, #moving_violations {
	border-bottom: dashed 1px #BBBBBB;
}
#health_information > fieldset > fieldset.radio {
	display: inline;
	margin: 5px 5px 5px 0;
	width: 30%;
}
#drivers {
	display: inline;
	width: 50%;
}
#drivers_license {
	display: inline;
}
#drivers_license_state {
	display: inline;
}

/* 
 * Specific form elements on the other tab
 *
 */
#other > fieldset > fieldset {
	display: inline;
}
#replace_reason, #replace_reason_field {
	width: 100%;
}

/* 
 * Specific form elements on the payment tab
 *
 */
#pay_method > span.radio {
	clear: both;
	display: block;
	white-space: normal;
	width: 100%;
}
#cc_addr {
	width: 100%;
}
#cc_addr_city {
	display: inline;
	width: 30%;
}
#cc_addr_city_field {
	width: 100%;
}
#cc_addr_state {
	display: inline;
}
#cc_addr_zip {
	display: inline;
	width: 40%;
}
#cc_num, #cc_exp {
	display: inline;
}
#cc_num {
	width: 30%;
}
#cc_num_field {
	width: 100%;
}

/* 
 * Specific form elements on the review tab
 *
 */
#review div {
	margin: 10px 0 10px 0;
	padding: 0;
}
#review img {
	border: none;
	display: block; 
	float: right; 
	height: 50px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 65px;
}
#review a {
	display: block;
}
#review p {
	display: block;
}
#initials_label {
	display: inline;
}
#initials_field {
	display: inline;
	text-transform: uppercase;
}

.review_tab_value
{
	border:1px solid #BBBBBB;
	color:#00529F;
font-weight:normal;
	
}

.directory_search_fields td
{
	padding-left:8px;
}

