body
{
	background-color: #ffffff;
}
body, #headerContainer, #bodyContainer, #footer, #footerBanner
{
	font-family: Verdana;
}

/* all divisions in the page */
#headerContainer
{
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 924px;
}
#bodyContainer
{
	background-color: #ffffff;
	margin-top:3px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 924px;
}
#navlinks
{
	background-color:#ffffff;
	width: 238px;
	height:370px;
	float: left;
	padding-bottom:22px;
	margin-top:-18px;
	margin-left:-2px;
	font-size:7pt;
}
#footer
{
	width:1250px;
	height: 35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	position:relative;
	font-size: 7.5pt;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
	background-image: url(../images/FooterBG.jpg);
	background-repeat:repeat-x;
}

/* style for login */
#LoginArea
{
	float: right;
	margin-top:3px;
	margin-right:3px;
	width:480px;
}

.LoginArea
{
	float: right;
	margin-top:3px;
	margin-right:3px;
	width:480px;
}
.Log
{
	background: url(../images/LogBackground.gif) no-repeat;
	font-size: 7.2pt;
	/*width:77.5%;
	width:385px;
	height:20px;*/
	width:365px;
	height:20px;
	padding-top:2px;
	padding-left:14px;
	margin-left:-10px;
	float:left;
}
.Login
{
	background: url(../images/LoginBackground.gif) no-repeat;
	background-position:right;
	font-size: 7.2pt;
	/*width:19.5%;
	width:100px;
	height:20px;*/
	width:90px;
	height:17px;
	margin-left: 5px;
	padding-top:4px;
	padding-left:10px;
	float: right;
}
.Login a
{
	color: #ffffff;
	text-decoration: none;
}
#LoginDetails
{
	float: right;
	margin-top:3px;
	margin-right:3px;
	padding-left: 18px;
	width:442px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background: url(../images/LogDetailsBackground.gif) no-repeat right;
	/*background-color: #d2d2d2;*/
}
.LoginDetails
{
	float: right;
	margin-top:3px;
	margin-right:3px;
	padding-left: 18px;
	width:442px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background: url(../images/LogDetailsBackground.gif) no-repeat right;
}
#LoginDetails a
{
	color: #000000;
	text-decoration: underline;
}

/* style for logo and titles */
#LogoArea
{
	margin-left:42px;
	margin-top: 5px;
}
.Name
{
	float: right;
	margin-right:60px;
	line-height: 14pt;
	font-family:Arial;
	font-size: 18pt;
	font-weight:bolder;
	color: #000000;
}
.Subtitle
{
	float:right;
	margin-right:60px;
	font-family:Arial;
	font-size: 8.5pt;
	font-weight:bold;
}
.Line
{
	/*background: url(../images/TagLineBG.jpg) no-repeat bottom;*/
	float:right;
	width:500px;
	margin-top:-30px;
	margin-right: 1px;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#0437ac;
}

/* style for the header navigational links */
#Bar
{
	font-size: 9pt;
	font-weight:bolder;
	width: 100%;
	margin-top:13px;
}
.nav
{
	list-style:none;
	padding: 0;
	margin: 0;
}
.nav li
{
	float:left;
	margin: 0 2px;
}
.nav li a
{
	background: url(../images/NavBackground.jpg) 0 0;
	background-repeat:repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	position:relative;
	height: 3em;
	line-height: 2.8em;
	width: 81.2px;
	z-index:10;
}
.nav li a.home
{
	background: url(../images/NavBackground.jpg) 0 0;
	background-repeat:repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	position:relative;
	height: 3em;
	line-height: 2.8em;
	width: 232px;
	z-index:10;
}
/* Span (on hover) - common attributes */
.nav li a span
{
	background:url(../images/NavHover.jpg) repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
}
/* Span (on hover) - display pointer */
.nav li a span:hover
{
	cursor:pointer;
}
#headDiv
{
	width:1250px;
	margin-top:-3px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background: url(../images/HeaderDivider.jpg);
	background-repeat:repeat-x;
}

