﻿/* DEFAULTS ----------------------------------------------------------*/
body {
    font-size: .75em;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    color: rgb(68,68,68);
}

.Additions {
    font-size: 0.9em;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:active {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

input[type=submit] {
    -moz-box-shadow: inset 0px 0px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 0px 0px 0px #97c4fe;
    box-shadow: inset 0px 0px 0px 0px #97c4fe;
    /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
}

label {
    color: Black;
}

input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color: #1e62d0;
}

input[type=submit]:active {
    position: relative;
    top: 1px;
}

textarea {
    border: 1px solid rgb(0,114,198);
    border-radius: 3px;
    padding: 3px;
    background-color: rgb(243,243,243);
}

input[type=text] {
    border: 1px solid rgb(0,114,198);
    border-radius: 3px;
    padding: 3px;
    background-color: rgb(243,243,243);
}

input[type=file] {
    border: 1px solid rgb(0,114,198);
    border-radius: 3px;
    padding: 3px;
    background-color: rgb(243,243,243);
}

input[type=password] {
    border: 1px solid rgb(0,114,198);
    border-radius: 3px;
    padding: 3px;
    background-color: rgb(243,243,243);
}



select {
    border: 1px solid rgb(0,114,198);
    border-radius: 3px;
    padding: 3px;
    background-color: rgb(243,243,243);
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}


/* HEADINGS ----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
    color: #fff;
}

.MenuStrip {
    font-size: 1.2em;
    color: #fff;
}

    .MenuStrip a {
        font-size: 1.0em;
        color: #fff;
        text-decoration: none;
    }

.error {
    color: red;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 200;
    margin-top: 0px;
    padding-top: 0px;
}

.required {
    color: red;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 200;
    margin-top: 0px;
    padding-top: 0px;
}

.mandatory {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: none;
    font-weight: 200;
    margin-top: 0px;
    padding-top: 0px;
}

div.head {
    position: relative;
    background-color: rgb(0,114,198);
    width: 100%;
    color: white;
    font-size: large;
    display: block;
    top: 4px;
}

    div.head h1 {
        font-size: large;
        color: #fff;
        left: 0px;
        text-transform: none;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 10px;
    }
/* this rule styles
<h1>
    and
    <h2>
tags that are the first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/
.page {
    width: 100%;
    min-width: 800px;
}

.header {
    top: 0px;
    left: 0px;
    min-width: 800px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    background-color: rgb(0,114,198);
    /*background-color: brown;*/
}

.headA {
    float: left;
    min-width: 50px;
    color: white;
    font-size: xx-large;
    font-variant: small-caps
}

.headB {
    text-align: right;
    float: right;
    min-width: 40px;
    color: white;
    font-size: small;
    font-variant: small-caps;
    padding: 0px 10px 0px 0px;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header h5 {
    font-weight: 400;
    color: #f9f9f9;
    margin: 0px 0px 0px 0px;
    border: none;
    font-size: 1em;
}

.header a {
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #83a4d1;
    border: none;
    font-size: 1em;
}

.main {
    clear: left;
    padding: 0px 2px 0px 2px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 450px;
    width: auto;
    min-width: 800px;
}

.footer {
    color: rgb(0,114,198);
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.curver {
    border: 1px solid rgb(0,114,198);
    background-color: #FFFFFF;
}

/* TAB MENU ----------------------------------------------------------*/
div.hideSkiplink {
    float: left;
    clear: both;
    border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
    font-weight: normal /*{fwDefault}*/;
    outline: none;
    top: 50px;
    left: 0px;
    width: 99.9%;
    min-width: 800px;
    background-color: rgb(231,231,231);
    color: rgb(68,68,68);
}

div.menu {
    padding: 0px 0px 0px 10px;
}



    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 999;
        float: left;
    }


    div.menu > ul > li {
        display: inline-block;
        list-style: none;
    }


    div.menu ul li ul {
        display: none;
    }

    div.menu ul li a, div.menu ul li a:visited {
        display: block;
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        white-space: nowrap;
        background-color: rgb(231,231,231);
        font-variant: small-caps;
        font-size: 14px;
        color: rgb(68,68,68);
    }

        div.menu ul li a:hover {
            text-decoration: none;
            background-color: rgb(129,129,129);
            color: white;
        }

/* FORM ELEMENTS ----------------------------------------------------------*/
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC ----------------------------------------------------------*/
.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}



