﻿body {
    background: #666666;
    margin: 0px;
    font-family: PTSansRegular, Arial, Helvetica, sans-serif;
}

div, form {
    margin: 0px;
    padding: 0px;
}

#container {
    background: #ffffff url("../images/container.gif") repeat-y;
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 1200px !important;
    overflow: hidden;
    position: relative;
}

/* HEADER AND HEADER STUFF */
#header {
    background-position: 0% 0%;
    background: #000 url("../images/logo-header.jpg") no-repeat scroll 0% 0%;
    margin-left: 20px;
    margin-right: 20px;
    width: 1160px;
    height: 105px;
    position: relative;
    background-repeat: no-repeat;
}

#loginfo {
    position: absolute;
    right: 25px;
    bottom: 5px;
    color: #ffffff;
    font-size: 10px;
}

    #loginfo a, #loginfo a:hover {
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
    }

#MainContent_LoginView1_Login1_UserName, #MainContent_LoginView1_Login1_Password {
    width: 150px;
}

#MainContent_LoginView1_Login1_LoginButton {
    margin: 0px 5px;
}

#header h1 {
    display: inline;
    color: #e1e1e1;
    margin: 10px 40px 10px 20px;
    height: 85px;
    line-height: 85px;
    font-size: 50px;
    vertical-align: middle;
    float: right;
}

#secondmenu {
    clear: both;
    margin: 0px 35px 0px 35px;
    font-size: 10px;
    position: relative;
    height: 15px;
}

.sitemap {
    float: left;
}
/* FOOTER AND FOOTER STUFF */
#footer {
    background-color: #333333;
    margin-left: 20px;
    margin-right: 20px;
    width: 1160px;
    height: 19px;
    position: relative;
}

    #footer span {
        color: #e1e1e1;
        float: right;
        margin-right: 20px;
    }

/* CONTENT AND CONTENT STUFF */
#content {
    margin: 0px 35px 0px 35px;
    position: relative;
    font-size: 12px;
    min-height: 400px;
    background-color: transparent;
}

    #content .login {
        margin: 50px auto 50px auto;
        width: 400px;
        font-size: 14px;
    }

.recoverytext {
    display: none;
}

.hyperlink {
    text-decoration: underline;
    color: Blue;
}

#forgot table td, #logincontrol table td, #changepassword table td {
    padding: 4px;
}

.recoverytext {
    display: none;
}

.sitemapdiv {
    border: 2px solid #333333;
    background-color: #CCCCCC;
    padding: 20px;
}

    .sitemapdiv h2 {
        color: #000;
    }

.sitemenu {
    font-size: 20px;
    font-weight: bold;
    color: #000080;
    text-decoration: underline;
}

.reportviewer {
    width: 1130px !important;
    margin: 0px 0px 0px 0px;
    height: 100% !important;
    min-height: 400px !important;
}

    .reportviewer div {
        height: auto !important;
    }
