/* CSS Document */

*, html, body {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    font-size: 11px;
    font-family: Tahoma;
    margin-left: 0;
    margin-right: 0;
}

html, body, form {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    min-width: 980px;
    /* background: url("../images/bdy_bg.png") repeat-x scroll left top #6A3E17;*/
    /* border-top: 2px solid #FFF6BD;*/
    color: #333333;
    font: 12px Arial,Helvetica,sans-serif;
}
/*table
{
    text-align: center;
    width: 100%;
}*/
td {
    vertical-align: middle;
}

img {
    border: none;
    text-decoration: none;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #714219;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
}

.main {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
}

.mainright {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #ffffff;
    width: 99.8%;
    padding: 0;
    margin: 0;
    height: 100%;
    vertical-align: top; /*border-collapse: collapse;    border-radius: 12px 12px 10px 10px;*/
    background-color: #ffffff;
}

.mainrighttd {
    text-align: center;
    vertical-align: top;
}

.leftBox {
    width: 200px;
    border: none; /* background: #714219 url(../images/leftBoxBack.gif) repeat-y;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0px 2px 5px 2px;
    border-collapse: collapse;
    vertical-align: top;
}

.logo, .footerLogo {
    width: 182px;
    margin: 10px 0 5px 10px;
    text-decoration: none;
}

.companylogo {
    height: 95px;
    margin: 0px;
    text-decoration: none;
    width: 195px;
}

.footerLogo {
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: bottom;
    background: url(../images/hedContentBack.jpg) repeat-x;
}

.headder {
    /* background-color: #894C20;*/
    overflow: hidden;
    width: 100%;
    height: 67px;
    /*vertical-align: top;*/
}

    .headder .rightBox {
        width: 150px;
        /*vertical-align: top;*/
    }

    .headder .content {
        /* background: url(../images/hedContentBack.jpg) repeat-x;*/
        height: 57px;
        overflow: hidden;
    }

.mainheaderlinks ul li {
    list-style: none;
    margin: 10px 0 0 3px;
    float: right;
}

.hedIconBack {
    text-align: center;
    text-decoration: none;
    color: #FCF1C9;
}

    .hedIconBack a {
        text-align: center;
        text-decoration: none;
        color: #FCF1C9;
    }

.width40 {
    width: 40px;
    float: left;
}

.hedIconBack div {
    width: 53px;
    height: 63px;
    /*background: url(../images/hedIconBack.png) 0 0 no-repeat;*/
    margin: 5px 5px 0 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    line-height: 53px;
    float: left;
    padding-top: 11px;
    cursor: pointer;
}

.currentGoldRates {
    /*color: #332512;     background-color: #F8E1AD;     font-size: 12px;     padding-left: 3px;     padding-right: 3px;     */
    color: #6c4018;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    background: url(../images/buttonBack.jpg) 0 0 repeat-x;
    cursor: pointer;
    margin-right: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: #e6cfa0 1px solid;
    padding: 0 5px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
}

    .currentGoldRates span {
        color: #8C4C20; /*background-color: #F8E1AD;*/
        font-size: 12px;
    }

.divrightcontent {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    padding: 0px;
}

.leftBox {
    width: 197px;
    vertical-align: top;
}

    .leftBox ul.leftMenu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 2px 3px 0 3px;
        width: 195px;
    }

        .leftBox ul.leftMenu li {
            background-color: #006599;
            border: none;
            font-size: 11px;
            text-transform: uppercase;
            color: #ffffff;
            margin: 2px 0;
        }

            .leftBox ul.leftMenu li a {
                display: block;
                color: #fff;
                text-decoration: none;
                padding: 0 0 0 20px;
                line-height: 33px;
                font-weight: bold;
                background: url(../images/arrowClose.gif) 175px center no-repeat;
                margin-bottom: 0;
                font-size: 11px;
                text-align: left;
            }

                .leftBox ul.leftMenu li a.accordionExpanded {
                    background: url(../images/arrowOpen.gif) 172px center no-repeat;
                }

            .leftBox ul.leftMenu li ul.subMenu {
                margin: 0;
                padding: 0;
                display: none;
                width: 195px;
            }

                .leftBox ul.leftMenu li ul.subMenu li {
                    background: none;
                    background: #f3faff;
                    margin: 0;
                }

                    .leftBox ul.leftMenu li ul.subMenu li a {
                        margin: 0;
                        display: block;
                        padding-left: 20px;
                        line-height: 33px;
                        border: none;
                        color: #6a3f17;
                        background: none;
                    }

                    .leftBox ul.leftMenu li ul.subMenu li:last-child a {
                        -moz-border-radius: 0 0 7px 7px;
                        -webkit-border-radius: 0 0 7px 7px;
                        border-radius: 0 0 7px 7px;
                        margin-bottom: 3px;
                    }

                    .leftBox ul.leftMenu li ul.subMenu li a.act, .leftBox ul.leftMenu li ul.subMenu li a:hover {
                        background: #ffba00;
                        border: none;
                    }

            .leftBox ul.leftMenu li.accordion a.accordionExpanded {
                background-position: 100% -15px;
            }