/* Deep's Additions------------------------------------------------------------------------------------------------------*/
.GridViewHeader {
    /* font-variant: small-caps;*/
    font-size: 10pt;
    background-color: rgb(0,114,198);
    color: white;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
}

.GridViewItem {
    font-size: 8pt;
    font-weight: normal;
    background-color: white;
    text-align: center;
    vertical-align: top;
}

.GridViewAlternateItem {
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    background-color: rgb(226,228,255);
    text-align: center;
    vertical-align: top;
}

/***************** Ajax Claender Starts**********************/
.ajax__calendar_container {
    background-color: #fff;
    border: solid 1px #EB2F02;
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}

.ajax__calendar_body {
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_day_disabled {
    background-color: #ccc !important;
    color: #eee !important;
}

.ajax__calendar_container TABLE {
    font-size: 11px;
    width: 0px;
    height: 0px;
}

    .ajax__calendar_container TABLE tr td {
        padding: 0;
        margin: 0;
    }

.ajax__calendar_header {
    background-color: #EB2F02;
    height: 20px;
    width: 100%;
    color: #fff;
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.ajax__calendar_footer {
    background-color: #EB2F02;
    color: #fff;
    height: 15px;
}

.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}

/***************** Ajax Claender Ends**********************/
/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    margin: 20px 10px 0px 10px;
    padding: 0px;
    position: relative;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

    .wizard-steps div {
        position: relative;
    }
    /* = STEP NUMBERS
----------------------------*/
    .wizard-steps span {
        display: block;
        float: left;
        font-size: 10px;
        text-align: center;
        width: 15px;
        margin: 2px 5px 0px 0px;
        line-height: 15px;
        color: #ccc;
        background: #FFF;
        border: 2px solid #CCC;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    /* = DEFAULT STEPS
----------------------------*/
    .wizard-steps a {
        position: relative;
        display: block;
        width: auto;
        height: 24px;
        margin-right: 18px;
        padding: 0px 10px 0px 3px;
        float: left;
        font-size: 11px;
        line-height: 24px;
        color: #666;
        background: #F0EEE3;
        text-decoration: none;
    }

        .wizard-steps a:before {
            width: 0px;
            height: 0px;
            border-top: 12px solid #F0EEE3;
            border-bottom: 12px solid #F0EEE3;
            border-left: 12px solid transparent;
            position: absolute;
            content: "";
            top: 0px;
            left: -12px;
        }

        .wizard-steps a:after {
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 12px solid #F0EEE3;
            position: absolute;
            content: "";
            top: 0px;
            right: -12px;
        }

    /* = COMPLETED STEPS
----------------------------*/

    .wizard-steps .completed-step a {
        color: #fff;
        background: #009900;
    }

        .wizard-steps .completed-step a:before {
            border-top: 12px solid #009900;
            border-bottom: 12px solid #009900;
        }

        .wizard-steps .completed-step a:after {
            border-left: 12px solid #009900;
        }

    .wizard-steps .completed-step span {
        border: 2px solid #163038;
        color: #163038;
        text-shadow: none;
    }
    /* = ACTIVE STEPS
----------------------------*/
    .wizard-steps .active-step a {
        color: #fff;
        background: #FF6600;
        text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    }

        .wizard-steps .active-step a:before {
            border-top: 12px solid #FF6600;
            border-bottom: 12px solid #FF6600;
        }

        .wizard-steps .active-step a:after {
            border-left: 12px solid #FF6600;
        }

    .wizard-steps .active-step span {
        color: #163038;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
        -moz-box-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
        box-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
        text-shadow: none;
        border: 2px solid green;
    }
    /* = HOVER STATES
----------------------------*/
    .wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
        color: #fff;
        background: #8F061E;
        text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    }

    .wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
        color: #8F061E;
    }

    .wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
        border-top: 12px solid #8F061E;
        border-bottom: 12px solid #8F061E;
    }

    .wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
        border-left: 12px solid #8F061E;
    }

