﻿#ContentPlaceHolder1_password, #password {
    width:250px;
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #008dcd;
}

.textCenter{
    vertical-align:middle;   
}

textarea {
    resize: none;
}

.none {
    display: none;
}

.endDiv {
    clear: both;
    float: none;
}

#header {
    width: 100%;
    margin: 0 auto;
}

#headerNavigation {
    float: right;
}

    #headerNavigation ul {
    }

        #headerNavigation ul li {
            list-style: none;
        }

            #headerNavigation ul li a {
                text-decoration: none;
                color: #000;
                font-size: 10px;
                font-weight: normal;
                text-transform: uppercase;
                line-height: 26px;
                cursor: pointer;
                margin-right: 10px;
            }

#headerLogoOuter {
    width: 100%;
    background-color: #EFF9FF;
    padding-top: 10px;
    padding-bottom: 5px;
}

#headerLogo {
    width: 1000px;
    background-color: #EFF9FF;
    margin: 0 auto;
}

#headerNavigation{
     margin-top: 3px;
    margin-bottom: 3px;
    height: auto;
    min-height: 25px;
}

    #headerNavigation ul {
        list-style: none;
        margin: 0;
    }

            #headerNavigation ul li {
            float: left;
            list-style: none outside none;
            margin: 0;
            padding: 0;
            margin-right: 10px;
        }

#navigation {
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #caebfe;
    height: auto;
    min-height: 25px;
}

    #navigation ul {
        list-style: none;
        margin: 0;
    }

        #navigation ul li {
            float: left;
            list-style: none outside none;
            margin: 0;
            padding: 0;
            margin-right: 10px;
            
        }

.menuSpacer {
    background: url("/images/menu_space.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #008dcd;
    float: right;
    height: 8px;
    width: 2px;
    line-height: 26px;
    margin-top: 9px;
    margin-bottom: 9px;
}

#navigation ul li a {
    color: #008dcd;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    cursor: pointer;
    margin-right: 10px;
}

    #navigation ul li a:hover {
        color: #0577ab;
    }

#pageContent {
    width: 90%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 3%;
    padding-right: 3%;
}

.rptSpacer{
    width: 100%; height: 1px; background-color: #000;
}

.datarowInner{
    background-color: #caebfe;
}
.altdatarowInner{
    background-color: #aee1ff;
}

.datarow {
    background-color: #caebfe;    
}



.altdatarow {
    background-color: #aee1ff;
}

    .datarow:hover, .altdatarow:hover {
        background-color: #b6b6b6;
    }

.datarow td, .altdatarow td{
    padding:5px;
}

.delete {
    background-image: url(/images/delete.png);
    height: 24px;
    width: 24px;
    cursor: pointer;
    float: left;
}

    .delete:hover {
        background-image: url(/images/deleteOV.png);
    }

.save {
    background-image: url(/images/save.png);
    height: 24px;
    width: 24px;
    cursor: pointer;
    float: left;
}

    .save:hover {
        background-image: url(/images/saveOV.png);
    }

.edit {
    background-image: url(/images/edit.png);
    height: 24px;
    width: 24px;
    cursor: pointer;
    float: left;
}

    .edit:hover {
        background-image: url(/images/edit.png);
    }

.download {
    background: url(/images/download.png) center no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display:block;
    margin:0 auto;
}

    .download:hover {
        background-image: url(/images/downloadOV.png);
    }

.loginBox {
    width: 300px;
    left: 50%;
    margin-left: -170px;
    position: fixed;
    text-align: center;
    background-color: #EFF9FF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
}

.controlBox {
    width: 350px;
    left: 50%;
    margin-left: -195px;
    position: relative;
    background-color: #EFF9FF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
}

.controlBoxPopup {
    width: 350px;
    left: 50%;
    top:15%;
    margin-left: -195px;
    position: fixed;
    background-color: #EFF9FF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    z-index: 2002;
}

input [type=text]{
    width:100%;
    padding:0;
    margin:0;
    height:28px;
}
select {
    width:100%;
    padding:0;
    margin:0;
    height:28px;
}

.controlBoxPopupLarge {
    width: 700px;
    left: 50%;
    top:15%;
    margin-left: -390px;
    position: fixed;
    background-color: #EFF9FF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    z-index: 2000;
}

.popupOverlayTop {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;
    z-index: 2001;
}

.popupOverlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;
}

.popup {
    width: 300px;
    left: 50%;
    margin-left: -170px;
    position: fixed;
    z-index: 2000;
    background-color: #EFF9FF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    top: 35%;
    display: normal;
}

.textboxCtrl{
    padding: 0;
    margin: 0;
    padding: 2%;
    border-radius: 5px;
    width:96%;
}

.textboxFullWidth {
    padding: 0;
    margin: 0;
    border:0;
    border:1px solid #b6b6b6;
    padding: 5px;
    border-radius: 5px;
}

.stndBtnNoFloat {
    border: 1px solid #636363;
    padding: 5px 15px 5px 15px;
    background-color: #636363;
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    /* float: right; */
    margin: 2px;
    border-radius: 2px;
}

.stndBtn {
    border: 1px solid #636363;
    padding: 5px 15px 5px 15px;
    background-color: #636363;
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    float: right;
    margin: 2px;
    border-radius: 2px;
}

    .stndBtn:hover, .stndBtnNoFloat:hover {
        background-color: #008dcd;
        cursor: pointer;
        color: #d1cfcd;
    }


input[type=file], input[type=file] + input {
    padding: 0;
    margin: 0;
    border: 0.5%;
    width: 95%;
    /*width: calc(96% - 2px);*/
    padding: 2%;
    border-radius: 5px;
}

    input[type=file] + input {
        border: 0.5% solid #636363;
        background: #858585;
        width: 400px;
        padding: 800px;
    }

::-webkit-file-upload-button {
    background: #636363;
    height: 28px;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: bold;
    border: 1px solid #636363;
    padding: 5px 15px 5px 15px;
    border-radius: 2px;
}

    ::-webkit-file-upload-button:hover {
        background: #008dcd;
    }
