﻿body
{
    margin: 0; padding: 0;
    font: 12px Arial;
    text-align: left;
    padding: 10px 5px 0 5px;
}
fieldset
{
    width: 70%;
    margin: 0px 15% 0px 15%;
    padding: 10px;
}
legend
{
    font: bold 20px Arial;
    color: #BB133E;
}
label
{
    display: inline-block;
    width: 40%;
    text-align: right;
    font-weight: bold;
}
h1
{
    width: 100%;
    text-align: center;
    font-family: Arial;
    font-size: 2.4em;
    color: #003C69;
}
h2
{
    color: #69923A;
}
p
{
    font-size: 1.2em;
    font-family: Arial;
}
a
{
    color: #003c69;
    text-decoration: none;
    border-bottom: 1px dotted #003c69;
}
a:hover
{
    color: #003c69;
    border-bottom: 1px solid #003c69;
}
#nav
{
    
}
#nav ul
{
    width: 100%;
    list-style: none;
    padding: 10px;
    text-align: center;
}
#nav ul li
{
    display: inline;
    margin: 0px 5px;
}
#nav ul li a
{
    padding: .2em .5em;
    background-color: #036;
    font-size: 1.6em;
    color: White;
    text-decoration: none;
    border: 2px solid #036;
}

#nav ul li a:hover
{
    background-color: #369;
    color: #fff;
}
.center
{
    text-align: center;
}
#header
{
    width: 100%;
    height: 148px;
    padding: 0;
    display: inline-block;
    background-position: center top;
    background-image: url('../images/RS_Atlanta_header.jpg');
}
#valMessage
{
    display: none;
    height: 30px;
    width: 71.5%;
    margin: 10px 0px 10px 15%;
    padding: 20px 0 0 0;
    color: #ff0000;
    border: solid 3px #ff0000;
    background-color: #ffcccc;
    text-align: center;
    font: normal 14px Arial;
}
.userMessage
{
    display: inline-block;
    width: 71.5%;
    margin: 10px 0px 10px 15%;
    padding: 10px 0 10px 0;
    text-align: center;
    font: normal 14px Arial;
    border-style: solid;
    border-width: 3px;
}
.error
{
    color: #ff0000;
    border-color: #ff0000;
    background-color: #ffcccc;
}
.info
{
    color: #666666;
    border-color: #ffff00;
    background-color: #ffffcc;
}
.success
{
    color: #003300;
    border-color: #00ff00;
    background-color: #ccffcc;
    font-weight: bold;
}
#inputDiv
{
    text-align: center;
}
.example
{
    font-size: 10px;
}
.button
{
    margin-top: 10px;
    text-align: center;
}
.gridview
{
    width: 50%;
    margin-left: 25%;
    border: solid 2px #003C69;
}
.gridview th
{
    background-color: #003C69;
    color: #fff;
    text-align: center;
}
.instructions
{
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
}
.textBox263
{
    width: 263px;
}
.divider
{
    margin: 20px 25%;
    width: 50%;
    border-bottom: 2px solid #003c69;
}
.alert
{
    color: Red;
    background-color: Yellow;
    font: bold 1.6em/1.8em Arial;
}
.serviceNeedsCBL
{
    width: 350px;
}
.serviceNeedsCBL input
{
    margin: 0 5px 0 0;
    padding: 0;
}
.serviceNeedsCBL label
{
    text-align: left;
    width: 300px;
    font-weight: normal;
}
/*------------------- RecycleBank */
#recycleBank
{
    width: 80%;
    margin: 0 9% 0 9%;   
    text-align: center;
    padding: 10px 0 50px 0;
}
#recycleBank img
{
    border: none;
}

