* {
    font-smoothing: antialiased;
}

.headerbg {
    margin-top: 40px !important;
    background: transparent url( '/Contents/images/header.png' ) no-repeat;
    height: 60px;
    width: 100%;
}

::selection {
    background: #981818;
    color: #fff;
    text-shadow: 2px 2px 4px #1e1e1e;
}

body {
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-size: 10pt;
    color: #000;
    background: url('/Contents/images/pattern.png') repeat;
}

a {
    text-decoration: underline;
    color: #02368D;
    font-size: 9pt;
    font-family: Trebuchet MS !important;
}

    a:hover {
        text-decoration: underline;
        color: #ee4b35;
    }

.GlassPanel {
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 110;
    cursor: not-allowed;
}

.displayStyle {
    display: none;
}

.labelmessage {
    text-align: center;
    padding: 5px;
    min-width: 0px;
    min-height: 0px;
    font-size: 9pt;
    font-family: verdana;
    color: #E5215F;
    font-weight: 500;
    height: 25px;
}

input {
    z-index: -9999;
}

    input[type=text], textarea {
        font-family: Calibri,Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #0a0a0a;
        text-decoration: none;
        background-color: #FFFFFF;
        padding: 2px;
        border: 1px solid #0a0a0a;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -mos-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -transition: all .5s ease-in;
        width: 150px;
        background: none;
        height: 25px;
    }

        input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
            border-color: #0a0a0a;
            border-style: solid;
            background-color: #EBFDCF;
        }

    input[type=password] {
        font-family: Calibri,Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #0a0a0a;
        text-decoration: none;
        background-color: #FFFFFF;
        padding: 3px;
        border: 1px solid #0a0a0a;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -mos-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -transition: all .5s ease-in;
        width: 150px;
    }

select {
    font-family: Calibri,Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    color: #000 !important;
    -webkit-appearance: none;
    background-image: url( '/Contents/images/arrow.png' );
    background-position: 98% center;
    background-repeat: no-repeat;
    border-color: #022D46 !important;
    border-style: solid !important;
    border-width: 1px !important;
    -webkit-border-radius: 5px !important;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px !important;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -transition: all .5s ease-in !important;
    width: 160px;
     height: 25px;
}

    select:focus, select:hover {
        border-color: #1e1e1e;
        border-style: solid;
        background-color: #EBFDCF;
        color: Black;
    }

fieldset {
    border: 1px solid #110400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    line-height: 10px;
}

legend {
    color: #422a32 !important;
    font-family: Calibri !important;
    font-size: 10pt !important;
    font-weight: bold;
    margin: 0 0 0 6px;
}

.labelheader {
    font-family: Calibri,Georgia, serif;
    text-shadow: 1px 1px 1px #656565;
    font-weight: bold;
    color: #1D1D1D;
    font-size: 1.1em;
    margin: 20px 0;
    line-height: 20px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:start:increment {
    display: none;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border: solid 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: solid 1px rgba(0,0,0,0.5);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.gridclass {
    background-color: #fff;
    border-color: #0c3b3b;
    border-width: 1px;
    border-style: solid;
}

    .gridclass tr.header {
        background-color: rgb(44,120,120) !important;
        background-image: linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -o-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -moz-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -webkit-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -ms-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.29, rgb(25,84,84)), color-stop(0.66, rgb(44,120,120)) );
        font-size: 9pt;
        color: #fff;
        font-family: Calibri;
        height: 30px;
        max-height: 50px;
        margin: 0;
        font-weight: bold;
        border: solid 1px #153d3d !important;
        text-align: left;
    }

    .gridclass .header th {
        background-color: rgb(44,120,120) !important;
        background-image: linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -o-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -moz-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -webkit-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -ms-linear-gradient(top, rgb(25,84,84) 29%, rgb(44,120,120) 66%);
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.29, rgb(25,84,84)), color-stop(0.66, rgb(44,120,120)) );
        font-size: 9pt;
        color: #fff;
        font-family: Calibri;
        height: 30px;
        max-height: 50px;
        margin: 0;
        font-weight: bold;
        border: solid 1px #153d3d !important;
        text-align: left;
        padding: 4px;
    }

    .gridclass tr.alternate {
        font-size: 8pt;
        font-family: Verdana;
        background-color: #cfe6e6;
        color: #0f4040;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -transition: all .3s ease-in;
    }

    .gridclass tr.normal {
        font-size: 8pt;
        font-family: Verdana;
        background-color: #ffffff;
        color: #0f4040;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .gridclass input[type="text"], .gridclass textarea {
        background: transparent;
        border: none;
        width: 98%;
        text-align: left;
    }

        .gridclass input[type="text"]:hover, .gridclass input[type="text"]:focus, .gridclass textarea:hover, .gridclass textarea:focus {
            background: transparent;
            border: none;
            width: 98%;
            text-align: left;
            color: #0f4040 !important;
        }

    .gridclass select {
        background: transparent;
        -webkit-appearance: none;
        background-image: url( '/Contents/images/arrow.png' );
        background-position: 98% center;
        background-repeat: no-repeat;
        width: 98%;
    }

    .gridclass tr.selected {
        font-size: 9pt;
        font-family: Arial;
        background-color: #FFD700;
    }

    .gridclass tr.normal td, .gridclass tr.alternate td, .gridclass tr.header td {
        border-width: 1px;
        border-style: solid;
        border-color: #0f4040;
        padding: 1px;
        padding-left: 2px;
    }

    .gridclass tr.normal a:hover, .gridclass tr.alternate a:hover {
        text-decoration: underline;
        color: #092e2e;
        font-weight: bold;
    }

    .gridclass tr.normal a, .gridclass tr.alternate a {
        text-decoration: underline;
        color: #0f4040;
        font-weight: normal;
    }

    .gridclass tr.alternate:hover {
        background-color: #faf7d2;
        color: #0f4040;
        font-weight: normal;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        transition: all .3s ease-in;
        border: solid 1px #fff !important;
    }

        .gridclass tr.alternate:hover a {
            color: #092e2e;
        }

    .gridclass tr.normal:hover {
        background-color: #faf7d2;
        color: #0f4040;
        font-weight: normal;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        transition: all .3s ease-in;
        border: solid 1px #fff !important;
    }

        .gridclass tr.normal:hover a {
            color: #092e2e;
        }

