/********************************
*
*  Information Gathering and Form Submission (phases 1 and 2)
*
********************************/
.transfer-process
{
	border: 1px solid #016f9d;
}
.container 
{
	border: 1px solid #016f9d;
	height:450px;
}
.mid-container 
{
	padding: 2px;
}
.left-content 
{
	border: 1px solid #016f9d;
	background-color:#f9ecd9;
	height:421px;
}
.page
{
	background-color:#f9ecd9;
	display:none;
	margin-top: 20px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.prequalpage
{
	/*background-color:#f9ecd9;*/
	display:none;
	margin-top: 20px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}
#page8
{
	min-height:280px;
}
#page9
{
	margin-top:0px;
}
.top-left-content 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px; /*this was 10px, set to 0px for ticket 19777 to fix image. */
	padding-bottom: 0px; /* this was not set prior to ticket 19777*/
	
}

.form-tbl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
select
{
	border: 1px solid #016F9D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer 
{
	background-repeat: repeat-x;
	background-position: left top;
}
.pageNumBG 
{
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 330px; /* was 330px need to change this in javascript? ticket 19777 */
	height:17px;
}
#infotooltip{
	position:absolute;
	font-size:8pt;
	font-family:arial;
	border:1px solid #333;
	background:white;
	padding:2px 5px;
	color:#333;
	display:none;
	width:200px
	}
#infotooltipHeader{
	font-size:11pt;
	font-weight:bold;
	font-family:arial;
	color:black;
	background-color:#f3f3f3;
	width:200px;
	margin-bottom:10px
}
/* Next Top Schools CSS */
.otherSchools 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 20px;
}
.otherSchoolshead 
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left: 20px;
}
.otherSchools a 
{
	color:#000000;
	padding-top: 3px;
	float:left;
}



#pageNum
{
	display:none;
}
#modal
{
	border: 1px solid #016f9d;
	height:450px;
	display:none;
}

#rightcol
{
	/*border: 1px solid #016f9d;*/
	width:385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#progressbarLabel
{
	color:white;
	font-weight:bold;
	font-size:8pt;
	margin-top:10px;
    margin-right:5px;
}

#progressbar
{
	width:175px;
	height:15px;
    margin-right:5px;
}

#ajaxSpinnerImg
{
    margin-top:140px;
    margin-right:15px;
}


#numSchoolsContent
{
    margin-top:120px;
    font-size:18pt;
    display:none;
    text-align:center;
	width:350px;
}

#numSchools
{
    font-size:18pt;
    text-align:center;
}

#nav_next
{
	cursor:pointer;
}

#nav_prev
{
	cursor:pointer;
}

#info_degree
{
	font-size:9pt;
}
#info_degree_level,#info_degree_name,#info_school_name
{
	font-weight:normal;
}
#submitButton
{
	text-align:center;
	display:none;
}
#degree_details,#degree_details_extra
{
	text-align:left;
	font-size:9pt;
	width:300px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#degree_details h1
{
	text-align:left;
	font-size:11pt;
}
#school_details
{
	text-align:left;
	font-size:9pt;
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
}
#school_details h1
{
	text-align:left;
	font-size:11pt;
}
#v4_cat_id,#v4_type_id
{
	width:210px;
}

#v4_email
{
	width:200px;
}

.footer {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*@import url(styles.css);*/

/*******************************************************
	Degree Fade-In Colors:  Upon selecting a program, 
	the degree copy CSS class is changed to 
	degree_info4, 3, 2, then finally degree_info
*******************************************************/
/* the degree title - this can be overridden in custom.css */
.degree_description_heading {
	font-size: 12px;
}

/* The Degree color seen immediately after switching degrees... should be the same color as the sidebar background color */
.degree_info4{
	color: #FFFFFF;
}
/* The Second Degree fade-in color (should be about 25% brighter or darker than degreeColor1) */
.degree_info3{
	color: #727272;
}

/* The Third fade-in color (should be about 25% brighter or darker than degreeColor2) */
.degree_info2{
	color: #353535;
}

/* The Final fade-in color (should be either white or black depending on bodyBGColor) */
.degree_info{
	color: #000000;
}

/* The extra text that some schools want below the degree details */

.degree_details_extra{
	color: #000000;
}

/*Controls Form layout*/
.campus {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
}
.areaofstudy {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
}
.specialization {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
}
.program {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
}
.zipcode {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100px;
}
.military {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100px;
}
.title {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100px;
}
.firstname {
	float: left;
	width: 125px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.lastname {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 125px;
}
.address {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 260px;
}
.city {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 130px;
}
.state {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 160px;
}
.email {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
}
.country {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 160px;
}
.homephone {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
	width: 140px;
}
.workphone {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 130px;
}
.mobilephone {
	float: left;
	margin-top: 26px;
	margin-bottom: 0px;
	width: 130px;
}
.preferred {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 175px;
}
.levelofedu {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 160px;
}

.Label {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.select-box select{
	/*LBOX V2
	position:absolute;*/
}

.localdropdowndiv{
	height: 50px;
}

.long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 260px;
}
.short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 125px;
	float: left;
}
.shortPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 35px;
}
.menulong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 250px;
}
.menushort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 150px;
	float: left;
}

