﻿body, p
{
    margin-top: 0px;
    margin-bottom: 0px;
       font-size:12px;
    font-family: 'Open Sans', sans-serif; 
    color:#3b3b3b;

}

body
{
    margin: 0 auto;
    padding: 0;
    color: #000000;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
 /*   background-image: url('../../Images/Common/page_t.jpg');*/
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover, .art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a, h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    font-size: 31px;
    text-align: left;
}

a, .art-post li a
{
    text-decoration: none;
    color: blue;
}
a:link, .art-post li a:link
{
    text-decoration: none;
    color: blue;
}

a:visited, a.visited, .art-post li a:visited, .art-post li a.visited
{
    color: blue;
}

a:hover, a.hover, .art-post li a:hover, .art-post li a.hover
{
    text-decoration: none;
    color: #23527c;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
    margin: 0.67em 0;
    line-height: 125%;
    color: #4F5764;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
    margin: 0.8em 0;
    font-size: 24px;
    line-height: 125%;
    color: #181C20;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
    margin: 1em 0;
    font-size: 20px;
    line-height: 125%;
    color: #4F5764;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
    margin: 1.25em 0;
    font-size: 18px;
    color: #111417;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
    margin: 1.67em 0;
    font-size: 15px;
    color: #383E47;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin: 2.33em 0;
    font-size: 15px;
    color: #000000;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin: 0;
}

#art-main
{
    position: absolute;
    width: 100%;
    min-height:100% !important;
    height:auto;
    left: 0;
    top: 0;
    cursor: default;
    /*padding-bottom:80px;*/
     background-image: url('images/white.png');
}


#art-page-background-gradient
{
    position: absolute;
    /*background-repeat: repeat-x;*/
    top:0px;
    width: 100%;
    height: 500px;
   background-image: none !important;
}

#art-page-background-gradient
{
    background-position: top left;
}


.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

form
{
    padding: 0 !important;
    margin: 0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 33px;
    min-height: 33px;
}

.art-sheet-body
{
    position: relative;
    z-index: 1;
     background-image: url('images/white.png');
    /*top:-10px;*/
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl
{
    position: absolute;
    z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
    width: 32px;
    height: 32px;
    background-image: url('../../Images/Common/sheet_s.png');
}

.art-sheet-tl
{
    top: 0;
    left: 0;
    clip: rect(auto, 16px, 16px, auto);
}

.art-sheet-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 16px, 16px);
}

.art-sheet-bl
{
    bottom: 0;
    left: 0;
    clip: rect(16px, 16px, auto, auto);
}

.art-sheet-br
{
    bottom: 0;
    right: 0;
    clip: rect(16px, auto, auto, 16px);
}

.art-sheet-tc, .art-sheet-bc
{
    left: 16px;
    right: 16px;
    height: 32px;
    background-image: url('../../Images/Common/sheet_h.png');
}

.art-sheet-tc
{
    top: 0;
    clip: rect(auto, auto, 16px, auto);
}

.art-sheet-bc
{
    bottom: 0;
    clip: rect(16px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
    top: 16px;
    bottom: 16px;
    width: 32px;
    background-image: url('../../Images/Common/sheet_v.png');
}

.art-sheet-cr
{
    right: 0;
    clip: rect(auto, auto, auto, 16px);
}

.art-sheet-cl
{
    left: 0;
    clip: rect(auto, 16px, auto, auto);
}

.art-sheet-cc
{
    position: absolute;
    z-index: -1;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background-color: #F4F5F6;
}

.art-sheet
{
    margin-top: 10px !important;
    cursor: auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
    min-width: 100%;
}

/* end Box, Sheet */

/* begin Header */
div.art-header
{
     background-position: 2% center;
    position: relative;
    height: 110px;
    width: 100%;
    display: block;
    /*background-image: url('../../Images/Common/InnerLeft.png');*/
    background-repeat: no-repeat;

}

/*Add by Jiten : For Health Camp Header*/

div.hcart-header
{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

div.hcart-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url('../../Images/Common/health_camp.png');
    background-repeat: no-repeat;
    background-position: left top;
}
div.hosp-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url('../../Images/Common/header.png');
    background-repeat: no-repeat;
    background-position: left top;
}

div.emp-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: 110px;
    background-image: url('../../Images/Common/PatientRegistration.png');
    background-repeat: no-repeat;
    background-position: left top;
}
div.art-header
{
     background-position: 2% center;
    position: relative;
    height: 95px;
    width: 100%;
    background-color:#054c8b;
    display: block;
    /*background-image: url('../../Images/Common/InnerLeft.png');*/
    background-repeat: no-repeat;

}
div.Lheader-png
{
    /*height: 110px;
    background-image: url('../../Images/Common/InnerLeft.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color:#d7ebf2;*/
}
div.prRheader-png
{
    /*height: 110px;
    background-repeat: repeat;*/
}
div.hcRheader-png
{
    /*height: 110px;
    background-image: url('../../Images/Common/health_camp.png');
    background-repeat: no-repeat;
    background-position: right top;*/
}
div.Claim_PreAuth-Rheader-png
{
    height: 110px;
    background-image: url('../../Images/Common/Claim_PreAuth.png');
    background-repeat: no-repeat;
    background-position: right top;

}
div.Custmoercare-Rheader-png
{
    height: 110px;
    background-image: url('../../Images/Common/Custmoercare.png');
    background-repeat: no-repeat;
    background-position: right top;
}
div.Follow_up-Rheader-png
{
    height: 110px;
    background-image: url('../../Images/Common/Follow_up.png');
    background-repeat: no-repeat;
    background-position: right top;
}
div.Grievance-Rheader-png
{
    height: 110px;
    background-image: url('../../Images/Common/Grievance.png');
    background-repeat: no-repeat;
    background-position: right top;
}
div.reports-Rheader-png
{
    height: 110px;
    background-image: url('../../Images/Common/reports.png');
    background-repeat: no-repeat;
    background-position: right top;
}
div.rolemanagement-Rheader-png
{
    height: 110px;
    background-image: url('../../Images/Common/rolemanagement.png');
    background-repeat: no-repeat;
    background-position: right top;
}
/*********************************************************************/

div.art-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 214px;
    background-image: url(../../Images/Common/header.png);
    background-repeat: no-repeat;
    background-position: left top;
}

div.art-header-jpeg
{
     position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image:url(../../Images/Common/header.png);
    background-repeat: no-repeat;
    background-position: center center;
}
div.art-header-PatientRegistration
{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
div.art-header-PatientRegistration-jpeg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url('../../Images/Common/PatientRegistration.png');
    background-repeat: no-repeat;
    background-position: center center;
}

/* end Header */

/* begin Logo */
.art-logo
{
    display: block;
    position: absolute;
    left: 98px;
    top: 11px;
    width: 900px;
}

h1.art-logo-name
{
    display: block;
    text-align: center;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
    font-size: 36px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #737F91 !important;
}

.art-logo-text
{
    display: block;
    text-align: center;
}

.art-logo-text, .art-logo-text a
{
    font-size: 19px;
    padding: 0;
    margin: 0;
    color: #576575 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    text-align: left;
    text-decoration: none;
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
}

.art-menu, .art-menu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

.art-menu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background: none;
}

.art-menu li:hover
{
    z-index: 100%;
    white-space: normal;
}

.art-menu li li
{
    float: none;
}

.art-menu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: none;
}

.art-menu li:hover > ul
{
    visibility: visible;
    top: 100%;
}

.art-menu li li:hover > ul
{
    top: 0;
    left: 100%;
}

.art-menu:after, .art-menu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.art-menu, .art-menu ul
{
    min-height: 0;
}

.art-menu ul
{
    background-image: url(../../Images/Common/spacer.gif);
    padding: 10px 30px 30px 30px;
    margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}




/* menu structure */

.art-menu
{
    padding: 0 0 0 0;
}

.art-nav
{
    position: relative;

}

.art-nav .l, .art-nav .r
{
    position: absolute;
    top: 0;
    height: 28px;
  
}

.art-nav .l
{
    left: 0;
    right: 0;
}

.art-nav .r
{
    right: 0;
    width: 998px;
    clip: rect(auto, auto, auto, 998px);
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
    position: relative;
    display: block;
    overflow: hidden;
    height: 28px;
    cursor: pointer;
    text-decoration: none;
}

.art-menu li
{
    margin-right: 0;
    margin-left: 0;
}

.art-menu ul li
{
    margin: 0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
    height: 84px;
    background-image: url('../../Images/Common/menuitem.png');
}

.art-menu a .l
{
    left: 0;
    right: 0;
}

