﻿
body 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size:smaller;
}

hr {color:Silver;}

h1, h2, h3, h4 
{
    color: #660000;
}

h1 
{
    text-align:center;
    font-size:140%;
}

a:link{
	color: #660000;
}

input, select, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:smaller;
}

.errorMessage {
    font-weight:bolder;
    font-size:110%;
    color:red;
}

.subhead 
{
    font-weight:bolder;
    color:#660000;
}

.faq_subhead 
{
    font-weight:bolder;
    font-size:110%;
    color:#660000;
}

.faq_question 
{
    font-weight:bolder;
}

#siteLinks 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#siteHeader 
{
    text-align:center;
    color:#E7E1A2;
    background-color:#660000;
    font-size:xx-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:10px;
}

.formHeaderDriId
{
    font-weight:bolder;
    color:#660000;
}

.formHeaderText 
{
    font-weight:bolder;
    font-size:110%;
}

.statusUpdateHeading 
{
    font-weight:bolder; 
    font-size:120%;
}

.inputArea /*to emphasize textboxes, etc., on printout */
{
    border-style:solid;
    border-width:1px;
    border-color:gray;
}

table.formTable 
{
    font-size:85%;
}

table.formTable td
{
    vertical-align:top;
    padding:4px;
}

.listingTable 
{
    font-size:85%;
}

.notes 
{
    font-style:italic;
    font-size:90%;
}
.countieslist
{
	padding: 0 1.5em;
}
.county
{
	font-weight: bold;
	background-color: #dddddd;
	text-align: center;
}


.disabledFieldsHighlight
{
    font-weight:bolder;
}

.validator
{
    font-weight: bolder;
    font-size:110%;
}

.validatorSummary
{
    font-weight: bolder;
}

/* Menu - from DCA.css */
#menuitems{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	display: block;
	color: #000000;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}
#menuitems a:link{
	color: #660000;
	text-decoration: none;
}
#menuitems a:active{
	color: #660000;
	text-decoration: none;
}
#menuitems a:visited {
	color: #660000;
	text-decoration: none;
}
#menuitems a:hover {
	color: #999999;
	text-decoration: none;
}
/* end menu */


/* Copyright - from DCA.css */
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #696969;
	width: 749px;
	margin: 12px;
}
/* end copyright */


/* Footer - from DCA.css */
.footer{
    background-color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E2D998;
	margin: 0px;
	padding:5px;
}
.footer a:link{
	color: #E7E1A2;
	text-decoration: none;
}
.footer a:active{
	color: #E7E1A2;
	text-decoration: none;
}
.footer a:visited {
	color: #E7E1A2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* end footer */