.textboxlong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 260px;
	margin: 0px 0px 0px 0px;
}
.textboxshort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	width: 150px;
	margin: 0px 0px 0px 0px;
}
#helloBox2 {
	float:left;
	width:250px;
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
#helloBox2 a {
	float:left;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
}

.textEditContact {
	color:#FF0000;
}

div.disclaimer  {
	font-size:10pt;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -15px;
	padding-top: -15px;
}
.left_col_question {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 175px;
	font-size:10pt;
}
.right_col_question {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 160px;
	font-size:10pt;
}
.question {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
	font-size:10pt;
}

.question_inner {
	float: left;
	margin-bottom: 8px;
	width: 250px;
	font-size:10pt;
}
#button {
	margin-left: 75px;
	margin-right: 75px;
}

/* End Form Layout */

.fltrt {
	float: right;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer_disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:50px; 
	line-height:1.1;
}

#reqs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:10px;
}

/* HIDDEN ELEMENTS */
.one, .two, .three, .four
{
	display:none;
	margin:0px;
	padding:0px;
}






/********************************
*
*  Thank you Page (phase 3)
*
********************************/
.schoolsContainer
{
	text-align:center; width:230px;
}
.schools
{
	width:175px;height:75px;background-repeat:no-repeat;text-align:left
}
.didyouknow
{
	font-family:arial; font-size:10pt
}
.didyouknow H1
{
	font-size:14pt;font-weight:bold
}





/********************************
*
*  Transfer Process (phase 4)
*
********************************/
a.hover,a:active,a:visited
{
	outline:none;
}
.transfer-process
{
	width: 775px;
	height: 85px;
	margin:2px;
	padding:0px;
}
.transfer-process-content
{
	width: 750px;
	height:80px;
	margin: 10px;
	padding:0px;
}
.slider-button-container{
	width:17px;
	height:35px;
}
#slider-container{
	height:75px;
}
#slider{
	margin-left:8px;
	display:none;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:700px;
	height:90px;
	text-align:center;
	}	
#slider li img{
	border:0px;
	margin-left:15px;
	margin-right:15px;
	margin-top:8px
}
#prevBtn, #nextBtn{ 
	width:17px;
	height:35px;
	cursor:pointer;
	display:none;
	}	
#tooltip{
	position:absolute;
	font-size:8pt;
	font-family:arial;
	border:1px solid #333;
	background:white;
	padding:2px 5px;
	color:#333;
	display:none;
	width:300px
	}
#tooltipHeader{
	font-size:11pt;
	font-weight:bold;
	font-family:arial;
	color:black;
	background-color:#f3f3f3;
	width:300px;
	margin-bottom:10px
}

/********************************
*
*  Congratulations Page (phase 5) 
*
********************************/
.congrats
{
	font-family:arial; font-size:10pt
}
.congrats H1
{
	font-size:14pt;font-weight:bold
}

/* added for ticked 19777 */
#stepImage {
    margin: -10px -10px 0px -10px;
   /*margin-top:-10px;  
   margin-right:-10px;
   margin-bottom:0px;
   margin-left:-10px;*/
   
}

.bottom-left-content 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px; /*this was 10px, set to 0px for ticket 19777 to fix image. */
	 
}
/* note also look in emd_includes\templete\V4\scripts\function.js for css attribute addition for CosmeticQHSplitB.
/* end ticket 19777 */




