﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    /*min-width: 780px;*/
    margin: 0;
    padding: 0; /*border: 10; 	text-align: center;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #d6c7aa; /*background-image: url(Images/bodybg.jpg); 	background-repeat: repeat-x; 	background-position: left top;*/
}
html, body
{
    height: 100%;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

h2, h3, h4, h5, h6
{
    color: #0066CB;
}

h1
{
    font-size: 20px;
    font-weight: normal;
    color: #151619;
}

#divNotice h1{
    font-size: 30px;
    font-weight: bold;
    color: #0066CB;
}

h1.divNoticeKeystone {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF !important;
}

h2.divNoticeKeystone {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}



#mainwrapper
{
    margin: 0 auto;
    width: 100%; /*min-width: 780px; */
    min-width: 100%; /* Edited by Amol */
    text-align: left;
}

#header
{
    font-weight: normal;
    color: #FFFFFF; /*background-color: #8CA7BB; 	margin: 0px; 	padding: 10px; 	border: solid 1px #005AC5; 	border-bottom: solid 4px Black; 	font-size: 2.0em;*/
    z-index: 997;
    position: inherit;
}

#header-bottom
{
    width: 100%;
    font-size: 14px;
    font-style: italic;
}

#content
{
    width: 100%;
    border: solid 1px #005AC5; /*background-color: White; 	border-top: solid 1px Black;*/
}

#content-left
{
    /*width: 180px;*/
    padding-top: 10px;
}

#content-right
{
    width: auto;
    border-left: 1px solid #ebe5d5; /*padding: 15px;*/
    vertical-align: top;
}
.logolink
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.logolink a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}
.logoff
{
    color: #b8200c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.logoff a:link, .logoff a:active, .logoff a:visited
{
    text-decoration: none;
    color: #7dffec;
    padding: 5px 8px 5px 8px;
    height: 16px;
    display: block;
}
.logoff a:hover
{
    text-decoration: none;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    height: 16px;
    display: block;
}

#breadcrumb
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 10px 0px 0px 15px;
}

#breadcrumb a
{
    color: #0066CB;
    text-decoration: none;
}

#breadcrumb a:hover
{
    text-decoration: underline;
}

#footer
{
    width: 100%;
    font-size: 0.8em;
    font-style: italic;
    text-align: left;
}

.menu_nodeStyle
{
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    width: 100%;
    border: solid 1px White;
}

.menu_hoverNodestyle
{
    background-color: #CCCCCC;
    border: solid 1px #888888;
    cursor: pointer;
}

.menu_selectedNodestyle
{
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    color: #0066CB;
}


.hideGridColumn
{
    display: none;
}
.OnSchedulerTimeError
{
    background: red;
}
.OnSchedulerTimeFocus
{
    background: green;
}
.OverFlow
{
    overflow-y: scroll;
    height: 150px;
    color: Red;
    width: 100px;
}
div.md
{
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 40px;
    z-index: 100;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5; /*background-image: url(Images/masked.png);*/ /* ieWin only stuff */ /*_background-image: none; 	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Images/masked.png');*/
}
div.mp
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    background-color: #CCCCCC;
    position: absolute; /* set z-index higher than possible */
    z-index: 10000;
    visibility: hidden;
    color: Black;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    width: 300px;
    height: auto;
    display: none;
}
div.mpb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    background-color: #CCCCCC;
    position: fixed; /* set z-index higher than possible */
    z-index: 10000;
    visibility: hidden;
    color: Black;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    width: 300px;
    height: auto;
    display: block;
    top: 40% !important;
    left: 35% !important;
}

.warning {
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    height: auto !important;
    font-size: 20px;
    color: red;
}

.divPharmacyPopupMedication
{
    overflow: auto;
    height: auto !important;
    max-height: 250px; /*previously it was 250px changed to auto*/ /*min-height: 150px;*/
    width: 700px;
}

.divPharmacyPopupMedicationoverflow
{
    /*overflow: auto;*/
    height: auto !important;
    min-height: 10px !important; /*previously it was 250px changed to auto*/ /*min-height: 150px;*/ /*width: 700px;*/
}

.divPharmacyoverflow
{
    /*overflow: auto;*/
    height: auto !important; /*max-height: 200px;*/
    min-height: 10px !important;
}

/*****  New classes Created By Amol 17Aug09  *****/

.titlebar
{
    font-weight: bold;
    color: #d1e267;
    background-color: #000000;
    padding: 2px 6px;
}

.topnav
{
    background-color: #ffffff;
    color: #000000;
}

