/*	EDU Program Styles
*/

#eduWelcomeBar {
	height: 28px;
	line-height: 28px;
	background: #262626;
	color: #ddd;
	font-size: 11px;
}

	#eduWelcomeBar p {
		margin: 0 28px;
	}
	
	.user_name.eduActive {display: none !important; }
	
	/*
		This is to re-adjust the breadcrumb links
		when the EDU Welcome bar is present.
	*/
	
	.breadcrumb_links.eduActive {
		top: 158px !important; 
		display: block !important;
	}

.eduFirstItem {padding-left: 0 !important;}

.programName {font-weight: bold; color: #fff;}

#my_links li {margin-left: 10px !important;}

.seoImage {
	display: block;
	text-indent: -900em;
}

	.seoImage a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.tandCItem {
		margin-top: 5px;
	}
	
	.orOption {
		font-weight: bold;
		clear: both;
		display: block;
		margin-top: 15px;
	}
	
	#eppRegPageSection span.requiredLabel{
		padding-right: 12px !important;
	}
	
	.orderHistory {
		padding-right: 12px; !important;
	}
	
	.my_account .page_utilities {
		height: 35px !important;
	}
	
	.tandCItem {
		margin-top: 10px !important;
	}
	
/* registration page override styles */

.formPage #eduRegistrationForm  .selectContainer {
	position: absolute;
	margin-left: 118px;
}
.formPage #eduRegistrationForm #companyName-jcCustomSelectList li {
	width:304px;	
}
.formPage #eduRegistrationForm a#companyName {
	width: 310px;	
}
.formPage #eduRegistrationForm #companyName-jcCustomSelectList {
	width: 314px;	
}
