﻿.overlayDIV {
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.40);
    z-index: 1500;
    text-align: left !important;
    padding-top: 100px;
}

.backlogin {
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid #C0C0C0;
}
.inputbox {
    height: 100%;
    width: 100%;
    outline: none;
    border: none !important;
    background-color: white;
    vertical-align: central;
    font: normal 26px "Segoe UI", Arial, sans-serif;
}
.aright {
    text-align: right;
    vertical-align: bottom;
}
.aleft {
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

    .aleft span {
        font: normal 12px "Segoe UI", Arial, sans-serif;
        font-style: italic;
        color: gray;
    }
.headermenu{
    width:100%;
}

.bodydiv{
    width:100%;
    padding:20px;
}

.container {
    border: 0px solid #ccc;
    padding:20px;
    margin:0 auto;
}

    .container:after {
        content: '';
        clear: both;
        display: block;
    }
.card {
    width:200px;
    margin: 15px;
    float:left;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 2px #C0C0C0;
    -moz-box-shadow: 0px 0px 5px 2px #C0C0C0;
    box-shadow: 0px 0px 5px 2px #C0C0C0;
}
.cardhead{
    width:180px;
    font-size:16px;
    font-weight:bold;
}
.auditdone{
    display:none;
}
.cardinfo {
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    font-style:italic;
}
.serverdetailhead{
    width:1000px;
    margin:0 auto;
    background-color:white;
}
.serverdetailbody {
    width: 1000px;
    max-height: 65%;
    margin: 0 auto;
    background-color: white;
    overflow:auto;
}
.dlabel{
padding:10px 10px 5px 10px;
color:gray;
}
.dtextbox {
    padding: 5px 10px 10px 10px;
}
.dtitle {
    padding: 10px 10px 5px 20px;
    font-weight:bold;
}
.dsmalltds {
    padding: 5px;
}
.tdtext {
    padding: 10px 0 10px 20px;
    color: gray;
}
.tdbox {
    padding: 10px 0 10px 5px;
}
.smalltxt{
    font-size:12px;
    color:gray;
    padding:5px 5px 5px 0;
}
.txtlabel{
    width:200px;
    text-align:right;
    padding: 5px;
}
.boxright{
    width:350px;
    padding:5px;
    text-align:left;
}
.txtbox1 {
    padding: 5px;
    border: 1px solid #CCCCCC;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size:14px;
}

/*RadAsyncUpload1 is your control's ID*/
#auImage {
    display: inline-block;
}

    #auImage .ruButton {
        /*it is an example URL*/
        font-weight: bold !important;
        font-size: 14pt !important;
        line-height: 1.42857143;
    }