.logobg
{
    background-image: url(Images/logobg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #0a91c3;
    border-bottom: 2px solid #ffffff;
    height: 65px;
}
.logobg h1
{
    font-size: 28px;
    color: #2d2f36;
}
.logobg p
{
    font-size: 16px;
    color: #2d2f36;
    margin-top: -3px;
}

.logobgMedherent
{
    background-image: url(Images/logobg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #0a91c3;
    border-bottom: 2px solid #ffffff;
    height: 65px;
}

.logobgMedherent h1
{
    font-size: 28px;
    color: #2d2f36;
}
.logobgMedherent p
{
    font-size: 16px;
    color: #2d2f36;
    margin-top: -3px;
}

.logobgsolana
{
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #7f7f7f;
    border-bottom: 2px solid #ffffff;
    height: 65px;
}

.contentbg
{
    background-color: #FFFFFF; /*background-image: url(Images/contentbg.jpg); 	background-repeat: no-repeat; 	background-position: left top;*/
}

.contentbgrt
{
    width: 12px; /*background-color: #FFFFFF; 	background-image: url(Images/contentbg_rightpic2.jpg); 	background-repeat: repeat-x; 	background-position: left top;*/
}

.rtcorner
{
    width: 13px;
    background-color: #FFFFFF; /*background-image: url(Images/contentbg_rightpic.jpg); 	background-repeat: no-repeat; 	background-position: right top;*/
}

.footerbg
{
    font-family: Arial, Helvetica, sans-serif;
    color: #c1c2c6;
    font-size: 12px;
    background-image: url(Images/footerbg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding-right: 8px;
    font-style: normal;
}

.footerbg a:link, .footerbg a:visited, .footerbg a:active
{
    color: #403a51;
    text-decoration: underline;
}

.footerbg a:hover
{
    color: #ffffff;
    text-decoration: none;
}


.footerbgrt
{
    background-image: url(Images/footerbg_rightpic.jpg);
    width: 12px;
    background-repeat: no-repeat;
    background-position: right top;
}

.headerline
{
    background-image: url(Images/mastheadline.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.navhover
{
    /*background-color:#4c4f5b;*/
    color: #fff664;
}
.navbg
{
    background-image: url(Images/navtreebg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #ffffff;
}

.navlevel1
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

.navlevel1Bg
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff; /*background-color:#e89831; 	padding :10px;*/
}


.navlevel2
{
    font-size: 9px;
    font-weight: normal;
    color: #b8d9ff;
}

.gridheader th
{
    background-color: #e89831;
    border-top: 2px solid #FFFFFF; /*border-left: 2px solid #ffffff;*/
    color: #ffffff;
    padding: 1px 5px;
    height: 15px; /*background-color: #FFFFFF; 	border-top: 2px solid #FFFFFF; 	border-left: 2px solid #ffffff; 	color: #6885b0; 	padding: 1px 5px; 	height: 15px;*/
}

.gridheadertrClientName th
{
    background-color: #e89831;
    border-top: 2px solid #FFFFFF; /*border-left: 2px solid #ffffff;*/
    color: #ffffff;
    padding: 1px 5px;
    height: 20px;
    font-size: x-large;
    text-align: left; /*background-color: #FFFFFF; 	border-top: 2px solid #FFFFFF; 	border-left: 2px solid #ffffff; 	color: #6885b0; 	padding: 1px 5px; 	height: 15px;*/
}

.gridheadertrLocationName th
{
    background-color: white;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #ffffff;
    color: Black;
    padding: 1px 5px;
    height: 20px;
    font-size: x-large;
    text-align: left; /*background-color: #FFFFFF; 	border-top: 2px solid #FFFFFF; 	border-left: 2px solid #ffffff; 	color: #6885b0; 	padding: 1px 5px; 	height: 15px;*/
}

.gridheader th a:link, .gridheader th a:visited, .gridheader th a:active
{
    text-decoration: underline;
    color: #ffffff;
}

.gridheader th a:hover
{
    text-decoration: none;
    color: #ffffff;
}
.gridheader td
{
    background-color: #f5f2ea;
    color: #141617;
    padding: 1px 5px;
    height: 15px;
}

.gridheaderxyz td
{
    height: 15px;
}

.gridheader td a:link, .gridheader td a:visited, .gridheader td a:active
{
    text-decoration: underline;
    color: #6885b0;
}

.gridheader td a:hover
{
    text-decoration: none;
    color: #6885b0;
}



.gridheaderpwait th
{
    /*background-color: #e89831; 	border-top: 2px solid #FFFFFF; 	border-left: 2px solid #ffffff; 	color: #ffffff; 	padding: 1px 5px; 	height: 15px;*/
    background-color: #FFFFFF;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #ffffff;
    color: #6885b0;
    padding: 1px 5px;
    height: 15px;
}

.gridheaderpwait th a:link, .gridheaderpwait th a:visited, .gridheaderpwait th a:active
{
    text-decoration: underline;
    color: #ffffff;
}

.gridheaderpwait th a:hover
{
    text-decoration: none;
    color: #ffffff;
}
.gridheaderpwait td
{
    background-color: #f5f2ea;
    color: #141617;
    padding: 1px 5px;
    height: 15px;
}

.gridheaderpwait td a:link, .gridheaderpwait td a:visited, .gridheaderpwait td a:active
{
    text-decoration: underline;
    color: #6885b0;
}

.gridheaderpwait td a:hover
{
    text-decoration: none;
    color: #6885b0;
}



.userTable tr td a:link, .userTable tr td a:visited, .userTable tr td a:active
{
    text-decoration: underline;
    color: Black;
}

.userTable tr td a:hover
{
    text-decoration: none;
    color: #6885b0;
}

/*.gridrow td{
	background-color: #d0dcee;
	color: #141617;
	padding:5px;
	height:15px;
}

.gridrow td a:link, .gridrow td a:visited, .gridrow td a:active{
	text-decoration: underline;
	color:#141617;
	padding:5px;
}

.gridrow td a:hover
{
	text-decoration: none;
	color:#141617;
	padding:5px;
	} */

.selectrow td
{
    /*background-color: #97c0ff;*/
    background-color: #e89831;
    font-weight: normal;
    padding: 1px 5px;
}


.selectrow td a:link, .gridheader td a:visited, .gridheader td a:active
{
    text-decoration: underline;
    color: #000000;
}

.selectrow td a:hover
{
    text-decoration: none;
    color: #ffffff;
}

.earlywhite td
{
    background-color: #ffffff;
    font-weight: normal;
    padding: 5px;
}

.earlywhite td a:link, .earlywhite td a:visited, .earlywhite td a:active
{
    text-decoration: underline;
    color: #000000;
}

.earlywhite td a:hover
{
    text-decoration: none;
    color: #666666;
}

.earlyyellow td
{
    background-color: #ffdd31;
    font-weight: normal;
    padding: 5px;
}

.earlyyellow td a:link, .earlyyellow td a:visited, .earlyyellow td a:active
{
    text-decoration: underline;
    color: #000000;
}

.earlyyellow td a:hover
{
    text-decoration: none;
    color: #666666;
}

.earlygreen td
{
    background-color: #62c239;
    font-weight: normal;
    padding: 5px;
}

.earlygreen td a:link, .earlygreen td a:visited, .earlygreen td a:active
{
    text-decoration: underline;
    color: #000000;
}

.earlygreen td a:hover
{
    text-decoration: none;
    color: #666666;
}

select.schedule option
{
    background-color: #ffffff;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 2px;
}
select.schedule option.white
{
    background-color: #f0f2f5;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 2px;
}

select.schedule option.green
{
    background-color: #62c239;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 2px;
}
select.schedule option.yellow
{
    background-color: #ffdd31;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 2px;
}

select.schedule option.red
{
    background-color: #fc381f;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 2px;
    color: #ffffff;
}

select.schedule option.grey
{
    background-color: #c8c8c8;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 2px;
}
.vacbdb1
{
    border-bottom: 0px solid #cccccc;
}

.vacheading
{
    font-size: 20px;
    color: #2e64a3;
}

.vacheader
{
    background-color: #e9e6d3;
    border-bottom: 4px solid #ffffff;
    padding: 3px 6px;
    color: #141617;
}

.vacheader textarea
{
    background-color: #e9e6d3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.vacstaff
{
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.vacstaff textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.promptgridbdt
{
    border-top: 2px solid #b7bec6;
}

.promptgridbdb
{
    border-bottom: 1px solid #e0e5eb;
}

.promptgridbdr
{
    border-right: 1px solid #e0e5eb;
}

.promptgridred td
{
    background-color: #fc381f;
    font-weight: normal;
    padding: 2px 5px;
    color: #ffffff;
}

.promptgridred td a:link, .promptgridred td a:visited, .promptgridred td a:active
{
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
}

.promptgridred td a:hover
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.promptgridyellow td
{
    background-color: #ffdd31;
    font-weight: normal;
    padding: 2px 5px;
    color: #181819;
}

.promptgridyellow td a:link, .promptgridyellow td a:visited, .promptgridyellow td a:active
{
    text-decoration: underline;
    font-weight: bold;
    color: #181819;
}

.promptgridyellow td a:hover
{
    text-decoration: none;
    font-weight: bold;
}

.promptgridwhite td
{
    background-color: #ffffff;
    font-weight: normal;
    padding: 2px 5px;
    color: #181819;
}

.promptgridwhite td a:link, .promptgridwhite td a:visited, .promptgridwhite td a:active
{
    text-decoration: underline;
    font-weight: bold;
    color: #181819;
}

.promptgridwhite td a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #181819;
}

.promptgridgreen td
{
    background-color: #62c239;
    font-weight: normal;
    padding: 2px 5px;
    color: #181819;
}

.promptgridgreen td a:link, .promptgridgreen td a:visited, .promptgridgreen td a:active
{
    text-decoration: underline;
    font-weight: bold;
    color: #181819;
}

.promptgridgreen td a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #181819;
}
.paging td
{
    background-color: #ffffff;
    border: 1px solid #97c0ff;
}

.btn1
{
    color: #1a1a1b;
    background-image: url(Images/btnbg2.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 74px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
}
.btn1new
{
    background: #306399 url(Images/btnbluebg.gif) repeat-x bottom left;
    border: 1px solid #123356;
    height: 30px;
    width: 145px;
    cursor: pointer;
    cursor: hand;
    margin: 2px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.btn3new
{
    background: #306399 url(Images/btnbluebg.gif) repeat-x bottom left;
    border: 1px solid #123356;
    height: 30px;
    width: 145px;
    cursor: pointer;
    cursor: hand;
    margin: 2px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.btn2
{
    color: #1a1a1b;
    background-image: url(Images/btnbg3.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 84px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
}

.btn3
{
    color: #1a1a1b;
    background-image: url(Images/btnbg4.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 104px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
}
.scbtn3
{
    color: #1a1a1b;
    background-image: url(Images/btnbg4.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 104px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
    display: inline-block;
}
.btn4
{
    color: #1a1a1b;
    background-image: url(Images/btnbg5.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 213px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
}
.btnGeneral
{
    color: #1a1a1b;
    background-image: url(Images/btnbg4.jpg);
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.btnsave
{
    color: #1a1a1b;
    background-image: url(Images/icon_save.jpg);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
}
.btncancel
{
    color: #1a1a1b;
    background-image: url(Images/icon_cancel.jpg);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
    border: 0px;
    cursor: default;
    cursor: hand;
    margin: 2px;
}
.btnEvents {
    color: #1a1a1b;
    background-image: url(Images/btnbg6.jpg);
    background-repeat: repeat;
    height: 20px;
    width: auto;
    border: 1px solid #9db0bc;
    cursor: pointer;
    cursor: hand;
    margin: 0px 0 10px;
    padding: 0 6px;
}
.bold
{
    font-weight: bold;
}

.highlighted td {
	background-color: aqua;
    color: black;
	height: 15px;
	padding: 5px;
	height: 15px;
    border-color: black;
}


.inactiverow td
{
    background-color: #fc381f;
    height: 15px;
    color: #ffffff;
    padding: 5px;
    height: 15px;
}

.inactiverow td a:link, .inactiverow td a:visited, .inactiverow td a:active
{
    text-decoration: underline;
    color: #ffffff;
    padding: 5px;
}

.inactiverow td a:hover
{
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
}

.deletedrow td
{
    background-color: #c8c8c8;
    font-weight: normal;
    padding: 5px;
    height: 15px;
}
.deletedrow td a:link, .gridheader td a:visited, .gridheader td a:active
{
    text-decoration: underline;
    color: #000000;
}

.deletedrow td a:hover
{
    text-decoration: none;
    color: #ffffff;
}


.bd1
{
    border: 8px solid #0000ff;
}
.bd2
{
    border: 2px solid #0000ff;
}
.bdb1
{
    border-bottom: 1px solid #000000;
}
.w35
{
    width: 35px;
}
.w55
{
    width: 65px;
}
.w75
{
    width: 75px;
}
.w87
{
    width: 87px;
}
.w90
{
    width: 90px;
}
.w94
{
    width: 94px;
}
.w98
{
    width: 98px;
}
.w100
{
    width: 100px;
}

.w107
{
    width: 107px;
}
.w114
{
    width: 114px;
}
.w122
{
    width: 122px;
}
.w130
{
    width: 130px;
}
.w133
{
    width: 133px;
}
.w145
{
    width: 145px;
}
.w148
{
    width: 148px;
}
.w150
{
    width: 150px;
}
.w153
{
    width: 153px;
}
.w160
{
    width: 160px;
}
.w163
{
    width: 163px;
}

.w180
{
    width: 180px;
}
.w200
{
    width: 200px;
}
.w253
{
    width: 253px;
}

.w80p
{
    width: 530px;
}

.w300
{
    width: 300px;
}
.w318
{
    width: 318px;
}
.w350
{
    width: 350px;
}
.w353
{
    width: 353px;
}

.w407
{
    width: 407px;
}
.w525
{
    width: 525px;
}
.wp10
{
    width: 10%;
}

.wp13
{
    width: 13%;
}
.wp14
{
    width: 14%;
}
.wp15
{
    width: 15%;
}
.wp16
{
    width: 16%;
}
.wp18
{
    width: 18%;
}
.wp20
{
    width: 20%;
}
.wp22
{
    width: 22%;
}
.wp25
{
    width: 25%;
}
.wp30
{
    width: 30%;
}
.wp40
{
    width: 40%;
}
.wp50
{
    width: 50%;
}
.wp54
{
    width: 54%;
}
.wp56
{
    width: 56%;
}
.wp70
{
    width: 70%;
}
.wp80
{
    width: 80%;
}
.wp90
{
    width: 90%;
}
.wp95
{
    width: 95%;
}

.wp100
{
    width: 100%;
}
.h16
{
    height: 16px;
}
.h40
{
    height: 40px;
}
.h64
{
    height: 64px;
}

.h49
{
    height: 49px;
}

.h67
{
    height: 67px;
}
.h80
{
    height: 80px;
}
.h200
{
    height: 200px;
}
.h450
{
    height: 450px;
}
.h500
{
    height: 510px;
}
.h15
{
    height: 15px;
}

.h20
{
    height: 20px;
}

.p05
{
    padding: 5px;
}
.p10
{
    padding: 10px;
}


.pl02
{
    padding-left: 2px;
}

.pl02insurance
{
    padding-left: 2px;
    padding-left: 3px !important;
}
.pl03
{
    padding-left: 3px;
    padding-left: 4px !important;
}
.pl04
{
    padding-left: 4px;
}
.pl05
{
    padding-left: 5px;
}
.pl06
{
    padding-left: 6px;
}
.pl07
{
    padding-left: 7px;
}
.pl08
{
    padding-left: 9px;
}
.pl10
{
    padding-left: 10px;
}
.pl12
{
    padding-left: 12px;
}
.pl15
{
    padding-left: 15px;
}

.pl25
{
    padding-left: 25px;
}

.pb02
{
    padding-bottom: 2px;
}
.pb03
{
    padding-bottom: 3px;
}
.pb04
{
    padding-bottom: 4px;
}
.pb05
{
    padding-bottom: 5px;
}
.pb10
{
    padding-bottom: 10px;
}
.pt03
{
    padding-top: 3px;
}
.pt05
{
    padding-top: 5px;
}
.pt07
{
    padding-top: 7px;
}
.pt10
{
    padding-top: 10px;
}

.pt15
{
    padding-top: 15px;
}
.pt20
{
    padding-top: 20px;
}

.pr02
{
    padding-right: 2px;
}
.pr03
{
    padding-right: 3px;
}
.pr04
{
    padding-right: 4px;
}

.pr05
{
    padding-right: 5px;
}

.pr06
{
    padding-right: 6px;
}
.pr10
{
    padding-right: 10px;
}

.pr15
{
    padding-right: 15px;
}
.pr35
{
    padding-right: 35px;
}
.mb10
{
    margin-bottom: 10px;
}
.m05
{
    margin: 05px;
}

.valt
{
    vertical-align: top;
}
.valm
{
    vertical-align: middle;
}
.valb
{
    vertical-align: top;
}

.tal
{
    text-align: left;
}
.tac
{
    text-align: center;
}
.tar
{
    text-align: right;
}

.messages
{
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    z-index: 100;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}
.IE8Fix
{
    z-index: 1000;
}
.modalPopUpBackGround
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: -5;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 40;
}

.headerbg a:link, .footerbg a:visited, .footerbg a:active
{
    padding: 5px;
    text-decoration: underline;
}

.errormessage
{
    color: Red;
    font-weight: bold;
}

.showheader
{
    background-color: #e9e6d3;
    border-bottom: 3px solid #d6c7aa;
}

.gridselect
{
    background-image: url(Images/contentbg_rightpic2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

/* Client Menu (tab Style) 

.tabup
{
	background-image: url(Images/tab_up.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}*/

.tabup table
{
    height: 10px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 2px;
}

table.tab
{
    width: 105px;
    height: 10px; /*padding: 5px 8px 5px 8px;*/
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.tabup table a:link, .tabup table a:active, .tabup table a:visited
{
    background-image: url(Images/tab_up.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #d6c7aa;
    text-decoration: none;
    color: #403a51;
    display: block;
    height: 16px;
    padding: 5px 8px 5px 8px;
}
.tabup table a:hover
{
    background-image: url(Images/tab_dn.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #dcd2bd;
    text-decoration: none;
    color: #9a9485;
    padding: 5px 8px 5px 8px;
    height: 16px;
    display: block;
}

.tabdown table
{
    background-image: url(Images/tab_dn.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #e89831;
    text-decoration: none;
    color: #6e7073;
    padding: 5px 8px 5px 8px;
    height: 16px;
    display: block;
}

.menudropdown table
{
    background-color: #e89831;
    text-decoration: none;
    color: #ece6d7; /*padding: 5px 8px 5px 8px; 	height: 30px;*/
    display: block;
    border: 1px solid #e4decf;
    width: 207px;
}
.menudropdown table a:link, .menudropdown table a:active, .menudropdown table a:visited
{
    background-color: #e89831;
    text-decoration: none;
    color: #ece6d7;
    padding: 5px 8px 5px 8px;
    height: 16px;
    width: 190px;
    display: block;
}
.active-report {
    background-color: #0066CB !important;
}

.active-report:hover {
    background-color: #FFFFFF !important;
}

.menudropdown table a:hover
{
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
    padding: 5px 8px 5px 8px;
    height: 16px;
    display: block;
    width: 190px;
}

/*End Client Menu (tab Style) */

.imagebg
{
    background-image: url(Images/imagebg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 114px;
    height: 172px;
}

.imagebgcenter
{
    background: url(Images/imagebg.jpg) top center no-repeat;
    height: 172px;
    padding: 6px 0 0;
    vertical-align: top;
    width: 114px;
}

.time
{
    font-size: 20px;
    font-weight: bold;
    color: #403a51;
}

.taskbg
{
    background-image: url(Images/taskbg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #ffffff;
}

.taskbg th
{
    /*border-bottom: 2px solid #34363a;*/
    background-color: #e89831;
    color: #ffffff;
    padding: 10px 0px 10px 10px; /*height: 15px;*/
}

.taskbg td
{
    border-bottom: 1px solid #e3dac5;
    color: #403a51;
    padding: 10px 0px 10px 10px; /*height: 15px;*/
}
.white
{
    background-color: #ffffff;
}
.blue
{
    background-color: #3C8FB8
}

.month td
{
    color: #ffffff;
    font-weight: bold;
}

.month a:link, .month a:visited, .month a:hover, .month a:active
{
    text-decoration: none;
}

.general a:link, .general a:visited, .general a:active
{
    color: #0066CB;
    text-decoration: underline;
}

.general a:hover
{
    text-decoration: none;
}
.radiolist
{
    border: 1px solid #7b9ebd;
    height: 70px;
}
.ml10
{
    margin-left: 10px;
}

legend
{
    font-size: 15px;
    color: #e89831;
    margin-left: 15px;
    padding: 0 5px;
}

fieldset
{
    border: 1px solid #e89831;
    padding: 5px;
}

.welcome
{
    color: #ffffff;
    font-size: 18px;
}

.seperator
{
    border-right: 1px solid #dee1e5;
    border-left: 1px solid #7f8183;
    width: 2px;
}

/*.pagetitle
{
    height:40px;
    height:54px !important;
	}*/
.pagetitle
{
    height: 30px; /*display: table;*/
    vertical-align: top;
}
.pagesubtitle
{
    line-height: 28px;
    display: block;
    font-weight: bold;
    padding-left: 5px !important;
    text-align: left !important;
}
.uppercase
{
    text-transform: uppercase;
}
.pointercursor
{
    cursor: pointer;
}

td label
{
    margin-left: 4px;
}
.locationtview
{
    border: solid 1px #7b9ebd;
    background-color: #ffffff;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    height: 250px;
    width: auto;
}
.events
{
    background-color: #ffffff;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    width: 200px;
    height: 198px;
}
.allschedules
{
    background-color: #ffffff;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    height: 300px;
    width: 100% !important;
}
.combozindex
{
    z-index: 0;
}
.combozindex999
{
    z-index: 999;
}
.psevents
{
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    height: 200px;
    width: 680px;
}

.progressBackgroundFilter
{
    /*position:absolute;*/
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    height: 100%; /*height:800%;*/
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000001;
}



.processMessage
{
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 5px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    z-index: 1000001;
    background-color: #fff;
    border: 3px solid #e89831;
}


/*Added By Vishal As per PT#39889*/

.treemenu1
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 4px;
}

.treemenuhover
{
    /*background-color:#4c4f5b;*/
    color: #fff664;
    padding-left: 4px;
}
/*End Change*/

/*Added as per PT#39840(3 Aug 2010)*/
.btnSaveAllAsSucess
{
    color: #1a1a1b;
    background-image: url(Images/btnbg5.jpg);
    height: 20px;
    border: 0px solid #a2b0b9;
    cursor: default;
    cursor: hand;
    margin: 2px;
    width: 213px;
}
/*End Change*/

.btncolorOnDemand
{
    color: #1a1a1b;
    /*background-color:Lime; */   
    background-image: url(Images/btn_green.gif);    
    height: 20px;
    border: 0px solid #a2b0b9;
    cursor: default;
    cursor: hand;
    margin: 2px;
    width: 213px;
}

.runtimeError
{
    color: Black;
    font-size: large;
    font-weight: bold;
}

.WDiet
{
    width: 600px;
}

.btngreen
{
    background: #b0ce6c url(Images/btn_green.gif) repeat-x top left;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #1caf1f;
    padding: 2px 5px;
    margin: 0;
    margin: 0 10px 0 0;
    width: auto;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
}
.headerfont
{
    font-size: 14px;
}

.btnHeader
{
    padding-bottom: 5px; /*border-bottom:2px solid #c6c6c6;*/
    margin-bottom: 0px;
}

.phoneBody
{
    padding: 5px 0;
    border-top: 2px solid #e89831;
    border-bottom: 2px solid #e89831;
    width: 400px;
}

.summarybox
{
    border: 3px solid #c3c3c3;
}

.a422 div img, .a418 img
{
    height: 75px !important;
    border: 3px solid #000;
}

.previousresi
{
    padding: 5px 0 !important;
    border-top: 2px solid #e89831 !important;
    border-bottom: 2px solid #e89831 !important;
    width: auto !important;
}
.popupclose
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #ffffff;
    background-image: url(Images/popup_close.gif);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    cursor: hand;
    border: 0px none;
}

.collapsebar
{
    background-color: #f5f2ea;
}

.cnameheading
{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    background-color: #E89831;
    margin: 0 2px;
    width: auto;
}

.gridheaderpharma th
{
    background-color: #FFFFFF;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #ffffff;
    color: #6885b0;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.gridheaderpharma th a:link, .gridheaderpharma th a:visited, .gridheaderpharma th a:active
{
    text-decoration: underline;
    color: #6885b0;
}

.gridheaderpharma th a:hover
{
    text-decoration: none;
    color: #6885b0;
}
.gridheaderpharma td
{
    background-color: #d0dcee;
    color: #141617;
    padding: 1px 5px;
    height: 15px;
}

.gridheaderpharma td a:link, .gridheaderpharma td a:visited, .gridheaderpharma td a:active
{
    text-decoration: underline;
    color: #6885b0;
}

.gridheaderpharma td a:hover
{
    text-decoration: none;
    color: #6885b0;
}

.alternaterow td
{
    background-color: #d0dcee;
    color: #141617;
    font-weight: normal;
    padding: 1px 5px;
}


.alternaterow td a:link, .alternaterow td a:visited, .alternaterow td a:active
{
    text-decoration: underline;
    color: #6885b0;
}

.alternaterow td a:hover
{
    text-decoration: none;
    color: #6885b0;
}

.alternateheader, td.alternateheader
{
    background-color: #97C0FF;
}

.altercnameheading
{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    background-color: #2E64A3;
    margin: 0 2px;
    width: auto;
}

.dyncontrol span
{
    /*border: 1px solid #000000;
    padding: 3px 0 0 0;
    margin: 0 10px 0 0;*/
    padding:0px 5px;
    margin:0px 0px 10px;
    display:block;
    float:left;
}
.btnShowAllPrompt
{
    color: #fff;
    background: transparent url(Images/show_all_prompts_btn.png) no-repeat top left;
    height: 20px;
    border: 0px none;
    cursor: pointer;
    cursor: hand;
    margin: 2px 0 0;
    padding: 0 0 4px;
    line-height: 18px;
    text-align: center;
    width: 135px; /*font-size:12px;*/
}

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.hauto
{
    height: auto !important;
}

.tplt, .tprt, .btlt, .btrt
{
    height: 23px;
    width: 23px;
}

.tplt
{
    background: transparent url(Images/lg_cr_tl.png) no-repeat top left;
}

.tprt
{
    background: transparent url(Images/lg_cr_tr.png) no-repeat top left;
}

.btlt
{
    background: transparent url(Images/lg_cr_bl.png) no-repeat top left;
}

.btrt
{
    background: transparent url(Images/lg_cr_br.png) no-repeat top left;
}

.tpbg
{
    height: 23px;
    background: transparent url(Images/lg_tp_bg.png) repeat-x top left;
}

.btbg
{
    height: 23px;
    background: transparent url(Images/lg_bt_bg.png) repeat-x top left;
}

.ltbg
{
    width: 23px;
    background: transparent url(Images/lg_lt_bg.png) repeat-y top left;
}

.rtbg
{
    width: 23px;
    background: transparent url(Images/lg_rt_bg.png) repeat-y top left;
}

h1.login
{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #151619;
}

.leftnavlogo
{
    margin: -20px auto 0;
}

.ajax__calendar .ajax__calendar_container
{
    z-index: 1000 !important;
}

.alignright
{
    float: right;
    color: #1a1a1b;
    background-image: url(Images/btnbg6.jpg);
    background-repeat: repeat;
    height: 20px;
    border: 1px solid #9db0bc;
    cursor: default;
    cursor: hand;
    margin: 0px;
    padding: 0 6px;
}

.alignrightnew
{
    float: right;
}

.divfloatleft
{
    float: left !important;
}

.fieldsetborder fieldset
{
    border: 2px solid #336699;
    padding: 5px;
}

.fieldsetborder legend
{
    font-size: 15px;
    color: #336699;
    margin-left: 15px;
    padding: 0 5px;
}

/* RM #3636 Start */
.ModalPopupBG
{
    background-color: #000000; /*666699*/
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.OnDemandPopup
{
    width: 1000px !important;
    /*min-height: 150px;*/
    height:auto;
    padding: 10px;
    /*background-color: #b4f4ff !important;*/
    background-color: #3c8fb8 !important;
    border: 1px solid #ffffff;
    position: fixed;
    top: 30% !important;
    left: 10% !important;
    color: #000000 !important;
}

.OnDemandPopupAuto
{
     width: auto;
    /*min-height: 150px;*/
    height:auto;
    padding: 10px;
    /*background-color: #b4f4ff !important;*/
    background-color: #3c8fb8 !important;
    border: 1px solid #ffffff;
    top: 50% !important;
    left: 30% !important;
    color: #000000 !important;
    position: fixed; /* set z-index higher than possible */
    z-index: 10000;
}

.OnDemandPopupWindow
{
    width: 600px !important;
    /*min-height: 150px;*/
    height:auto;
    padding: 10px;
    font-weight:600;
    /*background-color: #b4f4ff !important;*/
    background-color: #3c8fb8 !important;
    border: 1px solid #ffffff;
    position: fixed;
    top: 30% !important;
    left: 30% !important;
    color: #000000 !important;
}

.OnDemandPopupWindowLarge
{ 
    width: 90% !important;
    /*min-height: 150px;*/
    height:50%;
    padding: 10px;
    font-weight:600;
    /*background-color: #b4f4ff !important;*/
    background-color: #3c8fb8 !important;
    border: 1px solid #ffffff;
    position: fixed;
    top: 30% !important;
    left: 30% !important;
    color: #000000 !important;
}


.OnDemandPopup span
{
    color:#ffffff !important;
}

.Controls 
{
    padding-top:10px;
}

.OnDemandPopup a:link, .OnDemandPopup a:visited 
{
    color:#ffffff !important;
    text-decoration:underline;
}

.OnDemandPopup a:hover 
{
    color:#ffffff !important;
    text-decoration:none;
}

/* RM #3636 End */

/* poc start*/
.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/* NOJS.css*/
.wrapper-dropdown-5:focus {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5:focus:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5:focus .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}
/*Added by leejo for the mail sent by scott*/
.promptgridred .wp100 input[type=text]
{
    width:450px !important;
   
    }

/*POC end*/
.style2
{
    width: 248px;
    color: white;
}

.yellow
{
    background-color: Yellow
}

.bg-container{
  width: 100%;
  height: 100%;
}
.bg-container .contentbg{
  position: absolute;
    top: 120px;
  z-index:999;
  text-align: center;
  background-color: #FFFFFF; background-image: url(Images/contentbg.jpg); 	background-repeat: no-repeat; 	background-position: left top;
}
.bg-container .contentbg2{
  position: absolute;
    top: 140px;
  z-index:999;
  text-align: center;
  background-color: transparent; /*background-image: url(Images/contentbg.jpg); 	background-repeat: no-repeat; 	background-position: left top;*/
}

.bg-container::after{
  content: "";
  position: absolute;
  top: 67px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:99;
  background-image: url(Images/Bridge_Backdrop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
}

