.divLoading {
    position: fixed;
    left: 33%;
    top: 40%;
    width: 30%;
    height: 10%;
    z-index: 1;
    text-align: center;
    border: 1px Solid #999999;
    overflow: auto;
    Background-Color: White;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.AutoComplete {
    border: 1px solid Black;
    height: 125px;
    overflow-y: scroll;
}

.CloseImageRight {
    background: url(../App_themes/images/close.gif);
    background-position: right;
    background-repeat: repeat-x;
    float: right;
}

.textLeftAlign {
    text-align: left;
    padding: 4px;
}

.numericHeader {
    float: right;
    text-align: right;
}

.textCenterAlign {
    text-align: center;
    padding: 4px;
}

.textRightAlign {
    text-align: right;
    padding: 4px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

table {
    border-collapse: collapse;
    /*  height: 91px;*/
}

.login_border {
    border: 1px solid #0f7d14;
}

.login_format {
    height: 30px;
    font-family: Verdana;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.login_button {
    width: auto;
    height: 26px;
    background-image: url(../images/button_back.gif);
    background-repeat: repeat-x;
    line-height: 26px;
    padding: 0 7px 0 7px;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

th {
    height: 17px;
    line-height: 17px;
}

.submit_btn {
    background-color: #065d81;
    background-image: url(../App_Themes/Images/button_login.png);
    width: 60px;
    height: 23px;
    background-repeat: no-repeat;
    border: 1px solid #225a93;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 3px;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #333333;
    }

h1 {
    font-size: 20px;
    color: #0753a0;
    font-family: Verdana;
}

.backgroundbg {
    background-color: #FFFFFF;
}

.loginbg {
    background-image: url(../App_themes/images/loginbg.gif);
    repeat-x: left top;
}

.verdana11white {
    font-size: 14px;
    color: #FFFFFF;
}

.topnavigation {
    background: url(../App_themes/images/nav_bg.gif) repeat-x;
    height: 38px;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    line-height: 38px;
}

    .topnavigation a {
        color: #FF0000;
        text-decoration: none;
        padding-left: 20px;
    }

        .topnavigation a:hover {
            text-decoration: none;
            color: #FF0000;
        }

.leftrepeat {
    background-image: url(../App_themes/images/1pix.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.toprepeat {
    background-image: url(../App_themes/images/1pix.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

.rightrepeat {
    background-image: url(../App_themes/images/1pix.gif);
    background-repeat: repeat-y;
    background-position: right top;
}

.btmrepeat {
    background-image: url(../App_themes/images/1pix.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

td.leftnav {
    padding-bottom: 20px;
}

.leftnav ul {
    margin: 5px 2px 10px 5px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

    .leftnav ul li {
        background: url(../App_themes/images/leftnavigationselect-arrow.gif) no-repeat 0 6px;
        padding-left: 13px;
        line-height: 16px;
        font-weight: bold;
        margin-bottom: 7px;
    }

        .leftnav ul li ul {
            margin-left: 5px;
            margin-top: 5px;
            padding: 0;
        }

            .leftnav ul li ul li {
                background: url(../App_themes/images/leftnavigation-arrow.gif) no-repeat, 0px 6px;
                font-weight: normal;
                line-height: 16px;
                padding-left: 12px;
            }
/*.leftnav ul li ul li ul{
margin-top:5px;
}
.leftnav ul li ul li ul li{
background:url(../images/leftnavigation-arrow.gif) no-repeat, 0px 4px;
font-weight:normal;
line-height:18px;
padding-left:10px;
}*/

.maincontainer {
    margin-left: 5px;
    height: 157px;
}

.grid1 {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    .grid1 td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 22px;
        line-height: 20px;
        color: #333333;
        padding: 0 3px;
    }

    .grid1 th {
        border-bottom: 2px solid #cccccc;
        background-color: #dddddd;
        border-right: 1px solid #ccc;
        height: 20px;
        line-height: 20px;
        color: #000;
        font-style: normal;
        font-weight: bold;
        padding: 0 3px;
        text-align: left;
    }

.grid2 {
    border: 1px solid #ccc;
}

    .grid2 td {
        height: 24px;
        line-height: 20px;
        color: #333333;
        padding: 0 3px;
    }

    .grid2 th {
        border-bottom: 2px solid #cccccc;
        background-color: #f0f0f0;
        height: 20px;
        line-height: 20px;
        color: #000;
        font-style: normal;
        font-weight: bold;
        padding: 0 3px;
        text-align: left;
    }

.heading {
    background-color: #f0f0f0;
    padding-left: 4px;
    border: 1px solid #ccc;
    text-align: left;
    line-height: 20px;
    height: 20px;
    font-weight: bold;
}

.toparea {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

    .toparea td {
        padding: 3px;
    }

    .toparea th {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding-left: 3px;
    }

.highlighter {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin: 2px;
}

.Label {
    font-family: Verdana;
    font-size: 11px;
    max-width ="25px";
    padding-right: 5px;
}

.txtBox {
    font-size: 12px;
    color: #666666;
    background: #fff;
    text-align: left;
    border: 1px solid #b3b3b3;
    height: 23px;
    line-height: 23px;
    padding-left: 2px;
    text-align: left;
    vertical-align: middle;
    width: 120px;
}

.txtBoxSmallWidth {
    font-size: 12px;
    color: #666666;
    background: #fff;
    text-align: left;
    border: 1px solid #b3b3b3;
    height: 23px;
    line-height: 23px;
    padding-left: 2px;
    text-align: left;
    vertical-align: middle;
    width: 60px;
}

.txtBoxbold {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    background: #fff;
    text-align: left;
    border: 1px solid #999;
    height: 16px;
    line-height: 16px;
    padding-left: 2px;
    vertical-align: middle;
}

select {
    font-size: 12px;
    color: #666666;
    background: #fff;
    text-align: left;
    border: 1px solid #b3b3b3;
    height: 25px;
}

textarea {
    font-family: verdana,verdana;
    font-size: 10px;
    color: #666666;
    background: #fff;
    text-align: left;
    border: 1px solid #ccc;
}

.btn_ok {
    width: auto;
    height: 22px;
    padding: 0 5px 0 5px;
    font: bold 10px verdana, arial, helvetica, sans-serif;
    color: #fff;
    background-color: #f0cf96;
    cursor: pointer;
    border: 1px solid #eeeeee;
    margin-left: 5px;
}

.btn {
    width: auto;
    text-decoration: none;
    background: #03305b;
    font: 10px verdana, arial, helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0a3a68;
    margin-left: 5px;
    padding: 4px!important;
    font-size: 11px;
}

.btnWithoutPadding {
    width: 133px;
    height: 22px;
    text-decoration: none;
    /* border:1px solid #333;*/
    background: url(../Images/button_bg.jpg) repeat-x;
    font: bold 10px verdana, arial, helvetica, sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #4a5c40;
    margin-left: 0px;
}

.btnEdit {
    background: #03305b url(../images/Correct.png) no-repeat;
    border: 1px solid #0c2e4e;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Black;
    font-weight: normal;
    width: auto;
    cursor: pointer;
    color: #fff;
    padding: 3px;
}


.button1 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Black;
    font-weight: normal;
    background-color: #03305b;
    border: 1px solid #0c2e4e;
    color: #fff;
    width: auto;
    cursor: pointer;
    padding: 3px;
}

.red {
    text-align: center;
    color: #CC0000;
    padding-right: 5px;
}

.DealerHead {
    text-align: center;
    color: #CC0000;
    font: 9px;
}

.reset {
    color: #0093df !important;
}

    .reset a {
        color: #0093df !important;
    }

        .reset a:hover {
            color: #000 !important;
        }

.newhead {
    height: 22px;
    background: url(../images/new_bg_brown.gif) repeat-x;
    padding-left: 5px;
    margin: 0px;
    font-weight: bold;
}

.mainform_main {
    border: 1px solid #a5a5a5;
    display: block;
}

.mainform {
    width: 100%;
    float: left;
}

    .mainform td { /*border-bottom:1px solid #a5a5a5;*/
        height: 18px;
        padding: 5px 0 5px 10px;
    }

.bod_bot {
    border-bottom: 1px solid #919191;
}

.grid1 {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    .grid1 td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 16px;
        line-height: 16px;
        color: #333333;
        padding: 2px;
    }
    /* .grid1 th{
border-bottom:2px solid #cccccc;
background-color:#F5F5F5;
border-right:1px solid #ccc;
height:16px;
line-height:16px;
color:#000;
font-style:normal;
font-weight:bold;
padding:2px;
text-align:left;
} */

    .grid1 th { /*background-color:#000000; height:20px; padding:2px; border-left:1px solid #ccc;
border-top:1px solid #ccc;*/
    }

.new_header {
    background-color: #f5f5f5;
}


.remittance {
    border: 1px solid #CCCCCC;
}

    .remittance td {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        height: 16px;
        padding: 2px;
    }

    .remittance th {
        background-color: #F5F5F5;
        height: 20px;
        padding: 2px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

.mainbd4 {
    margin: 0px;
}

    .mainbd4 th {
        height: 22px;
        line-height: 22px;
        background: url(../images/new_bg_brown.gif) repeat-x;
        float: left;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
    }



.redheading {
    height: 28px;
    background: #06559e;
    border: 1px solid #063765;
    line-height: 25px;
    font-family: Verdana;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 0 0 0 5px;
    width: auto;
}

    .redheading strong, b {
        font-weight: normal;
    }

#ContentPlaceHolder1_grdModuleName b {
    font-weight: bold!important;
}

.greentext {
    color: #009933 !important;
}

.redtext {
    color: #FF0000 !important;
}

/*--------------------------------------- Top Menu --------------------------*/
.topmenu {
    color: #FF0000;
}

    .topmenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .topmenu ul li {
            display: inline;
            color: #FF0000;
            margin: 0 1px;
        }

            .topmenu ul li a {
                color: #FF0000;
                text-decoration: underline;
            }

                .topmenu ul li a:hover {
                    color: #FF0000;
                    text-decoration: none;
                }
/*------------------------------- Top Menu End --------------------------------*/

.rose {
    background-color: #ff0000;
}

/* ------------------------------ Navigation --------------------------------- */
.Nav_bg {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.navigation div {
    float: left;
    height: 21px;
    line-height: 21px;
}

.currentListBg {
    background: url(../images/nav_bg.gif) repeat-x;
    height: 21px;
    line-height: 21px;
    float: left;
    color: #FF0000;
    padding: 0 3px;
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    .currentListBg a, .currentListBg a:active, .currentListBg a:visited {
        color: #FF0000;
        text-decoration: none;
    }

        .currentListBg a:hover {
            color: #FF0000;
            text-decoration: underline;
        }

.activeListBg {
    background: url(../images/nav_bg_selected.gif) repeat-x;
    height: 21px;
    line-height: 21px;
    float: left;
    color: #FF0000;
    font-weight: bold;
    padding: 0 3px;
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    .activeListBg a, .activeListBg a:active, .activeListBg a:visited {
        color: #FF0000;
        text-decoration: none;
    }

        .activeListBg a:hover {
            color: #FF0000;
            text-decoration: underline;
        }

.DropDown {
    font-size: 9px;
    color: #666666;
    background: #fff;
    text-align: left;
    border: 1px solid #999;
    width: 125px;
    font-family: Verdana,Arial,Courier;
}
/* ------------------------------- Navigation End -------------------------------- */


.table_layout {
    border: 1px solid #ccc;
    font-family: Verdana;
    font-size: 12px;
}

    .table_layout th {
        background: #dddddd;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-weight: normal;
    }

    .table_layout td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

/* new clasess added on 17 Aug 2010 by Ritwik */

.claim_main {
    border: 1px solid #919191;
    font-family: Verdana;
    text-indent: 3px;
    font-size: 11px;
}

    .claim_main td {
        height: 18px;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        padding: 2px;
    }

    .claim_main th {
        background-color: #eaeaea;
        height: 20px;
        font-weight: bold;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #919191;
    }

.claim_input {
    width: 150px;
    height: 16px;
    border: 1px solid #919191;
}

.claim_date {
    width: 80px;
    height: 16px;
    border: 1px solid #919191;
}

.claim_red {
    color: #ff0000;
}

.claim_input {
    width: 150px;
    height: 16px;
    border: 1px solid #919191;
}

.claim_dropdown {
    width: 80px;
    height: 16px;
    border: 1px solid #919191;
    font-family: Verdana;
    font-size: 10px;
}

.claim_remarks {
    width: 200px;
    height: 75px;
    border: 1px solid #919191;
}

.claim_main_edit {
    border: 1px solid #919191;
    font-family: Verdana;
    text-indent: 3px;
    font-size: 11px;
}

    .claim_main_edit td {
        height: 18px;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        padding: 2px;
    }

    .claim_main_edit th {
        background-color: #eaeaea;
        height: 20px;
        font-weight: bold;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #919191;
    }

.claim_header {
    height: 22px;
    /*background:url(../images/header-red-middleimg.gif) repeat-x;*/
    background: url(../images/new_bg_brown.gif) repeat-x;
    padding: 0px 0px 0px 3px;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    margin: 0px;
    color: #000000;
    font-family: Verdana;
    text-indent: 3px;
    font-size: 11px;
}

    .claim_header h1 {
        font: bold 11px Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        padding-top: 3px;
        padding-left: 3px;
        margin: 0px;
    }

.claim_greentext {
    color: #009900;
}

.claim_redtext {
    color: #ff0000;
}


.search_text {
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    font-weight: bold;
    height: 90px;
    width: 100%;
}

    .search_text td {
        height: 30px;
    }
/* new clasess added on 17 Aug 2010 by Ritwik */


/*
.nav .btm-bg {
	background: url(../images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(../images/content_bg.png) repeat-yding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(../images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}
*/

.mainbd {
    background-color: #FFFFFF;
    /*border:1px solid #3d669a;*/
    /*border:1px solid #226607;*/
    padding: 0px;
    margin: 0px;
}

.mainbd1 {
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.mainbd2 {
    height: 25px;
    /*background:url(../images/policy-bar.gif) repeat-x;*/
    background: url(../Images/button_bg.jpg) repeat-x;
    border: 1px solid #bbbbbb;
    padding: 0px 0px 0px 3px;
    margin: 0px;
    line-height: 25px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
}

    .mainbd2 h1 {
        font: bold 11px Verdana, Arial, Helvetica, sans-serif;
        color: #fff;
        padding: 2px;
        margin: 0px;
    }

.mainbd3 {
    height: 20px;
    width: 7px;
    float: left;
    background: url(../images/header-red.gif) no-repeat;
    padding: 0px;
    margin: 0px;
}

.mainbd4 {
    height: 30px;
    /*background:url(../images/header-red-middleimg.gif) repeat-x;*/
    background: #ededed;
    padding: 0px 0px 0px 3px;
    border: 1px solid #dbdbdb;
    margin: 0px;
    /*color:#000000;*/
    color: #2a2a2a;
    font-family: Verdana;
    text-indent: 3px;
    font-size: 13px;
    font-weight: bold;
}

    .mainbd4 h1 {
        font: bold 11px Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        padding-top: 3px;
        padding-left: 3px;
        margin: 0px;
    }

.selecttextbox1 {
    font-size: 10px;
    font-family: Verdana;
}
/*Example CSS for the two demo scrollers*/

#pscroller1 {
    width: 98%;
    height: 180px;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #761F4D;
}

#pscroller2 {
    width: 350px;
    height: 20px;
    border: 1px solid black;
    padding: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #761F4D;
}

.forgotpass {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF0000;
    text-decoration: underline;
}

#pscroller2 a {
    text-decoration: none;
}

.someclass {
    //class to apply to your scroller(s) if desired;
}

.maininput {
    border: 1px solid #8c8888;
    width: 200px;
    height: 18px;
}

.MsgHead {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #dd2026;
    line-height: 25px;
}

a {
    color: #dd2026;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin-bottom: 10px;
    margin-top: 0px;
}


.EndorsementColor {
    background-color: #66CCFF;
}

.SuccessMsg {
    color: #04B45F;
}

.ErrorMsg {
    color: Red;
}

div.scroll {
    height: 520px;
    width: 698px;
    overflow: auto;
    border: 1px solid #666;
    background-color: #ccc;
    padding: 0px;
}



.box1 {
    background-color: #FFFFFF;
}

.grid_show {
    border-collapse: collapse;
    width: 55%;
    border-width: 0px !important;
    margin: 0 auto;
}

    .grid_show td {
        border-width: 0px;
        padding: 5px;
    }

.vertical {
    vertical-align: middle;
}

.displytable {
    min-width: 1206px;
    width: 100%!important;
    border-collapse: collapse;
    display: inherit!important;
}



/*Replace Class */
.claim_mainN {
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana;
    border-left: #0074e0 2px solid;
    border-right: #0074e0 2px solid;
    border-bottom: #0074e0 2px solid;
}

    .claim_mainN TD { /*BORDER-RIGHT: #e8e8e8 1px solid;*/
        border-top: #eaeaea 1px solid;
        PADDING: 9px;
        font-size: 11px;
    }

.mainbd2N H1 { /*COLOR: #000;*/
    color: #fff!important;
    padding: 8px 6px 8px 5px!important;
    FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
    MARGIN: 0px;
}

.mainbd4N {
    background: #015cb2; /* Old browsers */
    background: -moz-linear-gradient(top, #015cb2 0%, #024b91 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015cb2), color-stop(100%,#024b91)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #015cb2 0%,#024b91 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #015cb2 0%,#024b91 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #015cb2 0%,#024b91 100%); /* IE10+ */
    background: linear-gradient(to bottom, #015cb2 0%,#024b91 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015cb2', endColorstr='#024b91',GradientType=0 ); /* IE6-9 */
    FONT-SIZE: 13px;
    BORDER-TOP: #0074e0 2px solid;
    FONT-FAMILY: Verdana;
    BORDER-RIGHT: #0074e0 2px solid; /*BACKGROUND: #ededed;*/
    BORDER-BOTTOM: #dbdbdb 2px solid;
    COLOR: #000000;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 3px;
    MARGIN: 0px;
    BORDER-LEFT: #0074e0 2px solid;
    PADDING-RIGHT: 0px;
    TEXT-INDENT: 3px;
}



/*   New css*/
.claim_edit_fld {
    border: 2px solid #0074E3;
    border-top: 0px;
}

    .claim_edit_fld input[type="text"] {
        border: 1px solid #0074E3;
    }

    .claim_edit_fld input[type="checkbox"] {
        border: 1px solid #0074E3;
    }

    .claim_edit_fld select {
        border: 1px solid #0074E3;
    }

    .claim_edit_fld textarea {
        border: 1px solid #0074E3;
    }

.claim_prefill_fld {
    border: 2px solid #d6d6d6 !important;
    background: #d4d4d4 !important;
}

.claim_prefill_fld_td {
    border: 2px solid #d6d6d6 !important;
    background: #f8f8f8 !important;
}

.claim_prefill_fld_td td {
        border: 0px !important;
    }
.prospectCallDetail {
    border: 2px solid #d6d6d6 !important;
    background: #f8f8f8 !important;
}
.prospectCallDetail td{
    border:0px;
    padding:5px;
}
/* New Classes written for Individual report */

#ContentPlaceHolder1_ImageButton11 {
    border: 0 none!important;
    position: relative;
    margin-top: 0px;
    margin-left: -5px;
}


#ContentPlaceHolder1_ImageButton12 {
    border: 0 none!important;
    margin-top: 3px;
    margin-left: 0px;
}



.onbtn {
    background-color: #0160b8!important;
    color: #fff!important;
    height: 40px!important;
    position: absolute;
    z-index: 999;
    margin-top: -22px;
}

.btnLine {
    position: absolute;
    margin-top: -5px;
    width: 84.8%;
}

#ContentPlaceHolder1_updPanelMain {
    margin-top: 15px;
}

.mainWrapper {
    background-color: #fafafa;
    border: 1px solid #dadada;
    width: 82.9%;
    padding: 1%;
    margin: 23px auto 0px auto;
}


.grid1N {
    margin-top: 2px;
}



    .grid1N td {
        /*border-bottom:1px solid #ccc;
border-right:1px solid #ccc;*/
        color: #333333;
        height: 12px;
    }

    .grid1N th {
        /*border-bottom:2px solid #cccccc;
background-color:#dddddd;
border-right:1px solid #ccc;
height:20px;*/
        line-height: 28px;
        color: #3f3f3f;
        font-style: normal;
        font-weight: normal!important;
        font-size: 16px;
        padding: 0 3px;
        text-align: left;
    }

.btnN {
    width: auto;
    text-decoration: none;
    background: #dd2026;
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    border: none;
}

.tilecolor {
    color: #0160b8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.titleBg {
    background-color: #eeeeee;
    border-bottom: 1px solid #d4d4d4;
}

#ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_0, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_1, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_2, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_3, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_4, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_5 {
    background-color: #ffffff;
    width: 97.4%;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    border-top: 0px!important;
    margin: 0px 0px 10px 0px;
    text-align: right;
}

    #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_0 td, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_1 td, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_2 td, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_3 td, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_4 td, #ContentPlaceHolder1_rpterColumnHeader_dtlListColumns_5 td {
        border-style: none;
        padding: 5px;
        padding-left: 10px;
        text-align: left;
    }

.ContentPlaceHolder1_rpterColumnHeader_tblColumn_0 td input {
    margin-right: 5px;
}

.title input {
    cursor: pointer;
}

.indreporthd {
    line-height: 28px;
    color: #0160b8;
    font-style: normal;
    font-weight: bold!important;
    font-size: 14px;
    padding: 0 3px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

.mrgtp {
    margin-top: 5px;
}

.indreport {
    border: 1px solid #d4d4d4;
    padding: 0px 20px;
}

    .indreport tr:nth-child(2n) {
        background: none repeat scroll 0 0 #f7f7f7 !important;
    }

    .indreport tr:nth-child(2n+1) {
        background: none repeat scroll 0 0 #fff !important;
    }

.select_td td {
    padding: 8px;
}

.altcolorG {
    background-color: #f7f7f7;
}

.altWhite {
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
}

.clear {
    display: table;
    clear: both;
    content: "";
}

/* New Classes written for Individual report */


.no-border td {
    border: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
}

.no-bottom-border td {
    border-bottom: 0px;
}

.no-top-border td {
    border-top: 0px;
}

.no-left-border td {
    border-left: 0px;
}

.no-right-border td {
    border-right: 0px;
}



.pd15 {
    padding: 15px!important;
}

.notes {
    color: #ff3300;
}

.padTb5 {
    padding: 5px;
}

.lableInput {
    font-weight: bold;
    color: #363636;
}

.pddRgt_lable5 {
    padding-right: 5px!important;
}

.mainform_main_policy {
    border: 1px solid #a5a5a5;
}

.mainform_policy {
    width: 100%;
}

.margin0 {
    margin: 0px;
}

.fltLft {
    float: left;
}

.lineHeight {
    line-height: 30px;
}

.drownOn {
    width: 99%!important;
    font-size: 12px!important;
}

@media only screen and (min-width:700px) and (max-width:1024px) {
    #ContentPlaceHolder1_trPolicyDuration td:first-child {
        width: 10%!important;
    }

    #ContentPlaceHolder1_tblIndividual select {
        width: 26%!important;
    }

    #ContentPlaceHolder1_tblIndividual #ContentPlaceHolder1_txtMName {
        width: 55px!important;
    }
}


.nobdrbtm_bderright {
    border-bottom: none!important;
    border-right-color: rgb(204, 204, 204);
}

.table_layout td {
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
}

.hd_policyInsurance {
    background: #ececec; /* Old browsers */
    color: #000;
    font-weight: bold;
}

.policyInsurance_report td {
    border: 1px solid rgb(204, 204, 204);
}

.hdrenew_breakin {
    font-weight: normal!important;
}

.totolBg {
    background-color: #ececec;
    font-weight: bold;
}

.altrowBg {
    background-color: #f7faff;
}
.PanPopup{background: #fff;}