﻿
.hidden
{
    display: none;
}

div.clear 
{
    clear: both;
}

.contenttext  /*overrides SBE styles*/
{
    width: 100%; 
    padding: 0;
}

/*for error displays*/
.field-validation-error
{
    color: Red;
    display: block;
}

/*voter services home link*/
#homeButton
{
    text-align: center;
    font-size: 50%;
    padding-top: 7px;
}


fieldset 
{
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
    text-align: left;
    border: 1px solid #8F6B00;
    border-radius: 15px;
    float: left;
    margin-bottom: 15px;
    display: inline;
    margin-top: 2%;
    
}

.date 
{
    padding: 0;
    border: 0;
    font-size: 12px;
    margin-top: 0;
    margin-left: -1px;
}

legend 
{
    padding:.2em .5em;
   
    color: Maroon;
    text-align: left;
    font-size: 130%;
    font-weight: bold;
}

.date legend
{
    color: inherit;
    margin-top: 10px;
    margin-left: -5px;
    font-size: 12px;
}

label
{
    text-align: left;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}

/*used for displaying the results of a search*/
.result-line span
{
    vertical-align: top;
}


.result-label
{
    font-weight: bold;
    vertical-align: top;
    color: #00005A;
    padding-bottom: 1em;
}

.result-display
{
    font-weight: normal;
    vertical-align: top;
    padding-bottom: 1em;
    padding-left: 1em;
}

.result-line
{
    clear:both;
    margin-bottom: 1em;
}


.error
{
    color: Red;
}

.instructions
{
    font-size: 80%;
    font-style: italic;
    line-height: 15px;
}

.validationmsg 
{
    color: Red;
    text-align: left;
    margin-top: 1%;
    margin-bottom: 5%;
}

input[type="text"].validationmsg-headermessage
{
    height: auto; 
    border: 0px;  
    background: transparent;
}

input[type="text"].hide
{
    display: none;
}

input[type="text"].show
{
    display: inline;
}

.ui-menu .ui-menu-item {
	list-style-image: none;
	font-size: 80%;
	text-align: left;
}

input[type=radio]
{
 margin-bottom: 10px;
}


.footnote
{
    font-size: 80%;
    margin-top: 10px;
    line-height: 15px;
}

.buttonToLink
{
background-color:Transparent;
border-style: none;	
color:Navy;	
cursor: pointer;
display:inline-block;	
font-style:normal;
text-align: left;	
text-decoration:underline; 
}

a img
{
    border: 0;
}

.instructionClarification
{
    
    text-align: left;
    margin-top: .25em;
    font-size: 85%;
    line-height: 15px;
}

.groupingFieldset
{
    border: 0;
    padding: 0;
}

input[type="text"], select
{
    margin-bottom: 0px;
}

select
{
    height: auto;
}

.date
 {
     display: inline;
     
 }
 
 #main-page-content
 {
     padding: 2%;
 }
 
 input[type="submit"]
 {     
      font-weight: bold;
     color: White;
     min-width: 20%;
      font-size: 120%;
     padding: .5%;
max-width: 40%;
background-color: silver;
	color: black;
font-weight: bold;
float: left;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 1px;
display: inline;
border-radius: 11px;
border: none;
cursor: pointer;
 }

 input[type="submit"]:active
 {
    background-color: #E5E5E5;
 }
 
  
 input[type="submit"].search:active
 {
     background-color: #8FBC8F;
 }
 
 
 input[type="submit"].search
 {
     background-color: Green;
 }
 
 div#navbuttons
 {
     margin-top: 3%;
 }
 

fieldset#SearchResults
{
    min-width: 30%;
    max-width: 400px;
        margin-right: 2%;
}

fieldset.search
{
    min-width: 40%;
    max-width: 450px;
}

fieldset li
{
    margin-bottom: 5%;
  
}


td label 
{
    font-size: 80%;
    width: 100%;
    text-align: center;
}


.wizard
{
   font-size: 150%;
}

.voterHeaderMessage, .voterHeaderMessage a, .voterHeaderMessage a:visited 
{
    font-weight:bold; 
    color: red;
}

.StreetListDisplay
{
    width:100%;
    background-color: #C4D0DE;
}


.show, input[type="submit"].show
{
    display: inherit;
}

.hide, input[type="submit"].hide, #btnRequestVNC.hide
{
    display: none;
}

.show_when_print
{
    display:none;
}

.indent
{
    margin-left: 10%;
}

ul.sbe li
{
    margin-bottom: 10px;
}

.VNCrequest
{
    font-weight: bold;
    font-style: italic;
    color: Green;
}

.precinct
{
    padding-left: 1.1em;
}


li
{
    margin-left: 2.5%;
}