/*This is the Provider print style sheet*/

/* Begin - default styles used in all sites */
body, div, form, {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #FFFFFF;

}
div#header, div#nav, div#left, div#right, .invisible, div#contentMenuContainer, div#footer ul {
	display: none;
	
}

div#container {
	margin-bottom:15px;
	width:640px;
	border:none;
	float:left;
	padding:0;
	margin-top:65px;
}

div#sectionHeading {
	left:3px !important;
	left:13px;
	margin-bottom:10px;
}

div#sectionHeading h1 {
	font-size:32px;
	color:#999999;	
	height:auto;
	width:auto;
	text-transform: lowercase;
}

div#sectionHeading h1.home{ /* our company */
	background-image: none;
}

div#sectionHeading h1.company { /* our company */
	background-image: none;
}

div#sectionHeading h1.solutions { /* ICORE solutions */
	background-image: none;
}

div#sectionHeading h1.atwork { /* ICORE at work */
	background-image: none;
}

div#sectionHeading h1.education { /* education and research */
	background-image: none;
}

div#sectionHeading h1.resources { /* resources */
	background-image: none;
}

div#sectionHeading h1.contact { /* in the news */
	background-image: none;
}

div#sectionHeading h1.myaccount { /* in the news */
	background-image: none;
}

div#sectionHeading h1 a {
	display:block;
	color:#000000;
	height:auto;
	width:300px;
}



div#container2 ul#tabNav, div#container2 .provSearchButton {
	display:none;
}

div#container2 {
	top:-60px;
}

div#center {
	margin: 0px;
	padding: 0px;
	width: 640px;
}

div#center p {
	font-size:10pt;
}

div#center th {
	font-size: 12pt;
	font-weight:bold;
	color:#993300;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;

}
div#center label {
	font-weight:bold;
	color: #993300;
}

div#footer {
	width:100%;
	border-top: 1px solid #CCCCCC;
	color: #000000;
	background: url(http://www.magellanofaz.com/MHS/MGL/styles/none);
	margin-top: 10px;
	margin-bottom: 10px;
}

div#footer a {
	color: #000000;
	text-decoration: underline;

}
div#footer .copyright {
	color: #000000;
	
}

#printOnly {
	display: block;
	height: 70px;
	width: auto;
	position: absolute;
	left: 10px;
	top: 0px;
	border: 0px solid #666666;
}
.printLeft {
	display:none;	
}

.printRight {
	float: left;
}

/* app only print styles */

div#app {
	margin: 0px;
	padding: 0px;
	width: 640px;
	border: 0px solid #FFFFFF;
	height:auto;
}

div#app div.contentBlock, div#app div.block { /* container for application content */
	overflow: visible;
	width: 98%;
	margin-left: 5px;
	border:none;	
}


div#app .head, div#app div.contentBlock div.appHeader {
	background: url(http://www.magellanofaz.com/MHS/MGL/styles/none);
	width: auto;
	border-bottom: 1px solid #666666;	
	margin:0 0 5px 0;	
}

div#app .block .head h1 a, div#app div.contentBlock div.appHeader h1 {
	color: #000000;
	padding-top: 0px;
	border:none;
	font-size:16pt;
	display:block;
	clear:both;
	padding-bottom:5px;	
	margin-top:-10px;
	position:relative;
}

div#app h2, div#app div.contentBlock div.appHeader h2 {
	color: #666666;
	font-size:12pt;
	display:block;
	clear:both;
	padding-bottom:5px;	
	position:relative;
	border:none;
}

div#app div.contentBlock div.appHeader .helpButton {
	display:none;
}

div#app .content {
	width: 640px;
	margin-right: 0px;
	margin-left: 0px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
div#app .footer {
	width: auto;
}
div#app th {
	border-bottom: 1px solid #666666;
}

div#app .altRow {
	border: 1px solid #000000;
}

div#app div.contentBlock table td {
	border-bottom: 1px solid #999999;
	padding:2px;
}

#myLeft, .myLeft {
	width: 152px;
	
}
#myRight, .myRight {
	float: none;
	clear: both;
	
}
#myCenter, .myCenter {
	width: auto;
	
}




