﻿/*  color:#000000; font_white_color
 Company Red backcolor:#941d1d;
lightsalmon #ffa07a;
LightCoral : #f08080;
    Linen : 	#faf0e6;

     Public Shared Function setGridButtonTextColor() As System.Drawing.Color
        Dim hex As String = "#282828"
        _Color_GvBtnText = System.Drawing.ColorTranslator.FromHtml(hex)
        Return setGridButtonTextColor
    End Function
*/

/* Font */
.font_yellow_color {
    color: yellow;
}

.font_blue_color {
    color: blue;
}

.font_lightblue_color {
    color: lightblue;
}

.font_salmon_color {
    color: #ffa07a;
}

.font_red_color {
    color:   red;
}
.font_white_color {
    color: white;
}

.BackgroundColor_Lavender {
    background-color:#E6E6FA; 
}
.BackgroundColor_Linen {  
    background-color:#FAF0E6; 
}

.BackgroundColor_White {
    background-color: #000000;
}

.BackgroundColor_Warning {
    background-color: #ffa07a;
}

/*  DIV */
.div_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.div_pgH {
    height: 880px; /*850px;*/
}

.div_pgH1200 {
    height: 1280px; /*850px;*/
}

.div_pgH1 {
    height: 780px;
}

.div_pgH2 {
    height: 830px;
}

.div_pgH700 {
    height: 700px;
}

.div_pgH750 {
    height: 750px;
}

.div_pgH650 {
    height: 650px;
}

.div_pH900 {
    height: 900px; /*850px;*/
}

.div_Hide {
    visibility: hidden;
}

.divheader_title_1 {
    background-color: #C63516;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    color: white;
}


/* Set checkbox close together */
.checkbox {
    width: auto !important;
    float: left;
}

    .checkbox tr {
        background-color: Transparent !important;
    }

    .checkbox input {
        width: auto !important;
        float: left !important;
    }

    .checkbox label {
        width: auto !important;
        float: left !important;
    }

/* Set checkbox close together */

.radiobuttonlist {
    width: auto !important;
    float: left;
}

    .radiobuttonlist tr {
        background-color: Transparent !important;
    }

    .radiobuttonlist input {
        width: auto !important;
        float: left !important;
    }

    .radiobuttonlist label {
        width: auto !important;
        float: left !important;
    }

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50; /*Green */
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    font-size: medium;
    font-family: Arial;
    background-color: #f1f1f1; /* #f9f9f9;*/
    min-width: 160px;
    border: solid;
    width: 350px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.labelspecial1 {
    color: #f08080; /*  #ffa07a;  width: 150px;*/
    display: inline-block;
}
.datetext12 {
    font-family: Arial;
    font-size: 12px;
    width: 100px;
    text-align: right;
    vertical-align: bottom;
}
.datetext14 {
    font-family: Arial;
    font-size: 14px;
    width: 100px;
    text-align: right;
    vertical-align: bottom;
}
.currencytext12 {
    font-family: Arial;
    font-size: 12px;
    width: 100px;
    text-align: right;
    vertical-align: bottom;
}
.arialHeader {
    background-color: #ff9999; /*  #0000C0;*/
    color: black;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: bold;
}

.arial8 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
}

.arial8_bold {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
}

.arial8_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    color: blue;
}

.arial8_italic_blue {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    color: blue;
}

.arial10 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}
.arial10_italic_blue {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-style: italic;
    color: blue;
}
.arial10_bold {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
}

.arial10_bold_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}

.arial10_bold_italic_blue {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color: blue;
}


.arial10_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;

}

.arial12 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
}

.arial12_left_label {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
   
    text-align: left;
}

.arial12_bold {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
}

.arial12_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
}

.arial12_italic_white {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    color: white;
}

.arial12_bold_italic_blue {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    color: blue;
}

.arial14 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
}

.arial14_bold {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
}

.arial14_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    font-style: italic;
}

.arial16 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
}

.arial16_bold {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
}

.arial16_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: italic;
}

.arial18 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 18pt;
    font-weight: normal;
    font-style: normal;
}

.arial18_bold {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: normal;
}

.arial18_italic {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 18pt;
    font-weight: normal;
    font-style: italic;
}

.remark {
    font-style: italic;
    color: #9999FF;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
}

