.ataglance  { border-left: 1px dashed #c3c3ae; width: 250px; float: right; margin: 0px 0px 20px 20px; padding-left: 20px; overflow: auto; }
.rednote    { color: #921b1c; }

h4 {
	font-size: .7em;
}
h4.section {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #c3c3ae;
	cursor: pointer;
}
h4.sectionOpen {
    display: block;
	margin: 5px 0px 0px 0px;
	padding: 15px 15px 15px 30px;
	border: 1px solid #c3c3ae;
	cursor: pointer;
    background-color: cc0000;
}
h4:hover {
    background-color: #f0f0ea;
}
.sectionContent  {
    background-color: #fff; /* f9f8f4 */
    display: block;
	/* width: 265px; */
	margin: 0px 0px 5px 0px;
	padding: 15px 15px 0px 15px;
	border-right: 1px dotted #c3c3ae;
    border-left: 1px dotted #c3c3ae;
    border-bottom: 1px dotted #c3c3ae;
    overflow: auto;
}
.sectionContentOpen {
    background-color: #fff; /* f9f8f4 */
	display: block;
	/* width: 265px; */
	margin: 0px 0px 5px 0px;
	padding: 15px 15px 0px 15px;
	border-right: 1px dotted #cc0000;
    border-left: 1px dotted #c3c3ae;
    border-bottom: 1px dotted #c3c3ae;
    overflow: auto;
}
.sectionContent ul, .sectionContent p, .sectionContentOpen ul, .sectionContentOpen p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.sectionContent li, .sectionContentOpen li {
	margin: 5px 0px 5px 15px;
}
.sectionContent img, .sectionContentOpen img {
	margin: 0px 4px 0px 4px;
}
.sectionContent table, .sectionContentOpen table { margin-bottom: 15px; }
.sectionContent table tr td.title, .sectionContentOpen table tr td.title { background-color: #dcdcce; /*#c3c3ae*/ font-weight: bold; }
.sectionContent table tr td.value, .sectionContentOpen table tr td.value { background-color: #f0f0ea; text-align: center; }
.sectionContent table tr td.key, .sectionContentOpen table tr td.key { text-align: center; width: 150px; font-weight: bold; }

.required {
      background-color: #f1f1d3;
      border: 1px solid #cccccc;
}

.reveal {
    float: right;
	color: #cfc08e;
	font-size: .8em;
	font-weight: normal;
}
.footer-note {
	text-align: center;
	font-size: .8em;
	margin-bottom: 0px;
}
a.visitButton {
	display: block;
	width: 273px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	margin: 1em 0px 1em 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	text-align: center;
	padding:1em 0em 1em 0em;
	text-decoration: none;
	color: #555555;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
a:hover.visitButton {
	background-color: #E4DDC5;
	border: solid 1px #555555;
	color: #000000;
	font-style: italic;
}
.visitRequestForm {
	margin: 0px -8px 0px -8px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
}
ul.underSpaces li {
	margin-bottom: 10px;
}
.information { color: #921b1c; font-style: italic; border-bottom: 1px dotted #921b1c; cursor: pointer; }




/**** GPA CALCULATOR ****/

/** 12/23/22 **/

#gpaCalc input[type=text]:read-only, textarea:read-only, select:disabled {
    background-color: #fafafa;
}
/** OLD
#gpaCalc .screenshot {
    text-align: center;
    border: 1px solid #000;
}
#GPACalcTable {
    width: 80%;
    margin: 0 auto;
    background-color: #F5F5F5;
}
#GPACalcTable2 {
    margin: 0 auto;
}
#GPACalcTable td, #GPACalcTable th {
    border: 1px solid #DDD;
    padding: 2px;
}
#GPACalcTable2 td {
    padding: 2px;
}
#GPACalcTable.wide {
    width: 90%;
}
#GPACalcTable select {
    padding: 0px;
    height: 30px;
}
#GPACalcTable input {
    width:70%;
} **/
