/*
* Copyright (c) 201x-2020 ABILITY Network Inc., an INOVALON, Inc. company. All Rights Reserved.
* 
* This computer program is CONFIDENTIAL and a TRADE SECRET of ABILITY Network Inc., an INOVALON, Inc. company.
* The receipt or possession of this program does not convey any rights to use,
* reproduce or disclose its contents in whole or in part, without the specific
* written consent of ABILITY Network Inc. Any use, reproduction or disclosure of
* this program without the express written consent of ABILITY Network Inc., is a
* violation of the copyright laws and may subject you to criminal prosecution.
*/
/* ==========================================================================
   ie8 styles
   ========================================================================== */

/*.ie7 body {
    background: url(../imgs/ie7_bg.jpg) repeat-x;
	-pie-background: url(../imgs/topGradient.png) repeat-x, url(../imgs/bgTile.png) repeat;
	padding-bottom:20px;
}*/
.ie8 body  {
 	background: url(../imgs/ie8_bg.png) repeat-x;
}
.ie8 #mdolLogo {
	position: relative;
	left: 50px;
	top: 20px;
}
.ie8 #login {
	width:478px;
	height:73px;
	position:relative;
	top:-65px;
	right:-555px;
}
.ie8 #loginForm {margin-left: -75px;}
.ie8 #loginForm p {
	font-size:12px;
	font-weight:bold;	
	font-family:Calibri, Verdana, Geneva, sans-serif;
	position:relative;
	top:0px;
	left:235px;
	width:250px;
	color:#666;
}
.ie8 .globalInput { 
	font-family:calibri, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top:5px;
	background-color:#f4f4f3;
	height:20px;
	width:145px;
	border-top:3px solid #aaa;
	border-left:3px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	padding-left:5px;
	behavior:url(../PIE/PIE.htc);
}
.ie8 .globalInput.pass { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top:5px;
	background-color:#f4f4f3;
	height:20px;
	width:145px;
	border-top:3px solid #aaa;
	border-left:3px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	left:162px;
	top:0px;
	padding-left:5px;
	behavior:url(../PIE/PIE.htc);
}
.ie8 .globalBtn { 
	font-size:12px;
	width:124px;
	height:30px;
	color:#fff;
	position:relative;
	top:-3px;
	margin-left:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(../imgs/btnBG.png)repeat-x;
	padding-left:10px;
	padding-right:10px;
}
.ie8 .globalBtn_red { /*added 5/9/13*/
	margin-left:-160px;
	background-image:url(../imgs/btn_bg_red.png);
	font-size:12px;
	border-radius:10px;
	behavior:url(../PIE/PIE.htc);
}
/*added 3/6/13*/
.ie8 #theslider {
    height: 360px;
    margin: 0 auto;
    position: relative;
}