.alignbottom {
    vertical-align : bottom;
}
.alignmiddle {
    vertical-align :  middle;
   
}
/*  New Add End */


* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

/*  base color white; #FFFFF0;*/
html, body {
    background: white;
}

input, textarea, textbox {
    background: #F0FFFF;
    border: solid 1px #B0C4DE;
    padding-left:5px;
}


p {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Table / TD/ TD */
.td_height_5 {
    height: 5px;
}

.td_height_10 {
    height: 10px;
}

.td_height_20 {
    height: 20px;
}

.td_height_30Top {
    height: 30px;
     vertical-align: top;
}
.td_height_30 {
    height: 30px;
}

.td_height_40 {
    height: 40px;
}

.td_border {
    border: 1px solid black;
}

.table_border {
    border-collapse: collapse;
}

.table_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    margin: auto;
}

/*TextBox*/
.text_diable {
    pointer-events: none;
}

.text_top {
    vertical-align: text-top;
}


textbox {
    background-color: #e6ffe6;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

table {
    empty-cells: show;
}

tr {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}


img {
    cursor: pointer;
    height: 15px;
}

sup {
    font-weight: bold;
}

.indented {
    padding-left: 20px;
}

.left_column {
    width: 13%;
}

.left_column_text {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.center_column {
    width: 70%;
}

.right_content {
    width: 17%;
}


.colored_spacer {
    background: #B0C4DE;
    height: 5px;
    width: 100%;
}

.header {
    height: 100px;
    width: 100%;
}


.center_header {
    text-align: left; /*Add New*/
    background: #941d1d;
}

.right_header {
    text-align: right; /*Add New*/
    background: #941d1d;
}

.header_title_subtitle {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    height: 50%;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}


#header_title {
    font-size: 18pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none; /** Change color:#4682B4; */
    color: white;
}

#header_subtitle {
    font-size: 15pt;
    font-weight: bold;
    font-style: normal;
    color: #941d1d; /*4682B4;*/
    text-decoration: none;
}

#header_subtitleWhite {
    font-size: 15pt;
    font-weight: bold;
    font-style: normal;
    color: white;
}

.textsize {
    padding: 0;
    float: right;
    font-size: 11px;
    color: #4682B4;
}

    .textsize a {
        color: #4682B4;
        outline: none;
        font-weight: bold;
        padding: 0 1px;
        text-decoration: none;
    }

        .textsize a.small {
            font-size: 10px;
        }

        .textsize a.big {
            font-size: 14px;
        }

        .textsize a.bigger {
            font-size: 18px;
        }

        .textsize a:hover {
            color: #333;
        }

.content {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 200px;
    width: 100%;
    vertical-align: text-top;
}

.left_content {
    text-align: left;
    vertical-align: top;
}

.left_bottom_content {
    text-align: left;
    vertical-align: bottom;
}

.left_middle_content {
    text-align: left;
    vertical-align: middle;
}

.center_content {
    text-align: center;
    padding-left: 10px;
}

.right_content {
    text-align: right;
    vertical-align: top;
    /*padding-left: 10px;*/
}

.centered-table {
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background: #941d1d; /*B0C4DE;*/
    width: 100%;
    vertical-align: middle;
    font-size: 10pt;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.footer_center_column {
    color: white;
}

.footer_first_line {
    margin-top: 3px;
    color: white;
}


.footer_second_line {
    color: white;
}

.text_link {
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

.footnote {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    color: #4682B4;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact_me {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
}

.contact_me_label {
    color: #B0C4DE;
}

.contact_me_entry {
    border: solid LightSteelBlue;
    background: Ivory;
}

.contact_me_buttons {
    width: 75px;
    background-color: #B0C4DE;
    border-radius: 6px;
    text-align: center;
}

.header_title_alert {
    background-color: lightsalmon;
    border-radius: 6px;
    text-align: center;
    font-size: 16pt;
}


#AlertBoxMessage {
    font-size: 16pt;
    text-align: center;
}

#AlertBoxMessage1 {
    font-size: 14pt;
    text-align: center;
}

#AlertBoxMessage2 {
    font-size: 14pt;
    text-align: center;
}

#AlertBoxMessage2 {
    font-size: 14pt;
    text-align: center;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.AlertBox_Title {
    background-color: #C63516;
    border-radius: 6px;
    text-align: center;
    color: white;
    height: 30px;
}

