﻿body {
}

.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
    background-color: #FF8951;
    color: White;
    text-decoration: underline;
    border: 1px solid black !important;
}

.holder {
    width: 100%;
    display: none;
    /*height:800px;*/
    z-index: 1001;
}

.content {
    background: #fff;
    padding: 28px 26px 33px 25px;
    /*height:60px;*/
}

.popup {
    border-radius: 7px;
    background: #FF8951;
    margin: 30px auto 0;
    padding: 6px;
    position: fixed;
    width: 500px;
    top: 25%;
    left: 60%;
    margin-left: -350px;
    /*// 1/2 width margin-top: -40px;*/
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.web_dialog {
    display: none;
    position: fixed;
    width: 380px;
    height: 210px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #FFFFEE;
    /*border: 2px solid #336699;*/
    border: rgb(204, 153, 0);
    border-width: 2px;
    border-style: solid;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}

.web_dialog_title {
    border-bottom: solid 1px black /*#336699*/;
    background-color: white; /*#FF8951;*/ /*#336699;*/
    padding: 4px;
    color: #336600; /*White;*/
    font-weight: bold;
    font-size: small;
}

    .web_dialog_title a {
        /*color: White;*/
        text-decoration: none;
    }

.align_right {
    text-align: right;
}
