body
{
    /*background: url(../images/bodyBg.jpg) repeat-x 0 0;*/
    padding: 88px 0 0 0;
}
.hidden
{
    display: none;
}
.headerWrapper
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 85px;
    z-index: 9999;
    background-image: url('../images/topBarBg.png');
    background-repeat: repeat-x;
}
.logo
{
    float: left;
    margin-left: 0px;
}
.loginInfo
{
    float: right;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    margin-right: 40px;
    margin-top: 35px;
}
.loginInfo li
{
    float: left;
    margin-left: 10px;
    font-size: 11px;
    font-weight: bold;
}
/*
.loginInfo li a.logoutBtn
{
	background: #f47920;
	padding: 6px 12px;
	text-decoration: none;
	color: #000000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-top: 5px;
} */

.logoutBtn
{
    background: #f47920;
    padding: 6px 12px;
    text-decoration: none;
    color: #000000;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 5px;
    font-weight: bold;
}
.loginInfo li.name
{
    padding-top: 10px;
}
.loginContWrapper
{
    width: 855px;
    background: #ffffff;
    border: solid 2px #ffffff;
    padding: 45px 45px 70px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    top: 0px;
    left: 0px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.loginContWrapper li
{
    overflow: hidden;
}
.loginContWrapper h2
{
    font-size: 3.5em;
    letter-spacing: -1px;
    color: #4a6437;
    margin-bottom: 60px;
}
.loginContWrapper h2 span
{
    font-weight: bold;
}
.lgnd
{
    margin-top: 20px;
}
.lgnd li
{
    background: url(../images/carouselLgnd.png) no-repeat -34px 0;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    height: 23px;
    letter-spacing: 0;
    margin-right: 8px;
    padding: 6px 0 0 7px;
    width: 22px;
    cursor: pointer;
}
.lgnd li.sel
{
    background: url(../images/carouselLgnd.png) no-repeat 0 0;
    color: #ffffff;
}
.loginBox
{
    position: absolute;
    right: 60px;
    top: 105px;
    background: #F0EEEF;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 280px;
    height:275px;
    border: solid 2px #000000;
}
.loginBox .logoIcon
{
    padding: 5px 10px 10px;
    border-bottom: solid 2px #ffffff;
}
.loginBox .loginForm
{
    padding: 30px 15px 15px;
}
.loginBox .loginForm label
{
    display: block;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
.loginBox .loginForm input
{
    font-size: 1.4em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 8px;
}
.loginBox .loginForm li
{
    overflow: hidden;
}
.loginBox .loginForm li a
{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    float: right;
    text-decoration: none;
}
.loginBox .loginForm .loginBtn
{
    font-size: 1.4em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 84px;
    left: 43%;
    position: relative;
    margin-left: -33%;
    font-weight: bold;
    /*background: url(../images/btnBgGreen.jpg) repeat-x;*/
    border: solid 1px #f9a98e;
    color: #2d3b21;
    top: 12px;
    height: 33px;
    bottom:10px;
}
.roundBallMarker
{
    background: url(../images/roundBallBg.png) no-repeat 0 0;
    width: 309px;
    height: 199px;
    float: left;
    margin-left: -50px;
}
.points
{
    float: left;
    font-size: 1.2em;
    margin-left: -35px;
}
.points li
{
    background: url(../images/bullet_green.png) no-repeat 0 5px;
    padding-left: 15px;
    margin: 5px 0;
}
.points ul
{
    list-style-type: lower-alpha;
    list-style-position: inside;
}
.points ul li
{
    background: none;
    padding: 0;
}
.roundBallMarker label
{
    color: #FFFFFF;
    font-size: 10em;
    font-weight: bold;
    left: 90px;
    letter-spacing: -8px;
    position: relative;
    top: 11px;
}
.footerWrapper
{
    /*background: url(../images/footerbg.jpg) repeat-x center bottom;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 1.2em;
}
.footerWrapper .cpRight
{
    margin-top: 20px;
    font-weight: bold;
    float: left;
    margin-left: 30px;
}
.footerWrapper .cpCenter
{
    margin-top: 20px;
    font-weight: bold;
    text-align:center;
}
.footerWrapper .qLinks
{
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}
.footerWrapper .qLinks li
{
    float: left;
    border-right: solid 1px #000;
    margin-left: 10px;
    padding-right: 10px;
}
.footerWrapper .qLinks li.lst
{
    border-right: none;
    padding-right: 0px;
}
.footerWrapper .qLinks li a
{
    float: left;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
/*------------- inside page -------------*/
.contentWrapper
{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 50px;
    margin-top: 0px;
}
.contentWrapper .frmHeader
{
    overflow: hidden;
    margin-bottom: 4px;
    padding: 10px;
}
.contentWrapper .title
{
    float: left;
}
.contentWrapper .btnCtrl
{
    float: right;
}
.contentWrapper .inputCtrl
{
    float: right;
    background: #c3c9b7;
    padding: 5px;
}
.contentWrapper .inputCtrl label
{
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 15px;
}
.contentWrapper .inputCtrl select
{
    float: left;
    width: 100px;
}
.Btn
{
    background: url(../images/btnBgDeepGreen.jpg) repeat-x 0 0;
    height: 26px;
    width: 95px;
    border: solid 1px #f9a98e;
    color: #f1f2f0;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    padding-top: 3px;
}
.contentWrapper .btnCtrl .deepGreenBtn
{
    background: url(../images/btnBgDeepGreen.jpg) repeat-x 0 0;
    width: 95px;
    border: solid 1px #f9a98e;
    color: #000000;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    padding-top: 3px;
}
.contentWrapper h2
{
    font-size: 2.0em;
    font-weight: normal;
}
.contentWrapper h2 span
{
    font-weight: bold;
}
.whiteBox, .alertBox
{
    background: #ffffff;
    border: solid 2px #ccc;
    padding: 10px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}
.alertBox
{
    background: #fdfdda;
}
.whiteBox .boxTitle, .alertBox .boxTitle
{
    background: #e1e1e1;
    border: solid 1px #ccc;
    padding: 10px 10px 10px 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.8em;
    font-weight: bold;
    color: #333333;
}
.alertBox .boxTitle
{
    background: #ffcf10;
    border: none;
    padding: 10px 10px 10px 65px;
    color: #1d1d1d;
}
.alertBox .infoIcon
{
    left: 20px;
    position: absolute;
    top: 8px;
}
.whiteBox .boxCont
{
    padding: 20px;
}
.threeCol .whiteBox .boxCont, .threeCol .alertBox .boxCont, .twoCol .whiteBox .boxCont
{
    padding: 5px;
    overflow: hidden;
}
.threeCol .alertBox .boxCont
{
    padding: 20px;
}
.threeCol .alertBox .boxCont p.title
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.threeCol .alertBox .boxCont p.desc
{
    font-size: 1.2em;
    line-height: 21px;
}
.tableGrid
{
    width: 100%;
    border-bottom: solid 1px #f9a98e;
}
.tableGrid th
{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    background: url(../images/tableTitleBg.jpg) repeat-x;
    padding: 8px;
    border-bottom: solid 1px #f9a98e;
}
.tableGrid .filter td
{
    background: #b1c67f url(../images/filterBg.jpg) repeat-x;
}
.tableGrid tr td
{
    background: #e6f5fc;
    font-size: 1.2em;
    line-height: 100%;
    padding: 8px;
}
.tableGrid tr.odd td
{
    background: #ccecfa;
}
.tableGrid tr.filter td
{
    background: #ccecfa url(../images/filterBg.jpg) repeat-x;
}
.tableGrid td.name
{
    font-weight: bold;
}
.tableGrid .filter td li
{
    float: left;
    margin-right: 5px;
    overflow: hidden;
}
.tableGrid .filter td li input
{
    width: 85px;
}
.tableGrid .filter td li input.fltrBtn
{
    width: auto;
}
.tableGrid td
{
    padding: 5px;
}
.tableGrid th.name
{
    width: 145px;
}
.tableGrid th.dob
{
    width: 145px;
}
.tableGrid th.cNumber
{
    width: 185px;
}
.tableGrid th.email
{
    width: 145px;
}
.tableGrid th.pan
{
    width: 145px;
}
.tableGrid th.city
{
    width: 145px;
}
.tableFooter
{
    overflow: hidden;
    background: #99dbf5 url(../images/filterBg.jpg) repeat-x;
    border-top: solid 1px #b6c988;
    padding: 10px;
}
.pagination
{
    float: left;
}
.pagination ul
{
    overflow: hidden;
}
.pagination ul li
{
    float: left;
    margin-right: 5px;
}
.pagination ul li a
{
    float: left;
    width: 22px;
    height: 22px;
    text-indent: -100px;
    overflow: hidden;
    text-decoration: none;
    font-size: 1.2em;
    color: #2B2C20;
    font-weight: bold;
}
.pagination ul li a.pagiFirst
{
    background: url(../images/pagi_start.png) no-repeat 0 0;
}
.pagination ul li a.pagiPrev
{
    background: url(../images/pagi_prev.png) no-repeat 0 0;
}
.pagination ul li a.currentPage
{
    height: 18px;
    padding-top: 4px;
    text-indent: 6px;
    background: #b4c487;
    border: solid 1px #f9a98e;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pagination ul li a.pageNumber
{
    height: 18px;
    padding-top: 4px;
    text-indent: 6px;
}
.pagination ul li a.pagiNext
{
    background: url(../images/pagi_next.png) no-repeat 0 0;
}
.pagination ul li a.pagiLast
{
    background: url(../images/pagi_end.png) no-repeat 0 0;
}
.tableFooter .recordPerPage
{
    margin-left: 20px;
    font-size: 1.2em;
    font-weight: bold;
    float: left;
}
.tableFooter .info
{
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
}
/*---------------- btn styling -----------------*/
.btn_edit
{
    background: url(../images/smallBtnBg.jpg) repeat-x;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
}
.btn_edit span
{
    background: url(../images/icon_edit.png) no-repeat 0 4px;
    display: inline-block;
    padding: 3px 5px 4px 20px;
}

/*------------- popup menu styling ---------------------*/
.popupMenu
{
    position: fixed;
    right: 17px;
    top: 122px;
    z-index: 9999;
}
.popupMenu .popOutMenu
{
    background: #f47920;
    margin-bottom: 3px;
    clear: both;
    overflow: hidden;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 316px;
    float: right;
}
.popupMenu .popOutMenu .popBtn
{
    float: right;
}
.popupMenu .popOutMenu .clBtn
{
    background: url(../../Images/btn_close.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    overflow: hidden;
    text-indent: -300px;
    float: left;
    margin: 4px 0 0 2px;
    cursor: pointer;
}
.popupMenu .popOutMenu .popBtn .blog
{
    float: left;
    background: url(../../Images/icon_blog.png) no-repeat 0 0px;
    color: #FFFFFF;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 14px 4px 30px;
    width: 32px;
    cursor: pointer;
}
.popupMenu .popOutMenu .popBtn .alert
{
    float: left;
    background: url(../images/icon_redInfo_small.png) no-repeat 0 0px;
    color: #FFFFFF;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 14px 4px 30px;
    width: 32px;
    cursor: pointer;
}
.popupMenu .popOutMenu .popBtn .menu
{
    float: left;
    background: url(../images/icon_menu.png) no-repeat 0 0px;
    color: #000000;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 14px 4px 30px;
    width: 32px;
    cursor: pointer;
}
.popupMenu .popOutMenu .popCont
{
    background: #ffffff;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 296px;
    height: 190px;
    overflow: auto;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popupMenu .popOutMenu .popFooter
{
    background: #ffcf10;
    float: left;
    width: 266px;
    clear: both;
    margin-top: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 15px;
}
.popupMenu .popOutMenu .popFooter ul li
{
    float: left;
}
.popupMenu .popOutMenu .popFooter ul li label
{
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 7px;
}
.popupMenu .popOutMenu .popFooter ul li input
{
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px 4px;
    margin: 0 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 145px;
}
.popupMenu .popOutMenu .popFooter ul li .postBtn
{
    width: 55px;
    height: 23px;
    background: #171717;
    color: #ffffff;
    float: left;
    text-decoration: none;
    font-size: 1.4em;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.newsWrapper
{
    background: #ffcf10;
    width: 1012px;
    margin: auto;
    border: solid 2px #adb3a1;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px;
    overflow: hidden;
}
.newsWrapper label
{
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #c29d0c;
}
.newsWrapper .msk
{
    float: left;
    height: 20px;
    overflow: hidden;
    width: 809px;
    border-right: solid 1px #f9a98e;
    position: relative;
}
.newsWrapper .msk ul
{
    position: relative;
}
.newsWrapper .msk ul li
{
    float: left;
    width: 809px;
    padding: 2px 0;
}
.newsWrapper .msk ul li a
{
    float: left;
    font-size: 1.2em;
    text-decoration: none;
    color: #1d1d1d;
}
.newsWrapper .btnCtrl
{
    float: right;
    margin-right: 0;
    margin-top: 3px;
}
.newsWrapper .btnCtrl a, .alertBox .btnCtrl a
{
    float: left;
    margin-right: 10px;
}
.newsWrapper .btnCtrl .nextBtn, .alertBox .btnCtrl .nextBtn
{
    background: url(../images/rightArrow.png) no-repeat 0 0;
    width: 12px;
    height: 14px;
    overflow: hidden;
    text-indent: -200px;
}
.newsWrapper .btnCtrl .prevBtn, .alertBox .btnCtrl .prevBtn
{
    background: url(../images/leftArrow.png) no-repeat 0 0;
    width: 12px;
    height: 14px;
    overflow: hidden;
    text-indent: -200px;
}

/*----------- home Page Styling -----------*/
.contentWrapper .threeCol
{
    overflow: hidden;
    margin-bottom: 15px;
}
.contentWrapper .threeCol .col1
{
    float: left;
    margin-right: 10px;
    width: 625px;
}
.contentWrapper .threeCol .col2
{
    float: left;
    margin-right: 10px;
    width: 275px;
}
.contentWrapper .threeCol .col3
{
    float: right;
    width: 295px;
}
.contentWrapper .oneCol
{
    margin-bottom: 15px;
}
/*--------- tablst styling -------------*/
.tablst
{
    overflow: hidden;
}
.tablst li
{
    float: left;
    margin-top: 9px;
}
.tablst li.sel
{
    margin-top: 0;
}
.tablst li a
{
    float: left;
    text-decoration: none;
    color: #333333;
    font-size: 1.4em;
    background: #e1e1e1;
    border: solid 1px 7cd3f4;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 6px;
    font-weight: bold;
    padding: 10px 30px;
}
.tablst li.sel a
{
    background: #ffffff;
    border: solid 2px #c1cab8;
    border-bottom: none;
    padding: 15px 30px;
}
.tabCont
{
    background: #ffffff;
    border: solid 2px #ccc;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
    margin-top: -2px;
}
.tabCont .twoCol
{
    overflow: hidden;
}
.contentWrapper .tabCont .twoCol .col1
{
    float: left;
    width: 687px;
}
.contentWrapper .tabCont .twoCol .col2
{
    float: right;
    width: 300px;
}
.tabCont .twoCol .col1 .tableGrid .filter td li input
{
    width: 53px;
}
.contentWrapper .tabCont .twoCol .col1 .tableGrid td
{
    font-size: 1.1em;
    padding: 5px;
}
.contentWrapper .tabCont .twoCol .col1 .tableGrid th
{
    font-size: 1.2em;
}
.tabCont .twoCol .col1 .tableGrid .filter td li input.fltrBtn
{
    width: auto;
}
.contentWrapper .tabCont h2
{
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}
.contentWrapper .twoCol
{
    overflow: hidden;
    margin-bottom: 15px;
}
.contentWrapper .twoCol .col1
{
    float: left;
    width: 705px;
}
.contentWrapper .twoCol .col2
{
    float: right;
    width: 315px;
}
.contentWrapper.dashBrd .twoCol .col1
{
    float: left;
    width: 510px;
}
.contentWrapper.dashBrd .twoCol .col2
{
    float: right;
    width: 510px;
}

/*--------------- frm element styling ------------------*/
.frmCol
{
    overflow: hidden;
}
.frmCol .col1
{
    float: left;
    width: 520px;
    height:50px;
    margin-right: 50px;
}
.frmCol .col2
{
    float: left;
    width: 520px;
}
.frmCol .frmEle li
{
    overflow: hidden;
    background: #f0f0f0;
    padding: 5px;
    margin-bottom: 2px;
    height: 75px;
}

.frmCol .frmEle label
{
    float: left;
    color: #1d1d1d;
    font-size: 1.25em;
    font-weight: bold;
    width: 118px;
    margin: 4px;
}
.frmCol .frmEle label.mandate
{
    float: left;
    color: #1d1d1d;
    font-size: 1.25em;
    font-weight: bold;
    width: 210px;
    margin: 4px;
}
.frmCol .frmEle input, .frmCol .frmEle select
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    padding: 3px;
    width: 255px;
    float: left;
}
.frmCol .frmEle select
{
    width: 262px;
}
.frmCol .frmEle select.init
{
    margin-right: 5px;
    width: 53px;
}
.frmCol .frmEle input.firstName
{
    width: 202px;
}
.frmCol .frmEle input.dateTime
{
    width: 220px;
}
.frmCol .frmEle .datePicer
{
    float: left;
    margin-left: 10px;
}
.frmCol .frmEle textarea
{
    width: 256px;
    height: 80px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
}
.whtBoxBtnCtrl
{
    overflow: hidden; /* border-top: solid 1px #d1d1d1;*/
    padding: 15px 0;
}
.whtBoxBtnCtrl .btnCtrl
{
    float: right;
}
.whtBoxBtnCtrl .btnCtrlCentre
{
    float: none;
}

/*----------Dennis */
.solidLine
{
    border-bottom: 1px solid #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
    margin-left: 30px;
    padding-left: 20px;
    text-align: left;
}

.pnlPop
{
    background-color: #faf9f4;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    padding: 0px;
}

.modalBackground
{
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPanel
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 0px;
    width: 500px;
}
.dvProg
{
    text-align: left;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -70px;
    position: fixed;
}

.GrdAlert
{
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
    float: left;
}


/*--------------- Extender class file Praba ------------------*/
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: #f0f0f0;
    color: Black;
}
/*.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 5px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow:hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}*/
/*--- Text ---*/
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 50%;
}
/*.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 1px;
    cursor: pointer;
}*/

/*--------------- End of Extender class file Praba ------------------*/

/*--------------- Fund Table Praba Start ------------------*/

.formtable
{
    background-color: #f0f0f0;
    height: 18px;
    text-align: left;
    width: 850px;
}


.subtitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #636466;
    background-color: #ffffff;
    padding-bottom: 4px;
    padding-top: 4px;
}

.sublinkodd
{
    font-family: arial;
    font-weight: normal;
    font-size: 11px;
    padding: 4px 4px 4px 4px;
    color: #0076B7;
    background-color: #F6F6F6; /*text-valign: middle;*/
    text-align: center;
}

.sublinkeven
{
    font-family: arial;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 3px 3px 3px;
    color: #0076B7;
    background-color: #ffffff; /*text-valign: middle;*/
    text-align: center;
}

/*--------------- Fund Table Praba Start ------------------*/



/*-------Message Box CSS-------*/

.close_error
{
    color: Red;
    left: 95%;
    position: absolute;
    top: 60px;
}

.MyMsgBoxError
{
    background-color: #fde2ec;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ac0039;
    height: 37px;
    width: 1500px;
    border: 1px solid #d399ba;
    border-radius: 11px;
    behavior: url(/CSS/border-radius.htc);
}


.MyMsgBoxSucess
{
    background-color: #f9a98e;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: White;
    height: 36px;
    width: 1500px;
    border: 1px solid White;
    border-radius: 11px;
    behavior: url(/CSS/border-radius.htc);
}
/*-------Message Box CSS End -------*/

/*------- Group PC CSS -------*/
.tr
{
    background-color: #fdc599;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 25px;
    color: #534359;
}

.tdlabel
{
    overflow: hidden;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

/* The following CSS needs to be copied to the page to produce textbox-like RadEditor */

.reLeftVerticalSide, .reRightVerticalSide, .reToolZone, .reToolCell
{
    background: white !important;
}

.reToolCell
{
    display: none\9 !important; /* for all versions of IE in order to prevent border bottom disappearing */
}

.reContentCell
{
    border-width: 0 !important;
}

.formInput
{
    border: solid 1px black;
}

.RadEditor
{
    filter: chroma(color=c2dcf0);
}

.reWrapper_corner, .reWrapper_center
{
    display: none !important; /* for FF */
}

td.reWrapper_corner, td.reWrapper_center
{
    display: block\9 !important; /* for all versions of IE */
}

/*------CSS Added by Priya Starts ;Taken from [http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplatedeclarativerelations/defaultcs.aspx]*/
.viewWrap
{
    padding: 15px;
    background: #2291b5 0 0 url(Img/bluegradient.gif) repeat-x;
}
.contactWrap
{
    padding: 5px 10px 0px 0px;
    background: #fff;
    color: #333;
}
div.RadForm.rfdFieldset .RadGrid fieldset
{
    background-color: #fff;
}
.contactWrap td
{
    padding: 0 20px 0 0;
}
.contactWrap td td
{
    padding: 3px 20px 3px 0;
}
.contactWrap img
{
    border: 1px solid #05679d;
}

.RadForm.rfdFieldset .RadGrid fieldset
{
    background: transparent;
}

.RadForm.rfdFieldset .RadGrid .contactWrap legend
{
    color: #333333;
}
/*---CSS Added by Priya Ends*/

.tdLeftClass
{
    overflow: hidden;
    background: #f0f0f0;
    padding: 3px;
    margin-bottom: 2px;
  
}
 
.labelcss
{
    color: #1d1d1d;
    font-size: 1.25em;
    font-weight: bold;
    width: 130px;
    margin: 4px;
}

.OrangebuttonCSS
{
background-color: #FF9966;
    width: 100px;
    border: 3px solid #FF6600;
    color: #000000;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 4px;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.footer  
{
    height: 50px; 
    color:black; 
    text-align:left;
    width: 100%;
    margin:10px;
}