@charset "utf-8";
/* CSS Document */
body
{
background-image:url(../images/back.gif);
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#004080;
background-color:#ffffff;
border:0;
margin:0;
padding:0;
}
a:link
{
color:#004080;
}
a:visited
{
color:#004080;
}
a:hover
{
color:#004080;
}
a:active
{
color:#004080;
}
.header
{
}
.footer
{
background-image:url(../images/bottom_accent.gif);
background-repeat:no-repeat;
width:615px;
vertical-align:top;
text-align:center;
font-size:x-small;
height:30px;
color:#000000;
}
.mainPage
{
width:615px;
background-color:#ffffff;
margin:20px 0px 20px 0px;
}
.searchInfo
{
width:602px;
margin-left:0px;
}
.noState
{
font-size:small;
}
.stateSearch
{
width:580px;
padding-top:10px;
margin:10px 0px 10px 0px;
}
.stateSearchCell
{
width:290px;
}
.stateResults
{
width:570px;
padding-top:10px;
}
.zipSearch
{
width:580px;
padding-top:10px;
margin:10px 0px 10px 0px;
}
.zipSearchCell1
{
width:120px;
}
.zipSearchCell2
{
width:460px;
}
.resultsCell1
{
width:200px;
font-weight:bold;
}
.resultsCell2
{
}
#leftNav
{
margin-right:10px;
vertical-align:top;
}
.instCell1
{
width:400px;
}
.instCell2
{
width:170px;
}
.adminCells
{
width:280px;
}

/* Used when users print a page */
@media print
{
table
{
width:100%;
}
body
{
width:95%;
font-size:12px;
color:#000000;
}
.header
{
display:none;
}
.noprint
{
display:none;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#336699 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #003366 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #003366 !important; //Text input field border color
   background-color:#336699 !important; //Text input field background color
 }
}
