﻿body {
	margin-top: 0px;
	height: auto;
	text-align: left;
	overflow: -moz-scrollbars-vertical; /* always show vertical scroll (like IE) */
}

a:link, a:visited {
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer;
	color: #0000cc;
	outline: 0px;
}

a:hover, a:active {
}

hr {
	border: 0;
	color: #cccccc;
	outline-color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin-left: 0px;
}
hr.LiteBlue {
	color: #cae1f6;
	outline-color: #cae1f6;
	background-color: #cae1f6;
}

.Page {
	width: 900px;
	margin-top: 0px;
	background-color: White;
	font-family: Arial;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

h1 {
	color: #203b71;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-indent: 10px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #203b71;
}
h1.AdminWithSubTabs {
	margin-top: 30px;
}

h2 {
	color: #203b71;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	font-weight: bold;
	text-indent: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #203b71;
	background-image: url(../Images/Bullet_Form.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
h2.NoBtmBorder {
	border-bottom: none;
}

input.text, textarea /* - might not be relevant */ {
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #c1cddd;
}

a img {
	border: none;
}

li {
	list-style: none outside none;
}

.float {
	float: left;
}
.floatright {
	float: right;
}

.clear0 {
	clear: both;
	height: 0;
	overflow: hidden;
}

.collapsedY {
	height: 0;
	overflow-y: hidden;
}

.clear {
	clear: both;
}

.DInline {
	display: inline;
}

.LHeight20 {
	line-height: 20px;
}
.LHeight25 {
	line-height: 25px;
}
.LHeightNormal {
	line-height: normal;
}

.margintop2 {
	margin-top: 2px;
}
.margintop3 {
	margin-top: 3px;
}
.margintop5 {
	margin-top: 5px;
}
.margintop10 {
	margin-top: 10px;
}
.margintop25 {
	margin-top: 25px;
}
.margintop50 {
	margin-top: 90px;
}

.marginbottom5 {
	margin-bottom: 5px;
}
.marginbottom10 {
	margin-bottom: 10px;
}

.marginleft2 {
	margin-left: 2px;
}
.marginleft-answer {
	/*margin-left: 2px;*/ /*margin: 0 0 0 1.1em;*/
	margin-left: 1em;
}
.marginleft5 {
	margin-left: 5px;
}
.marginleft10 {
	margin-left: 10px;
}
.marginleft20 {
	margin-left: 20px;
}
.marginleft40 {
	margin-left: 40px;
}
.marginleft35 {
	margin-left: 35px;
}
.marginleftright5 {
	margin-left: 5px;
	margin-right: 5px;
}
.marginleftright10 {
	margin-left: 10px;
	margin-right: 10px;
}
.marginleftright20 {
	margin-left: 20px;
	margin-right: 20px;
}

.marginright2 {
	margin-right: 3px;
}
.marginright5 {
	margin-right: 5px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright20 {
	margin-right: 20px;
}
.marginright90 {
	margin-right: 90px;
}
.paddingleft5 {
	padding-left: 5px;
}
.paddingleft10 {
	padding-left: 10px;
}

.paddingleftright5 {
	padding-left: 5px;
	padding-right: 5px;
}

.Indent0 {
	text-indent: 0;
}
.Indent5 {
	text-indent: 5;
}

.LinkButtonHidden {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

.ModalPopUpBackground {
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

.HomeHeader {
	width: 900px;
	height: 77px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../Images/HomeHeader.jpg);
}
.HomeHeaderLogoPos {
	top: 0px;
	left: 0px;
	width: 220px;
	height: 75px;
	position: absolute;
}
.HomeHeaderLinksPos {
	top: 55px;
	left: 260px;
	position: absolute;
}
.HomeHeaderLink, .HomeHeaderLink:link, .HomeHeaderLink:visited, .HomeHeaderLink:active {
	float: left;
	color: #203b71;
	font-size: 11px;
	font-family: Verdana;

}
.HomeHeaderLink:hover
{
    color: #EF9618;
    text-decoration:underline;
 
}

.HomePatient, .HomePhysician, .HomeDispatcher {
	float: left;
	width: 224px;
	height: 329px;
	display: inline;
	margin-left: 7px;
	background-image: url(../Images/HomeTypeBG.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.HomePhysician {
	background-position: center;
}
.HomeDispatcher {
	background-position: right;
}

.HomeContentOnBG {
	margin: 70px 10px 10px 10px;
}


.HeaderHeader {
	font-weight: bold;
	color: #203b71;
}

a:link.footerLink, a:visited.footerLink {
	color: #777777;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

a:hover.footerLink, a:active.footerLink {
	color: #203b71;
}

a:link.langLink, a:visited.langLink {
	color: #777777;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

a:hover.langLink, a:active.langLink {
	color: #203b71;
	font-weight: bold;
}

a:link.langLink-bold, a:visited.langLink-bold {
	color: #203b71;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	font-style: inherit;
}


.LoadingIndicator {
	bottom: 0;
	right: 50px;
	position: fixed;
	width: 233px;
	height: 28px;
	background-image: url(../Images/LoadingBg.gif);
	background-repeat: no-repeat;
	color: #203b71;
	font-size: 12px;
}

.AjaxLoader {
	width: 16px;
	height: 16px;
	background-image: url(../Images/ajax-loader.gif);
	background-repeat: no-repeat;
}

.LinkLike {
	color: #0000cc;
	cursor: pointer;
	text-decoration: underline;
}

/* -- Main Menu Tabs -- */

.DocTabAccount:hover, .PatTabAccount:hover, .CompTabAccount:hover {
	background-position: -126px 0px;
}
.DocTabAccountSelected, .PatTabAccountSelected, .CompTabAccountSelected {
	background-position: -252px 0px;
}

.DocTabActivity, .PatTabRecords, .CompTabResources {
	background-position: 0px -30px;
}
.DocTabActivity:hover, .PatTabRecords:hover, .CompTabResources:hover {
	background-position: -126px -30px;
}
.DocTabActivitySelected, .PatTabRecordsSelected, .CompTabResourcesSelected {
	background-position: -252px -30px;
}

.DocTabBilling, .PatTabBilling, .CompTabBilling {
	background-position: 0px -60px;
}
.DocTabBilling:hover, .PatTabBilling:hover, .CompTabBilling:hover {
	background-position: -126px -60px;
}
.DocTabBillingSelected, .PatTabBillingSelected, .CompTabBillingSelected {
	background-position: -252px -60px;
}

.DocTabStatus, .PatTabActivity, .CompTabActivity {
	width: 127px;
	background-position: 0px -90px;
}
.DocTabStatus:hover, .PatTabActivity:hover, .CompTabActivity:hover {
	background-position: -128px -90px;
}
.DocTabStatusSelected, .PatTabActivitySelected, .CompTabActivitySelected {
	width: 127px;
	background-position: -256px -90px;
}

.DocSubTab, .DocSubTab:link, .DocSubTab:visited, .PatSubTab, .PatSubTab:link, .PatSubTab:visited, .CompSubTab, .CompSubTab:link, .CompSubTab:visited {
	font-size: 11px;
	font-family: Verdana;
	height: 20px;
	color: White;
	text-decoration: none;
	text-shadow: #666666 3px 3px 2px; /* - Safari */
}
.DocSubTab:hover, .DocSubTab:active, .PatSubTab:hover, .PatSubTab:active, .CompSubTab:hover, .CompSubTab:active {
	color: #f8c241;
}
.DocSelectedSubTab, .PatSelectedSubTab {
	font-size: 11px;
	font-family: Verdana;
	height: 20px;
	color: #eb961d;
	text-decoration: none;
}

.AdmTabsDefault:hover {
	background-position: 0px -30px;
}

/* -- End of: Main Menu Tabs -- */

/* - Side Menu - */
.SideMenuHeader, .SideMenuWhiteHeader {
	color: White;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-indent: 11px;
	background-image: url(../Images/SideMenuHeader.gif);
	background-repeat: no-repeat;
}
.SideMenuWhiteHeader {
	color: #203b71;
	line-height: 30px;
	font-weight: normal;
	background-image: url(../Images/SideMenuWHdr.gif);
}
.SideMenuBody {
	color: #203b71;
	width: 156px;
	padding-top: 5px;
	line-height: 24px;
	text-indent: 16px;
	background-image: url(../Images/SideMenuBody.gif);
	background-repeat: repeat-y;
}
.SideMenuFooter {
	width: 156px;
	height: 15px;
	background-image: url(../Images/SideMenuFooter.gif);
	background-repeat: no-repeat;
}

.SideMenuBody a {
	font-size: 11px;
}
.SideMenuBody ul {
	margin: 0px;
	padding: 0px;
}
.SideMenuBody ul li {
	margin-top: 2px;
	list-style-type: disc;
	list-style-position: inside;
}

.SideMenuLink, .SideMenuLink:link, .SideMenuLink:visited, .SideMenuLinkSelected, .SideMenuLinkSelected:link, .SideMenuLinkSelected:visited {
	font-size: 11px;
	font-family: Verdana;
	color: #203b71;
	font-size: 11px;
	font-family: Verdana;
}
.SideMenuLink:hover, .SideMenuLink:active {
	color: #f8c241;
}
.SideMenuLinkSelected, .SideMenuLinkSelected:link, .SideMenuLinkSelected:visited {
	color: #eb961d;
	text-decoration: none;
	cursor: default;
}

/* -- End of: Side Menu -- */

.NavBarLink, .NavBarLink:link, .NavBarLink:visited {
	color: #777777;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.NavBarLink:hover, .NavBarLink:active {
	color: #687ba0;
}

.IndiDefaultColor {
	color: #000000;
}
.IndiErrorColor {
	color: #bb0000;
}
.IndiGoodColor {
	color: #00aa00;
}

.GeneralFormTitle, .AddPrescriptionTitle {
	margin-left: 10px;
	width: 175px;
	display: block;
	float: left;
	font-weight: bold;
}
.GeneralTextBox, .EditTicketTextBox, .NewMessageTextBox, .NewMessageTextBox2, .NewAddendumTextBox {
	height: 16px;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #c1cddd;
}
.GeneralDropDown {
	margin-top: 4px;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #c1cddd;
}

.FormBullet {
	width: 14px;
	height: 15px;
	float: left;
	padding: 1px 1px 0 1px;
	background-image: url(../Images/Bullet_Form.gif);
	background-repeat: no-repeat;
}
.FormPersonalDTitle, .FormBasicRegTitle {
	margin-left: 20px;
	width: 175px;
	display: block;
	float: left;
	font-weight: bold;
}
.notrequired {
	font-weight:normal;
}
.FormPersonalDTextBox, .FormPersonalDTextBoxDisabled {
	font-size: 12px;
	font-family: Arial;
	height: 16px;
	width: 175px;
	border: 1px solid #c1cddd;
}
.FormPersonalDTextBoxDisabled {
	color: #aca899;
	background-color: #ece9d8;
}

.FormBasicRegTitle {
	margin-left: 10px;
}

.FormCreditCTextBox, .FormCreditCTextBoxDisabled {
	height: 16px;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #c1cddd;
}
.FormCreditCTextBox2, .FormCreditCTextBoxDisabled2 {
	height: 16px;
	font-size: 16px;
	font-family: Arial;
	border: 1px solid #c1cddd;
}
.FormCreditCTextBoxDisabled {
	color: #aca899;
	background-color: #ece9d8;
}

.MedicalFormHeader {
	clear: both;
	display: block;
	font-weight: bold;
	margin-top: 15px;
}

/* --- Buttons --- */

.SubmitButtonBlue, .SubmitButtonBlue:hover {
	width: 93px;
	height: 32px;
	line-height: 33px;
	border: none;
	cursor: pointer;
	color: White;
	font-size: 10px;
	text-align: center;
	font-family: Verdana;
	text-decoration: none;
	background-color: #203b71;
	background-image: url(../Images/ButtonSubmit_Blu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.SubmitButtonBlue:hover {
	background-position: top right;
}

.FunctionButtonBlue, .FunctionButtonBlue:hover, .FunctionButtonBlueDisabled, .ContinueButtonBlue, .ContinueButtonBlue:hover, .FunctionButtonOrange, .FunctionButtonOrange:hover, .ContinueButtonOrange, .ContinueButtonOrange:hover {
	width: 150px;
	height: 32px;
	border: none;
	color: White;
	cursor: pointer;
	font-size: 10px;
	overflow: hidden;
	line-height: 34px;
	text-align: center;
	font-family: Verdana;
	text-decoration: none;
	background-color: #203b71;
	background-image: url(../Images/ButtonaddDep_Blu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.FunctionButtonBlue:hover, .FunctionButtonOrange:hover {
	background-position: -150px 0;
}
.FunctionButtonBlueDisabled {
	color: #dddddd;
	cursor: default;
	background-position: -300px 0;
}

.FunctionButtonOrange, .FunctionButtonOrange:hover, .ContinueButtonOrange, .ContinueButtonOrange:hover {
	background-image: url(../Images/AdminButtons_grn.gif);
}

.ContinueButtonBlue, .ContinueButtonBlue:hover, .ContinueButtonOrange, .ContinueButtonOrange:hover {
	width: 93px;
	background-position: 0 -33px;
}
.ContinueButtonBlue:hover, .ContinueButtonOrange:hover {
	background-position: -94px -33px;
}

.ApplyNow_btn {
	width: 206px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/ph_btn_ApplyNow.gif);
}
.ApplyNow_btn:hover {
	background-position: 0 -32px;
}


/* --- End of: Buttons --- */

.LoginTextBox, .LoginTextBoxWatermark {
	width: 100px;
	height: 18px;
	padding-left: 2px;
	font-size: 12px;
	margin-left: 10px;
	font-family: Arial;
	border: 1px solid #c1cddd;
}
.LoginTextBoxWatermark {
	color: #b7b7b7;
}

.LoginError {
	width: 140px;
	padding-left: 5px;
	line-height: normal;
	text-align: center;
	text-indent: 0;
	font-size: 10px;
	color: #cc0000;
}

.UnderHeaderHighlight {
	width: 100%;
	height: 30px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffcc;
	border-bottom: 1px solid #ffcc00;
}

.ShortDescriptionUnderHeader {
	font-size: 11px;
	font-family: Verdana;
	color: #818ca3;
	margin-left: 20px;
}

.TextBoxFocusTop {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0px;
}

/* - Dependants Tabs - */

.DependantFirstSelected, .DependantFirst, .DependantSepLeftSlct, .DependantSepRightSlct, .DependantSepNoneSlct, .DependantLast, .DependantLastSelected {
	float: left;
	width: 5px;
	height: 24px;
	overflow: hidden;
	background-image: url(../Images/DependantsTabs.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.DependantFirst {
	background-position: -6px 0;
}
.DependantSepLeftSlct, .DependantSepRightSlct, .DependantSepNoneSlct, .DependantLast, .DependantLastSelected {
	width: 9px;
	background-position: -12px 0;
}
.DependantSepNoneSlct {
	background-position: -22px 0;
}
.DependantSepRightSlct {
	background-position: -32px 0;
}
.DependantLastSelected {
	background-position: -42px 0;
}
.DependantLast {
	background-position: -52px 0;
}

.DependantMdl, .DependantMdl:link, .DependantMdl:visited, .DependantMdlSelected {
	float: left;
	width: auto;
	height: 24px;
	color: #203b71;
	cursor: pointer;
	line-height: 26px;
	text-indent: 0;
	padding: 0 5px;
	font-size: 12px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: 0 -24px;
	background-image: url(../Images/DependantsTabs.gif);
}
.DependantMdlSelected, .DependantMdlSelected:link, .DependantMdlSelected:visited {
	color: #ffffff;
	cursor: default;
	font-size: 12px;
	background-position: 0 -49px;
}

/* - End of : Dependants Tabs - */

.TableHeaderBackground, .TableHeaderRightBackground {
	width: 700px;
	background-image: url(../Images/TableHeader.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 5px;
}
.TableHeaderRightBackground {
	background-position: top right;
	overflow: hidden;
}

.PatTransactionHistoryHeader {
	float: left;
	text-indent: 5px;
	font-weight: bold;
	line-height: 25px;
}
.PatTransactionHistoryItem, .PatAltTransactionHistoryItem {
	float: left;
	text-indent: 12px;
	color: #777777;
	line-height: 25px;
	background-color: #ffffff;
}
.PatAltTransactionHistoryItem {
	background-color: #efefef;
}

.AddFundsFormTitle {
	font-weight: bold;
	float: left;
	display: block;
	width: 150px;
}
.AddFundsFormTitle2 {
	font-weight: bold;
	float: left;
	display: block;
	width: 150px;
	font-size:15px;
}

.RequestVisitFormTitle {
	font-weight: bold;
	width: 120px;
	float: left;
}

/* - Icons -*/

.IconView, .IconView:link, .IconView:visited {
	width: 20px;
	height: 12px;
	overflow: hidden;
	background-image: url(../Images/IconView.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.IconView:hover, .IconView:active {
	background-position: 0 -13px;
}

.IconDelete, .IconDelete:link, .IconDelete:visited {
	width: 18px;
	height: 20px;
	overflow: hidden;
	background-image: url(../Images/IconDelete.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.IconDelete:hover, .IconDelete:active {
	background-position: 0 -20px;
}

.IconDownload, .IconDownload:link, .IconDownload:visited {
	width: 14px;
	height: 14px;
	overflow: hidden;
	background-image: url(../Images/IconSave.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.IconDownload:hover, .IconDownload:active {
	background-position: 0 -15px;
}

.IconSetDefault, .IconSetDefault:link, .IconSetDefault:visited, .IconDefault {
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-image: url(../Images/IconSetDefault.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.IconSetDefault:hover, .IconSetDefault:active {
	background-position: 0 -20px;
}
.IconDefault {
	cursor: default;
	background-image: url(../Images/IconDefault.gif);
}

.IconDragHandle {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background-image: url(../Images/IconDragVert.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* - end of: Icons -*/

.GeneralTableHeader, .RecExtnsTableHeader, .TicketPrescriptionTableHdr, .TicketsTableHdr {
	float: left;
	text-indent: 5px;
	font-weight: bold;
	line-height: 25px;
}
.GeneralTableRow, .AltGeneralTableRow, .EmailVisitsDetailsItem, .RecExtnsTableItem, .TicketsTableRow, .NotificationsTableItemRow {
	background-color: #ffffff;
	float: left;
	padding-left: 0px;
	color: #777777;
	line-height: 25px;
}
.AltGeneralTableRow {
	background-color: #efefef;
}
.EmailVisitsDetailsItem {
	padding-left: 5px;
}
.TicketsTableHdr {
	text-indent: 0px;
	padding-left: 5px;
	height: 25px;
}
.TicketsTableRow {
	height: 28px;
	line-height: 14px;
}
.NotificationsTableItemRow {
	line-height: 16px;
}

.ReorderListItem {
	line-height: 25px;
	list-style: none outside none;
}

/* flow graphic links added to menu.css files, so that they change for different languages/cultures */

.FlowStageLink, .FlowStageLink:link, .FlowStageLink:visited, .FlowStageLink:hover, .FlowStageLink:active {
	font-size: inherit;
	color: #ffffff;
}

.RecordExtensionPanelAdd {
	border: 2px solid #203b71;
	background-color: White; /* #d3e3ff; */
	width: 560px;
	padding: 10px;
}
.RecordExtensionTitleAdd {
	font-weight: bold;
}
.RecordExtensionAddressTitle {
	margin-left: 10px;
	width: 125px;
	display: block;
	float: left;
}

.CancelButton {
	width: 14px;
	height: 14px;
	background-image: url(../Images/X14p.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.DetailsViewVisitTitle {
	float: left;
	width: 140px;
	font-weight: bold;
}
.TicketViewTitle {
	float: left;
	width: 195px;
	font-weight: bold;
}

.DetailsViewVisitItem, .TicketViewItem {
	float: left;
}
.TicketViewItem {
	width: 490px;
}

.RecordExtensionAddButton {
	padding-left: 14px;
	background-image: url(../Images/IconAdd.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.IconNotifications, .IconNewNotifications {
	width: 12px;
	height: 16px;
	float: left;
	display: inline;
	margin-left: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../Images/IconNotifications.gif);
}
.IconNewNotifications {
	background-position: bottom;
}

.HomeMainMenu {
	padding: 5px 20px;
	color: #7d7d7d;
	font-weight: bold;
}
.HomeMainMenu a {
	float: left;
	width: 140px;
	font-size: 11px;
	color: #7d7d7d;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.HomeMainMenu a:hover, .HomeMainMenu a:active {
	color: #ea7224;
}

.HomeLoginPosition {
	top: 0px;
	right: 0px;
	line-height: 30px;
	position: absolute;
}

.HomerUnderFlashLine {
	height: 25px;
	width: 874px;
	background-repeat: repeat-x;
	background-image: url(../Images/HomeStripe.gif);
}
.UnderMainGraphicLeft
{
 	height: 29px;
	width: 438px;
	background-image: url(../Images/UnderMainLeft.gif); 
	display:inline;  
	float:left;
}
.UnderMainGraphicRight:hover {
	background-position: 0 -29.5px;
}
.UnderMainText
{
    font-family: GillSans;
    font-size: 14pt;
    font-weight: normal;
    color: #ADBADE;

}

.HomeContentColumn{
  float: left;
  width: 289px;
  color: #787878;
  font-size: 10px;
  display: inline;
  margin-right: 2px;
  font-family: Verdana;
  padding-bottom: 37px;
  border-right: 1px solid #b7b7b7;
}
.HomeContentColumn {
	float: left;
	width: 289px;
	color: #787878;
	font-size: 10px;
	display: inline;
	margin-right: 2px;
	font-family: Verdana;
	padding-bottom: 37px;
	border-right: 1px solid #b7b7b7;
}
.HomeContentColumn p{
  padding: 17px 5px 0px 16px;
  line-height: 13px;
}
.HomeContentColumn a { color: #EC7324; font-size: 10px; }
.HomeContentColumn a:hover{ color: #77a4e9; }  
.HomeContentColumn ul{
  font-size: 110%;
  padding: 24px 0px 0px 25px;
}
.HomeContentColumn ul li{
  background: url(../Images/arrow.gif) 0px 50% no-repeat;
  line-height: 24px;
  padding: 0px 0px 0px 20px;
}
.HomeContentColumn p {
	padding: 17px 5px 0px 16px;
	line-height: 13px;
}
.HomeContentColumn a {
	color: #EC7324;
	font-size: 10px;
}
.HomeContentColumn a:hover {
	color: #77a4e9;
}
.HomeContentColumn ul {
	font-size: 110%;
	padding: 24px 0px 0px 25px;
}
.HomeContentColumn ul li {
	background: url(../Images/arrow.gif) 0px 50% no-repeat;
	line-height: 24px;
	padding: 0px 0px 0px 20px;
}

.HomePageHeader {
	margin-top: 5px;
}

.PatMedRecGeneralDetilsPos {
	top: 12px;
	left: 275px;
	color: #203b71;
	line-height: 18px;
	position: absolute;
}

.PatMedRecMainMenu {
	color: #230b71;
	font-family: Verdana;
	font-size: 14px;
	background-color: White;
	margin-left: 120px;
}
.PatMedRecMenuNotSelected, .PatMedRecMenuSelected {
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	line-height: 18px;
	background-color: White;
	float: left;
	padding: 5px 5px;
}
.PatMedRecMenuNotSelected:hover {
	background-color: #ebf1fa;
}
.PatMedRecMenuSelected {
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	color: #e5884b;
}
.PatMedRecMenuSeperator {
	float: left;
	font-weight: bold;
	padding: 5px 4px;
}

.EditTicketHeaderTitle {
	margin-left: 5px;
	font-weight: bold;
}

.EditTicketTextBox, .NewMessageTextBox, .NewMessageTextBox2, .NewAddendumTextBox {
	width: 560px;
	height: 350px;
	padding: 2px;
	overflow-y: scroll;
	border: 1px solid #203b71;
}
.NewMessageTextBox {
	width: 500px;
	border-color: #c1cddd;
}
.NewMessageTextBox2 {
	height: 75px;
	width: 375px;
	border-color: #c1cddd;
}
.NewAddendumTextBox { height: 150px; }

.RatingStar {
	font-size: 0pt;
	height: 14px;
	width: 14px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.RatingStarBlank {
	background-image: url(../Images/star_Grey.gif);
}
.RatingStarFull {
	background-image: url(../Images/star_Full.gif);
}
.RatingStarSelect {
	background-image: url(../Images/star_Selector.gif);
}

.RatingStarReview{
	cursor: default;
}

.PhysicianSigningTicketPanel {
	padding: 10px;
	width: 365px;
	border: 2px solid #203b71;
	line-height: 25px;
	background-color: #f0f0f0;
}

.EditTicketButtonRow {
	width: 510px;
	margin-top: 10px;
	text-align: center;
}

.AddPrescriptionTitle {
	width: 135px;
}

.TicketMessageDetails {
	float: left;
	width: 150px;
	padding-left: 5px;
}

.TicketMessageContent {
	float: left;
	display: inline;
	padding: 5px;
	margin-left: 10px;
	width: 500px;
}

hr.TicketMessageSeperator {
	color: #cae1f6;
	outline-color: #cae1f6;
	background-color: #cae1f6;
	margin-left: 145px;
	width: 505px;
}

.PanelStartCollapsed {
	overflow-y: hidden;
	height: 0px;
}

.GeneralConfirmationPopUp {
	background-color: #ffffff;
	border: 2px solid #203b71;
	height: auto;
}
.GeneralPopUpTitle {
	color: #ffffff;
	padding: 0 10px;
	background-color: #1846a4;
	border-bottom: 1px solid #203b71;
	text-align: left;
	line-height: 24px;
	height: 24px;
}

.IconNoteUnread, .IconNoteRead {
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-image: url(../Images/IconNoteRead.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.IconNoteRead {
	height: 13px;
	background-position: 0px -9px;
}

.WeekScheduler {
	float: left;
	background-color: #f0f0f0;
	padding: 5px;
	width: 360px;
	height: 175px;
	border: 1px solid #203b71;
}
.WeekSchedulerTable {
	border-top: 1px dashed #777777;
	padding-top: 2px;
	height: 150px;
	overflow-y: scroll;
}

.CompletnessBar {
	height: 20px;
	display: block;
	border-right: 1px solid #00aaaa;
}

/* -- Styles -- */

.AdminHeader {
	width: 1150px;
	height: 87px;
	position: relative;
	background-image: url(../Images/AdminHeader.jpg);
	background-repeat: no-repeat;
}
.AdminHeaderStatusPos {
	top: 40px;
	right: 655px;
	position: absolute;
}

.AdminMenu {
	padding-top: 10px;
	width: 150px;
	margin-left: 5px;
	background-image: url(../Images/AdminSideMenuBody.gif);
	background-repeat: repeat-y;
	background-color: #203b71;
}
.AdminMenuItem, .AdminMenuItem:link, .AdminMenuItem:visited, .AdminMenuItemSelected, .AdminMenuItemSelected:link, .AdminMenuItemSelected:visited {
	display: block;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	width: 125px;
	line-height: 40px;
	padding-left: 17px;
	text-decoration: none;
}
.AdminMenuItem:hover, .AdminMenuItem:active {
	color: #f8c686;
}
.AdminMenuItemSelected, .AdminMenuItemSelected:link, .AdminMenuItemSelected:visited, .AdminMenuItemSelected:hover, .AdminMenuItemSelected:active {
	color: #e87324;
	padding-left: 23px;
}

.AdminMenuFooter {
	padding-top: 5px;
	width: 150px;
	height: 18px;
	background-position: bottom;
	background-image: url(../Images/AdminSideMenuFooter.gif);
	background-repeat: no-repeat;
}

.AdminFormTitle, .AdminConfigTitle {
	text-align: right;
	margin-right: 10px;
	width: 110px;
	display: block;
	float: left;
	line-height: 20px;
	font-weight: bold;
}
.AdminConfigTitle {
	width: 400px;
}

/* - Admin Sub Tabs - */

.AdminSubTabsMenuPos {
	top: -10px;
	left: -15px;
	position: absolute;
}

.AdmSubTabFirstSelected, .AdmSubTabFirst, .AdmSubTabSepLeftSlct, .AdmSubTabSepNoneSlct, .AdmSubTabSepRightSlct, .AdmSubTabLast, .AdmSubTabLastSelected, .AdmSubTabMdl, .AdmSubTabMdlSelected {
	float: left;
	width: 8px;
	height: 25px;
	overflow: hidden;
	background-image: url(../Images/AdminSubTabs.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.AdmSubTabFirst {
	background-position: -9px 0;
}
.AdmSubTabSepLeftSlct {
	background-position: -18px 0;
}
.AdmSubTabSepNoneSlct {
	background-position: -28px 0;
}
.AdmSubTabSepRightSlct {
	background-position: -38px 0;
}
.AdmSubTabLastSelected, .AdmSubTabLast {
	width: 7px;
	background-position: -48px 0;
}
.AdmSubTabLast {
	width: 7px;
	background-position: -56px 0;
}

.AdmSubTabMdl, .AdmSubTabMdl:link, .AdmSubTabMdl:visited, .AdmSubTabMdlSelected {
	float: left;
	width: auto;
	height: 25px;
	color: #7b8693;
	cursor: pointer;
	padding: 0 5px;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: 0 -52px;
}
.AdmSubTabMdl:hover {
	color: #4582cc;
	text-decoration: underline;
}
.AdmSubTabMdlSelected, .AdmSubTabMdlSelected:link, .AdmSubTabMdlSelected:visited {
	color: #ffffff;
	cursor: default;
	line-height: 25px;
	background-position: 0 -26px;
}

/* - End of : Admin Sub Tabs - */

/* -- Endof: Admin Styles -- */

.GeneralGridView {
	font-size: 11px;
	background-color: #ffffff;
}
.GeneralGridView th a {
	padding-left: 2px;
	padding-right: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 10px;
}
.GeneralGridView td a {
	font-size: 10px;
}
.GeneralGridView caption {
	text-align: left;
	margin-left: 20px;
	color: #203b71;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
}
.GeneralRowStyle, .GeneralAltRowStyle {
	border: 1px soild #203b71;
}
.GeneralAltRowStyle {
	background-color: #f0f0f0;
}
.GeneralRowStyle:link, .GeneralAltRowStyle:link {
	font-size: 10px;
}
.GeneralGridViewPager {
	font-weight: bold;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../Images/GridViewPager.gif);
	font-size: 11px;
	line-height: 11px;
}
.GeneralGridViewPager a {
	font-size: 11px;
	color: #ffffff;
}

.GridViewHeader {
	line-height: 16px;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3c5484;
	background-image: url(../Images/GridViewHeader.gif);
}
.GridViewHeader .Asc a {
	background: url(../Images/GridViewSortAsc.gif) no-repeat right 20%;
}
.GridViewHeader .Desc a {
	background: url(../Images/GridViewSortDesc.gif) no-repeat right 20%;
}

.GridViewHomeActivityHeader, .GridViewHomeActivityHeader th {
	line-height: 20px;
	color: #3f68bc;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

.PatientsContentBG {
	background-repeat: no-repeat;
	background-position: top right; /* background-image: url(../Images/PatientsContentBG.gif); */
}

.PatRegQA_A {
	float: left;
	margin-left: 5px;
	width: 530px;
}

.AlignCenter {
	text-align: center;
}
.AlignRight {
	text-align: right;
}
.AlignLeft {
	text-align: left;
}

/*-- Ajax Tab Container -- */

.ajax__tab_default .ajax__tab_header {
	font-size: 10px;
	margin-left: 5px;
	font-family: Verdana;
}
.ajax__tab_default .ajax__tab_header .ajax__tab_outer, .ajax__tab_default .ajax__tab_active .ajax__tab_outer, .ajax__tab_default .ajax__tab_hover .ajax__tab_outer {
	margin-right: 2px;
}
.ajax__tab_default .ajax__tab_header .ajax__tab_inner, .ajax__tab_default .ajax__tab_active .ajax__tab_inner, .ajax__tab_default .ajax__tab_hover .ajax__tab_inner {
	margin-left: 3px; /* offset the width of the left image */
}
.ajax__tab_default .ajax__tab_header .ajax__tab_tab, .ajax__tab_default .ajax__tab_active .ajax__tab_tab, .ajax__tab_default .ajax__tab_hover .ajax__tab_tab {
	margin-right: 0px;
	padding: 4px 14px 5px 6px;
}
.ajax__tab_default .ajax__tab_body {
	padding-left: 15px;
	background-color: #e5f0ff;
	border: 1px solid #203b71;
	border-top: 5px solid #5f95e3;
}

.PhysicianEditTicketTabs .ajax__tab_header {
	color: #fff;
	height: 20px;
}
.PhysicianEditTicketTabs .ajax__tab_outer {
	background: url(../Images/TabBlue_lft.gif) no-repeat 0px 0px;
}
.PhysicianEditTicketTabs .ajax__tab_inner {
	background: url(../Images/TabBlue_rt.gif) no-repeat 100% 0px;
}
.PhysicianEditTicketTabs .ajax__tab_hover .ajax__tab_outer {
	background: url(../Images/TabBlue_lft.gif) no-repeat 0px -150px;
}
.PhysicianEditTicketTabs .ajax__tab_hover .ajax__tab_inner {
	background: url(../Images/TabBlue_rt.gif) no-repeat 100% -151px;
}
.PhysicianEditTicketTabs .ajax__tab_active .ajax__tab_outer {
	background: url(../Images/TabBlue_lft.gif) no-repeat 0px -300px;
}
.PhysicianEditTicketTabs .ajax__tab_active .ajax__tab_inner {
	color: #000;
	background: url(../Images/TabBlue_rt.gif) no-repeat 100% -300px;
}

/*-- EndOf: Ajax Tab Container -- */

.HyperlinkListenStyle, .HyperlinkListenStyle:link, .HyperlinkListenStyle:visited {
	float: right;
	font-size: 11px;
	/*margin-left: 10px;
	padding-left: 16px; */
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../Images/IconListen.gif);
}

.ToolTipIcon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../Images/ToolTip.gif);
}

.ToolTipNoIcon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
}

.ToolTipBox {
	top: 25px;
	cursor: default;
	font-size: 11px;
	position: absolute;
	line-height: normal;
	font-weight: normal;
	background-color: #fff8ed;
	border: 1px solid #203b71;
	padding: 7px 10px 5px 10px;
}

.PositionRight {
	right: 0px;
	left: auto;
}
.PositionLeft {
	left: 0px;
	right: auto;
}

.BottomJustify {
	top: auto;
	bottom: 25px;
}

.ConfigDurationTBWidth {
	width: 50px;
}

.FeedbackTitle {
	font-weight: bold;
	width: 75px;
	display: block;
	float: left;
}

.RemoveDependant {
	margin-left: 2px;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../Images/IconRemove.gif);
}

/* tutorial page table header */
.tutorialHeaderRight {
	float: right;
	padding-right: 14px;
	font-weight: bold;
	line-height: 25px;
}
.ViewEncounters_btn {
	width: 206px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/ph_btn_CallNow.gif);
}
.ViewEncounters_btn:hover {
	background-position: 0 -32px;
}
.SetSchedule_btn {
	width: 206px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/ph_btn_SetSchedule.gif);
}
.SetSchedule_btn:hover {
	background-position: 0 -32px;
}
.ViewPatsPastRecs_btn {
	width: 285px;
	height: 32px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/btn_ViewPatsRecs.gif);
}
.ViewPatsPastRecs_btn:hover {
	background-position: 0 -33px;
}

.PhysScheduleHelpBox {
	width: 135px;
	padding: 5px;
	color: #203b71;
	font-size: 12px;
	background-color: #f6f6f6;
	border: 1px solid #203b71;
}

.PhysScheduleHelpBox2 {
	width: 195px;
	padding: 5px;
	color: #203b71;
	font-size: 11px;
	background-color: #f6f6f6;
	border: 1px solid #203b71;
}

.italicize {
	font-style: italic;
}

.boldit {
font-weight:bold;
}

/* -- static pages -- */

.StaticHeaderPatients {
	background-color: #EA7224;
	background-image: url(../Images/sttPatientsBG.gif);
}
.StaticHeaderPhys {
	background-color: #364F79;
	background-image: url(../Images/sttPhysBG.gif);
}
.StaticHeaderEmployers, .StaticHeaderAboutUs {
	background-color: #97B62A;
	background-image: url(../Images/sttEmployersBG.gif);
}

.staticSideMenu {
	float: left;
	width: 265px;
	display: inline;
	margin-left: 10px;
}
.staticSideMenu a {
	display: block;
	font-size: 11px;
	margin-left: 10px;
	padding-left: 15px;
	line-height: 30px;
	font-family: Verdana;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../Images/arrow.gif);
}
.staticSideMenu a.selected {
	font-weight: bold;
}
.staticSideMenu a:link, .staticSideMenu a:visited {
	color: #787878;
}
.staticSideMenu a:hover, .staticSideMenu a:active {
	color: #419BD7;
}

.staticSide2ndLevel a {
	margin-left: 20px;
}
.staticSide2ndLevel a:link, .staticSide2ndLevel a:visited {
	color: #EA7224;
}
.staticSide2ndLevel a:hover, .staticSide2ndLevel a:active {
	color: #419BD7;
}

.staticContent{
  float: right;
  width: 572px;
  padding: 19px 10px 89px 25px;
  font-family: Verdana;
  color: #787878;
}
.staticContent {
	float: right;
	width: 572px;
	padding: 19px 10px 89px 25px;
	font-family: Verdana;
	color: #787878;
}
.staticContent a:link, .staticContent a:visited{color: #EA7224; }
.staticContent a:hover, .staticContent a:active{color: #77a4e9; }
.staticContent ul {	
  padding-left: 20px;
}
.staticContent ul li {	
  list-style-type: disc;
}
.staticContent a:link, .staticContent a:visited {
	color: #EA7224;
}
.staticContent a:hover, .staticContent a:active {
	color: #77a4e9;
}
.staticContent ul {
	padding-left: 20px;
}
.staticContent ul li {
	list-style-type: disc;
}
.staticContent.orange h1 {
	color: #EA7224;
	border-bottom: none;
}
.staticContent.blue h1 {
	color: #419BD7;
	border-bottom: none;
}
.staticContent.green h1 {
	color: #97B62A;
	border-bottom: none;
}

.FormStaticTitle {
	margin-left: 20px;
	width: 175px;
	display: block;
	float: left;
	font-weight: bold;
}

/* -- endof - static pages -- */

.TextBoxReadOnly
{
	background-color: #f2f2f2;	
}
.overridebox 
{
    padding-left: 5px; 
    padding-right: 5px; 
    border:2px ridge #787878; 

	background-color:#eeeeee;
	color: inherit;
}
.boxwidth 
{
    padding-top:10px;
  	width: 290px;
	height: 68px;  
}
.boxpadding
{
    padding:10px;
  
}
.ticketbox 
{
    /*background-color:#D2E2F9;*/
    background-color:#EFEFEF;
    text-align: center;
    width:635px;
    border-left:1px double #787878;
    border-right:1px double #787878;
    border-bottom:1px double #787878;
}
.BackLink, .BackLink:link, .BackLink:visited, .BackLink:active
{
    color: #0000CE;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    /*color: #2555B1;*/
}
.BackLink:hover 
{
   	text-decoration: underline; 
    
}
a.links:hover{
	color: #77a4e9;
}
a.links{
  color: #EA7224;
  text-decoration: none;
  padding: 0px 0px 0px 3px;
}
.docondIDbox
{
    
    padding-right:27px;
	/*border: solid 1px black;*/
}
.idtext1
{
    font-size: 14px;
    font-family: Verdana;
    color: #647088;
}
.idtext2
{
    font-size: 15px;
    color: Black;
    letter-spacing: 0.5px;
    font-family:Arial;
}
.loginbox
{
    background-color: #D5D5FF;
    font-weight: bold;
    font-size: 13px;
}
.balancebox
{
    background-color: #E1E1FF;
    font-weight: bold;
    font-size: 13px;  
}

.creditCardBox
{
    border: solid 1px #ccc;
    background: #eee;
}

.fundsPromptBox
{
    color: Red;
    font-size: 12px;
    font-weight: 600;    
}

.speakToDoctorPanel
{
    width: 100%;
    color: #777777;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    margin-top: 25px;
    text-align: center;
}

.speakToDoctorPanel a:link, .speakToDoctorPanel a:visited {
	color: #203b71;
	text-decoration: none;
}
.speakToDoctorPanel a:hover, .speakToDoctorPanel a:active {
	color: #77a4e9;
	text-decoration: none;
}

/*JM: Language selector styles*/
a.selectLangLink, a.selectLangLink:link
{
    color: #203b71;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}        
a.selectLangLink:hover
{
    color: #203b71;
    background-color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}     
a.selectedLangLink
{
    color: #ffffff;
    background-color: #203b71;
    text-decoration: none;
    cursor: pointer;
}     
ul.langSelectbox
{
    position: absolute;
    top: 15px;
    left: 3px;
    padding: 0px;
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-color: #203b71;
    z-index: 1000;
    line-height: 1.5em;
    margin: 0px;
}
ul.langSelectbox a
{
    color: #203b71;
    text-decoration: none;            
    display: block;
    width: 140px;
    background-color: #ffffff;
    padding: 1px 3px 1px 3px;
}
ul.langSelectbox a:link, ul.langSelectbox a:visited
{
    text-decoration: none;
}        
ul.langSelectbox a:hover
{
    text-decoration: none;
    color: #ffffff;
    background-color: #203b71;
    cursor: pointer;
}
.pulldown_arrow
{    
    background-image: url(../Images/tglExpanded.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-right: 5px;         
}     
.pulldown_arrow_hover
{
    background-image: url(../Images/tglExpanded_hover.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-right: 5px;  
}

.GeneralFormTitleNoWrap {
	margin-left: 10px;
	white-space: nowrap;	
	font-weight: bold;
}

.addFundsButton {
	float: right;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.addFundsButton a:link, .addFundsButton a:visited {
	color: #203b71;
	text-decoration: none;
}
.addFundsButton a:hover, .addFundsButton a:active {
	color: #77a4e9;
	text-decoration: none;
}