/* defined in main.css*/
/*body { font-family: Arial, Helvetica, sans-serif !important; }*/

#applicationHeaderCC {
    background-color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Adjust height above, adjust background position below */




#navTD {
    background-position: 0px -117px; /* = applicationHeaderCC height - navTD border*/
}

.report-filters {
    margin-left: 3px;
}

img.report-legend {
    padding: 3px;
}


.main-body {
    float: left !important;
}

.reportItem {
    width: 80%;
}





#logo {
    display: inline-block;
    float: left;
    padding: 25px 20px 0 12px;
    width: 200px;
}

#buttons {
    display: inline-block;
    float: left;
    padding: 41px 0 0 0;
    width: 250px;
}


.headerLeft {
    /*float: left;*/
    width: 100%;
}

#classic a, #advantage a {
    bottom: auto;
    display: inline-block;
    float: left;
    height: 44px;
    padding: 0 15px 0 0;
    position: relative;
    text-decoration: none;
    top: auto;
    width: 105px;
}




#Logout {
    /*position: absolute;*/
    text-align: right;
    width: 100%;
}

.LogoutNew {
    float: right;
    padding: 0 0 0 10px;
}

#welcomeUser {
    float: left;
}

.WelcomeTextNew {
    color: #FFFFFF !important;
}

    .WelcomeTextNew i {
        margin-left: 10px !important;
    }

#navigation {
    clear: right;
    color: #FFF;
    display: inline-block;
    float: right;
    font-size: 11px;
    padding: 15px 0 0 0;
    text-align: right;
}





    #Logout a:hover, #navigation a:hover {
        text-decoration: underline;
    }

#Logout * {
    /*color: #0094d9;
    font-size: 12px;*/
    /*line-height: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    text-decoration: none;*/
}


/* Default powered by image is astute logo scaled*/
.powered-by {
    height: 28px;
    padding-bottom: 0;
    margin-top: -3px;
    position: absolute;
    top: 30px;
    right: 0px;
}


.reset {
    background-color: rgb(226, 226, 226);
    border-radius: 10px;
    margin: 200px auto 100px auto;
    padding: 30px 50px 50px 50px;
    width: 80%;
}

.resetFormLabel {
    margin: 0 -10% 0 0%;
    width: 30%;
}

.resetFormInput {
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.6) inset;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.6) inset;
    background: none repeat scroll 0 0 rgba(251, 251, 251, 0.6);
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.6) inset;
    color: black;
    filter: alpha(opacity=80);
    font-size: 18px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 250px;
    width: 35%;
}

.resetFormLabel, .resetFormInput {
    display: inline-block;
    font-size: 13px;
}


.reset h1 {
    margin: 30px;
    text-align: center;
}


.reset input[type="submit"] {
    background-color: #FFF;
    border: none;
    border-radius: 3px;
    color: #0094D9;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 103px;
}

#resetform {
    margin: 50px 0 0 135px;
    width: 760px;
}

.ValidationError {
}
