﻿/*FORM ELEMENT STYLES (CSS3 ONLY. FALLS BACK TO DEFAULT) */
input[type="button"], input[type="submit"], input[type="password"], input[type="text"], select, textarea {
    text-decoration: none;
    margin: 0px 3px 6px 3px;
    border: solid 1px #b2b2b2;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 260px;
    overflow: auto;
    height: 20px;
    outline:none;
}
input:focus, textarea:focus {
    border:solid 1px #43a7e0 !important;
}
textarea {
    height: 140px;
    overflow: hidden;
}

.lBtn {
    text-decoration: none;
    margin: 0px 3px 6px 3px;
    border: solid 1px #b2b2b2;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 22px;
    margin-right: 0px;
}

    .lBtn:hover {
        background: #43a7e0;
        color: #fff;
        text-decoration: none;
    }

select {
    width: 282px;
}

input[type="text"], select, input[type="password"] {
    margin: 3px;
    background: #ffffff;
    color: #000;
    border: solid 1px #b2b2b2;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px;
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
    text-align: center;
    background: #dddddd;
}

    input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover {
        cursor: auto;
        background: #dddddd;
        color: #808080;
    }

    input[type="button"]:hover, input[type="submit"]:hover, .aButton:hover {
        background: #43a7e0;
        color: #fff;
    }

.formTable {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#container {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

#formRegion {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px;
   
    padding-top:40px;
}

.formBlock {
    width: 416px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #e8e8e8;
    background: -webkit-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* Standard syntax */
    border: solid 3px #b2b2b2;
    border-radius: 15px;
    
}

#header {
    position:fixed;
    z-index:98;
    display: block;
    height: 60px;
    width: 100%;
    background: #ededed;
    background: -webkit-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* Standard syntax */
    border-bottom: solid 2px #43a7e0;
}

abbr {
    border-bottom: dashed 1px;
}

body {
    min-height: 480px;
    min-width: 460px;
}

* {
    font-family: 'Segoe UI';
}

h1 {
    color: #5e5e5e;
    margin: 0px;
    font-size: 24px;
    text-align: center;
}

.frmLeft {
    text-align: right;
    font-family: 'Segoe UI';
    color: #43a7e0;
    width: 90px;
}

.frmRight {
    text-align: left;
}
p {
    text-align: left;
}
li {
    text-align: left;
}
a {
    color: #43a7e0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

body {
    margin: 0px;
}

.ModalPopupBG {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #575757;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.PopupBody div
{
    height: 200px;
    overflow-y: scroll;
    margin-top:20px;
}
    .PopupBody div table
    {
        margin-top: 0px !important;
    }
.popupBlock {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -140px;
    padding: 6px 10px 6px 10px;
    width: 700px;
    background: #e8e8e8;
    background: -webkit-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom,#ededed, #d0d0d0,#f9f9f9,#f9f9f9,#e7e7e7); /* Standard syntax */
    border: solid 3px #b2b2b2;
    border-radius: 15px;
}

.popupClose {
    font-weight: bold;
    color: #989898;
    float: right;
    width: 10px;
    margin-right: -4px;
    margin-top: -4px;
    margin-bottom: -4px;
}

    .popupClose:hover {
        color: #43a7e0;
        text-decoration: none;
    }

#gvClientSearch {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    background: #fff;
    border: #b2b2b2;

}

    #gvClientSearch th {
        color: #43a7e0;
    }

.formMessage {
    font-size: small;
    color: grey;
}

.rowHover:hover {
    color: #42b7eb;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
   
    background: #3aa9e2;
    color: #fff;
}

    #footer * {
        color: #fff;
        margin: 4px;
    } 
