
/* Print Stylesheet for InfoMine */



body {
	font-family: Arial, Helvetica, san-serif;
	color: #000;
	background-color: #fff;
	font-size: 14px;
}



a, a:link, a:visited {
	color: black;
	text-decoration: underline;
}



.GeneralContainerBox .Content p {
	margin-bottom: 10px;
}

.HomeSection .LeftColumn, .HomeSection .RightColumn, .universalbarcontainer, .editionnavigationcontainer, .sectionnavigationcontainer, .FooterNav {
	display: none;
}

.MainContent {
	width: 825px;
}
/*EduMine Print Styles */
.EduMinePrint .MainContentWrapper  {
	width: 96%;
}	

.EduMinePrint .ThreeColContentBg .MainContent {
	width: 46%;
}
.EduMinePrint .ThreeColContentBg .LeftColumn {
	width: 22%;
	height: 2800px;
}
.EduMinePrint .ThreeColContentBg .RightColumn {
	width: 21%;
	height: 2800px;
}
.EduMinePrint .content-body-wrapper,
.EduMinePrint .course-header {
	width: 60%;	
}
.EduMinePrint .hero-container img {
	width: 200px;
}
.EduMinePrint .right-column {
	width: 35%;
}
.EduMinePrint .Enroll .right-column {
	display: none;
}
.EduMinePrint .Enroll .course-header,
.EduMinePrint .Enroll .content-body-wrapper {
	border-right: none;
}
.EduMinePrint .EnrollmentTable p {
	
}
.EduMinePrint .TopSiteSearchContainer {
	display: none;
}
.EduMinePrint .SocialNetworkingContainer {
	display: none;
}
/*End EduMine Print Styles */

/* Careers Section Print styles START */

.DisplayInfoWrapper {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.JobDetails .Content {
	width: 96.5%;
}

.InnerWrapper {
	width: 85.651537%;
	margin: 0 auto;
}

.Summary li {
	width: 300px;
	float: left;
	font-weight: bolder;
	margin: 0 2.9283% 7px 0;
	font-size: 14px;
}

.Summary li span {
	float: left;
	font-weight: normal;
	line-height: 12pt;
	width: 200px;
}

.Summary h3 {
	font-size: 14px;
}

/* START Jobs Summary Box */

.JobSummary li:nth-child(even) h3 {
	width: 47.1698%;
}

.JobSummary li:nth-child(odd) h3 {
	width: 19.231%;
}

.JobSummary li:nth-child(odd) span {
	width: 74.35897%;
}

.JobSummary li:nth-child(even) {
	margin-right: 0;
	width: 38.79941%;
}

.JobSummary li:nth-child(even) span {
	width: 47.1698%;
}

.JobSummary li:nth-child(odd) {
	width: 57.101%;
}

/* END Jobs Summary Box */

/* START Resumes Summary Box */


.ResumeSummary li:nth-child(odd) {
	width: 49.7804%;
}

.ResumeSummary li:nth-child(odd) h3 {
	width: 44.11764%;
}

.ResumeSummary li:nth-child(odd) span {
	width: 48.5294%;
}

.ResumeSummary li:nth-child(even) {
	margin-right: 0;
	width: 46.12%;
}

.ResumeSummary li:nth-child(even) h3 {
	width: 39.6825%;
}

.ResumeSummary li:nth-child(even) span {
	width: 47.61905%;
}

.ResumeSummary li span.Experience {
	width: auto;
	margin-right: 0.4em;
}

.ResumeSummary li span.Date {
	width: auto;
}

/* END Resumes Summary Box */

/* Careers Section Print styles END */



