﻿/* CSS layout */
#masthead {
    width: 100%;
}
#masthead_title {
    width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	padding: 7px 5px 7px 5px;
	font-weight: bold;
	background-color: #CF9A00;
}
#top_nav {
}
#page_content {
	margin-right: 5px;
	margin-left: 5px;
	width: 100%;
}
#footer {
}
.email_link:visited {
	color: #0000FF;
	text-decoration: underline;
}
.email_link:link {
	color: #0000FF;
	text-decoration: underline;
}
#completegrantnowlink:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#completegrantnowlink:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#clickheregrantclaimlink:visited {
	color: #0000FF;
	text-decoration: underline;
}
#clickheregrantclaimlink:link {
	color: #0000FF;
	text-decoration: underline;
}
#paymentoptions:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#paymentoptions:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#hog_claim_notice {
	border-width: 2px;
	padding: 5px;
	font-weight: bold;
	color: #800000;
	border-style: solid;
	margin-top: 8px;
	margin-bottom: 15px;
}
#privacy_act_block 
{
    border: solid 2px black;
    padding: 3px 8px 3px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#print_copy_notice {
	font-weight: bold;
	color: #800000;
}
.grant_particulars 
{
    padding-top: 15px;
}
.grant_details_row 
{
    vertical-align: top;
}
.grant_detail_bullet 
{
    width: 25px;
}
.grant_para_spacer
{
    padding-bottom: 8px;
}
#grant_selection_block 
{
    margin-top: 10px;
}
.grant_type_block
{
    width: 23px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-top: 2px;
    border: solid 1px #C0C0C0;
}
.grant_type_block_selected 
{
    background-color: #CBC0D4;
}
.grant_type_title_block 
{
    padding-left: 15px;
}
.grant_type_title 
{
    font-size: 1.25em;
}
#address_grant_block 
{
    padding-top: 15px;
}
#eligibility_details_block 
{
    background-color: #FFEFBF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}
#eligibility_title 
{
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}
.elig_section_title 
{
    text-decoration: underline;
}
.messages_panel {
	padding-bottom: 15px
}
.error_messages {
	color: red;
}
.info_messages {
	color: blue;
}
.req_input_ind {
	color: red;
}
.validation_summary {
	color: red
}
.validation_summary li {
	color: red
}
.app_review_header {
	width: 800px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFEFBF;
	margin-top: 10px;
	margin-bottom: 5px;
}
#ApplicationLastName {
	width: 155px;
}
.date_field_input 
{
    padding-right: 15px;
}
#BirthYear {
	width: 45px;
}
#BirthMonth {
	width: 45px;
}
#BirthDay {
	width: 45px;
}
#DeathYear {
	width: 45px;
}
#DeathMonth {
	width: 45px;
}
#DeathDay {
	width: 45px;
}
#RelationshipToDeceased 
{
    width: 65px;
}
#AddressStreet {
	width: 300px
}
#AddressPostalCode {
	width: 65px;
}
#EmailAddress {
	width: 200px;
}