.star {
    font-size: 13px;
    color: #FF3300;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}

h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #583713;
    line-height: 24px;
    padding: 5px 0 8px 15px;
    text-align: left;
}

.textHeader {
    border-width: 1px;
    font-size: 17px;
    color: #0099cb;
    line-height: 24px;
    padding: 9px 0 9px 31px;
    font-weight: bold;
    text-align: left;
    border-bottom: #DAF5FE 2px solid;
    margin: 0 0 15px 0;
    clear: both;
    font-family:'Sitka Text';   
}
   

.border {
    border-bottom: #ccc 2px dotted;
    width: 100%;
    height: 3px;
    margin: 0 0 15px 0;
    clear: both;
}

.h2 {
    font-size: 14px;
    font-weight: normal;
    color: #332512;
    text-align: left;
    line-height: 24px;
}

.h2b {
    color: #6f4119;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
}

.formAreaHolder {
    width: 100%;
}

.formArea {
    width: 100%;
    padding: 0 20px;
}

.tdErrorMsg {
    /*background-color:#EDF0F9;*/
    text-align: center;
    font-weight: bold;
    color: Red;
}

.tdResultMsg {
    /*background-color:#EDF0F9;*/
    text-align: center;
    font-weight: bold;
    color: #009acc;
}

.textBox {
    border: #d7d7d7 1px solid;
    background: #fff;
    padding: 8px;
    font-size: 11px;
    width: 140px;
}

.textBoxCalender {
    border: #d7d7d7 1px solid;
    background: #fff;
    padding: 6px;
    font-size: 11px;
    width: 137px; /*border: #e6cfa0 1px solid;     -moz-border-radius: 4px;     -webkit-border-radius: 4px;     border-radius: 4px;     background: #fff;     padding: 5px;     color:#412206;     padding-left:20px;     font-size: 11px;     width: 90px;     disabled:disabled;     font-weight:bold;*/
}

.textBoxMini {
    border: #d7d7d7 1px solid;
    background: #fff;
    padding: 8px;
    font-size: 11px;
    width: 80px;
}

.watermark {
    border: #e6cfa0 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    font-size: 11px;
    width: 140px;
    disabled: disabled;
    font-weight: bold;
    color: #999999;
}

.button {
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding: 8px 15px;
    font-weight: bold;
    background-color: #006599;
}

.clrButton {
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding: 8px 15px;
    font-weight: bold;
    background-color: #58c1e1;
}

.rptpanel {
    width: 95%;
    padding-top: 10px;
}

.rptbuttonprint {
    color: #ffffff;
    text-align: center;
    /*line-height: 28px;*/
    overflow: hidden;
    background-color: #0099cb;
    cursor: pointer;
    margin-right: 5px;
    /*border: #e6cfa0 1px solid;*/
    padding: 0 5px;
    font-weight: bold;
    /*-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);*/
    height: 19px; /*margin-bottom: 0px;*/
    margin-left: 86%;
    margin-bottom: -26px;


}

.rptbuttonprint:focus {
  
     outline: none;
    /*border: 1px solid #d7d7d7;*/
    -webkit-box-shadow: 1px 1px 4px 0px #666;
    -moz-box-shadow: 1px 1px 4px 0px #666;


}
.rptbuttonclose {
    color: #ffffff;
    text-align: center;
    /*line-height: 28px;*/
    overflow: hidden;
    cursor: pointer;
    margin-right: 5px;
    padding: 0 5px;
    font-weight: bold;
    height: 19px; /*margin-bottom: 0px;*/
    margin-left: -60%;
    margin-bottom: -26px;
    background-color: #0099cb;
}