.header_title_1 {
    background-color: #e1edff; /*#e1edff;  light blue*/
    border-radius: 6px;
    text-align: center;
}

.alertBox700 {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 700px;
    margin-left: -150px;
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.alertBox500 {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 500px;
    margin-left: -0px; /*-250px*/
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.alertBox300 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 300px;
    margin-left: -0px; /*-250px*/
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.submit_reset_reset {
    background-color:  #f08080;
    color: white;
    width: 200px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
    height: 35px;
}

.submit_reset {
    background-color: #941d1d;
    color: white;
    width: 200px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
    height: 35px;
}

    .submit_reset:hover {
        font-style: italic;
        font-weight: bold;
    }

    .submit_reset:hover {
        font-weight: bold;
    }

    .ACsubmit_reset_middle {
    background-color: #941d1d;
    color: white;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;    
    width:200px;    
     height:30px;
}

    .ACsubmit_reset_middle:hover {
        font-style: italic;
    }
.submit_reset_middle {
    background-color: #941d1d;
    color: white;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
}

    .submit_reset_middle:hover {
        font-style: italic;
    }

.submit_reset_middle_disable {
    background-color: #f08080;
    color:  black;
    
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
     height:30px;
     width:200px;
}


.submit_reset_small {
    background-color: #941d1d;
    color: white;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
    width: 100px;
    height: 30px;
}

    .submit_reset_small:hover {
        font-style: italic;
    }

.submit_reset_small_disable {
    background-color: #f08080;
    color: white;
    width: 100px;
    height: 30px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
}

.submit_reset_disable {
    background-color: #f08080;
    color: black;
    width: 200px;
    height: 30px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    border-radius: 6px;
}

/* Set checkbox close together */
.checkbox {
    width: auto !important;
    float: left;
}

    .checkbox tr {
        background-color: Transparent !important;
    }

    .checkbox input {
        width: auto !important;
        float: left !important;
    }

    .checkbox label {
        width: auto !important;
        float: left !important;
    }


/* Main Navigation
     ul#navigation li {
        display: inline;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        border-top: 1px solid #c4dbe7;
    }  
     */
#nav {
    position: relative;
    width: 720px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
}

ul#navigation {
    margin: 0px auto;
    position: relative;
    float: left; /*left; */
    border-left: 1px solid #c4dbe7; /*c4dbe7; */
    border-right: 1px solid #c4dbe7; /*c4dbe7; */
}

    ul#navigation li {
        display: inline;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        border-top: 1px solid #c4dbe7;
        border-bottom: 2px solid #c4dbe7;
    }

        ul#navigation li a {
            padding: 10px 25px;
            color: #616161; /*	text-shadow: 1px 1px 0px #fff;*/
            text-decoration: none;
            display: inline-block;
            border-right: 1px solid #fff;
            border-left: 1px solid #C2C2C2;
            border-top: 1px solid #fff;
            background: #f5f5f5;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear; /*transition: color 0.2s linear, background 0.2s linear;*/
        }

            ul#navigation li a:hover {
                background: #f8f8f8;
                color: #282828;
            }

            /*navigation First Level*/
            ul#navigation li a.first {
                border-left: 0 none;
                background-color: #941d1d;
                color: White;
            }
            /*navigation Second Level*/
            ul#navigation li a.second {
                border-left: 0 none;
                background-color: #941d1d;
                color: White;
            }

            ul#navigation li a.last {
                border-right: 0 none;
            }


        ul#navigation li:hover > a {
            /* background:#fff;*/
            background: #f8f8f8; /*#941d1d;*/
            color: black; /*white;*/
        }


        ul#navigation li:hover > ul {
            /*these 2 styles are very important,   being the ones which make the drop-down to appear on hover */
            visibility: visible; /*opacity: 1;*/
        }


    ul#navigation ul, ul#navigation ul li ul {
        list-style: none;
        margin: 0;
        padding: 0; /*the next 2 styles are very important,   being the ones which make the drop-down to stay hidden */
        visibility: hidden; /*opacity: 0;*/
        position: absolute;
        z-index: 99999;
        width: 280px; /*Show width of Child menu -- Original = 180px*/
        background: #f8f8f8; /*	box-shadow: 1px 1px 3px #ccc; */ /* css3 transitions for smooth hover effect */
        -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
        -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
        -o-transition: opacity 0.2s linear, visibility 0.2s linear; /* transition: opacity 0.2s linear, visibility 0.2s linear;*/
    }

    ul#navigation ul {
        top: 43px; /*43px;*/
        left: 1px;
    }

        ul#navigation ul li ul {
            top: 0;
            left: 281px; /* strong related to width:180px; from above Original value =181px; */
        }

        ul#navigation ul li {
            clear: both;
            width: 100%;
            border: 0 none;
            border-bottom: 1px solid #f83535; /*c9c9c9; */
        }

            ul#navigation ul li a {
                background: none;
                padding: 7px 15px;
                color: #616161; /*text-shadow: 1px 1px 0px #fff;*/
                text-decoration: none;
                display: inline-block;
                border: 0 none;
                float: left;
                clear: both;
                width: 250px; /* strong related to width:180px; from above Original value =150px; */
            }


