﻿body
{
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
    background-repeat: repeat-y;
    background-position: center;
}

#OnlyFilterBody 
{
    background-color: #FFFFFF;
    margin: 0 0;
}

.divPadding
{
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}


#mainFormBcg
{
    background-color: #090909;
    width: 985px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: repeat-y;
    min-height: 1000px;
}

#header div
{
    background-repeat: no-repeat;
}

#header img
{
    border: none;
}

#header #HeadRov1Img1
{
    float: left;
    width: 357px;
    height: 31px;
    background-image: url('../images/top1.png');
}

#header #HeadRov1Img2
{
    float: left;
    width: 16px;
    height: 31px;
    background-image: url('../images/top2.png');
}

#header #HeadRov2Img1
{
    clear: both;
    float: left;
    width: 42px;
    height: 30px;
    background-image: url('../images/top3.png');
}

#header #HeadRov2Img2
{
    float: left;
    width: 683px;
    height: 30px;
    background-image: url('../images/top4.png');
}

#header #HeadRov3Img1
{
    vertical-align: bottom;
    clear: both;
    width: 985px;
    height: 106px;
    background-image: url('../images/top5.png');
    position: relative;
}

#LoginDiv
{
    position: absolute;
    bottom: 0px;
    right: 30px;
    color: #FFFFFF;
}

#LoginDiv2
{
    position: relative;
    top:200px;
    left: 313px;
    color: #FFFFFF;
}

#NoLogin 
{
    text-align:center;
    position: relative;
    top:100px;
    color: #FFFFFF;
}

#LoginTable label, #LoginTable span, #LoginDiv label
{
    color: #FFFFFF;
    font-size: 85%;
}

#LoginTable #LoginFailed
{
    font-size: 85%;
    color: #FF0000;
    text-align: right;
}
#LoginTable input
{
    font-size: 90%;
}

#LoginTable .UserName, #LoginTable .Password
{
    width: 8em;
}

#LoginTable .Remember, #LoginTable .LoginButton
{
    padding-left: 1em;
}

.LogoutButton
{
    padding-left: 1em;
}



#mainBody
{
    width: 100%;
    color: #8E8E8E; /*margin-left: 13.5em;     padding: 0.5em 0.0em 0.5em 0.0em;*/
    background-color: #090909;
}

#footer
{
    clear: both;
}

#Filter 
{
    font-size: 85%;
    color: #FFFFFF;
    clear: both;
    margin: 0 auto;
    width:934px;
    height:178px;
    background-image: url('../images/filter.png');
}

#OnlyFilter 
{
    font-size: 85%;
    color: #FFFFFF;
    clear: both;
    margin: 0 0;
    width:934px;
    height:178px;
    background-image: url('../images/filter.png');
}

.countryImage
{
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
}

.AdminMenu
{
    /*width: 12.5em;     margin-top: 1em;*/
}

.AdminMenu .menuItem
{
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    color: #000000;
    background-color: #FFFFFF;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
}

.AdminMenu .menuItemHover
{
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    color: #000000;
    background-color: #E0E0E0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
}

.AdminMenu .menuItemSelected
{
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    color: #000000;
    background-color: #FFFFFF;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: medium;
}

.RowStyle
{
    color: #000000;
    background-color: #FFFFFF;
}

.AlternatingRowStyle
{
    color: #000000;
    background-color: #B3ECFF;
}


.SelectedRowStyle
{
    color: #000000;
    background-color: Yellow;
}

.HeaderStyle
{
    background-color: #7598FF;
    color: #FFFFFF;
    font-weight: bold;
}

.HeaderStyle a:link, a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