/*layout*/
.ie8 #container {  
	width:954px;
	background:#fff;
	margin:0 auto;
	z-index:0;
	-webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 19px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 19px rgba(50, 50, 50, 0.75);
	behavior:url(../PIE/PIE.htc);
}
.ie8 .pageHeading {
	height:147px;
	margin:0 auto;
	background:url(../imgs/header_BG.png);
	background-repeat:no-repeat;
	width:100%;
	position:relative;
	box-shadow:0px 27px 10px -15px #DEDEDE;
	-webkit-box-shadow:0px 27px 10px -15px #DEDEDE;
	-moz-box-shadow:0px 27px 10px -15px #DEDEDE;
	behavior:url(../PIE/PIE.htc);
	margin-top:-1px;
}
/*added 2/25/13*/
.ie8 .pageHeading hgroup h1 {top:80px;}
.ie8 #mainSidebar {
	width:200px;
	background:#f1f6fe;
	border:1px solid #0f0;
	margin-left:-20px;
	border-left:1px solid #fff;
	border-right:2px solid #fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding-bottom:10px;
	box-shadow: 2px 5px 6px 2px #DEDEDE;
	position:relative;
	top:-17px;
	z-index:2;
	float:left;
	behavior:url(../PIE/PIE.htc);
}
.ie8 #mainSideTop a {
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0861ce;
	text-decoration:none;
	line-height:34px;
	text-shadow:1px 1px #fff;
	padding-left:0px;
	margin-left:-80px;
	behavior:url(../PIE/PIE.htc);
	background: url(../imgs/arrow.png) no-repeat 0px;
}
.ie8 ul.sidebarList {margin-left:25px;}
.ie8 #footerContent ul.noborder {
	height:230px;
	margin-right:0 !important;
	padding-right:30px !important;
	margin-top:20px;
	border:none;
	list-style-type:none;	
	float:left;
}
.ie8 #mainSidebar:before { 
	left:-1px;
	border-right-width: 1.5em;
	border-left-color: transparent;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #a3a2a2 transparent transparent transparent;
	bottom: -18px;
	border-width: 1em 0 0 1.2em;
}
.ie8 .pageHeading:before { 
	left:-3px;
	border-right-width: 1.2em;
	border-left-color: #385175;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #385175 transparent transparent transparent;
	bottom: -16px;
	border-width: 1em 0 0 1.2em;
}
.ie8 .pageHeading:after { 
	right:-1px;
	border-left-width: 1.2em;
	border-left-color: #385175;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #385175 transparent transparent transparent;
	bottom: -16px;
	border-width: 1em 1.2em 0 0 ;
}
/* solutions.asp page */
.ie8 #providerBox {
	height: 970px;
	position:relative
}
.ie8 #solutionContainer {
	vertical-align: top;
	position:relative;
}
.ie8 .solutionBM {
	margin-left:48px;
	font-size:13px;
	clear:both;
	margin-bottom:20px;
	position:relative;
	padding-bottom:18px;
	border-bottom:1px dotted #ccc;
	width:90%;
	position: relative;
	top: -100px;
}
.ie8 .solutionBM img {
	float:left;
	margin-right:15px;
	margin-bottom:25px;
	border:3px solid #fff;
	-webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 8px rgba(50, 50, 50, 0.45);	
	behavior: url(../PIE/PIE.htc);
}
.ie8 .solutionBM h4 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px white;
	behavior: url(../PIE/PIE.htc);
}
.ie8 .solutionBM a  {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	color: #666;
	text-decoration:none
}
.ie8 .solutionBM a:hover {text-decoration:underline;}
.ie8 .solutionBMnoBorder {
	margin-left:48px;
	font-size:13px;
	clear:both;
	margin-bottom:22px;
	position:relative;
	padding-bottom:18px;
	border-bottom:none;
	width:90%;
	position: relative;
	top: -100px;
}
.ie8 .solutionBMnoBorder img {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:3px solid #fff;
	-webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 8px rgba(50, 50, 50, 0.45);	
	behavior: url(../PIE/PIE.htc);
}
.ie8 .solutionBMnoBorder h4 {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px white;
	behavior: url(../PIE/PIE.htc);
}
.ie8 .solutionBM h4 a:hover {
	color: #666;
	text-decoration:underline;
}
.ie8 .solutionBM a:hover {text-decoration:underline;}
.ie8 .solutionBM h4 a:link,
.ie8 .solutionBM h4 a:visited,
.ie8 .solutionBM h4 a:active, {
	color: #666;
	font-size: 15px;
}
.ie8 .solutionBMnoBorder a {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	color: #666;
	text-decoration:none
}
.ie8 .solutionBMnoBorder h4 a:link,
.ie8 .solutionBMnoBorder h4 a:visited,
.ie8 .solutionBMnoBorder h4 a:active {
	color: #666;
	font-size: 15px;
}
.ie8 #providerBox {
	width: 741px;
	background: #EEEDED;
	clear: right;
	margin-left: 213px;
	margin-top: 59px;
}
.ie8 .solutionBM {top: -70px;}
.ie8 .solutionBMnoBorder {top:-60px;}
.ie8 .solutionBox {
	width: 688px;
	position: relative;
	border: 1px dotted #ABA8A8;
	margin-left: 240px;
	color: #6A6666;
	box-shadow: 2px 4px 6px 2px #DEDEDE;
	background: white;
	behavior: url(../PIE/PIE.htc);
}
.ie8 #solutionBlurb p {
	line-height: 17px;
	margin-bottom: 12px;
	margin-left: -85px;
	width: 95%;
}
.ie8 #solutionBotText p {
	margin-bottom: 20px;
	margin-left: -75px;
	width: 95%;
}
/* footer */
.ie8 #footerContent ul {
	height: 230px;
	margin-right: 20px;
	padding-right: 50px;
	margin-top: 20px;
	border-right: 1px dotted #ABA8A8;
	list-style-type: none;
	float: left;
}
.ie8 #footerContent #smIcons {
	position: absolute;
	left: 600px;
	top: -30px;
	border: none;
	height: 45px;
	width: 120px;
	padding: 0px;
}
.ie8 #footerContent #smIcons li img a {
	padding-right: 15px;
}
.ie8 img#coreLogo {margin-top:-75px;}
.ie8 #footer #footerContent #smIcons {
	position: absolute;
	left: 615px;
}
.ie8 .globalBtn_red { 
	font-size: 12px;
	font-weight: bold;
	width:114px;
	height:30px;
	color:#fff;
	position:relative;
	top:-2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(../imgs/btn_bg_red.png)repeat-x;
}
.ie8 .pageHeading hgroup {
    color: #558BCC;
    float: right;
    font-family: Calibri,Verdana,Geneva,sans-serif;
    margin: 10px 115px 0 0;
    padding: 0;
    text-align: right;
    text-shadow: 1px 1px #FFFFFF;
}
.ie8 #eventListings ul {width: 700px;}
.ie8 #footer #footerContent #smIcons {
    border: medium none;
    height: 45px;
    left: 550px;
    padding: 0;
    position: absolute;
    top: -30px;
    width: 175px;
}
/*added 2/21/13*/
.ie8 .sidebarList li,
.ie8 #listHead_bkend_first,
.ie8 .listHead_bkend {
	line-height: 14px;
	margin-left:-80px;
	width:170px;
	padding-left:0px;
}
.ie8 .listHead_bkend {
	margin-left:8px;
	text-align:center;
	left:-15px;
}
.ie8 #listHead_bkend_first,
.ie8 .sidebarList_bkend li.listHead_bkend {
	width:107px;
	margin-left: -106px;
}
.ie8 #subcontainer_bkend {margin-right:20px;}
/*added 2/28/13*/
.ie8 #container #subContainer #content #theContent #manualPDFs {
	width:300px;
	position:relative;
	margin-bottom:75px;
	margin-top:-20px;
}
/*added 3/5/13*/
.ie8 .globalBtn {left:0px;}
/*added 3/6/13*/
.ie8 img#coreLogo {
	float:right;
	margin-right:150px;
	margin-top: -80px;
}