/*Grid Css*/
.sortAsc {
    background-image: url(ig_images/uparrows_trans.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    width: 200px;
}

.sortDesc {
    background-image: url(ig_images/downarrows_trans.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    width: 200px;
}


/* GridView Format  */
.gvTableHeader {
    border-right: #0056d7 1px solid;
    border-top: #0056d7 1px solid;
    padding-bottom: 1px;
    border-left: #0056d7 1px solid;
    border-bottom: #0056d7 1px solid;
    font-weight: bold;
    background-color: #e1edff;
}

.gvHiddenCol {
    display: none;
}

.grid_scroll {
    overflow: auto;
    border: solid 1px orange;
    height: 480px;
    font-family: Arial; /*   Sans-Serif;*/
    font-size: small;
    background-color: White;
    border-color: Black;
    border-style: solid;
}

.gvTitleColor1 {
    background-color: #941d1d;
    font-weight: bold;
}


.gvTitleColor {
    background-color: #C63516;
    font-weight: bold;
}
.gvRowColor {
    background-color: #FAF6F5;
}
.gvRowColor_Low {
    background-color: #FAF6F5;
    vertical-align:middle;
    height:20px;
}
.gvAltRowColor_Low {
    background-color: #F8DBD5;
    height:20px;
}
.gvAltRowColor {
    background-color: #F8DBD5;
}

.gvSelectRowColor {
    font-weight: bold;
    /*height: 25px;*/
    background: #c3d5d5;
    color: Black;
}
.gvSelectRowColor_Low {
    font-weight: bold;
    /*height: 25px;*/
    height:20px;
    background: #c3d5d5;
    color: Black;
}

.gvTH {
    border-right: #0056d7;
    border-top: #0056d7;
    padding-bottom: 1px;
    border-top: #0056d7 1px solid;
    border-left: #0056d7 1px solid;
    background-color: #e1edff;
    width: 100%;
    font-family: Arial, Verdana, Sans-Serif;
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
}

.gvBtnDisableColor {
    background-color: #f08080;
    height: 25px;
    border-radius: 4px;
    color: BLACK;
    font-weight: normal;
}

.gvBtnEnableColor {
    background-color: #941d1d;
    height: 25px;
    border-radius: 4px;
    color: white;
    /*font-weight: bold;*/
    font-weight: normal;
}

    .gvBtnEnableColor:hover {
        background-color: #f08080;
        height: 25px;
        border-radius: 4px;
        color: BLACK;
        font-style: italic;
        font-weight: bold;
    }

.gvFooterPageStyle {
    background-color: #99CCCC;
    color: #003399;
}

.gvHeaderStyle {
    background-color: #003399;
    font-weight: bold;
    color: #CCCCFF;
}

.gvItemstyle_Left {
    text-align: Left;
    vertical-align: top;
}

.gvItemstyle_Center {
    text-align: center;
    vertical-align: top;
}

.gvItemstyle_Right {
    text-align: right;
    vertical-align: top;
}

.gvItemstyle_Left10 {
    text-align: Left;
    vertical-align: top;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    padding-left:5px;
}

.gvItemstyle_Center10 {
    text-align: center;
    vertical-align: top;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

.gvItemstyle_Right10 {
    text-align: right;
    vertical-align: top;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
     padding-right:5px;
}
/* GridView Format End */
