
html {
    overflow-y: scroll;
}

body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	font: 0.625em normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.4;
	font-size: 11pt;
}

h1 {font-size: 2.2em; margin: 20px 0;}

.center-text{
	text-align: center;
}

select{
	font-size: 0.95em;
	color: rgb(68, 68, 68);
}

.container {margin: 10px auto;}

ul {
	margin: 2px;
	margin-top:5px;
	padding-inline-start: 25px;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
/* 	height: 32px; */
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	display: none; /* -- J.G. 11/29/11 - initially hidden to help with 508 compliance*/
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	/*background-color: #e0e0e0; -- J.G. 11/18/11 - Commented out to make the tabs look disabled. This is now controlled in enable* and disable* below*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	/*color: #000; -- J.G. 11/18/11 - Commented out to make the tabs look disabled. This is now controlled in enable* and disable* below*/
	display: block;
	font-size: 1.1em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	/*background-color: #ccc; -- J.G. 11/18/11 - Commented out to make the tabs look disabled. This is now controlled in enable* and disable* below*/
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	min-width: 200px;
	background-color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#welcome.tab_content{
	padding: 20px;
}
.tab_content {
	padding: 10px;
/* 	font-size: 1.2em; */
}
.tab_content h2 {
	font-weight: normal;
/* 	padding-bottom: 10px; */
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
/* .tab_content img { */
/* 	float: left; */
/* 	margin: 0 20px 20px 0; */
/* 	border: 1px solid #ddd; */
/* 	padding: 5px; */
/* } */

#para1
{
 	font-weight: normal;
/* 	padding-bottom: 10px; */
	border-bottom: 1px dashed #ddd;
} 

.question_title
{
	background-color: #00539B;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom:1px solid #A0A0A0;
	padding: 0.2em 0 0.2em 0.5em;
/* 	padding-left: 5px; */
}

.question_div
{
	margin-top:15px;
}

.question_table
{
	width:100%;
	border:1px solid #A0A0A0;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:#000000;
	border:1px solid #cecece;
	z-index:1;
	opacity: 0.1;
	/*height: 912px;*/ 
}

.helpMenu{
	background-color:#F7F7E7;
	border-bottom:1px solid #cecece;
	font-size:1em;
	display: none;
	padding: 2px;
}

.helpMenu2{
	background-color:#F7F7E7;
	border:1px solid #cecece;
	font-size:1em;
	display: none;
}

#popupMessage{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background-color:#F7F7E7;
	border:3px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}


#popupMessage h1{
	text-align:left;
	color:#6FA5FD;
/* 	font-size:22px; */
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupMessageClose{
/* 	font-size:14px; */
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
	_cursor:hand;  /* hack for internet explorer 6*/
	padding-bottom:5px;

	
}

#disclaimer
{
/* 	margin-top:20px; */
	color:#333333;
	font-style:italic;
	font-size:1em;
/* 	text-align:justify; */
}

.figures_box
{
	border:1px solid #7CAEE5;
	padding:5px;
	width:100%;
	background-color:#BED7F2;	
}

.figures_box tr:hover
{

}

.button_div
{
	margin: 10px 20px 0;
	padding-bottom:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

#agreement > table > tbody > tr > td:nth-child(2){
	padding-left: 20px;
}

.agreement
{
	margin-bottom:0;
	font-style:italic;
/* 	text-align:justify; */
}

.error
{
	color:red;
	font-size:1.1em;
	padding-right:3px;
}

.errorText
{
	font-size:1.1em;
	color:red;
}

.netPriceImportant
{
	font-weight:bold;
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:5px;
}

iframe {            
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
  	
}

.boxCenter{
	width:70%; 
	margin:0px auto; 
	overflow:hidden; 
	text-align:center;
}

.boxContainer{
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	vertical-align:top; 
	text-align:left;
}

.boxLeft{
	float:left; 
	padding-right:5px;

}

.boxRight{
	float:left; 

}

h2.welcome{
	color:#009EE0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:0px;
	margin:0px;
}

#welcome p{
	margin-top:5px;
}

#profile h2{
	margin:0px 0px 5px 0px;
}

.headerImage
{
	width:640px;
}

#loadDiv
{
	display: block;
}

#loadDiv div
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.dontShow
{
	display:none;
}

#agreement
{
	margin: auto;	
}

.highchartDisplay
{
	height: 430px; margin: 0 auto;
}



.button.help-icon-only {
	position: relative;
	top:1px;
	height: 16px;
	width: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0;
	box-shadow: none;	
}
.icon-button img {
  width: 14px;
  height: 14px;
}

/* .button */
/* { */
/* 	border:0px; */
/* /* 	display: block;  */ */
/* 	position: relative;  */
/* 	top:2px; */
/* 	margin-left: 6px; */
/* } */


.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-group table {
  display: contents;
}

.radio-group td {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.radio-group td input {
	margin: 0 2px 2px;
}

#aboutdegreequestiondiv > table > tbody > tr:nth-child(3) > td{
	padding: 2px;
}
#campusquestiondiv > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td {
	padding: 2px;
}
#tellUsSystemForm\:stoplivingplansquestion > table > tbody > tr:nth-child(4) > td {
	padding: 2px;
}
#dependencystatusquestiondiv > table > tbody > tr:nth-child(4) > td {
	padding: 2px;
}
#efcdropdowndiv > table > tbody > tr:nth-child(3) > td {
	padding: 2px;
}

.textLeft
{
	text-align:left;
}

.textRight
{
	text-align:right;
}

.valignTop
{
	vertical-align:top;
}

.tableMaxWidth
{
	width:100%;
}

.tdHalfWidth
{
	width:50%;
}

.tabbedResults
{
	padding-left:15px;
}

.boxLeftHelp
{
	text-align:left;padding-top:3px;
}

.tdHelpResultsRight
{
	text-align:right;padding-top:3px;
}

.fourYearNumbers
{
	padding-top:5px;
}

.notification {  
 line-height: 30px;  
 cursor: pointer;  
 clear: both;  
 height: 30px;  
 margin: 8px 0px 8px 0px;  
 padding: 20px 25px 10px 60px;  
 -moz-border-radius:4px;  
 -webkit-border-radius: 4px;  
}  

.notification strong  { margin-right: 5px;}  

.notification p   {  
 font-size: 11px;  
 padding: 0px;  
 margin: 0px;  
 color: #333333;  
}  

.information 
{
	 background-image: url(../img/informat.png);  
	 background-position: 15px center;  
	 background-repeat: no-repeat;  
	 border: 2px solid #418ACC;  
	 background-color: #ADD6E8;  
	 color: #235685;  
}

.notfoundmessage
{
	color:#000;
	font-size: 14px;  
	font-weight:bold;
}

.estimateTitle{
	text-align:center;
}

/*Added 11/18/2011*/

/*These items were added in the latest release to position the buttons at the bottom of the tabbed pages and to make a 
  the tabs look disabled.
   */

/* .question-input{ */
/* 	padding:0 0 3px 5px; */
/* }  */

.question-container{
	padding:5px;
}
 

.disableLi{background-color:#F4F4F4;display:none}/*This is used to make the tabs look disabled*/
.disableA{color:#6D6D6D;cursor:default;}/*This is used to make the tabs look disabled*/
.disableA:hover{background-color:#F4F4F4;}/*This is used to make the tabs look disabled*/
.enableLi{background-color: #e0e0e0;}/*This is used to make the tabs look clickable*/
.enableA{color: #000;}/*This is used to make the tabs look clickable*/
.enableA:hover{background-color: #ccc;}/*This is used to make the tabs look clickable*/