﻿form
{
    display: block;
}
form textarea
{
    font-size: 10px;
    color: #333;
    line-height: 15px;
}
a, a:visited, a:link, a:active
{
    font-size: 100%;
    color: #336699;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 1em;
}
a:hover
{
    color: #699e3f;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 1em;
}
.formSectionTitle h3
{
    color: #0a529a;
    padding-top: 3px;
    padding-bottom: 7px;
    font-size: 125%;
}
.formRowSpacerAndClearer
{
    padding-top: 5px;
    clear: both;
}
.formSubmit
{
    clear: both;
    padding-top: 10px;
}
div.formRow
{
    padding-top: 5px;
    display: block;
}
.formRow label
{
    float: left;
    width: 115px;
    padding: 0 15px 0 0px;
    text-align: left;
    white-space: nowrap;
    clear: both;
    font-weight: bold;
    margin-top: 4px;
}
div.formRow input.text input.password
{
    float: left;
    width: 215px;
    margin: 0 0 3px;
}
.alignLeft
{
    text-align: left;
}
.alignCenter
{
    text-align: center;
}
.alignRight
{
    text-align: right;
}
.alignJustify
{
    text-align: justify;
}
.clearLeft
{
    clear: left;
}
.clearRight
{
    clear: right;
}
.clearBoth
{
    clear: both;
}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.invisible
{
    display: none;
    visibility: hidden;
}
.textMiddle
{
    vertical-align: middle;
}
ul, li
{
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}
.spacerAndClear2px
{
    clear: both;
    padding-top: 2px;
}
.spacerAndClear5px
{
    clear: both;
    padding-top: 5px;
}
.generic-holder .errorMessage
{
    color: Red;
}
.leftColumn
{
    float: left;
}
.rightColumn
{
    float:right;
}
.half
{
    width: 47%;
}
.dataRow
{
    padding: 2px;
    min-height: 15px;
    border: solid 1px #e5ecf4;
}
.dataAltRow
{
    background-color: #EBF4FA;
}
.textExtender
{
    color: #999999;
}
.oneThird
{
    width: 33%;
}
.twoThirds
{
    width: 61%;
}
.smallText
{
    font-size: 75%;
}
.verticalPictureAlign
{
    vertical-align: middle;
}
.results
{
    padding: 10px;
    line-height: 1.8em;
    width: auto;
    border-style: solid;
    border-width: 1px;
}
.resultYellow
{
    background-color: #fefed4;
    border-color: #f0f184 #ddd77c #ddd77c #f0f184;
}
.messageBox
{
    margin: 0 auto 0 auto;
    padding: 7px 0 0 35px;
    vertical-align: middle;
    text-align: center;
    min-height: 25px;
    background-repeat: no-repeat;
}
.infoMessage
{
    background-image: url(../images/infoMessage.png);
}
.searchMessage
{
    padding: 5px 5px 5px 0;
    font-weight: bold;
    font-size: 125%;
}
#nav li
{
    list-style: none;
}
#nav li a
{
    background-image: url('../images/importOptions.png');
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    line-height: 35px;
    text-indent: -999em;
    text-decoration: none;
}
#nav li a.Yahoo
{
    background-position: 0px -35px;
}
#nav li a.Yahoo:hover
{
    background-position: 0px -0px;
}
#nav li a.Gmail
{
    background-position: 0px -105px;
}
#nav li a.Gmail:hover
{
    background-position: 0px -70px;
}
#nav li a.WindowsLive
{
    background-position: 0px -175px;
}
#nav li a.WindowsLive:hover
{
    background-position: 0px -140px;
}
.question
{
    padding-top: 10px;
    color: #006699;
    font-size: 110%;
    font-weight: bold;
}
.questionFirst
{
    padding-top: 0px;
}
.answer
{
    color: #333333;
    text-align:justify;
}