.ddl {
    background: url('../images/dropdownarow.png') no-repeat;
    background-position: 100% 50%; /*Position of the background-image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    color: #444444;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    width: 158px;
    -moz-appearance: none;
}

.h5 {
    color: #232323;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 10px 0;
    width: 100%;
    line-height: 24px;
}

.height20 {
    height: 20px;
}


/* Datalist CSS */

.datalist {
    border: 1px solid #E6E6E6;
    text-align: center;
    background-color: #0099cb;
    color: #8C4C20;
}

.datalist_header {
    background: #0099cb;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    text-align: center;
}

.datalistrow {
    font-weight: normal;
    color: #006697;
    background: #F1FAFF;
    text-align: center;
    padding-left: 5px;
    /*font-weight:bold;*/
}

    .datalistrow span {
        color: #006697;
    }

.datalist_alternativerows {
    /*font-weight: bold;*/
    color: #006697;
    background: #fff;
    text-align: center;
    padding-left: 5px;
}

    .datalist_alternativerows span {
        color: #006697;
    }

.datalist_footer {
    background-color: #f5f5f5;
    padding: 3px;
    text-align: center;
    color: #009acc;
    font-weight: bold;
}

.datalist_edit {
    text-align: center;
    padding: 3px;
    background-color: #f5f5f5;
}

.gridHolder {
    border: #eee 4px solid;
    border-right: #ccc 4px solid;
    border-bottom: #ccc 4px solid;
    width: 98%;
    margin: 10px auto;
}

.grid {
    width: 100%;
}


.datalist_alternativerows .button {
    height: auto;
}

.datalist .button {
    height: auto;
}

.datalist a {
    color: #444444;
    text-decoration: none;
}

    .datalist a:hover {
        color: #8C4D45;
        text-decoration: underline;
    }

    .datalist a:link {
        color: #332512;
        text-decoration: none;
    }

    .datalist a:visited {
        color: #332512;
    }

    .datalist a:active {
        color: #332512;
    }

.datalist span {
    color: #ffffff;
}

/*Gridview pager CSS Starts From Here*/

.gridpager {
    background: #f3f3f3;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}

    .gridpager span {
        color: #686868;
    }

    .gridpager a {
        font: bold 11px Verdana;
        color: #686868;
        text-decoration: none;
        padding: 2px;
    }

        .gridpager a:hover {
            text-decoration: none;
            color: #01669C;
        }

.gridpagerddl {
    font-size: 11px;
    width: 75px;
    background: url('../images/dropdownarow.png') no-repeat;
    background-position: 100% 50%; /*Position of the background-image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    color: #000;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    -moz-appearance: none;
}

/*Gridview pager CSS End Here*/

.gridview_Empty {
    background-color: #F5F1D9;
    font: normal 11px Verdana;
    color: #8C4D20;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

/* DataList Css*/
.dlrow {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.dlalternativerow {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

/* End Of DataList Css */

/* End of grid view settings */

.accordion {
    width: 175px;
}

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #1A8FBA;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: #333333;
    background-color: #1D9BCB;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #F3FAFD;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana;
    font-size: 13px;
    border-style: none solid solid solid;
    border-width: medium 1px 1px 1px;
    border-color: #2F4F4F;
    color: #333333;
}

.accordion ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion li {
    float: left;
    width: 170px;
}

    .accordion li a {
        color: #333333;
        display: block;
        font-weight: lighter;
        padding: 0px 10px;
        text-align: left;
        text-decoration: none;
    }

        .accordion li a:hover {
            color: #000000;
            text-decoration: none;
        }

.BackGroundPopUpDiv {
    left: 50px;
    top: 20px;
    position: fixed;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.adv_pop_div {
    background-color: #DAF1FA;
    margin: 0px auto;
    border: solid 1px #000000;
    display: table;
}

.lnkActive {
    color: #006697;
    text-align: right;
    padding: 2px;
    font-weight: bold;
    text-decoration: underline;
}

.lnkDeactive {
    font-weight: bold;
    color: #8C4D20;
    text-decoration: none;
    padding: 2px;
}

.link {
    color: #0079B2;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.panelBox {
    text-align: center;
    border: 1px solid red;
}

.RowStyle {
    background-color: #DAF1FA;
    height: 25px;
    padding: 5px;
    vertical-align: middle;
}

.AlternateRowStyle {
    background-color: #F3FAFD;
    height: 25px;
    padding: 5px;
    vertical-align: middle;
}

/* for popup div css open */
#layer1 {
    position: absolute;
    visibility: hidden;
    width: 400px;
    height: 300px;
    left: 20px;
    top: 300px;
    background-color: #ccc;
    border: 1px solid #000;
    padding: 10px;
}

#close {
    float: right;
}
/* for popup div css close */


/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: #fff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: auto;
    text-align: left;
    list-style-type: none;
     padding: 3px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #f3f3f3 ;
    color: black;
    padding: 3px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #F3FAFD;
    color: windowtext;
    padding: 3px;
}

.modalPopup {
    background-color: #F0F0F0;
    border-width: 3px;
    border-style: solid;
    border-color: #444444;
    padding: 30px;
}

.modalBackground {
    background-color: Gray;
    opacity: 0.7;
}

.iptxtbox {
    padding: 0px;
    font-size: 10pt;
    font-family: Verdana;
    text-align: left;
    border: #ffffff 0px solid;
}

.panel {
    border: 1px solid #d7d7d7;
    font-size: 10pt;
    color: #333333;
    font-family: Verdana;
    background-color: #ffffff;
    text-align: left;
    padding-top: 1px;
    border-radius: 4px;
}

.error {
    color: Red;
}

.star {
    color: Red;
}

.loggedinuser {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    /*padding-top: 23px;*/
}

.AppVersion {
    color: yellow;
    display: block;
    font-size:larger;
    font-weight: bold;
    text-align:center;   
}

fieldset {
    width: 95%;
    padding: 5px;
    border: 1px solid #b1c8d0;
    margin: 10px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    fieldset legend {
        color: #009acc;
        font-size: 14px;
        padding: 5px;
        /*font-variant: small-caps;*/
    }

.hideGridColumn {
    display: none;
}

.box1 {
    border: #e6cfa0 1px solid;
    background: #fbf8e1;
    padding: 10px 20px;
}

    .box1 table {
        width: 100%;
    }

.width250 {
    width: 250px;
    margin: 20px auto;
}

.width500 {
    width: 250px;
    margin: 20px auto;
}

.box1 td {
    padding: 6px 0;
    vertical-align: middle;
}

.center td, .center th, .center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.CalendarStyle {
    background-color: Gray;
}

.ajax__calendar_body {
    background-color: White;
    color: Black;
}

.ajax__calendar_header {
    background-color: #006599;
    color: White;
}

.ajax__calendar_footer {
    background-color: #006599;
    color: White;
}

.clogo {
    /*background-color: #8E4E21;     border-bottom:5px solid #332512;     */
    padding: 5px 0px 5px 5px;
}

.currentprices {
    width: 100%;
    background-color: #332512;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 0;
    text-transform: uppercase;
    color: #fff;
    padding: 2px;
}

.productlogo {
}

.myaccountheadder {
    background-color: #FEF9DB;
}

.myaccountclose {
    color: #fff;
    background-color: #006599;
    padding: 5px;
    margin-top:-10px;
    font-size:12px;
}

.dash_div ul {
    list-style-type: none;
    margin: 10px 0 0 3px;
    float: left;
}

    .dash_div ul li {
        margin: 10px 0 0 10px;
        text-align: left;
        color: #332512;
    }

        .dash_div ul li span {
            color: #666666;
            font-size: 10px;
            font-weight: normal;
        }

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=radio]:focus {
    outline: none;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 4px 0px #666;
    -webkit-box-shadow: 1px 1px 4px 0px #666;
    -moz-box-shadow: 1px 1px 4px 0px #666;   
}

input[type=button]:focus, input[type=submit]:focus {
    padding: 8px 15px;
     outline: none;
    /*border: 1px solid #d7d7d7;*/
    box-shadow: 1px 1px 4px 0px #666;
    -webkit-box-shadow: 1px 1px 4px 0px #666;
    -moz-box-shadow: 1px 1px 4px 0px #666;
}

select:focus {
    text-indent: 0.01px; 
    text-overflow: ""; 
    color: #444444;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 4px 0px #666;
}



.calender {
    background: transparent url(../images/Calendar_img1.png) 0 0 no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
    color: #6c4018;
    text-align: center;
    font-weight: bold;
    vertical-align: sub;
    margin-left: -30px;
    margin-top: 1px;
    position: absolute;
}

.sapermissionlist {
    width: 235px;
    overflow: auto;
    padding: 5px;
}

    .sapermissionlist fieldset {
        padding: 5px;
        margin: 5px;
    }

    .sapermissionlist .subcategories {
        height: 150px;
        width: 220px;
        overflow: auto;
    }

        .sapermissionlist .subcategories .chksubcategory {
            padding: 3px;
            display: block;
        }




/*GRIDVIEW SETTINGS*/

.gridview-corners {
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.gridview {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    font-size: 11px;
    font-family: Tahoma;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background-color: #F1FAFF;
    color: #006697;
}

.gridview_header {
    background: #0099cb;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    text-align: center;
    height: 35px;
}

.gridviewrow {
    font-weight: normal;
    color: #006697;
    background: #F1FAFF;
    text-align: center;
    height: 45px;
}

.gridview_alternativerows {
    font-weight: normal;
    color: #006697;
    background: #fff;
    text-align: center;
    height: 45px;
}

.gridview_footer {
    background-color: #F1FAFF;
    padding: 3px;
    text-align: center;
    color: #006697;
    font-weight: bold;
    height: 30px;
}

.gridview_edit {
    text-align: center;
    padding: 3px;
    background-color: #f5f5f5;
    height: 30px;
}

.edit {
    background: transparent url(../images/editIcon.png) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
    text-indent: -9999px;
    border: 0px none transparent;
    color: transparent;
}

    .edit:hover {
    background: transparent url(../images/editIcon_focus.png) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
    text-indent: -9999px;
    border: 0px none transparent;
    color: transparent;
    }

.delete {
    background: transparent url(../images/removeIcon.png) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
    text-indent: -9999px;
    border: 0px none transparent;
    color: transparent;
    margin-top: 6px;
    margin-left: 8px;
}
.delete:hover {
    background: transparent url(../images/removeIcon_focus.png) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
    text-indent: -9999px;
    border: 0px none transparent;
    color: transparent;
    margin-top: 6px;
    margin-left: 8px;
}

/* ajax tab panel Css Start*/

.ajax__myTab
{
   
    width: 100%;
    background: #58c1e1 ;
}

.ajax__myTab .ajax__tab_header
{
}

.ajax__myTab .ajax__tab_outer
{
    padding-right: 0px;
    margin-right: 2px;
    border-right: none;
    border-top: none;
}

.ajax__myTab .ajax__tab_inner
{
    padding-left: 0px;
    color: White;
}

.ajax__myTab .ajax__tab_tab
{
    /*height: 13px; 	padding: 5px; 	margin: 0;  	color:#fff;*/
    color: #fff;
    float: left;
    padding: 10px;
    font-size: 13px;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab
{
    background-color: #006599;
    color: #FFFFFF;
}



.ajax__myTab .ajax__tab_active .ajax__tab_outer
{
    background-color: #fff;
    border-left: none;
    border-top: none;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner
{
    background-color: #fff;
    color: Black;
    border-bottom: none;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab
{
    /*color:#26426F;*/
    background: none repeat scroll 0 0 #006599;
    color: #FFFFFF;
}

.ajax__myTab .ajax__tab_body
{
    /*font-family: verdana,tahoma,helvetica;*/
    font-size: 10pt;
    border: none;
    border-top: 0; /* padding: 8px;*/
    background-color: #fff;
    min-height: 300px;
}

/* ajax tab panel Css End  */

.DashReadMoreBtn {
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding: 2px 2px;
    font-weight: bold;
    background-color: #C4A36E;
}

.newRadio {
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    margin-bottom: 20px;
    margin-top: 2px;
    width: 100%;
}