.footerstyle {
    background-color: #2b7070;
    color: #fff;
    font-weight: bold;
    font-size: 11pt;
    font-family: Calibri;
    min-height: 28px;
    text-align: right;
    border: solid 1px #0c3b3b !important;
}

    .footerstyle td {
        padding: 2px;
        padding-right: 3px;
        border: solid 1px #0c3b3b !important;
    }

.PagerStyle table {
    text-align: center;
    margin: auto;
}

    .PagerStyle table td {
        border: 0px; /*padding around pager numbers */
        display: block;
        float: left;
        padding: 0;
        margin: 1px;
        font-size: 12px;
        list-style: none; /*background: 0;*/
    }

.PagerStyle td {
    /*	border-top: #1d1d1d 1px solid; /*top border of pager height: 2px;*/
}

.PagerStyle a:hover {
    background: #245c5c;
    color: #fff;
    border: solid 1px #0e3b3b;
}

.PagerStyle a, .PagerStyle a:visited {
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    padding: 2px 7px;
    margin: 0 5px 4px 0;
    border: 1px #0e3b3b solid;
    text-decoration: none;
    background-color: #fff;
    color: #0e3b3b;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    transition: all .8s ease-out 0s;
    -moz-transition: all .8s ease-out 0s;
    -webkit-transition: all .8s ease-out 0s;
    -ms-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
}

.PagerStyle span {
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    padding: 2px 7px;
    margin: 0 5px 4px 0;
    background: #2b7070;
    border: solid 1px #0e3b3b;
    color: #fff;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
}

.PagerStyle {
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #fff;
}

    .PagerStyle a.prevPage, .PagerStyle a.nextPage {
        font-weight: bold;
    }

    .PagerStyle a.prevPage {
        background-image: url( '../Contents/Image/1.png' );
        background-repeat: no-repeat;
        background-position: left;
        color: #03c;
    }

    .PagerStyle a.nextPage {
        background-image: url( '../Contents/Image/2.png' );
        background-repeat: no-repeat;
        background-position: right;
        color: #03c;
    }

.heading {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 75%;
    letter-spacing: -2px;
    color: white;
    text-shadow: 0px 1px 1px #999;
    background: transparent;
    opacity: 0.8;
    -webkit-text-stroke: 1px #1e1e1e;
    -moz-text-stroke: 1px #1e1e1e;
}

.button {
    background-position: 0% 0%;
    padding: 4px 8px;
    border-radius: 6px;
    font-family: Calibri;
    font-size: 10pt;
    height: 25px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #064142;
    border-radius: 2px;
    color: #fff;
    opacity: 1;
    box-shadow: 2px 2px 8px #1E1E1E;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.11, rgb(2,64,61)), color-stop(0.56, rgb(28,90,92)) );
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -transition: all .5s ease-in !important;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: rgb(2,64,61);
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button:hover, .button:focus {
        background: rgb(43,153,147);
        background-image: linear-gradient(top, rgb(43,153,147) 11%, rgb(39,119,120) 56%);
        background-image: -o-linear-gradient(top, rgb(43,153,147) 11%, rgb(39,119,120) 56%);
        background-image: -moz-linear-gradient(top, rgb(43,153,147) 11%, rgb(39,119,120) 56%);
        background-image: -webkit-linear-gradient(top, rgb(43,153,147) 11%, rgb(39,119,120) 56%);
        background-image: -ms-linear-gradient(top, rgb(43,153,147) 11%, rgb(39,119,120) 56%);
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.11, rgb(43,153,147)), color-stop(0.56, rgb(39,119,120)) );
        color: #fff;
        border: solid 1px #064142;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -transition: all .5s ease-in !important;
    }

