﻿/* -- Main Menu Tabs - Just locations of graphics files -- */
/* ENGLISH   */

.DocTabAccount, .DocTabAccountSelected, .PatTabAccount, .PatTabAccountSelected, .CompTabAccount, .CompTabAccountSelected, .DocTabActivity, .DocTabActivitySelected, .PatTabActivity, .PatTabActivitySelected, .CompTabActivity, .CompTabActivitySelected, .DocTabBilling, .DocTabBillingSelected, .PatTabBilling, .PatTabBillingSelected, .CompTabBilling, .CompTabBillingSelected, .DocTabStatus, .DocTabStatusSelected, .PatTabRecords, .PatTabRecordsSelected, .CompTabResources, .CompTabResourcesSelected {
	float: left;
	width: 125px;
	height: 29px;
	background-image: url(../../Images/en/TabsDoc.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #f8c241;
	cursor: pointer;
}

.PatTabAccount, .PatTabAccountSelected, .PatTabActivity, .PatTabActivitySelected, .PatTabBilling, .PatTabBillingSelected, .PatTabRecords, .PatTabRecordsSelected {
	background-image: url(../../Images/en/TabsPat.gif);
}
.CompTabAccount, .CompTabAccountSelected, .CompTabActivity, .CompTabActivitySelected, .CompTabBilling, .CompTabBillingSelected, .CompTabResources, .CompTabResourcesSelected {
	background-image: url(../../Images/en/TabsComp.gif);
}

.DocSubsTabBg, .PatSubsTabBg {
	width: 897px;
	height: 30px;
	line-height: 28px;
	margin-left: 10px;
	background-image: url(../../Images/DocSubTabs.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.AdmTabsDefault {
	width: 502px;
	height: 29px;
	background-image: url(../../Images/en/TabsAdm.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #f8c241;
	cursor: pointer;
}

/* -- End of: Main Menu Tabs -- Just locations of graphics files -- */


/* -- Flow graphics   -- */


.FlowStagesBG {
	width: 855px;
	height: 30px;
	color: #dddddd;
	line-height: 27px;
	margin-top: 5px;
	font-size: 12px;
	font-family: Verdana;
	padding-left: 40px;
	background-color: #203b71;
	background-image: url(../../Images/en/FlowHr.jpg);
	background-repeat: no-repeat;
}
.FlowSeperator {
	float: left;
	width: 7px;
	height: 7px;
	margin-top: 11px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #203b71;
	background-image: url(../../Images/FlowSeperator.gif);
	background-repeat: no-repeat;
	display: inline;
}

/* -- END Flow graphics   -- */

/* MAIN LOGO  */
.LogoMain {
	width: 215px;
	height: 64px;
	background-image: url(../../Images/en/LogoMain.gif);
	background-repeat: no-repeat;
}
.NewMainHeader
{
 	height: 196px;
	width: 874px;
	background-image: url(../../Images/en/MainGraphic.jpg);   
}
.PatMedRecPageHeader, .HomePageHeader {
	margin-top: 10px;
	width: 900px;
	height: 65px;
	background-position: 0 5px;
	background-image: url(../../Images/en/HeaderClean.gif);
	background-repeat: no-repeat;
	position: relative;
}

.RequestPhoneCallNow_btn {
	width: 206px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../Images/en/btn_CallNow.gif);
}
.RequestPhoneCallNow_btn:hover {
	background-position: 0 -32px;
}
.RequestEmailVisitNow_btn {
	width: 171px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../Images/en/btn_SubmitReqNow.gif);
}
.RequestEmailVisitNow_btn:hover {
	background-position: 0 -32px;
}
.ChangePlanType_individual_btn {
	width: 206px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../Images/en/btn_PlanType_individual.gif);
}
.ChangePlanType_individual_btn:hover {
	background-position: 0 -32px;
}
.ChangePlanType_group_btn {
	width: 206px;
	height: 31px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../Images/en/btn_PlanType_group.gif);
}
.ChangePlanType_group_btn:hover {
	background-position: 0 -32px;
}
.UnderMainGraphicRight
{
 	height: 29px;
	width: 436px;
	cursor:pointer;
	background-image: url(../../Images/en/UnderMainRight.gif);   
	background-position: 0 0;
	display:inline;
	float:left;
}