﻿.nav
{
    margin-top: 20px;
    margin-left: 36px;
    width: 550px;
    height: auto;
    text-align: right;
}

    .nav input
    {
        background-image: none;
        width: 25px;
        height: 25px;
    } 

input[type="image"]
{
    background: none;
}

.sidebar
{
    float: right;
    height: auto;
    width: 250px;
    display: inherit;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
}

textarea {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    float: inherit;
    border: 1px;
    width: 400px;
    height: 200px;
    color: #000;
    font-size: 14px;
    padding: 5px 6px 0 6px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 9px 20px 0;
    margin-left: 5px;
}

.validationSummary
{
    margin: 0 0 10px 30px;
}


#downloads
{
    margin-top: 30px;
    display: block;
}

    #downloads label
    {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    #downloads select
    {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    #downloads table
    {
        width: auto;
        border: none 0 #FFFFFF;
    }

        #downloads table tr th
        {
            text-align: left;
            padding: 10px 10px 10px 10px;
            border: none 0 #FFFFFF;
        }

        #downloads table td
        {
            padding: 10px 10px 15px 10px;
            vertical-align: middle;
            border: none 0 #FFFFFF;
        }

        #downloads table th input
        {
            float: none;
            border: 0;
            width: auto;
            height: 19px;
            padding: 5px 6px 0 6px;
            margin: 0 9px 0 0;
            background-image: none;
            vertical-align: middle;
        }

        #downloads table td input
        {
            float: none;
            border: 0;
            width: auto;
            height: 19px;
            padding: 5px 6px 0 6px;
            margin: 0 9px 0 0;
            background-image: none;
        }

.errorMessage {
    color: #0084B5;
    font-weight: bolder;
    border-color: #0084B5;
}

.successMessage
{
    color: Green;
    font-weight: bolder;
    border-color: Green;
}

.message
{
    margin-bottom: 20px;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 2px;
    width: 98.5%;
    height: 32px;
    display: block;
    position: absolute;
    top: 15px;
    border-width: 2px;
    border-style: none;
    overflow: auto;
}

    .message ul
    {
        list-style-type: circle;
    }

.loginParagraph
{
    margin-bottom: 5px;
}

#login table
{
    border: none 0 #FFFFFF;
}

    #login table td
    {
        border: none 0 #FFFFFF;
    }

.promiImage1
{
    position: absolute;
    right: 300px;
    top: 45px;
    text-decoration: none;
}

.promiImage2
{
    position: absolute;
    right: 400px;
    top: 85px;
}

.rmDataGroupImage
{
    position: absolute;    
    top: 46px;
    right: 0px;    
    z-index:1000;
}

.rmDataGroupImageCls
{
    width:47px;
    height:52px;
}

.bottom_clearer {
    clear: both;
    padding: 0 0 30px 0;
    margin: 0;
    height: 0px;
    width: 0px;
    line-height: 0;
}

#main
{
    display: block;
    position: relative;
}

#maindiv
{
    display: block;
    position: relative;
    top: 50px;
}

.content
{
    position: relative;
    display: block;
    top: 5px;
    width: auto;
    float: left;
}

.sitemap
{
    display: block;
    position: absolute;
    top: 3px;
}