.dropMenuHover1, .dropMenuClick {
    position: relative;
    cursor: pointer;
}

.dropMenu1 {
    margin-top: 8px;
    background: #fff;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #878787;
    border-left: 1px solid #c5c5c5;
    display: none;
    position: absolute;
    top: 33px;
    right: -10px;
}

.dropMenuContent1 {
    margin-bottom: -8px;
    padding: 18px 10px 10px 10px;
    width: 150px;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    background: url(/Contents/images/drop-menu-top.gif) top right no-repeat;
    display: block;
    position: relative;
    bottom: 8px;
}

    .dropMenuContent1:before, .dropMenuContent1:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        top: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .dropMenuContent1:before {
        right: 20px;
        border-bottom: 9px solid #fff;
    }

    .dropMenuContent1 .divide {
        border-top: 1px solid #e5e5e5;
    }

#username1 {
    font-size: 10pt;
    color: #fff;
}

#userControls1 {
    margin-top: 18px;
    padding-right: 15px;
    color: #000;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 3;
}

    #userControls1 .dropMenu1 {
        top: 19px;
    }

    #userControls1 .dropMenuContent1 {
        padding: 12px 2px 4px 0;
    }

    #userControls1 span strong {
        color: #000;
    }

#userControls1 {
    background: url(/Contents/images/down-arrow-light.gif) center right no-repeat;
}

    #userControls1 .dropMenu1 {
        border-top: 1px solid #9e9e9e;
        border-right: 1px solid #9e9e9e;
        border-bottom: 1px solid #636363;
        border-left: 1px solid #9e9e9e;
    }

    #userControls1 .dropMenuContent1 {
        background: url(/Contents/images/drop-menu-top-dark.gif) top right no-repeat;
    }

.dropMenuContent1 ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

    .dropMenuContent1 ul li a {
        float: left;
    }

.actionsCol .actionsList1 {
    margin-top: 8px;
    background: #fff;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #878787;
    border-left: 1px solid #c5c5c5;
    display: none;
    position: absolute;
    top: 27px;
    right: 5px;
}

    .actionsCol .actionsList1 ul {
        margin-bottom: -8px;
        padding: 12px 0 4px 0;
        width: 135px;
        color: #000;
        font-size: 11px;
        line-height: 16px;
        background: url(/Contents/images/drop-menu-top.gif) top right no-repeat;
        display: block;
        position: relative;
        bottom: 8px;
    }

    .actionsCol .actionsList1 .dropMenuContent1 {
        padding: 12px 0 4px 0;
        width: 122px;
    }

.actionsList1 a, .actionsList1 a:visited {
    padding: 5px 5px 5px 31px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #696969 !important;
    text-decoration: none;
    display: block;
}

    .actionsList1 a:hover {
        color: #000 !important;
        background-color: #ececec;
    }

.actionAccount {
    background: url(../Contents/image/actions-icons.png) 6px -708px no-repeat;
}

.actionLogout {
    background: url(../Contents/image/actions-icons.png) 6px -745px no-repeat;
}

.actionHelp {
    background: url(../Contents/image/actions-icons.png) 6px -783px no-repeat;
}

.popup {
    border: 1px double #16133b;
    background-color: #fff;
    border-radius: 5px;
}

.trstyle {
    background-color: #252159;
    background-image: linear-gradient(bottom, rgb(42,40,66) 37%, rgb(33,29,77) 58%);
    background-image: -o-linear-gradient(bottom, rgb(42,40,66) 37%, rgb(33,29,77) 58%);
    background-image: -moz-linear-gradient(bottom, rgb(42,40,66) 37%, rgb(33,29,77) 58%);
    background-image: -webkit-linear-gradient(bottom, rgb(42,40,66) 37%, rgb(33,29,77) 58%);
    background-image: -ms-linear-gradient(bottom, rgb(42,40,66) 37%, rgb(33,29,77) 58%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.37, rgb(42,40,66)), color-stop(0.58, rgb(33,29,77)) );
    color: #fff;
    font-family: Comic Sans MS;
    font-size: 11pt;
    font-weight: bold;
    line-height: 20px;
}

.popclose {
    right: 0px;
    cursor: pointer;
    text-align: center;
}

.lblHead {
    color: white;
    position: absolute;
    margin-top: 53px;
    float: right;
    right: 16%;
}