/* style for the content menu/links */
#linkscontainer
{
	width:100%;
	height:258px;
	font-size: 8pt;
}
.notHomeLinksTitle
{
	font-size: 7.5pt;
}
.notHomeLinks
{
	font-size: 7.2pt;
}
/*#linksHandler
{
	width:100%;
	height:100%;
}*/
#Title
{
	background-color:#ffffff;
	position:relative;
	height:24px;
	font-weight:bolder;
	margin-left:20px;
}
/*#Title span
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}*/
#Links
{
	/*background-color: #ffffff;*/
	position:relative;
	margin-top: -2px;
	width:244px;
	height:280px;
	overflow:auto;
	overflow-x: hidden;
}
#Links li
{
	background-image:url(../images/LinksBackground.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:222px;
	height:22px;
	padding-top:4px;
	padding-left:9px;
	margin-left:-35px;
	list-style:none;
}
#Links li a
{
	color:#000000;
	text-decoration:none;
	display:block;
}
#Links li.activeLink
{
	background: url(../images/LinksBackground-hover.jpg) no-repeat;
}
#Links li a.activeLink
{
	color: #ffffff;
}
#Links li.dvMgtTeam
{
	margin-left: -20px;
	width:200px;
	display: none;
}
.infoContacts
{
	width:92%;
	height:90px;
	margin-top:-23px;
	margin-left:20px;
	z-index:0;
	font-size:7.2pt;
	overflow:auto;
}
#sideBarImage
{
	margin-top:26px;
}
#divISO
{
	background-color: #cccccc;
	/*width:600px; 150%;
	margin-top: -330px;
	margin-left: -120px;
	margin-left:auto;
	margin-right:auto;*/
	margin-bottom: -260px;
	padding:10px;
	font-size:10pt;
}
.divISOClose
{
	color:#0409d2;
	float:right;
}
.frameDiv
{
	width:200px;
	margin-top:8px;
	margin-left:10px;
	padding:10px;
	border: solid thin #a0cfeb;
	font-size: 7pt;
}
#FreeTrialButton
{
	height:20px;
	width:60px;
	background: url(../images/buttonBG.jpg) repeat bottom;
}
#FreeTrialButton a
{
	font-size:7pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	line-height:20px;
	cursor:pointer;
}

/* style for the main content */
#mainContent
{
	background-color:#ffffff;
	font-size:8pt;
	position:relative;
	float:right;
	width:670px;
	height: 345px;
	margin-top:-12px;
	margin-left:5px;
}
#handlerContainer
{
	width: 100%;
	height:100%;
}
/*#menuHandler
{
	width: 100%;
	height:100%;
}*/

/* style for header and sidebar menu contents */
#contentImage
{
	border: #74b3e0 thin solid;
	width:100%;
	height:175px;
}
.homeImage
{
	background: url(../images/edata_homeImage.jpg) repeat;
}
.doctorImage
{
	background: url(../images/edata_doctorImage.jpg) repeat;
}
.insuranceAdjImage
{
	background: url(../images/edata_insuranceAdjusterImage.jpg) repeat;
}
.insuranceCoImage
{
	background: url(../images/edata_insuranceCompanyImage.jpg) repeat;
}
.lawFirmImage
{
	background: url(../images/edata_lawFirmImage.jpg) repeat;
}
.medicalMgrImage
{
	background: url(../images/edata_medicalManagerImage.jpg) repeat;
}
.othersImage
{
	 background: url(../images/edata_othersImage.jpg) repeat;
}
.coProfileImage
{
	background: url(../images/edata_companyProfileImage.jpg) repeat;
}
.managementTeamImage
{
	background: url(../images/edata_managementImage.jpg) repeat;
}
.outsourceImage
{
	background: url(../images/edata_outsourceImage.jpg) repeat;
}
.philippinesImage
{
	background: url(../images/edata_philippinesImage.jpg) repeat;
}
.servicesImage
{
	background: url(../images/edata_servicesImage.jpg) repeat;
}
.contractTechDocImage
{
	background: url(../images/edata_documentImage.jpg) repeat;
}
.dataEntryImage
{
	background: url(../images/edata_dataEntryImage.jpg) repeat;
}
.depositionSummariesImage
{
	background: url(../images/edata_depositionSummariesImage.jpg) repeat;
}
.insuranceClaimsImage
{
	background: url(../images/edata_insuranceClaimImage.jpg) repeat;
}
.medLegalTranscriptionImage
{
	background: url(../images/edata_medicalLegalTranscriptImage.jpg) repeat;
}
.medRecordAnalysisImage
{
	background: url(../images/edata_medicalAnalysisImage.jpg) repeat;
}
.medSummariesReviewsImage
{
	background: url(../images/edata_medicalSummariesImage.jpg) repeat;
}
.medReportEditingImage
{
	background: url(../images/edata_medicalEditingImage.jpg) repeat;
}
.subrosaSummariesImage
{
	background: url(../images/edata_subrosaFilmImage.jpg) repeat;
}
.utilizationReviewImage
{
	background: url(../images/edata_utilizationReviewImage.jpg) repeat;
}
.pricesImage
{
	background: url(../images/edata_pricesImage.jpg) repeat;
}
.securityImage
{
	background: url(../images/edata_securityImage.jpg) repeat;
}
.qualityImage
{
	background: url(../images/edata_qualityImage.jpg) repeat;
}
.processImage
{
	background: url(../images/edata_processImage.jpg) repeat;
}
.careersImage
{
	background: url(../images/edata_careersImage.jpg) repeat;
}.contactImage
{
	background: url(../images/edata_contactImage.jpg) repeat;
}
.ceoImage
{
	background: url(../images/1_Image.jpg) repeat;
}
.cooImage
{
	background: url(../images/2_Image.jpg) repeat;
}
.csdImage
{
	background: url(../images/16_Image.jpg) repeat;
}
.financeMgrsImage
{
	background: url(../images/13_Image.jpg) repeat;
}
.financialControllerImage
{
	background: url(../images/3_Image.jpg) repeat;
}
.hrdImage
{
	background: url(../images/4_Image.jpg) repeat;
}
.infraMgmtMgrImage
{
	background: url(../images/7_Image.jpg) repeat;
}
.marketingDirectorImage
{
	background: url(../images/5_Image.jpg) repeat;
}
.rorMgrImage
{
	background: url(../images/8_Image.jpg) repeat;
}
.specialProjectsMgrImage
{
	background: url(../images/10_Image.jpg) repeat;
}
.sysDevtMgrImage
{
	background: url(../images/14_Image.jpg) repeat;
}
.trainingMgrImage
{
	background: url(../images/11_Image.jpg) repeat;
}
.transcriptionDeptImage
{
	background: url(../images/15_Image.jpg) repeat;
}
.urMgrImage
{
	background: url(../images/9_Image.jpg) repeat;
}
.viceChairmanImage
{
	background: url(../images/12_Image.jpg) repeat;
}
#contentTitle
{
    text-align:right;
    width:98%;
    margin-top:90px !important;
    margin-top: 110px;
}
#contentTitle.medSummariesReviewsTitle
{
	float: right;
	width:58%;
	margin-top:58px !important;
	margin-top: 78px;
	margin-right: 14px;
}
#contentTitle.mgtTeamTitle
{
	font-family:Arial;
	font-size: 28px;
	color:#2765bb;
	text-align:right;
	width:98%;
	margin-top:-108px;
}
#contentTitle.mgtTeamTitle .mgtHTitle h1
{
	font-size: 13px;
	font-weight:bold;
	height: 20px;
	margin-top: 0px;
	padding-bottom: 3px;
}
#contentTitle h1
{
    font-family:Arial;
    font-size: 21.5pt;
    font-weight: lighter;
    color:#2765bb;
}
.homeTitle h1
{
	text-align:right;
    width:651px;
	margin-top: 0px;
	font-family:Arial;
    font-size: 12pt;
    font-weight: bolder;
    color:#2765bb;
}
#contentText
{
	color:#5e7f97;
	height:156px;
	width:90%;
	padding-right:50px;
	margin-top:-4px;
	margin-left:20px;
	overflow:auto;
}
#contentText .US
{
	width:50%;
	float:left;
}
#contentText .Phils
{
	width:50%;
	float:right;
}
#teams
{
	width:100%;
	font-size:8pt;
}
#contentText .a
{
	width:74%;
	float:left;
}
#contentText .b
{
	width:26%;
	float:right;
}
#contentText .team1
{
	width:55%;
	float:left;
}
#contentText .team2
{
	width:45%;
	float:right;
}
#contentText a
{
	/*color:#0437ac;*/
	color: #5e7f97;
	text-decoration: none;
}
#contentText a:hover
{
	color:#0033FF;
	text-decoration:underline;
}

/* style for the links at the bottom of the page */
#otherLinks
{
	width: 100%;
	margin-top:-14px;
	text-align: center;
	font-size: 8.5pt;
	font-weight: bold;
}
#otherLinks a
{
	color:#000000;
	text-decoration:none;
}
#otherLinks a:hover
{
	text-decoration:underline;
}

/* style for contents of the noscript tag */
.noscriptContainer
{
	height: 240px;
	overflow:auto;
}

/* style for eData Video link */
/*#dvAdVideo
{
	background-color:#cccccc;
	font-family:Verdana;
	font-size:10px;
	margin-top:-130px;
	margin-left:102px;
	width:400px;
	padding-top:5px;
	padding-bottom:15px;
}
.videoClose
{
	float:right;
	margin-right:15px;
	color:#000000;
}*/
#videoContent
{
	background:url(../images/edata_videoBG.jpg) repeat-y top left;
	border: 1px solid #add2f0;
}

/* style for eData Webcam link */
/*#dvWebcam
{
	background-color:#cccccc;
	font-family:Verdana;
	font-size:10px;
	margin-top:-130px;
	margin-left:102px;
	width:400px;
	padding-top:5px;
	padding-bottom:15px;
}
.webcamClose
{
	float:right;
	margin-right:15px;
	color:#000000;
}*/
#webcamContent
{
	background:url(../images/edata_videoBG.jpg) repeat-y top left;
	border: 1px solid #add2f0;
}

/* style for eData News link */
#newsContent
{
	background:url(../images/edata_videoBG.jpg) repeat-y top left;
	border: 1px solid #add2f0;
	height:272px;
	padding:10px;
}
#newsContent h1
{
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bolder;
	margin-bottom: 14px;
}
.newsTitle
{
	color: #0437ac;
	font-weight: bold;
}
#newsContent a
{
	color:#000000;
}

/* style for eData Sitemap link */
#sitemapContent
{
	background:url(../images/edata_videoBG.jpg) repeat-y top left;
	border: 1px solid #add2f0;
	height:272px;
	padding:10px;
	overflow: auto;
}
#sitemapContent h1
{
	color: #000000;
	font-family: verdana;
	font-size:8pt;
	font-weight: bolder;
	margin-bottom: 14px;
}

/* style for Footer Banner */
#footerBanner
{
	width: 900px;
	margin-top: -6px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 6.5pt;
	color: #4b4b4b;
}

/* style for uBlocked page */
#bodyContainer.blockPage
{
	background-color: #ffffff;
	border: solid thin #74b3e0;
	width: 800px;
}
#headDiv.blockPageDiv
{
	width: 780px;
}
.blockPage h4
{
	margin-left: 20px;
	margin-top: 0px;
	font-size: 11pt;
}
#blockContent
{
	font-size: 10pt;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#btnSubmit
{
	margin-left: 240px;
}
#tblNumbers
{
	width: 300px;
	font-size: 9pt;
}
#lblResponse
{
	font-size: 8pt;
	color: #CC0000;
}
#pswdOptions
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccccc;
}