body
{
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000000;
    font-family: sans-serif, arial, verdana;
    font-size: 10pt;
    background: #ffffff;
}

.DivMainContent h3
{
    color: #000000;
}

/***
****  This section does not appear to be needed in the v2 ASPX wrapper from EDS.
#container
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 590px;
}
***/

#content
{
    margin-top: 14px;
    margin-left: 12px;
    width: 550px;       /* was 800 */
    /* border: 1px solid #d4e3de; */
}


/*
This section does not appear to be needed in the v2 ASPX wrapper from EDS.
#myKCScout
{
    position: absolute;
    top: 198px;
    left: 228px;
    margin-left: 10px;
    width: 98%;
}
*/

#myKCScout td
{
    font-size: 105%;
}


#subInfo td
{
    font-size: 90%;
}

#alertConfig td
{
    font-size: 105%;
}

#emailConfig td
{
    font-size: 105%;
}

#weatherConfig td
{
    font-size: 105%;
}

#txtmsgConfig td
{
    font-size: 90%;
}

#txtmsgConfig
{
    /* border-top: 1px solid #000000; */
}

#securityNote
{
    font-size: 80%;
}

#headline
{
    float: none;
    margin-left: 12px;
    padding-top: 35px;
}


table.tableControl button
{
  width: 50px;
  font-size: 100%;
}

table.tableControl td.description
{
    text-align: left;
    width: 300px;
}

#copyright
{
    font-family: sans-serif, arial, verdana;
    font-size: 90%;
    margin-left: 25px;
    position: absolute;
    height: 25px;
    top: auto;
    right: 0;
    bottom: 0px;
    left: 5px;
}

#serviceConfig
{
    width: 550px;
}


#serviceConfig td
{
    vertical-align: top;
    font-size: 105%;
}

#serviceConfig li
{
    font-size: 105%;
}

.blurb
{
    padding-left: 10px;
}

.embeddedPic
{
    float: right;
    margin: 10px;
}

#attention
{
    background-color: #ab003e;
    color: #ffffff;
    padding: 25px;
}


#setupPic
{
    margin-top: 5px;
}

/*
 *  These items are used in SubSetupWeather.html.
 */
.tossButtons
{
    vertical-align: middle;
}


.next
{
    text-align: right;
}


.prev
{
    float: left;
}


#homeStuff select
{
    width: 175px;
}


#countyStuff
{
    vertical-align: bottom;
    text-align: center;
}

/***
.selectedStuff
{
    padding-left: 10px;
}
***/

#countyStuff select
{
    width: 220px;
}


#weatherStuff
{
    vertical-align: bottom;
    text-align: center;
}


#weatherStuff select
{
    width: 220px;
}


.tinyText
{
    font-size: 90%;
}


#help
{
    float: right;
    padding-right: 15px;
}

/*
 *  This div is used to put a little space vertically between the sublinks
 *  and the rest of the page.
 */
#linkSpacer
{
    height: 25px !important;    /* used by FF */
    height: 0px;                /* used by IE */
}


#alertList
{
    width: 200px;
}