﻿body
{
    margin: 0;
    padding: 0;
    background: #fff;
    font: 78% "Tahoma";
    line-height: 130%;
    color:Gray;
}
a
{
    color: #497699;
    text-decoration: none;
}
a:active
{
    outline: none;
}
a:hover
{
    text-decoration:underline;
}
a img
{
    border: 0;
}
h1
{
    font-size: 1.6em;
    margin: 0;
    line-height: 100%;
}
h2
{
    color: #2e3090;
    font-size: 1.2em;
    line-height: 130%;
}

#Container
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#logo
{
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
#MainBody
{
    width: 100%;
    height: auto;
    border: 0px solid #0066CC;
}

#TopNavigation
{
    height: 37px;
    width: 100%;
    background-image: url(../Images/Nav_bksd.gif);
    background-repeat: repeat-x;
    font-size: 1.0em;
}


#TopNavigation a
{
    color: White;
}


.NavHoverStyle
{
    background-image: url(../Images/Nav_bk_roll.gif);
    background-repeat: repeat-x;
}

.NavHoverStyle a
{
    background: none;
    text-decoration: none;
}

.NavHoverStyle a:hover
{
    background: none;
    text-decoration: none;
}

#userLogged a
{
    color: white;
    font-weight: bold;
}
#Content
{
    width: auto;
    height: auto;
    padding: 10px 10px 10px 10px;
}
.LoginErrorText
{
    color: Red;
}

.VSummaryBox
{
    background-color: #FFFFC0;
    border: 1px solid red;
    padding: 3px 3px 3px 3px;
}

.DomainsBox
{
    background-color: #F3F3F3;
    border-collapse: collapse;
    font-size: 1.3em;
    line-height: 1.5em;
}

.Version
{
    font-size: 9px;
}

#ProcessList
{
    width: 160px;
    float: left;
    margin: 0px 0px 0px 0px;
    background: #F4F4F4;
}
#ProcessList ul
{
    font-size: 1.0em;
    margin: 0;
    padding: 0;
    list-style: none;
}
#ProcessList li
{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #BBE0EB;
}
#ProcessList ul li a
{
    color: #4896AC;
}
#ProcessList a
{
    display: block;
    text-decoration: none;
    padding: 3px 0px 3px 0px;
}
#ProcessList a:hover, #DomainNav a:hover
{
    background: ghostwhite;
}

#DomainNav
{
    font-size: 1.0em;
}
#DomainNav a
{
    text-decoration: none;
}


.Exemplar
{
    color: black;
    border-left: none;
    font-style: italic;
    background-color: #f5f8fb;
}

#Questions td
{
    border-bottom: 1px solid #f0f0f0;
}

fieldset
{
    position: relative;
    display: block;
    width: 500px;
    border: 0px;
}

legend
{
    font-size: 14px;
    color: #0066CC;
    font-weight: bold;
}

.Err
{
    font-size: 14px;
    font-weight: bold;
}

.TemplateLeftLine
{
    background-image: url(../Images/template/left.gif);
    background-repeat: repeat-y;
}

.TemplateRightLine
{
    background-image: url(../Images/template/right.gif);
    background-repeat: repeat-y;
}

.bg1
{
    background-image: url(../Images/template/Image_top_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

.bg2
{
    background-image: url(../Images/template/Image_bottom_left.gif);
    background-repeat: no-repeat;
    background-position:bottom left;
}