.ui-autocomplete {
    background-color: #eeeeee;
    width: 250px;
}

.ui-autocomplete-loading {
    background: white url('/Images/ui-anim_basic_16x16.gif') right center no-repeat;
}



/*********************************** auto extender STARS**********************************/


.AutoExtender {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 5px;
    background-color: White;
    margin-left: 5px;
    overflow: auto;
    height: 250px;
}

.autocomplete_completionListElement {
    width: 550px;
    background-color: inherit;
    color: windowtext;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    height: 400px;
    text-align: left;
}

.AutoExtenderList {
    border-bottom: solid 1px #006699;
    cursor: pointer;
    color: Maroon;
    list-style-type: none;
}

.AutoExtenderHighlight {
    color: White;
    background-color: #006699;
    cursor: pointer;
}

#divwidth {
    width: 580px !important;
    text-align: left;
}









/*********************************** Validator Callout Starts**********************************/
.HighlightValidatorCalloutExtender {
    background-color: #FFFFAE !important;
}

    .HighlightValidatorCalloutExtender input[type=text] {
        background-color: #FFFFAE !important;
    }

.customCalloutStyle div, .customCalloutStyle td {
    border: solid 1px #999;
    background-color: #333;
}

.customCalloutStyle .ajax__validatorcallout_popup_table {
    border: none 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none !important;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    margin: 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none !important;
    background-color: transparent !important;
}

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
        font-size: 1px;
        position: relative;
        left: 1px;
        border-bottom: none !important;
        border-right: none !important;
        border-left: none !important;
        width: 15px;
        background-color: transparent !important;
        padding: 0px;
        margin: 0px;
    }

        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
            height: 1px;
            overflow: hidden;
            border-top: none !important;
            border-bottom: none !important;
            border-right: none !important;
            padding: 0px;
            margin: 0px 0px 0px auto;
        }

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_leftpos {
    padding: 8px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    font-size: 1px;
    border: none !important;
    background-color: transparent !important;
}

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_leftpos .ajax__validatorcallout_innerdiv {
        font-size: 1px;
        position: relative;
        left: -1px;
        border-bottom: none !important;
        border-right: none !important;
        border-left: none !important;
        width: 15px;
        background-color: transparent !important;
        padding: 0px;
        margin: 0px;
    }

        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_leftpos .ajax__validatorcallout_innerdiv div {
            height: 1px;
            overflow: hidden;
            border-top: none !important;
            border-bottom: none !important;
            border-left: none !important;
            padding: 0px;
            margin: 0px auto 0px 0px;
        }

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomleftpos, .ajax__validatorcallout_callout_arrow_cell_topleftpos {
    padding: 0px 0px 0px 8px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    font-size: 1px;
    border: none !important;
    background-color: transparent !important;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomrightpos, .ajax__validatorcallout_callout_arrow_cell_toprightpos {
    padding: 0px 8px 0px 0px;
    margin: 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none !important;
    background-color: transparent !important;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomleftpos .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    bottom: -1px;
    border: none !important;
    width: 30px;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomrightpos .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    bottom: -1px;
    border: none !important;
    width: 30px;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px 0px 0px auto;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_topleftpos .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    top: -1px;
    border: none !important;
    width: 30px;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_toprightpos .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    top: -1px;
    border: none !important;
    width: 30px;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px 0px 0px auto;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomleftpos .ajax__validatorcallout_innerdiv div, .ajax__validatorcallout_callout_arrow_cell_bottomrightpos .ajax__validatorcallout_innerdiv div, .ajax__validatorcallout_callout_arrow_cell_topleftpos .ajax__validatorcallout_innerdiv div, .ajax__validatorcallout_callout_arrow_cell_toprightpos .ajax__validatorcallout_innerdiv div {
    height: 1px;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0px;
    margin: 0px auto 0px auto;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomleftpos .ajax__validatorcallout_innerdiv .arrowpixel, .ajax__validatorcallout_callout_arrow_cell_bottomrightpos .ajax__validatorcallout_innerdiv .arrowpixel, .ajax__validatorcallout_callout_arrow_cell_topleftpos .ajax__validatorcallout_innerdiv .arrowpixel, .ajax__validatorcallout_callout_arrow_cell_toprightpos .ajax__validatorcallout_innerdiv .arrowpixel {
    height: 0px;
    overflow: hidden;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px auto 0px auto;
}

.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 10px;
    border-right: none !important;
    border-left: none !important;
    width: 100%;
    color: White;
    text-align: left;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell {
    display: none;
}

    .customCalloutStyle .ajax__validatorcallout_icon_cell img {
        display: none;
    }

.customCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    text-align: right;
    border-left: none !important;
}

    .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
        border: none !important;
        text-align: center;
        width: 10px;
        padding: 2px;
        cursor: pointer;
    }


/*********************************** Validator Callout ENDS**********************************/

/* HOVER STYLES */
.pop-up {
    display: none;
    position: absolute;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

/*********************************** Modal PopUp Extenders Starts**********************************/

.modalBackground {
    background-color: Silver;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: Gray !important;
    padding: 1px;
    width: 100%;
    z-index: 100000001 !important;
}
/*********************************** Modal PopUp Extenders Ends**********************************/


/*********************************** Gridview Starts **********************************/

.gridview {
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    background-color: #FFFFFF;
    font-size: small;
}

    .gridview th {
        background: rgb(0,114,198);
        padding: 7px 2px 7px 2px;
        font-size: small;
        color: White;
    }

        .gridview th a {
            color: #003300;
            text-decoration: none;
        }

    /*.gridview th a:hover {
                color: #003300;
                text-decoration: underline;
            }*/

    .gridview td {
        /*background: White;*/
        color: #333333;
        font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
        padding: 2px 2px 2px 2px;
    }

    .gridview tr.even td {
        background: #FFFFFF;
    }

    .gridview td a {
        color: #3333FF;
        font: bold small "arial";
        padding: 1px;
        text-decoration: none;
    }

        .gridview td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }

/*********************************** Gridview Starts Ends**********************************/


.tblBorder {
    border-collapse: collapse;
    width: 100%;
}

    .tblBorder th, .tblBorder td {
        border: 1px solid black;
        border-collapse: collapse;
        padding: 0px;
    }

.ASPCalender {
    background-image: url(/Images/calendar.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right;
}

.ASPCalender_Theme .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
}

.ASPCalender_Theme .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ASPCalender_Theme .ajax__calendar_title,
.ASPCalender_Theme .ajax__calendar_next,
.ASPCalender_Theme .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.ASPCalender_Theme .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.ASPCalender_Theme .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.ASPCalender_Theme .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.ASPCalender_Theme .ajax__calendar_hover .ajax__calendar_day,
.ASPCalender_Theme .ajax__calendar_hover .ajax__calendar_month,
.ASPCalender_Theme .ajax__calendar_hover .ajax__calendar_year,
.ASPCalender_Theme .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.ASPCalender_Theme .ajax__calendar_today {
    font-weight: bold;
}

.ASPCalender_Theme .ajax__calendar_other,
.ASPCalender_Theme .ajax__calendar_hover .ajax__calendar_today,
.ASPCalender_Theme .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