.art-menu a .r
{
    width: 400px;
    right: 0;
    clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t
{
    margin-right: 10px;
    margin-left: 10px;
    color: #5A6372;
    padding: 0 17px;
    margin: 0 0;
    line-height: 28px;
    text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
    top: -28px;
}

.art-menu li:hover > a .l, .art-menu li:hover > a .r
{
    top: -28px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
    top: -28px;
}
.art-menu a:hover .t
{
    color: #1A1E23;
}

.art-menu li:hover a .t
{
    color: #1A1E23;
}

.art-menu li:hover > a .t
{
    color: #1A1E23;
}
A.readMore
{
    color: #000000;
    font-weight: normal; /*font-size: 9pt;*/
}

A.readMore:hover
{
    color: #000080;
    font-weight: bold;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
    display: block;
    width: 2px;
    height: 28px;
    background-image: url('../../Images/Common/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
    display: block;
    text-align: center;
    white-space: nowrap;
    height: 32px;
    width: 180px;
    overflow: hidden;
    line-height: 32px;
    background-image: url('../../Images/Common/subitem.png');
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 0;
    border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
    display: inline;
    float: none;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
    text-align: left;
    text-indent: 12px;
    text-decoration: none;
    line-height: 32px;
    color: #282D33;
    margin-right: 10px;
    margin-left: 10px;
    margin: 0;
    padding: 0;
}

.art-menu ul li a:hover
{
    color: #000000;
    background-position: 0 -32px;
}

.art-menu ul li:hover > a
{
    color: #000000;
    background-position: 0 -32px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
    color: #000000;
}

.art-nav .art-menu ul li:hover > a span, .art-nav .art-menu ul li:hover > a span span
{
    color: #000000;
}


/* end MenuSubItem */

/* begin Layout */
/*.art-content-layout
{
    display: table;
    padding: 0;
    border: none;
    width: 998px;
    margin-bottom:15px;
}*/

.art-content-layout .art-content-layout
{
    width: auto;
    margin: 0;
}

div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
{
    display: table-cell;
}

div.art-layout-cell div.art-layout-cell
{
    display: block;
}

div.art-content-layout-row
{
    display: table-row;
}

/*.art-content-layout
{
    table-layout: fixed;
    border-collapse: collapse;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    background-image: url('../../Images/Common/page_t.jpg');
    margin-bottom:15px;
}*/

.art-layout-cell, .art-content-layout-row
{
    background-image: url('../../Images/Common/page_t.jpg');
    vertical-align: top;
    text-align: left;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublock-body
{
    position: relative;
    z-index: 1;
    padding: 0;
}


.art-vmenublock
{
    margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader
{
    position: relative;
    z-index: 0;
    height: 33px;
    margin-bottom: 7px;
}

.art-vmenublockheader .t
{
    height: 33px;
    color: #383E47;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    line-height: 33px;
}

.art-vmenublockheader .l, .art-vmenublockheader .r
{
    display: block;
    position: absolute;
    z-index: -1;
    height: 33px;
    background-image: url('../../Images/Common/vmenublockheader.png');
}

.art-vmenublockheader .l
{
    left: 0;
    right: 6px;
}

.art-vmenublockheader .r
{
    width: 998px;
    right: 0;
    clip: rect(auto, auto, auto, 992px);
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body
{
    position: relative;
    z-index: 1;
    padding: 0;
}


.art-vmenublockcontent
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body
{
    position: relative;
    z-index: 1;
    padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu li
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 0;
}

ul.art-vmenu ul
{
    display: none;
}

ul.art-vmenu ul.active
{
    display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a
{
    position: relative;
    display: block;
    overflow: hidden;
    height: 28px;
    cursor: pointer;
    text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator
{
    display: block;
    padding: 1px 0 1px 0;
    margin: 0;
    font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span
{
    display: block;
    padding: 0;
    font-size: 1px;
    height: 0;
    line-height: 0;
    border-top: solid 1px #C1C9D1;
}

ul.art-vmenu a .r, ul.art-vmenu a .l
{
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
    height: 84px;
    background-image: url('../../Images/Common/vmenuitem.png');
}

ul.art-vmenu a .l
{
    left: 0;
    right: 16px;
}

ul.art-vmenu a .r
{
    width: 100%;
    right: 0;
    clip: rect(auto, auto, auto, 984px);
}

ul.art-vmenu a .t
{
    display: block;
    line-height: 28px;
    color: #7F7362;
    padding: 0 10px 0 26px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
}

ul.art-vmenu a:hover .l, ul.art-vmenu a:hover .r
{
    top: -28px;
}

ul.art-vmenu a:hover .t
{
    color: #000000;
}

ul.art-vmenu a.active .l, ul.art-vmenu a.active .r
{
    top: -56px;
}

ul.art-vmenu a.active .t
{
    color: #564E43;
}
/* end VMenuItem */

/* begin VMenuSubItem */
ul.art-vmenu ul, ul.art-vmenu ul li
{
    margin: 0;
    padding: 0;
}

ul.art-vmenu ul a
{
    display: block;
    white-space: nowrap;
    height: 20px;
    overflow: visible;
    background-image: url('../../Images/Common/vsubitem.gif');
    background-position: 25px 0;
    background-repeat: repeat-x;
    padding-left: 42px;
}

ul.art-vmenu ul li
{
    padding: 0;
}

ul.art-vmenu ul span, ul.art-vmenu ul span span
{
    display: inline;
    float: none;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}

ul.art-vmenu ul a, ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:hover, ul.art-vmenu ul a:active, ul.art-vmenu ul span, ul.art-vmenu ul span span
{
    line-height: 20px;
    color: #423C33;
    font-size: 12px;
    margin-left: 0;
}

ul.art-vmenu ul
{
    margin: 0 0 0 0;
}

ul.art-vmenu ul ul
{
    margin: 0 0 0 0;
}

ul.art-vmenu ul li.art-vsubmenu-separator
{
    display: block;
    margin: 0;
    font-size: 1px;
    padding: 0 0 0 0;
}

ul.art-vmenu ul .art-vsubmenu-separator-span
{
    display: block;
    padding: 0;
    font-size: 1px;
    height: 0;
    line-height: 0;
    margin: 0;
    border: none;
}

ul.art-vmenu ul li li a
{
    background-position: 50px 0;
    padding-left: 67px;
}

ul.art-vmenu ul li li li a
{
    background-position: 75px 0;
    padding-left: 92px;
}

ul.art-vmenu ul li li li li a
{
    background-position: 100px 0;
    padding-left: 117px;
}

ul.art-vmenu ul li li li li li a
{
    background-position: 125px 0;
    padding-left: 142px;
}


ul.art-vmenu ul li a.active
{
    color: #000000;
    background-position: 25px -40px;
}

ul.art-vmenu ul li li a.active
{
    background-position: 50px -40px;
}

ul.art-vmenu ul li li li a.active
{
    background-position: 75px -40px;
}

ul.art-vmenu ul li li li li a.active
{
    background-position: 100px -40px;
}

ul.art-vmenu ul li li li li li a.active
{
    background-position: 125px -40px;
}



ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active
{
    color: #000000;
    background-position: 25px -20px;
}


ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active
{
    background-position: 50px -20px;
}

ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a:hover.active
{
    background-position: 75px -20px;
}

ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a:hover.active
{
    background-position: 100px -20px;
}

ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a:hover.active
{
    background-position: 125px -20px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.art-block
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-block-body
{
    position: relative;
    z-index: 1;
    padding: 0;
}


.art-block
{
    margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
    position: relative;
    z-index: 0;
    height: 33px;
    margin-bottom: 7px;
}

.art-blockheader .t
{
    height: 33px;
    color: #383E47;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    line-height: 33px;
}

.art-blockheader .l, .art-blockheader .r
{
    display: block;
    position: absolute;
    z-index: -1;
    height: 33px;
    background-image: url('../../Images/Common/blockheader.png');
}

.art-blockheader .l
{
    left: 0;
    right: 6px;
}

.art-blockheader .r
{
    width: 998px;
    right: 0;
    clip: rect(auto, auto, auto, 992px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-blockcontent-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
}


.art-blockcontent-body, .art-blockcontent-body a, .art-blockcontent-body li a
{
    color: #464D59;
    line-height: 150%;
}

.art-blockcontent-body a, .art-blockcontent-body li a
{
    color: #201D18;
    text-decoration: underline;
}

.art-blockcontent-body a:link, .art-blockcontent-body li a:link
{
    color: #201D18;
    text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited, .art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited
{
    color: #636D7E;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover, .art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover
{
    color: #636D7E;
    text-decoration: none;
}

.art-blockcontent-body ul
{
    list-style-type: none;
    color: #C1B9AE;
    margin: 0;
    padding: 0;
}

.art-blockcontent-body ul li
{
    text-decoration: none;
    line-height: 1.5em;
    padding: 0 0 0 12px;
    background-image: url('../../Images/Common/blockcontentbullets.png');
    background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper .art-button
{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    text-decoration: none !important;
    color: #383E47 !important;
    width: auto;
    outline: none;
    border: none;
    background: none;
    line-height: 27px;
    height: 27px;
    margin: 0;
    padding: 0 11px !important;
    overflow: visible;
    cursor: default;
    z-index: 0;
}

.art-button img, .art-button-wrapper img
{
    margin: 0;
    vertical-align: middle;
}

.art-button-wrapper
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.firefox2 .art-button-wrapper
{
    display: block;
    float: left;
}

input, select, textarea, select
{
    vertical-align: middle;
    font-size: 12px;
}

.art-block select
{
    width: 96%;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
    color: #000000 !important;
    text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
    color: #EFEEEB !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
    display: block;
    position: absolute;
    z-index: -1;
    height: 81px;
    margin: 0;
    padding: 0;
    background-image: url('../../Images/Common/button.png');
}

.art-button-wrapper .l
{
    left: 0;
    right: 5px;
}

.art-button-wrapper .r
{
    width: 401px;
    right: 0;
    clip: rect(auto, auto, auto, 396px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
    top: -27px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
    top: -54px;
}

.art-button-wrapper input
{
    float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 21px;
    min-height: 21px;
}

.art-post-body
{
    position: relative;
    z-index: 1;
    padding: 22px;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl, .art-post-tc, .art-post-bc, .art-post-cr, .art-post-cl
{
    position: absolute;
    z-index: -1;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
    width: 28px;
    height: 28px;
    background-image: url('../../Images/Common/post_s.png');
}

.art-post-tl
{
    top: 0;
    left: 0;
    clip: rect(auto, 14px, 14px, auto);
}

.art-post-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 14px, 14px);
}

.art-post-bl
{
    bottom: 0;
    left: 0;
    clip: rect(14px, 14px, auto, auto);
}

.art-post-br
{
    bottom: 0;
    right: 0;
    clip: rect(14px, auto, auto, 14px);
}

.art-post-tc, .art-post-bc
{
    left: 14px;
    right: 14px;
    height: 28px;
    background-image: url('../../Images/Common/post_h.png');
}

.art-post-tc
{
    top: 0;
    clip: rect(auto, auto, 14px, auto);
}

.art-post-bc
{
    bottom: 0;
    clip: rect(14px, auto, auto, auto);
}

.art-post-cr, .art-post-cl
{
    top: 14px;
    bottom: 14px;
    width: 28px;
    background-image: url('../../Images/Common/post_v.png');
}

.art-post-cr
{
    right: 0;
    clip: rect(auto, auto, auto, 14px);
}

.art-post-cl
{
    left: 0;
    clip: rect(auto, 14px, auto, auto);
}

.art-post-cc
{
    position: absolute;
    z-index: -1;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background-color: #FFFFFF;
}

.art-post
{
    margin: 7px;
}

a img
{
    border: 0;
}

.art-article img, img.art-article
{
    margin: 10px;
}

.art-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
    width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
    background-color: Transparent;
}

.art-article th, .art-article td
{
    padding: 5px;
    border: solid 1px #ACB3BE;
    vertical-align: top;
    text-align: left;
}

.art-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-post h2.art-postheader, .art-post h2.art-postheader a, .art-post h2.art-postheader a:link, .art-post h2.art-postheader a:visited, .art-post h2.art-postheader a.visited, .art-post h2.art-postheader a:hover, .art-post h2.art-postheader a.hovered
{
    margin: 0.2em 0;
    padding: 0;
    font-size: 24px;
    color: #383E47;
}

.art-post h2.art-postheader a, .art-post h2.art-postheader a:link, .art-post h2.art-postheader a:visited, .art-post h2.art-postheader a.visited, .art-post h2.art-postheader a:hover, .art-post h2.art-postheader a.hovered
{
    margin: 0;
    text-decoration: none;
    color: #1D1A16;
}

.art-post h2.art-postheader a:visited, .art-post h2.art-postheader a.visited
{
    color: #5A6372;
}


.art-post h2.art-postheader a:hover, .art-post h2.art-postheader a.hovered
{
    color: #647587;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
    color: #000000;
    margin: 1em 0 1em 2em;
    padding: 0;
    line-height: 150%;
}

.art-post li ol, .art-post li ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

.art-post li
{
    margin: 0.2em 0;
    padding: 0;
}

.art-post ul
{
    list-style-type: none;
}

.art-post ol
{
    list-style-position: inside;
}



.art-post li
{
    padding: 0 0 0 14px;
    line-height: 1.5em;
}

.art-post ol li, .art-post ul ol li
{
    background: none;
    padding-left: 0;
}

.art-post ul li, .art-post ol ul li
{
    background-image: url('../../Images/Common/postbullets.png');
    background-repeat: no-repeat;
    padding-left: 14px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote, blockquote p, .art-postcontent blockquote p
{
    color: #0F1215;
    text-align: left;
}

blockquote, .art-postcontent blockquote
{
    border: solid 1px #D4D8DD;
    margin: 10px 10px 10px 45px;
    padding: 5px 5px 5px 32px;
    background-color: #EBEDEF;
    background-image: url('../../Images/Common/postquote.png');
    background-position: left top;
    background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
}

.art-footer .art-footer-inner
{
    height: 1%;
    position: relative;
    z-index: 0;
}

.art-footer .art-footer-background
{
    z-index: -1;
    background-repeat: repeat-x;
    background-image: url('../../Images/Common/Footer_Repeat.png');
    width: 100%;
    height: 50px;
    bottom: -10px;
    position:fixed;
    left: 0;
}
.art-rss-tag-icon
{
    position: relative;
    display: block;
    float: left; /*background-image: url('../../Images/Common/mdindia.png');*/
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0 3px 0 0;
    height: 72px;
    width: 80px;
    cursor: default;
}
.art-rss-tag-icon-right
{
    position: relative; /*background-image: url('../../Images/Common/nic.jpg');*/
    background-position: center right;
    background-repeat: no-repeat;
    margin: 10px 0 3px 0;
    height: 42px;
    width: 50px;
    cursor: default;
}
.art-footer .art-footer-text p
{
    margin: 0;
    
}
.art-footer, .art-footer-text, .art-footer-text p
{
    color: Black;
    text-align: right;
    bottom:0px;
    position:absolute;
    height:50px;
    width:100%;
    
}
.art-footer .art-footer-text a, .art-footer .art-footer-text a:link
{
    color: #B6ADA0;
    text-decoration: underline;
}

.art-footer .art-footer-text a:visited
{
    text-decoration: none;
    color: #8191A2;
}

.art-footer .art-footer-text a:hover
{
    color: #877A68;
    text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #9099A7;
    bottom:0px;
}

.art-page-footer
{
    text-align: center;
    text-decoration: none;
    color: #9099A7;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
    width: 20%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.art-content-layout .art-content
{
    width: 60%;
}
.art-content-layout .art-content .art-block
{
    background-color: #FFFFFF;
}
.art-content-layout .art-content-sidebar1
{
    width: 80%;
}
.art-content-layout .art-content-sidebar2
{
    width: 80%;
}
.art-content-layout .art-content-wide
{
    width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.art-content-layout .art-sidebar2
{
    width: 20%;
}
/* end LayoutCell, sidebar2 */




.overview-table .art-layout-cell
{
    width: 33%;
}


.overview-table-inner
{
    margin: 10px;
}

table.table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
    vertical-align: top;
}

table.table, table.table tr, table.table td
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: Transparent;
}

img.image
{
    margin: 0;
    padding: 0;
    border: none;
}
.PageHead
{
    font-weight: bold;
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif; 
    color: #006699; /*#339999;#000080;*/
}
/*
.btn btn-primary btn-sm
{
    border: 1pt solid #333333;
    background-color: #D8D8D8;
    font-family: 'Open Sans', sans-serif; 
    font-size: 8pt;
    color: #000000;
    cursor: default;
    height: 19px;
}*/
.btn btn-primary btn-sm
{
    background: #93b74d; /* Old browsers */
    background: -moz-linear-gradient(top, #93b74d 0%, #7fa212 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93b74d 0%,#7fa212 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93b74d 0%,#7fa212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b74d', endColorstr='#7fa212',GradientType=0 ); /* IE6-9 */
    border:1px solid #93b74d;    
    color: #ebebeb;
    font-family: 'Open Sans', sans-serif; 
    font-size: 10pt;
    font-weight: normal;
    margin:5px;
    padding: 2px 10px;
    vertical-align:middle;
    display:inline;
}
.btn btn-primary btn-sm:active {
    padding-top:3px;
    padding-bottom:1px;
}
   
.Attachmentbtn btn-primary btn-sm
{
    background: #93b74d; /* Old browsers */
    background: -moz-linear-gradient(top, #93b74d 0%, #7fa212 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93b74d 0%,#7fa212 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93b74d 0%,#7fa212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b74d', endColorstr='#7fa212',GradientType=0 ); /* IE6-9 */
    border:1px solid #93b74d;    
    color: #ebebeb;
    font-family: 'Open Sans', sans-serif; 
    font-size: 10pt;
    font-weight: normal;
    margin:5px;
    padding: 4px 33px;
    vertical-align:middle;
    display:inline;
    border-radius:5px;
}
.LoginBtns
{
    font-weight: normal;
    font-size: 9pt;
    width: 60px;
    height: 25px;
}
A.navlnk
{
    color: #ffffff;
    font-weight: normal;
    font-size: 9pt;
    text-decoration: none;
}

A.navlnk:hover
{
    color: #000080;
    font-weight: bold;
}

A.navlnk1
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
A.navlnk1:hover
{
    color: #000080;
    font-weight: bold;
}
A.navlink2
{
    color: #000000;
    text-decoration: none;
}
A.navlink2:hover
{
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}
/* Designed for Tables Look and Feel*/
/*.TblRegistrationTemplate
{
	text-align:left;
	background-color: #666699;
	BORDER-TOP: #373737 thin solid; 
	BORDER-BOTTOM: #373737 thin solid; 
	BACKGROUND-COLOR: #d9dbd3;
	color: black; 
	width:100%;
	font-weight:normal;
	font-size:11px;
	font-family:Calibri;
}*/
.TblRegistrationTemplate,.TblSearchTemplate
{
    /*Border Color*/
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-weight: normal;
    font-size: 14px;    
    font-family: 'Open Sans', sans-serif; 
    min-width: 50% !important;

    margin:auto !important;
        margin-bottom:20px  !important;
}

.TblRegistrationTemplate tr:nth-child(even), .TblSearchTemplate  tr:nth-child(even){
    background-color:#f5f5f5;
}
.TblRegistrationTemplate tr:last-child td, .TblSearchTemplate tr:last-child td{
    border-bottom:1px #ccc solid !important;
}

table strong {
    font-weight:normal;
}
.TblRegistrationTemplate2,.TblSearchTemplate2
{
    /*Border Color*/
    border-style: solid;
    border-color: #333333;
    border-width: 1px 1px 1px 1px;
    font-weight: normal;
    font-size: 8px;
    font-family: 'Open Sans', sans-serif; 
    width: 450px;
    float:left;
    display:block;
    margin:5px !important;
    padding:0 !important;
}

.TblRegistrationTemplate td,.TblSearchTemplate td
{

    vertical-align: middle;
    border: 0px solid #d5d5d5;
    border-width: 0px 0px 1px 0px;
    padding: 2px;
    margin: 1px;
    font-family: 'Open Sans', sans-serif; 
    text-align: left;
    font-size: 12px;
    text-indent:4px;
}

.TblRegistrationTemplate th,.TblSearchTemplate th
{
    text-align: left; /*background-color: #e6e6e6;*/
    background:#084a84;
    color: #fff !important; /*background;*/
    border: 0px solid #006699;
    border-width: 0px 0px 0px 0px;
    padding: 4px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: normal;
    font-size:12px;
    height: 20px;
}
.TblRegistrationTemplate th span,.TblSearchTemplate th span
{
  color: #fff !important; /*background;*/
      font-weight: normal;
}
.TblRegistrationTemplate .head,.TblSearchTemplate .head
{
	/*background-color: red;*/
	font: 8pt solid sans-serif;
	font-weight: bold;
	color: white;
	border: 0px solid #ae9199;
	border-width: 0px 0 0 1px;
	padding: 4px;
	text-align: center;
	font-size: 8pt;
	font-family:Calibri;
}

/*.TblSearchTemplate
{

    border:1px solid #006699; 
    font-weight: normal;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif; 
}
.TblSearchTemplate td
{
	margin-top:10px;
	border: 0px solid #006699;
	border-width: 0px 0px 0px 0px;
	padding: 2px;
	margin: 2px;
	font-family:Calibri;
	text-align:left;
}

.TblSearchTemplate th
{
    text-align: left; 
    background: url('../../Images/Common/TblHeadingBg.jpg') left top;
    font: 11px solid sans-serif;
    color: #000000; 
    border: 0px solid #006699;
    border-width: 0px 0px 0px 0px;
    padding: 4px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
}*/

.TblButtons
{
    text-align: center;
    /*border: 1px solid #006699;
    border-width: 1px 1px 1px 1px;*/
    font-family: 'Open Sans', sans-serif; 
    /*background: url(../../Images/Common/TblHeadingBg.jpg) left top;
    border-collapse: collapse; BORDER-TOP: #373737 thin solid;  	BORDER-BOTTOM: #373737 thin solid; BACKGROUND-COLOR: #d9dbd3;*/
    /*width: 99%;*/
}
/*TextBox Stylesheet
.textbox_a
{
    font-size: 9pt;
    color: #000000;
    background-color: #dcdcdc;
    border: 1px solid #666666;
    font-family: 'Open Sans', sans-serif; 
}*/
.textbox_a:focus {
    /*border:1px solid #006699;
    box-shadow:0px 0px 2px 0.2px #006699;*/
}
.textbox_a
{
    border: 1px solid #d1c7ac;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    }
.textbox_a:disabled
{
    background-color:transparent;
    border:1px solid #d1c7ac;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
   
}
#ContentPlaceHolder1_UpdatePanel1,#ContentPlaceHolder1_UpdatePanel2,#ContentPlaceHolder1_UpdatePanel3 {
    display:inline;
}
/*-------------------------------*/
.combo_a:focus,.combo_a:focus option {
    /*border:1px solid #006699;
    box-shadow:0px 0px 3px .2px #006699;*/
}

.combo_a
{
    border: 1px solid #ddd;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    width:80%;
}
.combo_a:disabled
{
    border: 0px solid #d1c7ac;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
}
form#login
{
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #999999;
    font-family: 'Open Sans', sans-serif; 
    font-size: 10px;
    text-align: right;
}
#login .text
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 11px;
    width: 100px;
    margin-right: 6px;
}
#login .buttons
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 10px;
    background-color: #333333;
    color: #FFFFFF;
    margin-right: 6px;
}
.Fontsetting
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 10px;
}
.modalPopup
{
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-family: 'Open Sans', sans-serif; 
    padding: 2px;
    width: 300px;
    height: 170px;
}
.modalPopupAttachmnet
{
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-family: 'Open Sans', sans-serif; 
    width: 635px;
    height: 176px;
    background-repeat: no-repeat; /*background-image: url(../../Images/b_form.jpg);*/
    background-image: url(../../Images/Common/pupopbgBig.png); /*background-image: url(IMAGES/bg1px.png);*/
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.StaticInformation
{
    margin: 0.5em 0;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif; 
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    line-height: 175%;
}
.QuickLinks
{
    vertical-align: middle;
    text-align: left;
    height: 106px;
    font-size: 11px;
}
.TblLogin
{
    text-align: left; /*background-color: #666699; 	BORDER-TOP: #373737 thin solid; */
    border-bottom: #373737 thin solid;
    background-color: #EAEAEA;
    color: black;
    width: 100%;
    font-weight: normal;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif; 
}
/*Style for Accordion Control*/
.accordionHeader
{
    border: 0px solid #2F4F4F;
    color: white; /*background-color: #DAE6E2;/*#2E4d7B*/
    background-image: url(../../Images/Common/quick_link.jpg);
    font-family:Calibri;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 0px solid #437792; /*#2F4F4F;*/
    color: white; /*background-color:#DAE6E2 ;/*#5078B3*/
    background-image: url(../../Images/Common/quick_link.jpg);
    font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}
.a
{
    background-image: url('../../RadControls/Menu/Skins/Metallic/img/mainBg.gif');
    background-repeat: repeat-x;
}
.accordionContent
{
    background-color: #D3DEEF; /*background-image: url('../../Images/Common/loginpanel.png');*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionLink
{
    color: black; /*#437792;*/
    vertical-align: middle;
    text-align: left;
    height: 106px;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;  /*background-position:top left; 	background-repeat:no-repeat; 	padding:0 0 7px 27px; 	line-height:15px; 	color: #437792;     */
}

/*CollapsiblePanel*/
.collapsePanel
{
    background-color: White;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 30px;
    background-image: url(../../Images/Common/quick_link.jpg);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}
.Lable_Error
{
    font-size: 8pt;
    color: red;
}

#master_content .collapsePanelHeader a
{
    color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

/************** Hiral Designed for HC Scheduling Table Look and Feel **************/
.TblHCSheduleTemplate
{
    width: 30%;
    text-align: left;
    border-top: #373737 thin solid;
    border-bottom: #373737 thin solid;
    background-color: #E8FFFF;
    color: black;
    font-weight: normal;
}

.DivHCSchedule
{
    width: 100%;
    height: 350px;
}
ul
{
    list-style-image: url('../../Images/Common/postbullets.png');
    padding-right: 14px;
}
/*************/
/*Grid Table Stylesheet*/
/*.GridTable
{
    border: 0px solid #ae9199; 
    border-collapse: collapse;
    border-width: 1px 1px 1px 1px;
    font-family: 'Open Sans', sans-serif; 
}
.GridTable td
{
    border: 0px solid #006699;
    border-width: 1px 0 0 1px;
    padding: 2px;
    margin: 2px;
    font-family: 'Open Sans', sans-serif; 
    font-size: 8pt;
    text-align: left;
}

.GridTable tr
{
    border: 0px solid #ae9199;
    border-width: 1px 0 0 1px;
    padding: 2px;
    margin: 2px;
    font-family: 'Open Sans', sans-serif; 
    font-size: 8pt;
    text-align: left;
}
 GridTable tr:nth-child(odd) {
       background-color:#dedede;
    }
.GridTable th
{
    background-color: #666666; 
    font: 8pt solid calibri;
    color: white;
    padding: 4px;
    border-style: solid;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
    text-align: center;
}
.GridTable .head
{
    background-color: #666666; 
    font: 8pt solid calibri;
    font-weight: bold;
    color: white;
    border: 0px solid #ae9199;
    border-width: 1px 0 0 1px;
    padding: 4px;
    text-align: center;
    font-size: 8pt;
    font-family: 'Open Sans', sans-serif; 
}*/
.img_cal
{
    height: 18px;
    width: 18px;
    vertical-align: middle;
    background-repeat:no-repeat;
    /*background-image: url('../../Images/Common/cal.jpg');*/
    color:transparent;
}
.TblWelcomeLogoutHeader
{
    /*background-color: #e6e6e6;*/

    background: left top;
    font: 13px solid sans-serif; /*font-weight: bold;*/
    color: black; /*background;*/
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
    width: 100%;height: 30px;
    /*background-image: url('../../Images/Common/WelComeBG.jpg');*/
    background-repeat: repeat-x;

}
.ImgbtnAdd
{
    width: 15px;
    height: 3px;
    padding: 13px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../../Images/Common/add.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.ImgbtnDel
{
    width: 15px;
    height: 3px;
    padding: 13px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../../Images/Common/delete.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.TblEmpanelTab1
{
    width: 950px;
    height: 65px;
    background: url(../../Images/Common/HospitalBasicInformation.jpg) left top; /*background: transparent url(../../Images/HospitalBasicInformation.jpg) no-repeat ;*/
}
.TblEmpanelTab2
{
    width: 950px;
    height: 65px;
    background: url(../../Images/Common/ExpertiseInfrastructure.jpg) left top; /*background: transparent url(../../Images/HospitalBasicInformation.jpg) no-repeat ;*/
}
.TblEmpanelTab3
{
    width: 950px;
    height: 65px;
    background: url(../../Images/Common/Diagnostic.jpg) left top; /*background: transparent url(../../Images/HospitalBasicInformation.jpg) no-repeat ;*/
}
.TblEmpanelTab4
{
    width: 950px;
    height: 65px;
    background: url(../../Images/Common/SpecialtyMedical Services.jpg) left top; /*background: transparent url(../../Images/HospitalBasicInformation.jpg) no-repeat ;*/
}
/* for Attachments */

.DivHCAttachment
{
    background-color: #b7b8b8; /*border: 1px solid #f4f4f4;*/
    height: 30px;
}

.Div_BgHeader
{
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    background-image: url('../../Images/Common/bill.jpg');
    background-repeat: repeat-x;
}
.TblEmpanelHeader
{
    border: 0px solid #006699; /*Border Color*/
    border-collapse: collapse;
    border-width: 1px 1px 1px 1px;
    font-weight: normal;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif; 
    width: 99%;
}
.TblEmpanelHeader td
{
    vertical-align: text-top;
    border: 0px solid #006699;
    border-width: 0px 0px 0px 0px;
    padding: 2px;
    margin: 2px;
    font-family: 'Open Sans', sans-serif; 
    text-align: left;
}

.TblEmpanelHeader th
{
    text-align: center; /*background-color: #e6e6e6;*/
    background: url(../../Images/Common/TblHeadingBg.jpg) left top;
    font: 12px solid sans-serif; /*font-weight: bold;*/
    color: White; /*background;*/
    border: 0px solid #006699;
    border-width: 0px 0px 0px 0px;
    padding: 4px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
}
.MandatoryField
{
    color: Red;
}

.TblNewUserTemplate
{
    width: 100%;
    text-align: left;
    border-top: #373737 thin solid;
    border-bottom: #373737 thin solid;
    background-color: #d9dbd3;
    color: black;
    font-weight: normal;
}
/*Class for RGJAY - News & Events Tab*/
.TblNewsandEvents
{
    text-align: left; /*background-color: #666699; 	BORDER-TOP: #373737 thin solid;  	BORDER-BOTTOM: #373737 thin solid;*/
    color: black;
    width: 100%;
    font-weight: normal;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif; 
}
.TblNewsandEvents td
{
    vertical-align: text-top;
    border: 0px solid #006699;
    border-width: 0px 0px 0px 0px;
    padding: 1px;
    margin: 2px;
    font-family: 'Open Sans', sans-serif; 
    text-align: left;
    font-size: 10px;
}

.TblNewsandEvents th
{
    text-align: center; /*background-color: #e6e6e6;*/
    background-image: url(../../Images/Common/quick_link.jpg);
    background-repeat: repeat-x;
    color: black;
    font-weight: bold; /*background: url(../../Images/Common/TblHeadingBg.jpg) left top;*/
    font: 11px solid sans-serif; /*font-weight: bold;color:	White;/*background;*/
    border: 0px solid #006699;
    border-width: 0px 0px 0px 0px;
    padding: 4px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
}
.PageLtNew
{
    background-image: url(../../Images/Common/dot.png);
    background-repeat: repeat-y;
    text-align: right;
    width: 3px;
}
/*----------------------------*/
/*----------------------------*/

.marqueval
{
    border: 1px solid #000;
    background: #fff;
    width: 400px;
    height: 70px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif; 
    font-size: 8pt;
}

/*Textbox Watermark*/

.unwatermarked
{
    height: 15px;
    width: 100px;
    font-size: 9pt;
    color: #006699;
    background-color: #dcdcdc;
    border: 1px solid #666666;
}

.watermarked
{
    height: 15px;
    width: 100px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

.textbox_m
{
 
    margin:5px;
    background-image: url('images/Button_bg.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    color: #333333;
    font-family: 'Open Sans', sans-serif; 
}

/*
=================================================


/*Changes done for RoleManagement Header by sunil 18/11/2011*/

div.rolemng-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 998px;
    height: 110px;
    background-image: url('../../Images/Common/rolemanagement.png');
    background-repeat: no-repeat;
    background-position: left top;
}
/*=================================================*/

/* Added by Abhishek : For Grivance Logo ======*/
div.grievance-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 998px;
    height: 110px;
    background-image: url('../../Images/Common/CCGrievance.png');
    background-repeat: no-repeat;
    background-position: left top;
}
/*=================================================*/

/* Added by Anish : For PreAuth ======*/
div.preauthclm-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 998px;
    height: 110px;
    background-image: url('../../Images/Common/Claim_PreAuth.png');
    background-repeat: no-repeat;
    background-position: left top;
}
div.cc-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 998px;
    height: 110px;
    background-image: url('../../Images/Common/Custmoercare.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.maillink
{
    background-color: transparent; /*background-image: url(../../Images/MenuItemBackground.gif);*/
    margin-top: -24px;
    font-weight: bold;
    margin-right: 10px;
}
.maillink_logins
{
    background-color: transparent; /*background-image: url(../../Images/MenuItemBackground.gif);*/
    margin-top: 6px;
    font-weight: bold;
    margin-right: 10px;
}
/*=================================================*/
/*=================================================*/
/* Added by Prashant : For Bug Tracker Logo ======*/
div .bugtracker-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 998px;
    height: 110px;
    background-image: url('../../Images/Common/bugtracker.png');
    background-repeat: no-repeat;
    background-position: left top;
}
/*=================================================*/


/* Sharad  GridViewCSS Chrome Style*/
.GridViewStyle
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 8pt;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../../Images/Common/HeaderGlassBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d; 
     text-align: center;  
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.PagerStyle table
{
    text-align: center;
    margin: auto;
}
.PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.PagerStyle span
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}

.navbar
{
    height:auto;
    width:100%;
}


div.common-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 141px;
    /*background-image: url('../../Images/Common/header_Repeat.png');*/
    background-repeat: repeat;
    background-position: left top;
}

/*Added by Kush kant Dayal : Page Header for RGJAY Reports 21/12/2012*/

div.Report-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 998px;
    height: 110px;
    background-image: url('../../Images/Common/reports.png');
    background-repeat: no-repeat;
    background-position: left top;
}
/*=================================================*/

.heading_PR {
	padding: 1em 1em 1em 1em;
	color:white;
	background-color:ButtonShadow;
	font-family:Calibri;
	font-weight:bold;
	font-size:1.0em;
	text-align:left;
}
.demoarea {
	padding:2px;
	background:#FFF url(../../Images/Common/demotop.png) no-repeat left top;
	text-align:left;
}


/*============================new grid style Added by Jiten K. =====================================*/

/* =================================================================================== */


.cal_Theme1 .ajax__calendar_container   {
background-color: #DEF1F4;
border:solid 1px #77D5F7;
line-height: 20px;
z-index:99999;

}


.cal_Theme1 .ajax__calendar TR TD {
    border:1px solid #ddd!important;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080;
line-height: 20px;
}

.cal_Theme1 .ajax__calendar_body
{
    background-color: #ffffff;
    border: solid 1px #77D5F7;
    line-height: 20px;


}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
color: #004080;
line-height: 20px;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080;
text-align:center;
line-height: 20px;

}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #DEF1F4;
line-height: 20px;
}

.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;

}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
line-height: 20px;
}


/*modelPopupbysbs*/
.modalPopupsbs
{
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-family: 'Open Sans', sans-serif; 
    padding: 2px;
    width: 400px;
    height: 200px;
    background-image: url('../../Images/Common/popUpBg.png');
}

.ambulancechagres_list
{
width:450px;
float:left;
list-style:none !important;
text-indent:5px;
text-decoration:none !important;
list-style-position:inside !important;   
display:block !important;
}
.ambulancechagres_list li
{
width:100%;
height:30px;
float:left; 
border-left:1px solid #dedede !important;
border-right:1px solid #dedede !important;
border-top:1px solid #dedede !important;
display:block !important;
}
.ambulancechagres_list li .sphead
{
    width:100%;
    font-size:14px;
    color:#666666;
    text-align:center;
    font-weight:bold;
    height:30px;
    display:block;
}
.ambulancechagres_list li .sp_itemtitle
{
  width:199px;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    text-indent:5px;
    height:30px;
    display:block;  
    float:left; 
    border-right:1px solid #dedede;
}
.ambulancechagres_list li .sp_item
{
  width:250px;
    font-size:12px;
    color:#000000;
    text-indent:5px;
    height:30px;
    display:block;   
    float:left;
}
.ButtonAsLink{
   background-color:transparent;
   border:none;
   color:blue;
   cursor:pointer;
   text-decoration:underline;
   font-weight:bold;
   padding: 0px;
 }


/*.banner {
    background-position: 2% center;
    position: relative;
    height: 100px;
    width: 100%;
    display: block;
    background-image: url('../../Images/Common/InnerLeft.png');
    background-repeat: no-repeat;
}*/

.slogan {
    width:30%;
    float:right;
    margin-right:2%;
    margin-top:20px;
    display:none;
}

.projectname {
    text-align:center;
    line-height:88px;   
    width:auto;
    margin:auto;
   font-size:24px !important; 
}

.headerstyle {
    color:#007447;
    font-weight:bold;
    font-size: 16px;
}

.paragraph {
    border:0px solid #ababab;
    border-radius:5px;
    padding:3%;
    background-color:#ebebeb;
    margin:2% 0;
    box-shadow:0px 0px 3px 1px #ababab;
}




/*.uklogo {
	background-position: center center;
	position: absolute;
	right: 2%;
	background-image: url('../../images/MDI_logo.png');
	background-repeat: no-repeat;
	height: 65px;
	width: 100px;
	top: 20px;
}
.bajajlogo {
    background-position: center center;
    position: absolute;
    left: 1%;
    top: 18px;
    background-image: url('../../images/APCMUHIS__small_logo.png');
    background-repeat: no-repeat;
    height: 74px;
    width: 170px;
}
.tollfree {
     position:absolute;
    left:29%;
     width: 632px;
     text-align:center;
     font-size:14px;     
     color:#006699;
     top:73px;
     letter-spacing:0.3px;
     display:none;
}*/



/*.GridTable {
    width: 100%;
    margin: auto;
}
.GridTable th {
    background-color:#006699;
    border:1px solid #006699;
    height:20px;
    text-align:left;
    text-indent:15px;
}
    .GridTable td {
        border: 0px solid transparent !important;
    }
    .GridTable tr {
        border: 0px solid transparent !important;
    }
    .GridTable tr:nth-child(odd) {
       background-color:#eaeaea;
    }
    .GridTable  table tr:nth-child(odd) {
       background-color:transparent;
    }*/
.centeralign {
    text-align:center;
    margin:auto;
}

select, input {
    border-radius:2px;
}

/*TblRegistrationTemplate*/
.mGrid,.GridTable,.sd_table  { 
    width: 90%; 
    background-color: #fff; 
    border: solid 0px #006699; 
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.mGrid,.GridTable,.snatable  { 
    width: 99%; 
    background-color: #fff; 
    border: solid 0px #006699; 
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.mGrid td,.GridTable td,.sd_table td
{
    text-indent:2px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    color: #333333;
    font-size: 12px;
    text-align:left;
}
.mGrid tr:last-child td,.GridTable tr:last-child td,.sd_table tr:last-child td
{
    
    border-bottom: solid 1px #ccc !important;
    
}
.mGrid tr:first-child td,.GridTable tr:first-child td,.sd_table tr:first-child td
{
    
    border-top: solid 1px #ccc !important;
    
}

    .mGrid tr td:last-child, .GridTable tr td:last-child, .sd_table tr td:last-child {
         border-right: solid 1px #ccc !important;
    }
       .mGrid tr td:first-child, .GridTable tr td:first-child, .sd_table tr td:first-child {
         border-left: solid 1px #ccc !important;
    }
.mGrid th,.GridTable th,.sd_table th
{
    text-indent:15px;
    padding: 4px 2px;
    color: #fff;
    background: #084a84;
    border: solid 1px #2c5366;
    text-align:left;
    font-weight:normal;
}
.mGrid tr th,.GridTable tr th,.sd_table tr th
{
    /*border-top: solid 1px #fff;*/
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
   
}
.mGrid tr th:first-child,.GridTable tr th:first-child,.sd_table tr th:first-child
{
    /*border-right: solid 1px #fff;*/
     border-left: solid 1px #006699 !important;
   
}
.mGrid tr th:last-child,.GridTable tr th:last-child,.sd_table tr th:last-child
{
    border-left: solid 1px #006699 !important;
   
}
.mGrid .alt,.GridTable .alt,.sd_table .alt,.mGrid tr:nth-child(odd),.GridTable tr:nth-child(odd),.sd_table tr:nth-child(odd)
{
    background-color:#f5f5f5;
    /*background-color:#eaf8ff;*/
}
.mGrid .pgr,.GridTable .pgr,.sd_table .pgr
{
    background: #000 /*url(images/grd_pgr.png) repeat-x top*/;
   
}
.mGrid .pgr table,.GridTable .pgr table,.sd_table .pgr table { margin: 5px 0; }
.mGrid .pgr td,.GridTable .pgr td ,.sd_table .pgr td  { 
    border-width: 0; 
    padding: 0 6px; 
    border: solid 1px #ddd; 
    font-weight: bold; 
    color: #474747; 
    line-height: 12px; 
 }   
.mGrid .pgr a,.GridTable .pgr a,.sd_table .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover,.GridTable .pgr a:hover,.sd_table .pgr a:hover { color: #000; text-decoration: none; }

    .sd_table table {
        width:100%;
        margin:0px;
    }
       .sd_table table th{
       text-indent:15px;
       
       font-size:14px;
       text-align:left;
       background-color:#e6e6e6;
       color:#000;
       font-weight:normal;
       text-transform:none;
    }
        .sd_table table tr th:first-child {
            border-left:0px;
        }
        .sd_table table tr th{
            border-left: solid 1px #006699; 
            border-bottom: solid 1px #d5d5d5; 
        }
       .sd_table table td {
        text-align:left;
        text-indent:20px;
    }


    .mGrid table:not(.mGrid) td, .mGrid table:not(.GridTable) td,.mGrid table:not(.sd_table) td,.mGrid table:not(.TblSearchTemplate) td,.mGrid table:not(.TblRegistrationTemplate) td,
    .GridTable table:not(.GridTable) td, .GridTable table:not(.GridTable) td,.GridTable table:not(.sd_table) td,.GridTable table:not(.TblSearchTemplate) td,.GridTable table:not(.TblRegistrationTemplate) td,
    .sd_table table:not(.sd_table) td, .sd_table table:not(.GridTable) td,.sd_table table:not(.sd_table) td,.sd_table table:not(.TblSearchTemplate) td,.sd_table table:not(.TblRegistrationTemplate) td,
    .TblSearchTemplate table:not(.TblSearchTemplate) td, .TblSearchTemplate table:not(.GridTable) td,.TblSearchTemplate table:not(.sd_table) td,.TblSearchTemplate table:not(.TblSearchTemplate) td,.TblSearchTemplate table:not(.TblRegistrationTemplate) td,
    .TblRegistrationTemplate table:not(.TblRegistrationTemplate) td, .TblRegistrationTemplate table:not(.GridTable) td,.TblRegistrationTemplate table:not(.sd_table) td,.TblRegistrationTemplate table:not(.TblSearchTemplate) td,.TblRegistrationTemplate table:not(.TblRegistrationTemplate) td
    {
        border:0px solid transparent !important;
    }

    .mGrid table:not(.mGrid) , .mGrid table:not(.GridTable) ,.mGrid table:not(.sd_table) ,.mGrid table:not(.TblSearchTemplate) ,.mGrid table:not(.TblRegistrationTemplate) ,
    .GridTable table:not(.GridTable) , .GridTable table:not(.GridTable) ,.GridTable table:not(.sd_table) ,.GridTable table:not(.TblSearchTemplate) ,.GridTable table:not(.TblRegistrationTemplate) ,
    .sd_table table:not(.sd_table) , .sd_table table:not(.GridTable) ,.sd_table table:not(.sd_table) ,.sd_table table:not(.TblSearchTemplate) ,.sd_table table:not(.TblRegistrationTemplate) ,
    .TblSearchTemplate table:not(.TblSearchTemplate) , .TblSearchTemplate table:not(.GridTable) ,.TblSearchTemplate table:not(.sd_table) ,.TblSearchTemplate table:not(.TblSearchTemplate) ,.TblSearchTemplate table:not(.TblRegistrationTemplate) ,
    .TblRegistrationTemplate table:not(.TblRegistrationTemplate) , .TblRegistrationTemplate table:not(.GridTable) ,.TblRegistrationTemplate table:not(.sd_table) ,.TblRegistrationTemplate table:not(.TblSearchTemplate) ,.TblRegistrationTemplate table:not(.TblRegistrationTemplate) td
    {
        /*width:100% !important;
        margin:0px !important;*/
    }
    .mGrid table.mGrid , .mGrid table.GridTable ,.mGrid table.sd_table ,.mGrid table.TblSearchTemplate ,.mGrid table.TblRegistrationTemplate ,
    .GridTable table.GridTable , .GridTable table.GridTable ,.GridTable table.sd_table ,.GridTable table.TblSearchTemplate ,.GridTable table.TblRegistrationTemplate ,
    .sd_table table.sd_table , .sd_table table.GridTable ,.sd_table table.sd_table ,.sd_table table.TblSearchTemplate ,.sd_table table.TblRegistrationTemplate ,
    .TblSearchTemplate table.TblSearchTemplate , .TblSearchTemplate table.GridTable ,.TblSearchTemplate table.sd_table ,.TblSearchTemplate table.TblSearchTemplate ,.TblSearchTemplate table.TblRegistrationTemplate ,
    .TblRegistrationTemplate table.TblRegistrationTemplate , .TblRegistrationTemplate table.GridTable ,.TblRegistrationTemplate table.sd_table ,.TblRegistrationTemplate table.TblSearchTemplate ,.TblRegistrationTemplate table.TblRegistrationTemplate td
    {
        /*width:100% !important;
        margin:0px !important;*/
    }
#div_patientdetails {
   width:100% !important;
    margin:auto !important;
    float:none !important;
}
#div_patientdetails table {
   width:100% !important;
    margin:auto !important;
    float:none !important;
}
#div_patientdetails table  tr:nth-child(odd){
   background-color:#dedede !important;
}


.mGrid table:not(.mGrid) td, .mGrid table:not(.GridTable) td,.mGrid table:not(.sd_table) td,.mGrid table:not(.TblSearchTemplate) td,.mGrid table:not(.TblRegistrationTemplate) td,
    .GridTable table:not(.GridTable) td, .GridTable table:not(.GridTable) td,.GridTable table:not(.sd_table) td,.GridTable table:not(.TblSearchTemplate) td,.GridTable table:not(.TblRegistrationTemplate) td,
    .sd_table table:not(.sd_table) td, .sd_table table:not(.GridTable) td,.sd_table table:not(.sd_table) td,.sd_table table:not(.TblSearchTemplate) td,.sd_table table:not(.TblRegistrationTemplate) td,
    .TblSearchTemplate table:not(.TblSearchTemplate) td, .TblSearchTemplate table:not(.GridTable) td,.TblSearchTemplate table:not(.sd_table) td,.TblSearchTemplate table:not(.TblSearchTemplate) td,.TblSearchTemplate table:not(.TblRegistrationTemplate) td,
    .TblRegistrationTemplate table:not(.TblRegistrationTemplate) td, .TblRegistrationTemplate table:not(.GridTable) td,.TblRegistrationTemplate table:not(.sd_table) td,.TblRegistrationTemplate table:not(.TblSearchTemplate) td,.TblRegistrationTemplate table:not(.TblRegistrationTemplate) td
    {
        border:0px solid transparent !important;
    }

.mGrid table:not(.mGrid) th, .mGrid table:not(.GridTable) th, .mGrid table:not(.sd_table) th, .mGrid table:not(.TblSearchTemplate) th, .mGrid table:not(.TblRegistrationTemplate) th,
.GridTable table:not(.GridTable) th, .GridTable table:not(.GridTable) th, .GridTable table:not(.sd_table) th, .GridTable table:not(.TblSearchTemplate) th, .GridTable table:not(.TblRegistrationTemplate) th,
.sd_table table:not(.sd_table) th, .sd_table table:not(.GridTable) th, .sd_table table:not(.sd_table) th, .sd_table table:not(.TblSearchTemplate) th, .sd_table table:not(.TblRegistrationTemplate) th,
.TblSearchTemplate table:not(.TblSearchTemplate) th, .TblSearchTemplate table:not(.GridTable) th, .TblSearchTemplate table:not(.sd_table) th, .TblSearchTemplate table:not(.TblSearchTemplate) th, .TblSearchTemplate table:not(.TblRegistrationTemplate) th,
.TblRegistrationTemplate table:not(.TblRegistrationTemplate) th, .TblRegistrationTemplate table:not(.GridTable) th, .TblRegistrationTemplate table:not(.sd_table) th, .TblRegistrationTemplate table:not(.TblSearchTemplate) th, .TblRegistrationTemplate table:not(.TblRegistrationTemplate) th {
    background-color:#e6e6e6;
    border-bottom:1px solid #006699;
    color:#333333 !important;
}

.mGrid table:not(.mGrid) tr:nth-child(odd), .mGrid table:not(.GridTable) tr:nth-child(odd), .mGrid table:not(.sd_table) tr:nth-child(odd), .mGrid table:not(.TblSearchTemplate) tr:nth-child(odd), .mGrid table:not(.TblRegistrationTemplate) tr:nth-child(odd),
.GridTable table:not(.GridTable) tr:nth-child(odd), .GridTable table:not(.GridTable) tr:nth-child(odd), .GridTable table:not(.sd_table) tr:nth-child(odd), .GridTable table:not(.TblSearchTemplate) tr:nth-child(odd), .GridTable table:not(.TblRegistrationTemplate) tr:nth-child(odd),
.sd_table table:not(.sd_table) tr:nth-child(odd), .sd_table table:not(.GridTable) tr:nth-child(odd), .sd_table table:not(.sd_table) tr:nth-child(odd), .sd_table table:not(.TblSearchTemplate) tr:nth-child(odd), .sd_table table:not(.TblRegistrationTemplate) tr:nth-child(odd),
.TblSearchTemplate table:not(.TblSearchTemplate) tr:nth-child(odd), .TblSearchTemplate table:not(.GridTable) tr:nth-child(odd), .TblSearchTemplate table:not(.sd_table) tr:nth-child(odd), .TblSearchTemplate table:not(.TblSearchTemplate) tr:nth-child(odd), .TblSearchTemplate table:not(.TblRegistrationTemplate) tr:nth-child(odd),
.TblRegistrationTemplate table:not(.TblRegistrationTemplate) tr:nth-child(odd), .TblRegistrationTemplate table:not(.GridTable) tr:nth-child(odd), .TblRegistrationTemplate table:not(.sd_table) tr:nth-child(odd), .TblRegistrationTemplate table:not(.TblSearchTemplate) tr:nth-child(odd), .TblRegistrationTemplate table:not(.TblRegistrationTemplate) tr:nth-child(odd) {
    background-color:#e6e6e6 !important;
}

.mGrid table.mGrid td, .mGrid table.GridTable td,.mGrid table.sd_table td,.mGrid table.TblSearchTemplate td,.mGrid table.TblRegistrationTemplate td,
    .GridTable table.GridTable td, .GridTable table.GridTable td,.GridTable table.sd_table td,.GridTable table.TblSearchTemplate td,.GridTable table.TblRegistrationTemplate td,
    .sd_table table.sd_table td, .sd_table table.GridTable td,.sd_table table.sd_table td,.sd_table table.TblSearchTemplate td,.sd_table table.TblRegistrationTemplate td,
    .TblSearchTemplate table.TblSearchTemplate td, .TblSearchTemplate table.GridTable td,.TblSearchTemplate table.sd_table td,.TblSearchTemplate table.TblSearchTemplate td,.TblSearchTemplate table.TblRegistrationTemplate td,
    .TblRegistrationTemplate table.TblRegistrationTemplate td, .TblRegistrationTemplate table.GridTable td,.TblRegistrationTemplate table.sd_table td,.TblRegistrationTemplate table.TblSearchTemplate td,.TblRegistrationTemplate table.TblRegistrationTemplate td
    {
        border:0px solid transparent !important;
    }

.mGrid table.mGrid th, .mGrid table.GridTable th, .mGrid table.sd_table th, .mGrid table.TblSearchTemplate th, .mGrid table.TblRegistrationTemplate th,
.GridTable table.GridTable th, .GridTable table.GridTable th, .GridTable table.sd_table th, .GridTable table.TblSearchTemplate th, .GridTable table.TblRegistrationTemplate th,
.sd_table table.sd_table th, .sd_table table.GridTable th, .sd_table table.sd_table th, .sd_table table.TblSearchTemplate th, .sd_table table.TblRegistrationTemplate th,
.TblSearchTemplate table.TblSearchTemplate th, .TblSearchTemplate table.GridTable th, .TblSearchTemplate table.sd_table th, .TblSearchTemplate table.TblSearchTemplate th, .TblSearchTemplate table.TblRegistrationTemplate th,
.TblRegistrationTemplate table.TblRegistrationTemplate th, .TblRegistrationTemplate table.GridTable th, .TblRegistrationTemplate table.sd_table th, .TblRegistrationTemplate table.TblSearchTemplate th, .TblRegistrationTemplate table.TblRegistrationTemplate th {
    background-color:#e6e6e6;
    border-bottom:1px solid #006699;
    color:#333333 !important;
}

.mGrid table.mGrid tr:nth-child(odd), .mGrid table.GridTable tr:nth-child(odd), .mGrid table.sd_table tr:nth-child(odd), .mGrid table.TblSearchTemplate tr:nth-child(odd), .mGrid table.TblRegistrationTemplate tr:nth-child(odd),
.GridTable table.GridTable tr:nth-child(odd), .GridTable table.GridTable tr:nth-child(odd), .GridTable table.sd_table tr:nth-child(odd), .GridTable table.TblSearchTemplate tr:nth-child(odd), .GridTable table.TblRegistrationTemplate tr:nth-child(odd),
.sd_table table.sd_table tr:nth-child(odd), .sd_table table.GridTable tr:nth-child(odd), .sd_table table.sd_table tr:nth-child(odd), .sd_table table.TblSearchTemplate tr:nth-child(odd), .sd_table table.TblRegistrationTemplate tr:nth-child(odd),
.TblSearchTemplate table.TblSearchTemplate tr:nth-child(odd), .TblSearchTemplate table.GridTable tr:nth-child(odd), .TblSearchTemplate table.sd_table tr:nth-child(odd), .TblSearchTemplate table.TblSearchTemplate tr:nth-child(odd), .TblSearchTemplate table.TblRegistrationTemplate tr:nth-child(odd),
.TblRegistrationTemplate table.TblRegistrationTemplate tr:nth-child(odd), .TblRegistrationTemplate table.GridTable tr:nth-child(odd), .TblRegistrationTemplate table.sd_table tr:nth-child(odd), .TblRegistrationTemplate table.TblSearchTemplate tr:nth-child(odd), .TblRegistrationTemplate table.TblRegistrationTemplate tr:nth-child(odd) {
    background-color:#e6e6e6 !important;
}



.mGrid input[type="text"], .GridTable input[type="text"], 
.sd_table input[type="text"], .TblRegistrationTemplate input[type="text"],
.TblSearchTemplate input[type="text"],

.mGrid input[type="password"], .GridTable input[type="password"], 
.sd_table input[type="password"], .TblRegistrationTemplate input[type="password"],
.TblSearchTemplate input[type="password"] 
 {
    outline:0px;
    padding:2px 0px !important;
    border:1px solid #cccccc !important;
    border-radius:3px !important;
    margin:2px 0px !important;
    font-size:14px !important;
    padding: 2px !important;
}

.mGrid select, .GridTable select, 
.sd_table select, .TblRegistrationTemplate select,
.TblSearchTemplate select {
    width: 80% !important;
    outline:0px !important;
    padding:2px 0px !important;
    border:1px solid #cccccc !important;
    border-radius:3px !important;
    padding-right:3px !important;
}

.mGrid input[type="text"]:hover, .GridTable input[type="text"]:hover, 
.sd_table input[type="text"]:hover, .TblRegistrationTemplate input[type="text"]:hover,
.TblSearchTemplate input[type="text"]:hover, 

.mGrid input[type="password"]:hover, .GridTable input[type="password"]:hover, 
.sd_table input[type="password"]:hover, .TblRegistrationTemplate input[type="password"]:hover,
.TblSearchTemplate input[type="password"]:hover
{
   
    border:1px solid #006699 !important;
}

.mGrid select:hover, .GridTable select:hover, 
.sd_table select:hover, .TblRegistrationTemplate select:hover,
.TblSearchTemplate select:hover {

    border:1px solid #006699 !important;
}
/*.hyperbtn {
    width: 90% !important;
    padding: 0px 2px !important;
    margin: 0px 5px !important;
    text-indent: 0px !important;
    background-color: #e6f5ff !important;
    line-height: 20px !important;
    height: 20px !important;
}*/

.hyperbtn {
            width: 120px;
            height: 24px;
            display: block;
            background-color: #ffffff;
            border: 1px solid #0099ff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            outline: none;
            text-decoration: none !important;
            color: #000000 !important;
            line-height: 24px;
            text-align: center; 
            font-family: calibri;
            font-size: 12px;
            cursor: pointer;
        }

.hyperbtn:hover {   
    background-color:#caeaff !important;

    line-height: 21px !important;
}


.popupanel {
    padding:20px ;
}

/*.footer {
    height: 60px;
    bottom: 0px!important;
    /*background-color: #192a31;*/
    position: fixed!important;
    text-align: center;
    width: 100%;
    line-height:3;
    color: #ffffff;
    background-image: url('images/InnerLeft.png');
    background-position: 2% center;
    background-repeat: no-repeat;
}*/


/*.mediassistlogo {
    height: 60px;
    width: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/mediassist-logo.png');
    float:right;
    margin-right:2%;
    margin-top:-3.5%;   
}*/

/*.disclaimer {
    position:absolute;
    bottom:0px;
    margin-left:25%;
    width:50%;
    color:#3b3b3b;

}*/
.disclaimer {
    
    color:#fff;
    /*margin-top:15px;*/

}
.hitcount {
    position:absolute;
    width:165px;
    top: -20px;
    color:#fff;
    left:10px;
    text-align:left
}

.title_N {
    letter-spacing:18px;
    /*position:absolute;
    left:200px;*/
    top:5px;
    margin-left:37%;
    width:30%;
    line-height:1.5;
    text-align:center;
    color:#007447;
    font-weight:bold;
    font-size:40px;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.full_scheme_name {
    font-size:10px;
    color:#201e1e;
    margin-left:-3%;
    margin-top:-10px;
    text-align:center;
    letter-spacing:0.5px!important;
    text-shadow:none!important;
}

.table_c table {
    margin-bottom:5px!important;
}

.btn btn-primary btn-sm
{
    background: #93b74d; /* Old browsers */
    background: -moz-linear-gradient(top, #93b74d 0%, #7fa212 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93b74d 0%,#7fa212 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93b74d 0%,#7fa212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b74d', endColorstr='#7fa212',GradientType=0 ); /* IE6-9 */
    border:1px solid #93b74d;    
    color: #ebebeb;
    font-family: 'Open Sans', sans-serif; 
    font-size: 10pt;
    font-weight: normal;
    margin:5px;
    padding: 4px 33px;
    vertical-align:middle;
    display:inline;
    border-radius:5px;
}