/*added 3/15/13 - 'EditLocalVariants.asp'*/
.ie8 #password1 td {height:30px;}
.ie8 #password1 .globalInput {margin-left:-275px; margin-bottom:5px;}
/*.ie8 #subcontainer_bkend #form2 .globalBtn {margin-left:-35px;}*/
.ie8 #EditLocalVariantBtns {margin-left:-160px;}
.ie8 .formTable tr td #SearchBy {margin-left:10px;}
.ie8 #searchByTx {display:block-inline; margin-left:170px;}

/*added 3/21/13*/
.ie8 globalBtn.saveProviderBtn {left:50px;}
.ie8 #subSig.globalBtn {position:relative; left:150px;}


/* ==========================================================================
   ie7 styles
   ========================================================================== */


/*added 2/21/13*/
.ie7 .sidebarList li,
.ie7 #listHead_bkend_first,
.ie7 .listHead_bkend {
	line-height: 14px;
	margin-left:-80px;
	width:170px;
	padding-left:0px;
}
.ie7 .listHead_bkend {
	margin-left:8px;
	text-align:center;
	left:-15px;
}
.ie7 #listHead_bkend_first,
.ie7 .sidebarList_bkend li.listHead_bkend {
	width:107px;
	margin-left: -106px;
}
.ie7 #subcontainer_bkend {margin-right:20px;}   
.ie7 body {
    background: url(../imgs/ie7_bg.jpg) repeat-x;
	-pie-background: url(../imgs/topGradient.png) repeat-x, url(../imgs/bgTile.png) repeat; 
	 background-attachment:fixed;
}
.ie7 #logoBG {margin-top:-360px;}
.ie7 #login h5.pwText {margin-left:-42px;}
.ie7 #loginForm {
	position:relative;
	left:15px;
}
.ie7 #loginForm p {
	position:relative;
	left:200px;
}
.ie7 .globalInput { 
	font-family:calibri, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#f4f4f3;
	height:25px;
	width:145px;
	border-top:3px solid #aaa;
	border-left:3px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-left:5px;
}
.ie7 .globalInput.pass { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#f4f4f3;
	height:20px;
	width:145px;
	border-top:3px solid #aaa;
	border-left:3px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	left:2px;
	padding-left:5px;
	padding-top:5px;
	behavior:url(../PIE/PIE.htc);
}
.ie7 .globalInput.user { 
	font-family:calibri, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#f4f4f3;
	height:20px;
	width:145px;
	border-top:3px solid #aaa;
	border-left:3px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	left:2px;
	padding-left:5px;
	padding-top:5px;
	behavior:url(../PIE/PIE.htc);
}
.ie7 .globalBtn { 
	font-size:12px;
	width:119px;
	height:30px;
	color:#fff;
	position:relative;
	top:0px;

	left:8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(../imgs/btnBG.png)repeat-x;
	padding-left:15px;
	padding-right:40px;
	border:none;
}
.ie7 #movingNews {margin-top:28px;}
.ie7 #bioNav{
	margin-right:80px;
	position:relative;
	top:-20px;
}
.ie7 .greyBTN, 
.ie8 .greyBTN {
	background:url(../imgs/greyBTN.png);
	background-repeat:repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	text-shadow:1px 1px #fff;
	border:1px solid #b9b9b9;
	background-position:center;
	position:relative;
	z-index:10;
}
.ie7 img#coreLogo {
	float:right;
	margin-right:120px;
	margin-top:-75px;
}
.ie7 .pageHeading {
	height:147px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-2px;
	background:url(../imgs/header_BG.png);
	background-repeat:no-repeat;
	width:1143px;
	position:relative;
	box-shadow: 0px 27px 10px -15px #DEDEDE;
	behavior:url(../PIE/PIE.htc);
}
.ie7 .pageHeading hgroup {
	margin-top:-90px;
	text-shadow:2px 2px #fff;
}
.ie7 #leadershipBGinner {height:610px;}
.ie7 #leadershipBG {height:610px;}
.ie7 #leadershipBG {margin-top:-180px;}
.ie7 #leadershipBioBG {margin-top:-180px;}
.ie7 .leaderHoverArrow {top:-18px;}
.ie7 #aboutUsBG {margin-top:-240px;}
.ie7 #privacyBG {margin-top:-155px;}
.ie7 #techBox_top {margin-bottom:50px;}
.ie7 #inSync_PM_topBox {margin-bottom:40px;}   
.ie7 #loginForm {left:-20px;}
.ie7 #loginForm p {left:230px;}