﻿ul
        {
            padding: 0;
        }

        .UpperClassOnly
 {
   text-transform:uppercase!important;
 }

div#container
{
    max-width: 100%;
    padding: 5px;
    margin: auto;
    background-color: whitesmoke;
}

.formcontainer
        {
            max-width: 100%;
            background-color: #E8E8E8;
            padding: 5px;
            margin: auto auto auto auto;
             text-align: center;
        }

.DivCenter
 {
     width: 100%;
    margin: 0px auto 0px auto ;
    }

h1
        {
            font-size: 175%;
            font-family: 'Times New Roman';
            margin: auto;
            text-align: center;
            color: #FFFFE8;
            font-weight: lighter;
        }

.frederickcounty
        {
        }

.virginia
        {
            color: #6699ff;
            font-size: 125%;
        }

.life
        {
            color: #FFFFCC;
            font-size: 50%;
            text-decoration: underline;
            font-weight: lighter;
            font-family: 'Lucida Handwriting';
            font-variant: small-caps;
            font-style: italic;
        }

h2
        {
            font-size: 150%;
            font-family: 'Times New Roman';
            margin: auto;
            text-align: center;
            color: #CCCCCC;
        }

.SubHeading
        {
            font-size: 120%;
            font-family: Arial, helvetica, Sans-Serif;
            margin: auto;
            text-align: left;
            color: Blue;
            font-weight: bold;
        }

.BlueBold {
    font-size: 90%;
    font-family:  Georgia;
    margin: auto;
    text-align: left;
    color: Blue;
    font-weight: bold;
}

.SubHeading2
        {
            font-size: 115%;
            font-family: Arial, helvetica, Sans-Serif;
            margin: auto;
            text-align: left;
            color: Maroon;
            padding: 1%;
            font-weight: bold;
        }
        
p.pagetext
        {
            font-size: .7em;
            margin: .7em 0;
            font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }

p.advisory
        {
            color: Red;
            text-align: center;
        }
        
#billImage
        {
            margin: .5px;
            float: none;
            width: 99%;
        }

#backgroundimage
        {
            margin: .5px;
            width: 99%;
        }

#sealImage
        {
            float: left;
            margin-left: .5em;
        }
        
.pagetextblue
        {
            font-size: 90%;
            margin: .7em 0;
            color: darkblue;
            font-family: 'Times New Roman', Times, serif;
        }

        .pagetextgray
        {
            font-size: 90%;
            margin: .7em 0;
            color: GrayText;
        }

        
.RadioButton
        {
            font-size: 90%;
            margin: .7em 0;
            color: Blue;
        }
        
.pagetext
        {
            font-size: 100%;
            margin: .7em 0;
        }
        
.pagetextsmall
{
    font-size: 75%;
    margin: .5em 0;
}

.pagetextsmaller
{
    font-size: 70%;
    margin: .7em 0;
}
.progressBar
        {
            font-size: 85%;
            margin: .7em 0;
            color:lightgray;
            font-family: 'Times New Roman', Times, serif;
        }

.grid
{
    font-size: 90%;
    margin: .7em 0;
}

.Indent20
{
    text-indent: 20px;
}

.errorMsg
{
    font-size: 1em;
    font-family: Arial, helvetica, Sans-Serif;
    font-style: italic;
    color: Red;
}

 .disclaimer
{
    font-size: 90%;
    font-family: Arial, helvetica, Sans-Serif;
}

 .mobile
{
    display: none;
}

 .subTotal
{
    font-size: 100%;
    font-family: Arial, helvetica, Sans-Serif;
    margin: auto;
    color: Maroon;
    font-weight: bold;
}

 .alignright
{
    text-align: right;
}
 .alignleft
{
    text-align: left;
}


  .italics
{
    font-size: 95%;
    font-weight: lighter;
    font-style: italic;
}

  #Image
{
    float: none;
}  

 .hiddencol
    {
        display:none;
    }
    .viscol
    {
        display:block;
    }
    
.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: auto;
    padding: 10px;
    width: 130px;
    background-color: #CCCCCC;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.rounded
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: #000000;
    background-color: #d3d3d3;
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
}


.WhiteSubHeading
{
    font-size: 100%;
    font-family: Arial, helvetica, Sans-Serif;
    margin: auto;
    text-align: left;
    color: #FFFFFF;
    padding: 1%;
    font-weight: bolder;
}
    .msgmodal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background:#7f7f7f;
    background:rgba(255,255,255,0.5);
     }
.msgcenter
{
    z-index: 1000;
     margin-left: 300px;
    margin-right: 300px;
    margin-top: 300px;
    margin-bottom: 300px;
    padding: 10px;
    width: 500px;
    text-align: center;
    background-color: #C0C0C0;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    background-image: linear-gradient(to bottom, #707070, #d3d3d3);
}

.msgbutton
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: #d3d3d3;
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
    font-size: 11pt;
}
.msgrounded
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: #000000;
    background-color: #0066FF;
    background-image: linear-gradient(to bottom, #0040A1, #B2C6E3);
}

    
