@charset "UTF-8";
/* CSS Document */
/*FONTS*/
@font-face {
 font-family: 'mulilight';
 src: url("../fonts/muli-light-webfont.eot");
 src: url("../fonts/muli-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-light-webfont.woff") format("woff"), url("../fonts/muli-light-webfont.ttf") format("truetype"), url("../fonts/muli-light-webfont.svg#mulilight") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'mulilight_italic';
 src: url("../fonts/muli-lightitalic-webfont.eot");
 src: url("../fonts/muli-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-lightitalic-webfont.woff") format("woff"), url("../fonts/muli-lightitalic-webfont.ttf") format("truetype"), url("../fonts/muli-lightitalic-webfont.svg#mulilight_italic") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'muliitalic';
 src: url("../fonts/muli-italic-webfont.eot");
 src: url("../fonts/muli-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-italic-webfont.woff") format("woff"), url("../fonts/muli-italic-webfont.ttf") format("truetype"), url("../fonts/muli-italic-webfont.svg#muliitalic") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'muliregular';
 src: url("../fonts/muli-regular-webfont.eot");
 src: url("../fonts/muli-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-regular-webfont.woff") format("woff"), url("../fonts/muli-regular-webfont.ttf") format("truetype"), url("../fonts/muli-regular-webfont.svg#muliregular") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'archivo_blackregular';
 src: url("../fonts/archivoblack-regular-webfont.eot");
 src: url("../fonts/archivoblack-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivoblack-regular-webfont.woff") format("woff"), url("../fonts/archivoblack-regular-webfont.ttf") format("truetype"), url("../fonts/archivoblack-regular-webfont.svg#archivo_blackregular") format("svg");
 font-weight: normal;
 font-style: normal;
}
/*LAYOUT*/
html, body {
	font-family:mulilight, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
}
/*
a, a:visited{
	text-decoration:none;
	color:#06F;
	
}
a:hover{
 color:#09F;
}
*/
a.lightLink, a.lightLink:visited {
	color:#9CF;
}
a.lightLink:hover {
	color:#BEF;
}
html {
	background-color:#f4f4f4;
}
h5, h4, h3, h2, h1 {
	margin-top:0;
	font-family:muliregular, sans-serif;
	color:#72260d;
	font-weight:normal;
}
h5 {
	font-size:.8em;
}
h4 {
	font-size:1em;
}
h3 {
	font-size:1.2em;
}
h2 {
	font-size:1.5em;
}
h1 {
	font-size:1.8em;
}
td, th {
	vertical-align:top;
}
fieldset {
	border:1px solid #dedede;
	margin:0;
	padding:.5em;
}
fieldset legend {
	font-weight:bold;
	color:#72260d;
	background:#fff;
	padding:0 .5em;
	margin-left:.5em;
}
fieldset td, fieldset p {
/*font-size:.8em;*/
}
#application_wrapper {
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	margin:0 auto -1.5em auto;
	background:none;
}
/*
#wrapper{
	width: 100%;
}
*/
#container {
	display:inline-table;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-bottom:1.5em;
}
div#header {
	height:70px;
	width:100%;
	background:url(../img/uncoLogo.png) top left no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	display:block;
	float:left;
	clear:both;
}
*/ #twoColumn, #oneColumn {
 display:block;
 max-width:100%;
 width:100%;
	/*outline:1px solid green;*/
	float:left;
}
#contentWrapper {
	display:block;
	float:left;
	padding:1em;
	box-sizing:border-box;
	border-spacing:.5em;
}
/*#footer{
	background:#000;
	color:#666666;
	width:100%;
	height:1.5em;
	margin:-1.5em auto 0 auto;
	padding:0px;
}
#footer div, #footer p{
	display:block;
	padding:.25em .5em;
	float:left;
	margin:0;
	font-size:.85em;
	width:98.78%;
}
*/
div#logos {
	text-align:center;
	padding:1em 0;
}
div#logos img {
	margin-bottom:1.2em;
	float:none;
	clear:both;
	border:none;
}
.noBulletList {
	list-style:none;
	margin:0;
	padding:0;
}
.noBulletList li {
	display:block;
	padding-left:18px;
}
.noBulletList img {
	margin-left:-21px;
	vertical-align:text-bottom;
}
.imgLi li {
	background-repeat:no-repeat;
	padding:.2em .2em .2em 2em;
	min-height:1.5em;
	background-position:3px 1px;
	-webkit-border-radius: 0 10px 10px 0;
}
.title {
	color:#0d7686;
	font-weight:bold;
}
.title2 {
	color:#900;
	font-weight:bold;
}
.lightTitle1 {
	color:#A7C7BE;
}
.lightTitle2 {
	color:#FFD37E;
}
.hiliteText1 {
	color: #72260d;
}
.hiliteText2 {
	color: #FF5500;
}
/*.hiliteText3 {
    color:#EBEAD8;
}*/

.scaleBg {
	background:no-repeat top right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='-=', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";*/
	background-size:100%\9;/* IE */
}
p.error, .error {
	color: red;
	font-weight: bold;
	font-size:.75em;
	margin: 0;
	padding: 0;
}
.infoBox td {
	font-size:.8em;
}
.noWrap td {
	white-space:nowrap;
}
.helpBtn {
	background: url("../img/help.png") repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	margin: 0 2px;
	width: 16px;
}
#help {
	float: right;
	display:block;
	font-size:.7em;
	margin:0 .5em 0 0;
}
#help img {
	margin-right:2px;
	vertical-align:middle;
}
#help a, #help a:visited {
	color:#A7C7BE;
	text-decoration:none;
}
#help a:hover {
	color:#C9E9DF;
	text-decoration:none;
}
/*-----PAGINATION CONTROL-----*/
#paginationControl {
	height:.8em;
	margin:0;
	padding:0;
}
#paginationControl ul {
	float: right;
	list-style: none outside none;
	font-size:.8em;
	margin:0;
	padding: 0;
}
#paginationControl li {
	float: left;
}
#paginationControl li.selected {
	color: #0d7686;
	cursor: default;
	margin: 0 3px;
	padding: 0 2px;
}
#paginationControl li a {
	margin: 0;
	padding: 0 2px;
	text-decoration:none;
}
#paginationControl li a:hover {
	background: none repeat scroll 0 0 #0d7686;
	color: #FFFFFF;
}
/*-----UTILITIES-----*/
.utilityBox, .utilityContainerDk {
	background:#d9d9d9;
}
.utilityBoxBlack {
	border:none;
	background:rgba(000, 000, 000, 0.75);
	background:#000\9;/* IE */
}
.utilityTable, .utilityTableGrey, .barTable {
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	background:#FFF;
	font-size:12px;
}
.utilityTable th, .utilityTableGrey th {
	text-align:left;
	color:#DBB05C;
	background:#222;
	padding:2px 4px;
	font-weight:bold;
	white-space:nowrap;
}
.utilityTable th img, .utilityTableGrey th img {
	margin:0 .25em 0 0;
	vertical-align:text-bottom;
}
.utilityTable td, .utilityTableGrey td {
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	padding:2px 4px;
	font-weight:normal;
	table-layout: fixed;
	border-bottom:none;
}
/*.utilityTable a, .utilityTable a:visited, .utilityTableGrey a, .utilityTableGrey a:visited, .column a, column a:visited {
	color:#06C;
	text-decoration:none;
}
.utilityTable a:hover, .utilityTableGrey a:hover, .column a:hover {
	color:#09F;
}*/
.utilityTable .downSort, .utilityTableGrey .downSort, .down {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/sortArrows.png);
	background-position:0px 16px;
	vertical-align:text-bottom;
}
.utilityTable .downSort:hover, .utilityTableGrey .downSort:hover, .down:hover {
	background-position:16px 16px;
}
.utilityTable .upSort, .utilityTableGrey .upSort, .up {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/sortArrows.png);
	background-position:0px 0px;
	vertical-align:text-bottom;
	margin:2px 0px 0px 2px;
}
.utilityTable .upSort:hover, .utilityTableGrey .upSort:hover, .up:hover {
	background-position:16px 0px;
}
.hiliteBg {
	background:#804;
	color:#fff;
}
.barTable td {
	border:1px solid #dedede!important;
	border-collapse:collapse;
	padding:.25em;
	font-weight:normal;
	font-size:.85em;
	text-align:left;
	table-layout: fixed;
	border-bottom:none;
	background: -moz-linear-gradient(top, #fff 20%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(100%, #dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 20%, #dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 20%, #dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 20%, #dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 20%, #dedede 100%); /* W3C */
	/*DISABLED filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background:#fff\9;/* IE */
}
.barTable .examDetail {
	background:#dedede;
	padding:0 4px 4px 4px!important;
}
.examDetail .utilityTable td {
	background:#fff;
}
.barTable .utilityTable td {
	font-size:1.1em;
}
.rowHilite tr:hover {
	background:#FFF2A6;
	cursor:pointer;
}
/*a.utilityButton, a.utilityButton:visited, .utilityBtn, .utilityBtn:visited{
	border:1px solid #f4f4f4;
	outline:1px solid #d9d9d9;
	background:url(../img/btnBg.png) repeat-x;
	background-color:#ededed;
	line-height:1.6em;
	font-size:11px;
	padding:0px 4px;
	font-weight:bold;
	text-decoration:none;
	color:#699;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
}
a.utilityButton:hover, .utilityBtn:hover{
	border:1px solid #FC0;
	outline:1px solid #F30;
	background-color:#F90;
	color:#72260d !important;
	cursor:pointer;
}
a.utilityButton img, .utilityBtn img, .utilityBtnSelected img, .utilityBtnDisabled img{
	vertical-align:text-bottom;
	border:none;
	margin-right:2px;
}

.utilityStartHover:hover{
	background-color:#0C0 !important;
	color:#CFC !important;
	outline:1px solid #363 !important;
}

a.utilityBtnSelected{
    background:url(../img/btnBg.png) repeat-x;
	background-color:#69F;
   	border:1px solid #9CF;
	outline:1px solid #d9d9d9;
	line-height:1.2em;
	font-size:11px;
	padding:2px 4px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF !important;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
}

a.utilityBtnSelected:hover{
	background:url(../img/btnBg.png) repeat-x !important;
	outline:1px solid #d9d9d9 !important;
	background-color:#9CF !important;
   	border:1px solid #BEF !important;
	color:#FFF !important;
}
a.utilityBtnDisabled {
	border:1px solid #f4f4f4;
	outline:1px solid #d9d9d9;
	background:url(../img/btnBg.png) repeat-x;
	background-color:#ccc;
	line-height:1.6em;
	font-size:11px;
	padding:2px 4px;
	font-weight:bold;
	text-decoration:none;
	 color: #888888;
	display:inline-block;
	text-align:center;
	white-space:nowrap;	
}*/

.stripe tbody tr.oddRow, .stripe tbody tr.oddRow td {
	background-color: #EEEEEE;
}
/*-----SITE-SEARCH-----*/
#uncOnlineSearch, .searchBox {
	float:right;
	margin:-12px 0px 0px 0px;
	line-height:1.06em;
	display:block;
	color:#72260d;
	z-index:1;
}
#uncOnlineSearch {
 *width:200px;
}
#uncOnlineSearch input[type="text"], .searchNav input[type="text"], .searchBox input[type="text"] {
	border:1px solid #d9d9d9;
	background:#FFF;
	width:10em;
	height:1.4em;
	padding:0 .5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:.96em;
	color:#666;
	float:left;
	margin:0;
}
#uncOnlineSearch input[type="text"] {
	background:#FFD37E;
}
.magBtn, .searchBox .goBtn {
	display:inline-block;
	float:right;
	margin:0 .1em;
	width:24px;
	height:24px;
	padding:0;
	background:url(../img/mag.png) no-repeat;
}
.magBtn:hover, .searchBox .goBtn:hover {
	background:url(../img/magOver.png) no-repeat;
}
.searchBox {
	margin:2px 0;
	min-width:154px;
	padding:0;
}
.searchBar {
	background:#cdcdcd;
	border:1px solid #d9d9d9;
	padding:.25em .5em;
	font-size:.85em;
	min-height:1.5em;
}
.searchBar .searchBox {
	margin:0;
}
.globalSearchResult {
	border-bottom:1px dashed #dedede;
	padding:.5em 0;
}
.globalSearchResult .titleLink a, .globalSearchResult .titleLink a:visited {
	color:#069;
	font-weight:normal;
	text-decoration:none;
}
.globalSearchResult .titleLink a:hover {
	color: #CC3300;
	text-decoration:underline;
}
.globalSearchResult .link {
	color:#0d7686;
	font-size:.75em;
}
.globalSearchResult .description {
	color:#333;
	font-size:.9em;
}
/*-----NAVIGATION-----*/
.fade {
	background:transparent url(../img/fade.png) repeat-x;
	width:100%;
	height:2.25em;
	position:relative;
	z-index:-1;
	margin-top:-2.25em;
	top:4em;
	float:left;
}
/*div#mainNavigation{
	width:100%;
	background:#000;
	padding:0;
	min-height:1.75em;
	float:left;
	clear:both;
}
div#mainNavigation ul, div#secondaryNav ul{
	padding:0;
	margin:0;
	list-style:none;

}
div#mainNavigation ul li, div#secondaryNav ul li{
	white-space:nowrap;
	text-align:center;
	font-size:1em;
	line-height:1.125em;
	margin:0 ;
	float:left;
}
div#mainNavigation ul li a, div#secondaryNav ul li a{
	display:inline-block;
	padding:.1em .5em .25em .5em;
	margin:.2em 0 0 0;
	text-decoration:none;
}
div#mainNavigation ul li a.selected{
	background:#fff;
	-moz-border-radius: 5px 5px  0px 0px;
	border-radius: 5px 5px 0px 0px;
	position:relative;
	top:1px;
	-moz-box-shadow: inset 1px 2px 2px -2px #888;
	-webkit-box-shadow: inset 1px 2px 2px -2px #888;
	box-shadow: inset 1px 2px 2px -2px #888;
}
div#mainNavigation ul.discovery{
	float:left;
	margin-left:8px;
}
div#mainNavigation ul.discovery a, div#mainNavigation ul.discovery a:visited, #footer a, #footer a:visited{
	color:#A7C7BE;
}
div#mainNavigation ul.discovery a:hover, #footer a:hover{
	color:#C9E9DF;
}
div#mainNavigation ul.discovery a.selected, div#mainNavigation ul.discovery a.selected:hover{
	color:#0d7686;
}
div#mainNavigation ul.services{
	float:right;
	margin-right:8px;
}
div#mainNavigation ul.services a, div#mainNavigation ul.services a:visited{
	color:#DBB05C;
}
div#mainNavigation ul.services a:hover{
	color:#FFD37E;
}
div#mainNavigation ul.services a.selected, div#mainNavigation ul.services a.selected:hover {
	color:#C60;
}
div#secondaryNav{
	width:100%;
	background:#fff;
	padding:.25em 0;
	float:left;
	clear:both;
	border-bottom:1px solid #dedede;
}
div#secondaryNav ul li a, div#secondaryNav ul li a:visited{
	font-size:.72em;
	line-height:.95em;
	color:#888;
	padding:3px 6px 5px 6px;
	margin:.1em .4em 0 .4em;
}
div#secondaryNav ul li a:hover{
	color:#333;	
}
div#secondaryNav ul li a.selected, div#secondaryNav ul li a.selected:hover{
	color:#fff;
	background:#000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#secondaryNav ul li.message a, div#secondaryNav ul li.message a:visited, div#secondaryNav ul li.messageSelected a, div#secondaryNav ul li.messageSelected a:visited{
	color:#069;
	display:block;
	width:32px;
	height:24px;
	background-image:url(../img/lgMessage.png) ;
	margin:0em .5em -.3em 0em;
	padding:0;
	line-height:1.5em;
	font-weight:bold;
	font-size:.7em;
	border-left:6px solid #fff;
	border-right:6px solid #fff;
	border-top:1px solid #fff;
	border-bottom:2px solid #fff;
	cursor:pointer;
}
div#secondaryNav ul li.messageSelected a{
	display:block;
	background-color:#dedede;
	border-left:6px solid #dedede;
	border-right:6px solid #dedede;
	border-top:1px solid #dedede;
	border-bottom:3px solid #dedede;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
div#secondaryNav ul li.message a:hover, div#secondaryNav ul li.messageSelected a:hover{
	color:#C00;
	background-position:0 24px;
}
div#secondaryNav ul li.basket, div#secondaryNav ul li.basketSelected{	
	float:right;
}
div#secondaryNav ul li.basket a, div#secondaryNav ul li.basket a:visited, div#secondaryNav ul li.basketSelected a, div#secondaryNav ul li.basketSelected a:visited{
	color:#adf;
	display:block;
	width:32px;
	height:28px;
	background-image:url(../img/basket.png) ;
	margin:.2em .2em -.4em .5em;
	position:relative;
	top:-4px;
	padding:0;
	line-height:3em;
	font-weight:bold;
	font-size:.7em;
	cursor:pointer;
}

div#secondaryNav ul li.basketSelected a{
	background-image:url(../img/basketSelected.png);
	background-color:#000;
	width:25px;
	height:22px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #000;
}

div#secondaryNav ul li.basket a:hover{
	color:#FFF;
	
}
div#secondaryNav ul li a:hover{
	color:#333;	
}
div#secondaryNav ul li.contactUs{
	float:right;	
}
div#secondaryNav ul li.contactUs a, div#secondaryNav ul li.contactUs a:visited{
	color:#069;
}
div#secondaryNav ul li.contactUs a:hover{
	color:#C00;
}
div#secondaryNav ul li.contactUs a.selected, div#secondaryNav ul li.contactUs a.selected:visited,  div#secondaryNav ul li.contactUs a.selected:hover{
	color:#DBB05C;
}
*/


.controlBar {
	color: #777777;
	float:left;
	clear:both;
	margin:0;
	background:#dedede;
	padding:0;
	width:100%;
	font-family:muliregular;
	box-sizing:border-box;
	padding:2px;
}
.controlBar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.controlBar li {
	padding:1px 5px;
	margin:.25em .25em;
	float:left;
	font-size:.85em;
}
.utilityTable .controlBar li {
	font-size:1.2em;
}
.controlBar li.active {
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background:#777;
}
.controlBar li.active:hover {
	color:#FFF;
	text-decoration:none;
}
.controlBar li:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.controlBar .brCrumb li, .controlBar .brCrumb li:hover {
	color:#777;
	cursor:default;
}
.controlBar .brCrumb li.active, .controlBar .brCrumb li.active:hover {
	color:#FFF;
	cursor:default;
}

/*-----SEARCH NAVIGATION-----*/
.searchNav {
	margin:1em;
	padding:1em;
	display:block;
}
.searchNav h3 {
	margin-top:1em;
	font-size:1.2em;
}
/*
.searchNav ul {
	list-style:none;
	padding:0px;
	margin:0px
}
.searchNav li {
	display:block;
	line-height:.95em;
	font-size:.95em;
	margin:.25em 0 0 0;
	padding:4px;
}
.searchNav li a, .searchNav li a:visited {
	text-decoration:none;
	color:#06C;
}
.searchNav li a:hover {
	color:#C30;
	text-decoration:underline;
}
.searchNav a.selected, .searchNav a.selected:visited, .searchNav a.selected:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.searchNav .subject, .searchNav .collaborative {
	max-height:200px;
	overflow:auto;
	padding:2px;
	border:1px solid #d4d4d4;
	background:#f4f4f4;
}
.searchNav .subject li, .searchNav .collaborative li {
	font-size:.85em;
	line-height:.95;
	padding-left:4px;
}*/
/* Map bubble css */
.green_bubble {
	width: 280px;
	color:green;
	padding-top:10px;
}
.red_bubble {
	width: 280px;
	color:#990033;
	padding-top:10px;
}
/*-----collaborative BOX-----*/
.slideArrowLeft {
	background:url(../img/slideArrows.png) 0px -36px no-repeat;
	width:24px;
	height:36px;
	display:block;
}
.slideArrowLeft:hover {
	background:url(../img/slideArrows.png) -24px -36px no-repeat;
	width:24px;
	height:36px;
	display:block;
}
.slideArrowRight {
	background:url(../img/slideArrows.png) no-repeat;
	width:24px;
	height:36px;
	display:block;
}
.slideArrowRight:hover {
	background:url(../img/slideArrows.png) -24px 0px no-repeat;
	width:24px;
	height:36px;
	display:block;
}
.collaborativePaginate {
	float:right;
	display:block;
	background:#000;
	padding:0px 9px 2px 9px;
	position:relative;
	margin-top:-1em;
	top:2em;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	z-index:1;
}
.collaborativePaginate ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.collaborativePaginate ul li {
	display:inline;
	padding:0;
}
.collaborativePaginate ul li a, .collaborativePaginate ul li a:visited {
	color:#DBB05C;
	text-decoration:none;
	display:inline;
	padding:0px 2px;
}
.collaborativePaginate ul li a:hover {
	color:#E6E4C3;
	text-decoration:none;
}
.collaborativePaginate ul li a.selected, .collaborativePaginate ul li a.selected:hover {
	color:#FFF;
}
/*-----VERTIACL TABS & CAMPUS LIST-----*/
ul.campusList, .verticalTabs {
	list-style:none;
	margin:.5em;
	padding:0px;
	display:block;
	float:left;
}
ul.campusList li, .verticalTabs li {
	margin:0px 0px;
	padding:0px 1px 0px 0px;
	display:block;
}

ul.campusList li a, .verticalTabs a, ul.campusList li a:visited, .verticalTabs a:visited {
	text-decoration:none;
	color:#dedede;
	font-weight:bold;
	font-size:.65em;
	display:block;
	padding:.8em 0 .8em 1.25em;
	margin:1px 0px;
	line-height:1.1em;
	-moz-border-radius: 18px 0px 0px 18px;
	border-radius: 18px 0px 0px 18px;
	background:rgba(85, 85, 85, 0.85);
	background:#666\9;/*IE*//*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dd555555', endColorstr='#dd555555'); /* IE */
	
}
ul.campusList li a.current, ul.campusList li a.current:hover, .verticalTabs a.selected, .verticalTabs a.selected:hover {
	background:#000;
	background-color:#000;
	color:#FFF;
	position:relative;
	left:1px;
	text-decoration:none;
}
ul.campusList li a.double, .verticalTabs a.double {
	line-height:12px;
	padding:.2em 0 .2em 1.25em;
}
ul.campusList li a:hover, .verticalTabs a:hover {
	color:#f4f4f4;
	background:#555;
	text-decoration:none;
}
/*-----TABBED CONTENT-----*/
div#contentTabs {
	padding:0px 0px;
	height:42px;
	margin-top:-.5em;
}
div#contentTabs ul, .horizontalTabs, .horizontalSubTabs {
	padding:0px;
	margin:0px;
	list-style:none;
}
.horizontalTabs, .horizontalSubTabs {
	margin-left:2em;
	margin-bottom:1px;
	displayt:block;
}
div#contentTabs ul li, .horizontalTabs li, .horizontalSubTabs li {
	white-space:nowrap;
	text-align:center;
	font-size:.9em;
	line-height:16px;
	margin:0px;
	display:inline;
}
div#contentTabs ul li a, .horizontalTabs li a, .horizontalSubTabs li a, .accordion .horizontalTabs li a {
	display:inline-block;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background:#666;
	color:#CCC;
}
.horizontalSubTabs li a {
	background:#999;
	color:#ddd;
}
.horizontalSubTabs li a:hover {
	background:#999;
	color:#FFF;
	text-decoration:none;
}
div#contentTabs a.selected, div#contentTabs a.selected:hover {
	background:#000000;
	color:#fff;
	position:relative;
	top:1px;
	padding:6px 10px 5px 10px;
	text-decoration:none;
}
.horizontalTabs a.selected, .horizontalTabs a.selected:hover, .accordion .horizontalTabs li a.selected, .accordion .horizontalTabs li a.selected:hover {
	background:#FFF;
	color:#72260d;
	position:relative;
	top:1px;
	padding:6px 10px 5px 10px;
	text-decoration:none;
}
.horizontalSubTabs a.selected, .horizontalSubTabs a.selected:hover {
	background:rgba(204, 204, 204, 0.75);
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#44cccccc', endColorstr='#44cccccc'); /* IE */
	background:#CCC\9;/*IE*/
	color:#000;
	position:relative;
	top:1px;
	padding:4px 10px 5px 10px;
}
div#contentTabs ul li a:hover, .horizontalTabs li a:hover, .accordion .horizontalTabs li a {
	color:#f4f4f4;
}
div#tabbedContent {
	float:left;
	outline:2px solid #000;
	padding:.5em;
	margin-right:1em;
	background:#000;
	color:#000;
	display:block;
	min-height:640px;
}
div#tabbedContent h2 {
	color:#DBB05C;
}
div#tabbedContent td {
	white-space:normal;
}
div#tabbedContent th {
	background:#555;
}
.univInfo {
	font-size:.85em;
	background-color:#FFD37E;
}
.univInfo td {
	color:#000;
}
td.actionsCell {
}
.actionsCell a {
	display:block;
	width:16px;
	height:16px;
	margin:0px 2px;
	float:left;
}
/*---MY DASHBOARD / MYSTUFF---*/
#countrydivcontainer {
	background:#000;
	outline:2px solid #000;
	padding: .5em;
	margin-right:1em;
	min-height:500px;
	display:table;
	width:100%;
}
#myStuffContent, .utilityContainerContent {
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 600px;
	padding: 1em;
	display:block;
	box-sizing:border-box;
	
}
#myStuffContent .utilityContainerContent {
/*min-height: 30px;*/
    /*width: 744px;*/
}
.utilityContainerContent {
	font-size:100%!important;
}
.utilityContainerContent span, .utilityContainerContent p {
	background-color:none!important;
	font-size:100%!important;
}
#myStuffContent input[type="text"], #myStuffContent textarea, #ColumnContent input[type="text"], #ColumnContent textarea {
	background:#E6E4C3;
	border:1px solid #d9d9d9;
	padding:2px;
	font-size:.9em;
}
#myStuffContent input[type="text"]:focus, #myStuffContent textarea:focus, #ColumnContent input[type="text"]:focus, #ColumnContent textarea:focus {
	background:#FFD37E;
}
 [disabled] {
 background:#dedede !important;
 border:1px dotted #d9d9d9 !important;
}
.actionsBar {
	background:#0d7686;
	color: #80bca8;
	display:block;
	margin:0em;
	padding:6px;
	box-sizing:border-box;
}
.actionsBar h1, .actionsBar h2, .actionsBar h3, .actionsBar h4, .actionsBar h5{
	color: #80bca8;
	margin:0;
	font-family:muliregular;
	font-weight:normal;
}
.actionsBar ul, .actionsBar ul li, actionsBarMenu {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.actionsBarMenu li {
}
.actionsBar li a, .actionsBar li a:visited {
	background-color:#80bca8;
	border-radius:1em;
	text-decoration:none;
	font-family:muliregular;
	font-size:.9em;
	color:#ffffff;
	padding:2px 8px;
	white-space:nowrap;
	display:inline-block;
	cursor:pointer;
	margin:2px;
}
.actionsBar li a:hover {
	background-color:#000000;
	color: #FFFFFF;
}
.actionsBar li a img {
	vertical-align:middle;
	border:none;
	outline:none;
	margin:-2px 2px 0 0;
}
.actionsBar select {
	margin:0;
	padding:0;
}
.actionsBar td {
	line-height:1em;
}
/*-----LIGHTBOX-----*/
div#lightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	width:700px;
	height:600px;
	margin:-300px 0 0 -350px;
	border:10px solid #000;
	background:#fff;
	z-index:9999;
	text-align:left;
	overflow: auto;
}
div#lightbox[id] {
	position:fixed;
}
div#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
div#overlay[id] {
	position:fixed;
}
div#lightbox.done #lbLoadMessage {
	display:none;
}
div#lightbox.done #lbContent {
	display:block;
}
div#lightbox.loading #lbContent {
	display:none;
}
divlightbox.loading #lbLoadMessage {
	display: block;
	background: #000 url('/system/images/spinner.gif') no-repeat center center;
	opacity: 0.75;
 filter:alpha(opacity: 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
div#lightbox div.lightbox_header, #lightbox div.lightbox_footer {
	position: relative;
	background-color: #eee;
	padding: 5px;
}
div#lightbox div.lightbox_header {
	border-bottom: 1px solid black;
	margin: 0px 0px 10px 0px;
	padding:12px;
}
div#lightbox div.lightbox_footer {
	border-top: 1px solid black;
	margin: 10px 0px 0px 0px;
}
div#lightbox div.lightbox_close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px;
}
div#lightbox div.lightbox_header h3 {
	font-family:muliregular, sans-serif;
	margin: 0px;
}
div#lightbox div.lightbox_body {
	padding: .5em;
	box-sizing:border-box;
}

div#lightbox div{
	box-sizing:border-box;
}

div#lightbox form{
	margin:0;
	padding:0;
}

div#lightbox_close_div {
	position:fixed;
	top:50%;
	left:50%;
	width: 784px;
	height: 600px;
	margin:-300px 0 0 -384px;
	z-index:9998;
}
div#lightbox_close_button {
	float:right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../../../images/close_win.png) no-repeat right top;
}
/*-----BOOKBAG/BASKET-----*/
h1.body_title {
	margin:0 .5em;
	font-size:1.5em;
	color:#0d7686;
}
h1.body_title div {
	font-size:.7em;
}
#results_header {
}
#bookbag_header {
	line-height:1.8em;
	background:#000;
	border:1px solid #000;
	color:#DBB05C
}
#course_compare_header {
}
#results_table_top {
}
#results_table_bottom {
}
#course_view_header, #course_view_table_bottom {
	text-align:right;
}
#course_view_header a, #course_view_table_bottom a {
	color:#069;
	text-decoration:none;
}
#course_view_header a:hover, #course_view_table_bottom a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#course_view_table_top {
}
#course_view_table_bottom {
}
table.course_results {
	border-color:#DFDFDF;
	border-collapse:collapse;
	border-style: none dashed dashed dashed;
	border-width: 1px;
}
table.course_results td, table.course_results_alter td {
	border-color:#DFDFDF;
	border-collapse:collapse;
	border-style: none dashed dashed dashed;
	border-width: 1px;
	color: #333333;
	padding: 10px;
	background:#fff;
}
table.course_results td.last, table.course_results_alter td.last {
}
table.course_results, table.course_results_alter {
	border-bottom: 1px dashed #DFDFDF;
	border-collapse: collapse;
}
/*---OLD ASP STYLE CONVERSION--*/
#wayfMain, #incident_reports_div {
	margin:1em 1em 2em 1em;
	display:block;
	float:left;
	width:96.76%;
}
incident_pending_list_div {
	width:20%;
}
#appt_details {
	font-size:.8em;
	background:#f4f4f4;
	border:1px solid #d9d9d9;
	padding-bottom:.5em;
}
#appt_details td, #appt_details form {
	padding:.5em;
}
#appt_details fieldset {
	background:none;
}
/*div #col1, div #col2, div #col3 {
	display:table-cell;
	width:30%;
	margin:1em;
	background:#000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:.75em;
	color:#fff;

}
div #col1 h3, div #col2 h3, div #col3 h3 {
	color:#DBB05C;
}
div #col1 p, div #col2 p, div #col3 p {
	font-size:.9em;
}
*/
.clear {
/*clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;*/
}
div #agreement {
	float:right;
	border:1px solid #dedede;
	height:40em;
	overflow:auto;
	width:60%;
	margin:1em 0 1.5em .5em;
	padding:1em;
	background:#FFF;
	text-align:left;
}
div #agreement .title {
	font-size:1.5em;
	font-weight:bold;
	color:#0d7686;
	text-align:center;
}
div #agreement .tagline {
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	margin-bottom:1em;
}
div #agreement ul li {
	margin-bottom:.7em;
}
div #agreement ol li {
	margin-bottom:.7em;
}
div #smallBox {
	background:#b9b9b9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:.75em;
	float:left;
	width:32%;
	margin-bottom:1.5em;
}
div #smallBox hr {
	color: #cdcdcd;
	background-color:none;
	border-top:1px solid #dedede;
	border-bottom:1px solid #fff;
	height: 0px;
	margin:20px -6px 20px -6px;
}
div #smallBox ul {
	padding:15px;
}

div #smallBox h5 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	color:#336666;
}
div #smallBox input[type="checkbox"]{
	float:left;
	margin:0 4px 4px 0;
}
	

div#map_results_pane .leftArrows {
	float:left;/* width;42px; */
}
div#map_results_pane .rightArrows {
	float:right;/* width;42px; */
}
a.leftEnd {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/leftEnd.png) no-repeat;
	float:left;
	margin:.4em 0;
}
a.leftEnd:hover {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/leftEndHover.png) no-repeat;
}
a.leftPage {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/left.png) no-repeat;
	float:left;
	margin:.4em 0;
}
a.leftPage:hover {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/leftHover.png) no-repeat;
}
a.rightEnd {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/rightEnd.png) no-repeat;
	float:left;
	margin:.4em 0;
}
a.rightEnd:hover {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/rightEndHover.png) no-repeat;
}
a.rightPage {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/right.png) no-repeat;
	float:left;
	margin:.4em 0;
}
a.rightPage:hover {
	display:block;
	width:16px;
	height:16px;
	background: url(../img/rightHover.png) no-repeat;
}
div#map_widget_wrapper {
	position:relative;
	padding:1em;
	width:100%;
	min-height:48px;
	margin-top:-0.5em;
	box-sizing:border-box;
	background:#f9f9f9;
	clear:both;
	border-bottom:1px solid #dedede;
}
div#map_widget_wrapper.advanced {
	min-height:14em;
	display:block;
}
.advancedSearchBtn {
	display:block;
	height:1.5em;
	padding:0;
	position:relative;
	top:1px;
	left:20px;
	font-size:.7em;
}
#advancedSearchImage {
	vertical-align:text-bottom;
	margin-right:.25em;
}
div#map_widget_wrapper div.extendedSearch {
	float:left;
	margin:.25em .5em;
	color: #00A7FF;
	font-size:.7em;
}
div#map_widget_wrapper div.searchBoxBottom {
	diplay:block;
	float:left;
}
div#map_widget_wrapper.advanced div#advancedSearchBtn {
	display:block;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #DFDFDF;
	min-height:24px;
	padding:5px 4px 0px 4px;
	background:#FFFFFF url(../img/barGrad.jpg) repeat-x;
	position:relative;
	top:-3px;
	margin-bottom:-8px;
}
div#map_widget_wrapper div.extendedSearchFields {
	clear:both;
	display:none;
	width:100%;
	min-height:8em;
	margin-bottom:5px;
	padding:5px;
	box-sizing:border-box;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	background:#FFFFFF url(../img/search_module_fullbg.jpg) repeat-x scroll center bottom;
	position:relative;/*top:-8px;*/
	
}
#mapWrapper {
	float:left;
	/*outline:1px solid #dedede;*/
	/*border:1px solid #fff;*/
	padding:0;
	width: 100%;
	margin-bottom: 1.5em;
	display:block;
	box-sizing:border-box;
}
.criteria_group {
	float:right;
	text-align: left;
	padding: .5em;
	margin:0px .5em;
	width: 22.1%;
	min-height:7em;
	z-index:2;
	font-size:.8em;
}
.criteria_group legend {
	color:#72260d;
}
.criteria_group .column {
	float:left;
	width:50%;
}
div#map_widget_wrapper.advanced div.extendedSearchFields {
	display:block;
	z-index:1;
}
.topBorderLine {
	border-top:1px solid #DFDFDF;
	float:left;
	clear:both;
	width:100%;
	z-index:-1;
	display:none;
	height:1px;
}
div#map_widget_wrapper.advanced .topBorderLine {
	display:block;
}
.ribbonButton {
	border: solid 1px #efefef;
	float: right;
	margin-left:.25em;
	background:#FFF;
}
.ribbonButton a {
	display:block;
	min-width:1.25em;
	height:1.5em;
	border: solid 1px #fff;
	background:#FFFFFF url(../img/button-bg.jpg) repeat-x;
	padding:.25em;
	font-size:.7em;
}
.ribbonButton a:hover {
	background:#FFF;
}
.ribbonButton img {
	margin-right:.25em;
	border:none;
}
.ribbonButton span {
	position:relative;
	top:-3px;
}
.inviteBtn {
	float:right;
	padding:0 .5em;
	margin:0;
	border-left:dotted 1px #dedede;
	border-right:dotted 1px #dedede;
	color:#999;
	font-size:.6em;
}
.inviteBtn span {
	font-size:1.7em;
}
.inviteBtn .ribbonButton {
	height:2.5em;
}
#map_canvas {
	width:72%;
	height:400px;
	float:left;
	border:1px solid #dedede;
	margin:.5em;
	box-sizing:border-box;
}
div#map_showcase div#map_canvas {
	width: 400px;
	margin: 0;
	height: 300px;
	border: 1px solid rgb(190, 190, 190);
}
#map_results_pane {
	width:25%;
	height:400px;
	overflow:auto;
	float:left;
	font-size:.8em;
	border:1px solid #dedede;
	padding:5px 10px;
	margin:.5em;
	box-sizing:border-box;
	background:#FFFFFF url(../img/invertedGrad.jpg) repeat-x;
	clear:left;
}
div#map_showcase div#map_results_pane {
	width: 70%;
	height: auto;
	float: none;
	margin: .5em 0 0 0;
	background-color: transparent;
	background-image: none;
	border-style: none;
	font-size:.8em;
}
div#map_results_pane .pagingCtrl {
	padding:.25em .5em;
	margin:.75em 0;
	height:1.5em;
	color:#fff;
	clear:both;
	line-height:1.5em;
	background:#666;
	text-align:center;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
div#map_results_pane .groupedResults {
	border:1px solid #dedede;
	padding:.25em;
	margin:.5em 0 .5em 0;
	background: #efefef url(../img/gradientWhite.jpg) repeat-x top center;
	display:table;
	clear:both;
}
div#map_results_pane .groupedResults .header {
	background:#000;
	padding:.25em;
	font-weight:bold;
	margin:.25em;
	color:#FFF;
	display:block;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.findResultListing {
	display:block;
	clear:both;
	padding:1em 0 0 0;
	margin:0;
}
img.balloon {
	float:left;
	margin-right:4px;
}
div.findResultInfo {
	float:left;
	width: 80%;
}
div.groupedResults div.findResultInfo {
	float:left;
	width: 80%;
}
div.groupedResults div.selected {
	background-color:#DDDDDD;
	padding:.25em;
	margin:.25em;
	float:left;
	width:95.5%;
}
div.selected {
	background-color:#EEEEEE;
	padding:.25em;
	margin:.25em -.25em .25em 0;
	display:table;
	width:98%;
}
.titleBar {
	line-height:1.65em;
	padding:.5em;
	background:#000;
	color:#FFD37E;
	margin:0;
	display:block;
	font-size:.8em;
}
.subContainer {
	border:1px solid #d9d9d9;
	background:#ededed url(../img/medGrad.png) repeat-x bottom left;
	margin:.5em 0;
	float:left;
	display:block;
}
.subContainerContent {
	font-size:.85em;
}
#searchContainer {
	display:none;
	padding:.5em;
	margin:0;
	float:left;
	clear:both;
	background:#ddd;
	min-height:24px;
}
#myStuffContent div.findResultInfo {
}
#becomeBtnBar {
	text-align:right;
}
.threePanel td {
	font-size:.8em;
}
.hiliteBG {
	background-color: #FFDF55;
	border: 1px solid #FFBF00;
}
.initiativeSelection {
	background: none repeat scroll 0 0 #444444;
	border: 1px solid #333333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	list-style: none outside none;
	margin: 0;
	min-height: 300px;
	padding: 0;
	width: 230px;
}
.initiativeSelection li {
	display: block;
	margin: 0;
	padding: 0;
}
.initiativeSelection a, .initiativeSelection a:visited {
	color: #999999;
	cursor: pointer;
	display: block;
	margin-left: 4px;
	padding: 0 8px;
}
.initiativeSelection a:hover {
	color: #FFF;
}
.initiativeSelection a.selected {
	background:#dedede;
	color: #006666;
	margin-left: 3px;
	margin-right: -1px;
	-moz-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
.read_only_field {
	color:#777;
}

/*-----IIC REGISTRATION" STUFF-----*/

/*================================= 
 * From bookbag.css
 *=================================/

/* Results Table */

div.info_wrapper table, div.info_alter_wrapper table {
	border: none;
}
.info_alter {
	background-color: #ebf0e0;
}
table.course_results td, table.course_results_alter td {
	color: #333;
	padding: 10px;
	border: none;
	border-right: 1px dashed #dfdfdf;
}
table.course_results td.last, table.course_results_alter td.last {
	border: none;
}
table.course_results, table.course_results_alter {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px dashed #dfdfdf;
	font-size: 11px;
}
table.course_offerings td, table.course_offerings_alter td {
	color: #333;
	padding: 10px;
	border: none;
	border-right: 1px dashed #dfdfdf;
}
table.course_offerings td.last, table.course_offerings_alter td.last {
	border: none;
}
table.course_offerings, table.course_offerings_alter {
	border-collapse: collapse;
	width: 100%;
	border: none;
	font-size: 11px;
}
table.course_results_sort {
	border-collapse: collapse;
	width: 100%;
	border:none;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
}
table.course_results_sort td {
	height: 50px;
	color: #FFF;
	padding: 0 10px;
	border: none;
}
table.course_results_sort td.last {
	border: none;
}
table.course_offerings_sort {
	border-collapse: collapse;
	width: 100%;
	border:none;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
}
table.course_offerings_sort td {
	height: 50px;
	color: #FFF;
	padding: 0 10px;
	border: none;
}
table.course_offerings_sort td.last {
	border: none;
}
/*================================= 
 * From login_form.css
 *=================================/

/* - - - - - - - - - - - - - - - - - - - - -

Title : Login Form CSS
Author : the University of North Carolina
URL : http://www.northcarolina.edu

Created : January 13, 2008

- - - - - - - - - - - - - - - - - - - - - */


/*---------------------------------

Main Div Declarations

---------------------------------*/

.apply_login_header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: transparent url(../img/apply_login.jpg) no-repeat top left;
}
.apply_login_header_agree_home {
	margin: 0 1em;
	padding: 0;
	width: 100%;
	height: 50px;
	background: transparent url(../img/apply_login_agree_home.jpg) no-repeat top left;
}
.apply_login_header_agree_visiting {
	margin: 0 1em;
	padding: 0;
	width: 100%;
	height: 50px;
	background: transparent url(../img/apply_login_agree_visiting.jpg) no-repeat top left;
}
.apply_login_header_complete {
	margin: 0 1em;
	padding: 0;
	width: 100%;
	height: 50px;
	background: transparent url(../img/apply_login_complete.jpg) no-repeat top left;
}
#login_wrapper {
	/*position: relative;*/
			margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	text-align: center;
}
#apply_login_wrapper {
	/*position: relative;*/
			margin: 0 0 10px 0;
	padding: 50px 0;
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	text-align: center;
	border-top: none;
}
#login_wrapper_agree {
	/*position: relative;*/
			margin:1em;
	padding: .5em;
	width: 95.14%;
	border: 1px solid #dfdfdf;
	background-color:#FFF;
}
#login_wrapper_complete {
	/*position: relative;*/
			margin: 1em;
	padding: 0em;
	border-top: none;
}
.registration_details_wrapper {
	margin: 0;
	padding: 1em;
}
/* div.home_terms, div.visiting_terms
			{
			margin: 0 0 10px 0;
			padding: 0;
			width: 958px;
			background: #fff url(../img/slashed_bg.jpg) no-repeat top center;
			border-top: 1px solid #dfdfdf;
			border-bottom: 1px solid #dfdfdf;
			}
*/

div#terms_wrapper {
	border-bottom: 1px solid #dfdfdf;
}
div.home_terms_l, div.visit_terms_l {
	display: inline;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	height: 200px;
	width: 455px;
	background: #fff url(../img/slashed_bg.jpg) no-repeat top right;
	border: 1px solid #dfdfdf;
	overflow: auto;
}
div.home_terms_r, div.visit_terms_r {
	display: inline;
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0;
	height: 200px;
	width: 455px;
	background: #fff url(../img/slashed_bg.jpg) no-repeat top right;
	border: 1px solid #dfdfdf;
	overflow: auto;
}
img.campus_logo {
	float: left;
	margin: 10px;
	padding: 0;
}
#confirm_header {
	position: relative;
	margin: 0;
	padding: 0;
	/*width: 958px;*/
			height: 50px;
	background: #fdfdfd url(../img/table_bg.jpg) repeat-x top left;
	border: 1px solid #dfdfdf;
}
#confirm_footer {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	/*width: 958px;*/
			height: 50px;
	background: #fdfdfd url(../img/footer_bg.jpg) repeat-x top left;
	border: 1px solid #dfdfdf;
	border-top: none;
}
#confirm_wrapper {
	margin: 0;
	padding: 0;/*width: 958px;*/
			}
#apply_login_wrapper #wayf_form_wrapper {
	margin: 0 auto;
	text-align: left;
	/*width: 448px;*/
			background: #fff;
}
#wayf_form_wrapper {
	margin: 50px auto;
	text-align: left;
	width: 448px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
#login_form_logo {
	margin: 50px auto 10px auto;
	text-align: left;
	width: 448px;
	height: 148px;
	background: transparent;
	border: 1px solid #dfdfdf;
	text-indent: -9999px;
}
#apply_login_wrapper #login_form_logo {
	margin: 0 auto 10px auto;
}
#login_form_wrapper {
	margin: 0 auto 10px auto;
	text-align: left;
	width: 448px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
#login_form_change {
	margin: 0 auto 50px auto;
	text-align: left;
	width: 448px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
#login_form_change_logos {
	margin: 0 auto 50px auto;
	text-align: left;
	width: 448px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
#login_form {
	margin: 0;
	padding: 0;
	text-align: left;
}
#wayf_form_wrapper #login_form {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#campus_login {
	margin: 0;
	padding: 0;
}
#campus_login fieldset {
	margin: 0;
	padding: 20px 0;
	border: none;
}
#accept_wrapper_header {
	margin-top:.5em;
	/*width: 938px;*/
			height: 50px;
	border: 1px solid #d9d9d9;
	background: #fff;
}
#accept_wrapper {
	margin-bottom:.5em;
	padding: 0;
	/*width: 938px;*/
			border: 1px solid #d9d9d9;
	border-top: none;
	font-size:.85em;
	background: #fff;
}
#accept_wrapper fieldset, #accept_wrapper_complete fieldset, #accept_wrapper_center fieldset, #accept_wrapper_left fieldset, #accept_wrapper_right fieldset {
	padding:0!important;
	margin:0!important;
	background:none!important;
	border:none!important;
	filter:none!important;
}
#accept_wrapper input {
	padding:.25em;
	margin:0;
	font-size:.85em;
}
#accept_wrapper_complete {
	margin-bottom: .5em;
	padding: 0;
	/*width: 938px;*/
			border: 1px solid #d9d9d9;
	border-top: none;
	background: #fff;
}
#accept_wrapper_left {
	float: left;
	display: inline;
	width:33%;
}
.details_left, .details_wrapper, .body_header, .error_message {
	padding:0 1em;
}
#accept_wrapper_center {
	float: left;
	display: inline;
	width:33%;
	border-right:1px dashed #d9d9d9;
	border-left:1px dashed #d9d9d9;
	height:18em;
}
#accept_wrapper_right {
	float: left;
	display: inline;
	width:33%;
}
/*---------------------------------

Form Declarations

---------------------------------*/

			
/*fieldset		{
			margin: 0;
			padding: .5em;
			border: none;
			}*/
					
form#home_accept label, form#complete_registration label {
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 14px 0px;
}
/*
form input 		{
			display: block;
			margin-top: 3px;
			}

form select 	{
			margin: 0 20px 20px 20px;
			padding: 0;
			float: right;
			display: block;
			}

form label.userid,
form label.password,
form label.campus
			{
			clear: left;
			}


form label.userid,
form label.password,
form label.campus
			{
			float: left;
			margin: 0px 20px 0px 20px;
			width: 408px;
			}

form label.userid input,
form label.password input
			{
			float: right;
			width: 404px;
			padding: 0px;
			}
			*/

div.login_disclaimer {
	margin: 0 20px 20px 20px;
	padding: 10px;
	background: #fef1f1;
	border: 1px dashed #dfdfdf;
}
form label.login_button input {
	clear: both;
	float: right;
	margin: 0 20px 10px 20px;
}
#accept_wrapper_right label.accept_button input {
	clear: both;
	float: right;
	margin: 14px;
}
#accept_wrapper_right label.cancel_button input {
	float: right;
	margin: 0;
}
/*
#accept_wrapper_complete #accept_wrapper_right label.cancel_button
			{
			float: right;
			margin: 14px 0;
			}			
					*/
			
#accept_wrapper_center label.field-checkbox {
	clear: none;
	float: left;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px;
}
#accept_wrapper_center input#accept_checkbox {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
}
#accept_wrapper_left label.field-radiobutton {
	clear: none;
	float: left;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px;
}
#accept_wrapper_left input.radiobutton {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
}
#accept_wrapper .input {
	padding: 6px 5px;
	float: left;
	display: block;
	width: 281px;
	margin: 0 10px 10px 10px;
	border: 1px solid #ddd;
	font-size: 12px;
}
form#login_form_changeset label.campus {
	margin: 20px 20px 0 20px;
	font-weight: bold;
}
form label.field-checkbox {
	display: inline;
	clear: none;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
}
form input#password_checkbox {
	display: inline;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
}
/*---------------------------------

Typography Declarations

---------------------------------*/

#login_wrapper_agree p, #login_wrapper_complete p {
	margin: 0;
	padding: 10px;
}
#login_wrapper_agree em {
	font-style: normal;
	font-weight: bold;
}
#login_form p {
	margin: 0 0 20px 0;
	padding: 0 20px;
}
#login_wrapper_agree h3 {
	margin: 0;
	padding: 1em;
}
#accept_wrapper_header h3 {
	margin: 0;
	padding: 1em;
}
#login_form hr {
	margin: 20px;
	padding: 0;
}
div.login_disclaimer p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
}
div.login_disclaimer em {
	font-weight: bold;
}
/*---------------------------------

Unique Logo Classes

---------------------------------*/

div#login_form_logo.North_Carolina {
	background: #fff url(../img/unc_logo.jpg) no-repeat top center;
}
/*----------------------------------

Edit in Place

----------------------------------*/

div.in_place_edit {
	display: none;
	background: #FFCCCC;
	margin: 3px;
	padding: 3px;
}
div.in_place_edit fieldset {
	text-align:right
}
/*----------------------------------

IDP Campus/Institution Logos

----------------------------------*/

#logos_wrapper {
	margin: 0;
	padding: 0;
	height: 478px;
}
ul#logos {
	list-style: none;
	margin: 0;
	padding: 20px;
}
ul#logos li {
	float: left;
	margin: 0 4px 4px 0;
}
ul#logos li.last {
	margin: 0 0 4px 0;
}
ul#logos li a {
	display: block;
	width: 97px;
	height: 97px;
	border: 1px solid #dfdfdf;
	text-indent: -9999px;
}
ul#logos li a:hover {
	border: 1px solid #ffc001;
}
ul#logos li a.active {
	border: 1px solid #ffc001;
}
/*================================= 
 * End login_form.css
 *=================================/

/*================================= 
 * Begin tabbed_pages.css
 *=================================/

/* - - - - - - - - - - - - - - - - - - - - -

Title : Tabbed Pages CSS
Author : the University of North Carolina
URL : http://www.northcarolina.edu

Created : January 13, 2008

- - - - - - - - - - - - - - - - - - - - - */

.enrollment_details {
	display:none;
	padding: 10px 0 0 0;/* border-top: 1px dashed #dfdfdf; */
}
.internal_workflow {
	margin-top:10px;
	padding: 0 10px 10px 10px;
}
#dashboard {
	font-size:11px;
	width:960px;
	margin: 0;
	padding:0;
	line-height:15px;
}
#dashboard div.on {
	color:#000;
	width: 89px;
	padding:0 10px 0 10px;
	margin: 0;
	float:left;
	background: #878787;
	cursor: pointer;
	border-right: 1px solid #fff;
	height:50px;
	line-height: 30px;
	position:relative;
	z-index:100;
}
#dashboard div#Past_Due_Tab.always {
	color:#000;
	width: 89px;
	padding:0 10px 0 10px;
	margin: 0;
	float:left;
	background: #b90707 url(../img/past_due_bg.gif) repeat-x;
	cursor:pointer;
	border-right: 1px solid #fff;
	height:50px;
	line-height: 30px;
	position:relative;
	z-index:100;
}
#dashboard div.off {
	color:#000;
	height:51px;
	margin: 0;
	line-height:30px;
	width: 89px;
	padding:0 10px 0 10px;
	float:left;
	background: #333;
	border-right: 1px solid #fff;
	cursor:pointer;
	position:relative;
	z-index:20;
}
#dashboard div#Past_Due_Tab.off {
	color:#000;
	height:51px;
	margin: 0;
	line-height:30px;
	width: 89px;
	padding:0 10px 0 10px;
	float:left;
	background: #b90707 url(../img/past_due_bg.gif) repeat-x;
	border-right: 1px solid #fff;
	cursor:pointer;
	position:relative;
	z-index:20;
}
div.hide {
	display:none;
	width:0;
	overflow:hidden;
}
div.show {
	clear:left;
	background:#fff;
	width:958px;
	margin-top:0;
	margin-bottom: 10px;
	top:-1px;
	border:1px solid #878787;
	border-top: 10px solid #878787;
	padding:0;
	position:relative;
	z-index:50;
}
div#Past_Due.show {
	clear:left;
	background:#fff;
	width:958px;
	margin-top:0;
	margin-bottom: 10px;
	top:-1px;
	border:1px solid #b90707;
	border-top: 10px solid #b90707;
	padding: 0;
	position:relative;
	z-index:50;
}
div#selected_tab.show {
	clear:left;
	background:#fff;
	width:958px;
	margin-top:0;
	margin-bottom: 10px;
	top:-1px;
	border:1px solid #9A4F04;
	border-top: 10px solid #9A4F04;
	padding: 0;
	position:relative;
	z-index:50;
}
div.info_wrapper {
	background: #fff;
	padding: 0;
	border-bottom: 1px dashed #dfdfdf;
}
div.info_alter_wrapper {
	background: #ecfcfd;
	padding: 0;
	border-bottom: 1px dashed #dfdfdf;
}
/*
div span {
	color: #fff;
	}
	*/

#dashboard span.red {
	float: left;
	color: #b90707;
}
/* Administration Tabs */

#administration {
	font-size:11px;
	width:960px;
	margin: 0;
	padding:0;
	line-height:15px;
}
#administration div.on {
	color:#000;
	width: 89px;
	padding:0 10px 0 10px;
	margin: 0;
	float:left;
	background: #9A4F04;
	cursor:pointer;
	border-right: 1px solid #fff;
	height:50px;
	line-height: 30px;
	position:relative;
	z-index:100;
}
#administration div.off {
	color:#000;
	height:51px;
	margin: 0;
	line-height:30px;
	width: 89px;
	padding:0 10px 0 10px;
	float:left;
	background: #4E2701;
	border-right: 1px solid #fff;
	cursor:pointer;
	position:relative;
	z-index:20;
}
#administration div.show {
	clear:left;
	background:#fff;
	width:958px;
	margin-top:0;
	margin-bottom: 10px;
	top:-1px;
	border:1px solid #9A4F04;
	border-top: 10px solid #9A4F04;
	padding:0;
	position:relative;
	z-index:50;
}
/*================================= 
 * End tabbed_pages.css
 *=================================/

/*================================= 
 * Begin student_dashboard_table.css
 *=================================/


/* Results Table */

div.info_wrapper table, div.info_alter_wrapper table {
	border: none;
}
.info_alter {
	background-color: #ebf0e0;
}
table.student_record td, table.student_record_alter td, tr.student_record td, tr.student_record_alter td {
	color: #333;
	padding: 10px;
	border: none;
	border-right: 1px dashed #dfdfdf;
}
tr.student_record td, tr.student_record_alter td {
	border-bottom: 1px dashed #dfdfdf;
}
table.student_record td.last, table.student_record_alter td.last, tr.student_record td.last, tr.student_record_alter td.last {
	border-right: none;
}
table.student_record, table.student_record_alter, tr.student_record, tr.student_record_alter {
	border-collapse: collapse;
	background-color: white;
	/* width: 958px; */
	border-bottom: 1px dashed #dfdfdf;
	font-size: .8em;
}
div.workflow_topper {
	margin: 0;
	padding: .5em;
	/*width: 760px;*/
			/*height: 50px;*/
			background: #fdfdfd url(../img/workflow_topper.jpg) no-repeat top center;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}
div.workflow_wrapper {
	margin: 0;
	padding: .5em;
	/*width: 760px;*/
		border: 1px solid #dfdfdf;
	background: #fff;
	font-size:.8em;
}
div.workflow_wrapper table, div.workflow_alter_wrapper table {
	border: none;
}
table.workflow td, table.workflow_alter td {
	color: #333;
	padding: 10px;
	border-bottom: 1px dashed #dedede;
}
table.workflow td.last, table.workflow_alter td.last {
	border: none;
	border-bottom: 1px dashed #dedede;
}
div.info_wrapper span.red, div.workflow_wrapper span.red {
	background-color: transparent;
	color: #b90707;
	border-style:none;
}
table.student_record_sort, tr.student_record_sort {
	/* width: 958px; */
	border:none;
	font-weight: bold;
	background:#000;/* line-height: 50px; */
}
table.student_record_sort td, tr.student_record_sort td {
	color: #fff;
	padding: .5em;
	border: none;
	font-size: .8em
}
/*================================= 
 * End student_dashboard_table.css
 *=================================*/

 

.checkError {
	background: url("../img/cancel.png") no-repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #DEDEDE;
	color: #FF5500;
	line-height: 1em;
	padding-left: 20px;
}
.checkAlert {
	background: url("../img/new_error.png") no-repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #DEDEDE;
	color: #FF5500;
	line-height: 1em;
	padding: 0 0 4px 20px;
}
#myStuffContent input.waiting[type="text"]:focus, #myStuffContent input.waiting[type="text"], #uncOnlineSearch input.waiting[type="text"], input.waiting[type="text"] {
	background-image:url('../img/small_spinner.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.spin_div {
	background: #000 url('../img/spinner.gif') no-repeat center center;
	opacity: 0.50;
 filter:alpha(opacity: 50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	z-index: 1000;
}
div .print_only, span .print_only {
	display:none;
}
/* to remove decoration from dataforms table */
/*  located inside utilityTable - Doug */

#lbContent .no_decoration td, #myStuffContent .no_decoration td {
	border:none;
	font-size:1em;
}
#lbContent .no_decoration table, #myStuffContent .no_decoration table {
	float:none;
}
.df_error {
	color: red;
}
#myStuffContent input.course_mgmt_text[type='text'] {
	width:300px;
}
/* ementoring */


tr.mentor_program_row td {
	border-width: 1px;
	border-style: none none dashed none;
	border-color: transparent transparent #D0D0D0 transparent;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.toggle_on {
	width: 48px;
	height: 16px;
	cursor: pointer;
	background: url( ../img/toggle.png ) no-repeat scroll left top;
	background-position: 0px 0px;
}
div.toggle_off {
	width: 48px;
	height: 16px;
	cursor: pointer;
	background: url( ../img/toggle.png ) no-repeat scroll left top;
	background-position: 0px -16px;
}
div.toggle_waiting {
	width: 48px;
	height: 16px;
	cursor: wait;
	background: url( ../img/small_spinner.gif ) no-repeat scroll center top;
}
.utilityTable table, .utilityTable2 table, .utilityTableGrey table {
	float:left;
}
.utilityTable td, .utilityTableGrey td, .utilityTable td .utilityTable td, .utilityTableGrey td .utilityTableGrey td {
	text-align:left;
	padding:2px 5px;
	border-collapse:collapse;
	border:1px solid #d9d9d9;
}
.utilityTable td table td {
	border:none;
}
/* table on mentor's list of mentees */
.stripe tbody tr.oddRow {
	background-color: #eee;
}
.stripe tbody tr.evenRow {
	background-color: #fff;
}
.stripe {
	border-collapse: collapse;
	border:1px solid #dedede;
}
.utilityTable th {
	text-align:left;
	background-color:#0d7686;
	color:#FFF;
	padding:2px 4px;
	border-collapse:collapse;
	border:1px solid #d9d9d9;
}
.utilityTable td, .utilityTableGrey td {
	text-align:left;
	padding:2px 5px;
	border-collapse:collapse;
	border:1px solid #d9d9d9;
}
.utilityTableGrey th {
	text-align:left;
	background-color:#ccc;
	color:#333;
	padding:2px 4px;
	border-collapse:collapse;
	border:1px solid #d9d9d9;
}
.containerOptions {
	margin: -2px 0px 0px 7px;
	float: right;
}
.singleTabTitle {
	margin: 0px 10px 0px 0px;
	float: left;
}
div.auMappings {
	overflow-y:auto;
	overflow-x:hidden;
	max-height:500px;
	height:auto !important;
	height:500px;
}
#myContainersDiv > div > div.spin_div {
	opacity: 0.15;
 filter:alpha(opacity: 15);
	-moz-opacity: .15;
	-khtml-opacity: .15;
}
#myStuffContent div#map_results_pane {
	width:220px;
	height:468px;
	background:#ededed;
	margin:-1px 5px 0px -1px;
	border:1px solid #d9d9d9;
	font-size:.9em;
}
#myStuffContent div#map_canvas {
	height: 476px;
}
#myStuffContent div#map_small div#map_canvas {
	width: 460px;
	height: 476px;
	margin-top: 0px;
}
/* START dataforms.css CSS included 4/15/10 -sk */
img.df_requiredicon {
	width: 19px;
	height: 15px;
	background: transparent url("../../../images/required.gif") no-repeat center center;
	border: 0px none;
}
a.df_helpicon {
	width: 19px;
	height: 15px;
	background: transparent url("../../../images/questionp.gif") no-repeat center center;
	border: 0px none;
	text-indent: -999px;
	outline: none;
	float: left;
}
.helpBtn {
	width:16px;
	height:16px;
	background:url(../img/help.png);
	display:inline-block;
	margin:0px 2px;
}
/* Commented out by Doug */
/*
#help{
	float:right; 
	width:62px; 
	font-weight:bold;
	line-height:16px;
}
#help img{
	vertical-align:middle; 
	margin-right:2px;
}

#help a{
	color:#CC3300;
}
#help a:hover{
	color:#FF6600;
}
*/

.infoBtn {
	width:16px;
	height:16px;
	background:url(../img/information.png);
	display:inline-block;
	margin:0px;
}
div#toolTipBox, div.toolTipBox {
	outline:1px solid #333;
	border:1px solid #dedede;
	background:#666;
	color:#fff;
	font-size:11px;
	text-align:left;
	background-position:20px;
	width:225px;
	min-height:20px;
	display:none;
	z-index:10000;
	position:absolute;
	padding:10px;
}
div#toolTipBox p, div.toolTipBox p {
	color:#fff;
	font-size:11px;
	text-align:left;
}
.df_asterisk {
	color:#CC0000;
	float:left;
	font-size:24px;
	font-weight:bold;
	height:16px;
	margin:0 2px 0 -18px;
	position:relative;
	top:-3px;
}
/* For file upload field */

span.swf_filename {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
}
.swf_loading span.swf_filename, .swf_complete span.swf_filename {
	display:none;
}
.swf_loading span.swf_button {
	display:none;
}
.swf_start span.swf_status {
	display:none;
}
/*
div.swf_deleted{
	display:none;
}
*/

div.swf_deleted div#pbar {
	display:none;
}
div.swf_deleted span.swf_filename {
	text-decoration: line-through;
}
div.swf_deleted div.progressName {
	text-decoration: line-through;
}
/* -- progress bar for file upload field --*/
.progressWrapper {
	width: 310px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
/*
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
*/

/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 276px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress, .progressBarComplete, .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 290px;
	font-size: 10pt;
	text-align: left;/* white-space: nowrap; */
}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../../../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}
/* END dataforms.css CSS included 4/15/10 - sk */


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
}
/* Capacity Plan */

table.cap_plan {
	background-color:#FFFFFF;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-top: 20px;
	page-break-inside:auto;
	page-break-after:auto;
}
table.cap_plan tr {
	page-break-inside:auto;
	page-break-after:auto;
}
table.cap_plan th, table.cap_plan td {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 3px;
}
table.cap_plan thead {
	display:table-header-group
}
.cap_plan_highlight {
	background-color:#0000FF;
}
/* honeypot 4 bots  */
textarea.contact_user_comments {
	display:none
}
/* contact us page.  added 8/27/12 -Doug */

#contact_form_wrapper p {
	padding: 0 10px;
}
/*-------------------------*/
/* Parts of ExtInfoWindow  */
/* for ExtInfoWindow class */
/*-------------------------*/

#exam_info_window {
	width: 280px;
}
#exam_info_window_bl {
	width: 11px;
	height: 15px;
	background: url('../img/infowindow/bottomLeftCorner.png') top left no-repeat transparent;
}
#exam_info_window_br {
	width: 11px;
	height: 15px;
	background: url('../img/infowindow/bottomRightCorner.png') top left no-repeat transparent;
}
#exam_info_window_tr {
	width: 11px;
	height: 20px;
	background: url('../img/infowindow/topRightCorner.png') top left no-repeat transparent;
}
#exam_info_window_tl {
	width: 11px;
	height: 20px;
	background: url('../img/infowindow/topLeftCorner.png') top left no-repeat transparent;
}
#exam_info_window_r {
	width: 1px;
	background: url('../img/infowindow/border.png') top right repeat-y transparent;
}
#exam_info_window_l {
	width: 1px;
	background: url('../img/infowindow/border.png') top left repeat-y transparent;
}
#exam_info_window_b {
	height: 15px;
	background: url('../img/infowindow/borderBottom.png') top left repeat-x transparent;
}
#exam_info_window_t {
	height: 20px;
	background: url('../img/infowindow/borderTop.png') top left repeat-x transparent;
}
#exam_info_window_contents {
	background-color: #FFFFFF;
}
#exam_info_window_close {
	width: 16px; /* added 5 px for margin */
	height: 16px;
	margin-top: 7px;
	margin-left: -7px;
	background: url('../img/infowindow/close.png') top left no-repeat transparent;
	cursor: pointer;
}
#exam_info_window_beak {
	width: 15px;
	height: 30px;
	margin-left:9px;
	background: url('../img/infowindow/bottomMiddlePoint.png') top left no-repeat transparent;
}
/*-------------------------------*/
/* Enhancements to ExtInfowindow */
/*-------------------------------*/


div#exam_info_window {
	font-size:11px;
	width:300px;
	margin:0;
	padding:0;
	border:0;
	cursor: default;
}
#exam_info_window_widgets {
	float:left;
	left:-1px;
	position:absolute;
	top:-20px;
}
div#exam_info_window_widgets a:hover {
	color:#333;
}
/* contact tab */
a#exam_info_window_tab_0.inactive {
	display:inline;
	background: url(../img/infowindow/contactBtn.png) no-repeat;
	width:90px;
	height:20px;
	text-decoration:none;
	text-align:center;
	float:left;
	font-weight:bold;
	color:#FFF;
	margin:0;
	padding:0;
	cursor: pointer;
}
a#exam_info_window_tab_0.active {
	display:inline;
	background: url(../img/infowindow/contactBtnActive.png) no-repeat;
	width:90px;
	height:20px;
	text-decoration:none;
	text-align:center;
	float:left;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:0;
	cursor: pointer;
}
/* exams tab */

a#exam_info_window_tab_1.active {
	display:inline;
	background: url(../img/infowindow/examsBtnActive.png) no-repeat;
	width:90px;
	height:20px;
	text-decoration:none;
	text-align:center;
	float:left;
	color:#666;
	font-weight:bold;
	margin:0;
	padding-top:0px;
	cursor: pointer;
}
a#exam_info_window_tab_1.inactive {
	display:inline;
	background: url(../img/infowindow/examsBtn.png) no-repeat;
	width:90px;
	height:20px;
	text-decoration:none;
	text-align:center;
	float:left;
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding-top:0px;
	cursor: pointer;
}
.floatText {
	position:relative;
	top:2px;
}
div#paging {
	border-top:1px solid #dedede;
	float:left;
	display:inline;
	width:90px;
	text-align:right;
	margin:0;
	padding:0;
}
div#pageControls {
	margin-top:4px;
	float:right;
}
div#pageControls img {
	margin:2px 5px;
	border:0px;
	vertical-align:middle;
	cursor: pointer;
}
img#exam_info_window_prev_page.unavailable, img#exam_info_window_next_page.unavailable {
	visibility:hidden;
}
div#exam_info_window {
	font-size:11px;
	margin:0;
	padding:0;
	border:0;
}
div.examBubbleContent {
	overflow:auto;
	padding: 10px;
	font-size: 1.1em;
	margin-right:10px;
	margin-top: 10px;
	margin-left: 5px;
	max-height:220px;
	height:auto !important;
	height:220px;
}
div.examBubbleContent span.title {
	/* font-size: 1.1em; */
	font-weight: bold;
}
div.examBubbleContent strong {
	color:#72260d;
}
table.criteria {
	margin-top:15px;
}
table.criteria td {
	border-top:1px solid #F4F4F4;
	font-size:11px;
	padding:4px 10px 4px 4px;
	vertical-align:top;
}
table.criteria tr.details_row td {
	border-top: 0px none;
}
/* END exam_info_window.css -doug */


/* catalog/offerings upload */

#wizard {
	float:left;
	clear:both;
}
/*.titleBar{
	border:1px solid #ddd;
	outline:1px solid #d9d9d9;
	height:18px;
	line-height:18px;
	font-weight:bold;
	padding:0px 3px;
	background:url(../img/bar.png) repeat-x top left;
	margin:0px 2px 1px 2px;
	float:left;
}*/
.subContainer {
	outline:1px solid #d9d9d9;
	border:1px solid #eee;
	background:#ededed url(../img/medGrad.png) repeat-x bottom left;
	margin:10px 0px;
	float:left;
}
.subContainerContent {
	outline:1px solid #d9d9d9;
	border:1px solid #eee;
	background:#fff;
	float:left;
}
.sortUp, .currentSortUp {
	display:block;
	width:16px;
	height:16px;
	background:url(../img/sortArrows.png) no-repeat;
	float:right;
}
.sortUp:hover, .currentSortUp {
	background-position:-16px 0px;
}
.sortDown, .currentSortDown {
	display:block;
	width:16px;
	height:16px;
	background:url(../img/sortArrows.png) no-repeat;
	background-position:0px -16px;
	float:right;
}
.sortDown:hover, .currentSortDown {
	background-position:-16px -16px;
}
/* email editor */

.substitution_list_top {
	background-color:#006666;
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	color:#FFFFFF;
	padding:2px 4px;
	text-align:center;
}
.substitution_list {
	width:220px;
	background-color: #FFFFFF;
	height: 273px;
	padding: 5px;
	overflow: auto;
	border:1px solid #CCCCCC;
	border-top: 0px;
}
.substitution_list_item {
	min-width:200px;
	background-color:#EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-bottom-color:  #BBBBBB;
	border-right-color:  #BBBBBB;
	border-top-color:  #EEEEEE;
	border-left-color:  #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	cursor:pointer;
	cursor:hand;
}
div.em_file {
	border:1px solid #fefefe;
	outline:1px solid #d9d9d9;
	padding:10px;
	margin-top:10px;
	background:#eee;
}
/* Ementor */

div.em_file .swf_filename {
	font-size: 12px;
}
.removed_file {
	text-decoration: line-through;
}
.x-combo-list-item {
	text-align: left;
}
.lastMenteeRow .deleteIcon {
	display:none;
}
#report_list, #report_params {
	font-size:0.8em;
}
/* twitter */

.twtr-join-conv {
	color:#ffffff !important;
}
/* IIR PDFs */

a.pdf {
	background: url("../img/pdf-trans.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 16px;
}
a.html {
	background: url("../img/html-trans.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 16px;
}
a.apply {
	background: url("../img/new_error.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 16px;
}
.ribbonButton {
	border: solid 1px #efefef;
	float: right;
	margin-left:5px;
	background:#FFF;
}
.ribbonButton a {
	display:block;
	min-width:24px;
	height:16px;
	border: solid 1px #fff;
	background:#FFFFFF url(../img/button-bg.jpg) repeat-x;
	padding:4px;
	vertical-align:top;
}
.ribbonButton a:hover {
	background:#FFF;
	text-decoration:none;
}
.ribbonButton img {
	margin-right:4px;
	border:none;
}
.ribbonButton span {
	position:relative;
	top:-3px;
}
.criteria_group {
	float:left;
	text-align: left;
	padding: 10px;
	margin:0px 5px;
	width: 24%;
	height: 112px;
	border:1px solid #efefef;
	background:#fff url(../img/fieldset-bg.jpg) repeat-x scroll left bottom;
	z-index:2;
	box-sizing:border-box;
}
.criteria_group legend {
	color:#72260d;
}
.criteria_group .column {
	float:left;
	width:50%;
}
a#map_url_info_close {
	position: absolute;
	top: 11px;
	right: 15px;
	height: 22px;
	width: 22px;
	background: transparent url(../img/live_search_close.jpg) no-repeat;
	text-indent: -9999px;
}
a#map_url_info_close:hover {
	background-position: 0 -22px;
}
#map_url_info_content {
	padding: 20px 17px;
}
div#map_url_info_content p {
	padding: 0;
	margin: 11px 0px;
}
input.map_url_info_text {
	padding:5px;
	width:265px;
}
div#map_url_info {
	position: absolute;
	top: 36px;
	right: 0px;
	width:314px;
	background: transparent url(../img/url_info_bg.png) no-repeat bottom center;
	z-index: 1000;
	display:none;
}
div#map_widget_wrapper.advanced div#map_url_info {
	top: 197px;
}
a#map_url_info_close {
	position: absolute;
	top: 11px;
	right: 15px;
	height: 22px;
	width: 22px;
	background: transparent url(../img/live_search_close.jpg) no-repeat;
	text-indent: -9999px;
}
a#map_url_info_close:hover {
	background-position: 0 -22px;
}
#map_url_info_content {
	padding: 20px 17px;
}
div#map_url_info_content p {
	padding: 0;
	margin: 11px 0px;
}
input.map_url_info_text {
	padding:5px;
	width:265px;
}
div#map_widget_wrapper div.searchBoxBottom {
	float:left;
	width: 178px;
	margin-left:-5px;
}
div#secondarySearch {
	display:none;
}
div#map_widget_wrapper.advanced div#secondarySearch {
	display:block;
}
div#map_results_pane div.nextStep {
	display:none;
}
div#map_results_pane div.selected div.nextStep {
	display:block;
}
#myStuffContent #map_results_pane div.selected {
	background-color: #DDDDDD;
}
.licenseStatus {
	float:right;
	color:#ff5500;
	font-weight:bold;
	width:80px;
	text-align:right;
}
.licenseActions {
	border:1px solid #d9d9d9;
	background:#cdcdcd;
	padding:0px 4px;
	text-align:center;
}
div .nextStep {
	float:right;
	font-size:12px;
	border:1px solid #f9f9f9;
	outline:1px solid #cdcdcd;
	padding:3px;
	background: #EEEEEE url(../img/gradientSm.jpg) repeat-x bottom center;
	margin:0px 4px;
}
div .nextStep:hover {
	background:#efefef;
}
div .nextStep img {
	margin-right:4px;
	border:none;
	vertical-align:text-bottom;
}
.quickAlert {
	outline:1px solid #F90;
	border:1px solid #FFE680;
	background:#FC0 url(../img/navcontainer_button.png) repeat-x;
	margin:10px 16px 0px 16px;
	padding:6px;
	min-height:18px;
	font-weight:bold;
	color:#701;
}
/* Contact page */

#contact_page{
	padding-top:1em;
}
#contact_page #contact_form_wrapper p.error {
	float: left;
	color: red;
	font-weight: bold;
	padding: 5px 0px;
	margin: 0 20px;
}
#contact_page #contact_form_wrapper {
	margin: 0 0 10px 15px;
	padding: 10px 0;

}
#contact_page #contact_form select {
	width: 423px;
}
#contact_page select.contact_subject, select.contact_type {
	margin: 0;
	padding: 0;
}
#contact_page #contact_form label, #contact_page #contact_form p.label {
	float: left;
	clear: left;
	display: block;
	font-weight: bold;
	color: #333;
	width: 208px;
	text-align: right;
	padding: 5px 0px;
	margin: 0 10px 0 0;
}
#contact_page #contact_form textarea, #contact_page #course_contact_form textarea {
	overflow: auto;
	margin-bottom: 10px;
}
#contact_page #contact_form .read_only_field {
	padding: 6px 5px;
	float: left;
	display: block;
	width: 413px;
	margin: 0 0 5px 0;
}
#contact_page .input {
	padding: 6px 5px;
	float: left;
	display: block;
	width: 413px;
	margin: 0 0 5px 0;
	border: 1px solid #dfdfdf;
}
#contact_page #contact_submit {
	clear: both;
	display: block;
	text-align: right;
	width: 653px;
}
#contact_page #contact_submit input {
	margin: 0 10px 0 0;
}
#contact_page select.contact_type {
	float:left;
}
.disabledText {
	color: #BBBBBB;
}
a.cancel {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(../img/cancel-trans-x.png);
}
#help_wrapper {
	background: none repeat scroll 0 0 #DEDEDE;
	min-height: 100%;
	padding: 10px;
	text-align: left;
}
div #verifyResults {
	/* display:none; */
	float:right;
	outline:1px solid #dedede;
	border:1px solid #fff;
	background:#ededed url(../img/gradientMed.png) repeat-x top left;
	padding:0px;
	width:540px;/* font-size:1.2em; */
}
#verifyResults table {
	width:100%;
	border-collapse:collapsed;
}
#verifyResults th {
	background:#dedede;
	padding:4px;
	font-size:14px;
	color:#72260d;
	text-align:left;
}
#verifyResults td {
	border-top:1px solid #dedede;
	padding:4px 4px 4px 8px;
	border-collapse:collapsed;
	font-weight:bold;
}
#verifyResults .label {
	color:#888;
	font-weight:normal;
}
.error_message {
	color:red;
	font-weight:bold;
}
div #inviteBox {
	outline:1px solid #dedede;
	border:1px solid #FFF;
	background:#f9f9f9 url(../img/gradientDk.png) repeat-x bottom left;
	/* width:300px; */
	width: 27em;
	float:right;
	padding:20px;
	color:#000;
	margin:0px 0px 0px 20px;
}
div #inviteBox form {
	margin:0;
	padding:0;
}
div #inviteBox fieldset {
	border:none;
	margin:10px 0px;
	padding:0;
}
div #inviteBox label {
	width:84px;
	font-weight:bold;
	color:#990033;
	float:left;
	clear:none;
	height:18px;
	margin:4px 4px 0px 4px;
	padding:2px 0px 0px 0px;
}
div #inviteBox input[type=text] {
	width:202px;
	border-top:1px solid #dedede;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #dedede;
	float:left;
	margin:4px 0px;
}
div #inviteBox input[type=submit] {
	float:right;
	margin:0px 0px;
}
div #inviteBox input[type=text][disabled] {
	color:#AAA;
	border:none;
	background:none;
	width:204px;
	margin:4px 0px;
	height:18px;
}
div #inviteBox input[type=checkbox] {
	margin:0px 2px 20px 0px;
}
div #inviteBox #disclaimer {
	float:left;
	clear:left;
	width:235px;
}
div #inviteBox #commentText {
	overflow:auto;
	width:286px;
	height:100px;
	border:double #dedede;
	float:left;
	background:#f8f8f8;
	color:#666;
	padding:5px;
	font-size:11px;
	margin:10px 0px;
}
#inviteBox p.error_message {
	margin-bottom: 0px;
}
/* hoverbox */

a.hoverbox {
	position: relative;
}
a.hoverbox img {
	display:none;
	border: 3px solid #0d7686;
	position: absolute;
}
a.hoverbox:hover img, a.hoverbox:active img, a.hoverbox:focus img {
	display:block;
	left: -100px;
	top: -100px;
	z-index: 1;
}
/* Course Registration Styles  -am*/

/* Course Registration Styles  -am*/

.chexList {
	background:url(../img/emptyCheck.png) no-repeat;
	padding-left:20px;
	;
	list-style:none;
	color:#d9d9d9;
	line-height:1em;
}
.checkValidated {
	background:url(../img/accept.png) no-repeat;
	padding-left:20px;
	color:#000;
	line-height:1em;
}
.checkError {
	background:url(../img/cancel.png) no-repeat;
	padding-left:20px;
	color:#F50;
	border-bottom:1px dashed #dedede;
	line-height:1em;
}
.checkOverride {
	background:url(../img/override.png) no-repeat;
	padding-left:20px;
	line-height:1em;
}
.checkOverrideText {
	color:#F50;
	line-height:1em;
	font-style:italic;
}
.checkAlert {
	background:url(../img/new_error.png) no-repeat;
	padding:0 0 4px 20px;
	color:#F50;
	line-height:1em;
	border-bottom:1px dashed #dedede;
}
.checkText {
	line-height:1em; /* plain check text */
}
.checkAlertText {
	color:#F50;
	line-height:1em;
	border-bottom:1px dashed #dedede;
	font-style:italic;
}
.smallText, smallText td {
	font-size:.85em;
}
/* End Course Registration Styles */

/*Suspension/Expulsion Matching*/
.possiblematch {
	background:url(../img/pMatch.png) no-repeat top right;
}
.absolutematch {
	background:url(../img/aMatch.png) no-repeat top right;
}
.nomatch {
	background:url(../img/noMatch.png) no-repeat top right;
}
tr.spaceOverRow > td {
	padding-top: .5em;
}
/*Panel with tabs*/
#switch ul {
	margin:0;
	padding:0;
}
#switch .box {
	height:144px;
}
#switch ul li {
	display:inline;
	list-style:none;
	margin-right:1em;
}
#switch .box ul {
	margin:0 1em;
	padding:.5em 0;
}
#switch .box ul li {
	display:list-item;
	list-style:disc;
}
.ui-tabs-active, .ui-state-active {
	display:block;
	background:#000;
	border-radius:12px;
	padding:0 .4em .1em .4em;
}
.ui-state-active a, .ui-state-active a:hover {
	color:#FFD37E;
}
/* for coloring IP  addresses on fraud detect page */

.ip_color1, .ip_color21, .ip_color41 {
	color:#003300
}
.ip_color2, .ip_color22, .ip_color42 {
	color:#0000FF
}
.ip_color3, .ip_color23, .ip_color43 {
	color:#660000
}
.ip_color4, .ip_color24, .ip_color44 {
	color:#FF0000
}
.ip_color5, .ip_color25, .ip_color45 {
	color:#990000
}
.ip_color6, .ip_color26, .ip_color46 {
	color:#0000FF
}
.ip_color7, .ip_color27, .ip_color47 {
	color:#339999
}
.ip_color8, .ip_color28, .ip_color48 {
	color:#33CC33
}
.ip_color9, .ip_color29, .ip_color49 {
	color:#660066
}
.ip_color10, .ip_color30, .ip_color50 {
	color:#003300
}
.ip_color11, .ip_color31, .ip_color51 {
	color:#990033
}
.ip_color12, .ip_color32, .ip_color52 {
	color:#003399
}
.ip_color13, .ip_color33, .ip_color53 {
	color:#CC3300
}
.ip_color14, .ip_color34, .ip_color54 {
	color:#330000
}
.ip_color15, .ip_color35, .ip_color55 {
	color:#0000FF
}
.ip_color16, .ip_color36, .ip_color56 {
	color:#0099CC
}
.ip_color17, .ip_color37, .ip_color57 {
	color:#339900
}
.ip_color18, .ip_color38, .ip_color58 {
	color:#330000
}
.ip_color19, .ip_color39, .ip_color59 {
	color:#CC6666
}
.ip_color20, .ip_color40, .ip_color60 {
	color:#FF3333
}
#course_detail_div, #faculty_detail_div, #program_detail_div {
	padding:16px;
}
div .lightbox_body #course_detail_div, div .lightbox_body #faculty_detail_div, div .lightbox_body #program_detail_div {
	padding:0px;
}
.leftAlign tr th, .leftAlign tr td {
	text-align: left
}
.suspicious {
	outline:1px dashed #F55;
	padding:8px 4px;
	margin:.5em 0;
}
.rowArrow {
	background: url('../img/rowArrows.png') no-repeat scroll;
	background-position: 0 -16px;
	cursor: pointer;
	display: block;
	height: 16px;
	width: 16px;
}
.rowArrowUp {
	background-position: 0 0;
	cursor: pointer;
}
.headerRow:hover {
	background-color:#FFD37E!important;
	cursor: pointer;
}
.equivalentList {
	border:none!important;
}
.equivalentList ul {
	padding:0;
	list-style:none;
	margin:0;
}
.equivalentList tbody td {
	padding:0!important;
	width:12.5%;
	background:transparent;
}
.equivalentList {
	background:none!important;
}
.equivalentList th {
	cursor:pointer;
	background-color:#80bca8!important;/*lighter green*/
}
.equivalentList th a:hover {
	color:#FC6;
	text-decoration:none;
}
.equivalentList td, .equivalentList th {
	border-color:#dddddd!important;
}
.equivalentList ul li {
	border-bottom:1px solid #ddd;
	padding:4px;
	display:block;
	height:1.2em;
	margin:0;
}
.equivalentList ul li:last-child {
	border-bottom:none;
}
.equivalentList ul li.info:hover {
	background-color:#FFD37E;
	cursor: pointer;
}
.equivalentList ul li.notAvailable {
	color:#999;
}
#equivBox h3 {
	color:#FFD37E;
}
#equivBox a {
	color:#4477CC;
}
#equivBox a:hover {
	color:#6699DD;
}
#equivBox .utilityTableGrey td {
	color:#000;
}
th.null {
	background-color:#d9d9d9!important;
	color:#666!important;
}
td.null {
	background-color:#dedede!important;
	vertical-align:middle;
	text-align:center!important;
	color:#999;
	font-weight:bold;
}
.proctorTable tbody tr {
	background:#ececec;
}
.proctorTable .utilityTableGrey tr {
	background:none;
}
.accordion .horizontalTabs li a {
	font-size:1.4em;
}
#equivBox .utilityTableGrey td {
	color: #000000;
}
.qtip-zindex {
	z-index: 9990 !important; /* behind the lightbox */
}
li.noInfo {
	color: #CCCCCC;
}
/*NEW*/

div#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	padding:10px 1em .6em 1em;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
	dispay:block;
	z-index:1030;
	background:#FFFFFF;
	border-bottom:1px solid transparent;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	transition:right 0.3s ease 0s;
}
div#header:after {
	clear: both;
}
#login {
	margin:0 10px;
	font-size:.75em;
	color:#80bca8;
	position:absolute;
	top:64px;
	right:0;
}
#login a{
	margin:0!important;
	font-size:1em!important;
	text-transform:none!important;
	padding:0;
	margin:0;
	display:inline;
}
#wrapper {
	width: 100%;
	min-height:100%;
	padding-top:78px;
	box-sizing:border-box;
	margin-bottom:-64px;
}
#footer {
	background:#FFFFFF;
	color:#666666;
	width:100%;
	height:2em;
	padding:2px 1em;
	box-sizing:border-box;
	clear: both;
	position: relative;
	z-index: 10;
	margin-top: 2em;
	border-top:1px solid #d9d9d9;
}
#footer div, #footer p {
	display:block;
	margin:0;
	font-size:.85em;
	width:100%;
	line-height:2em;
}
.hiliteText3 {
	color:#EBEAD8;
}
#footer a, #footer a:visited {
	color:#a9a9a9;
	padding:0 .5em;
}
#footer a:hover{
	text-decoration:none;
}
div#mainNavigation {
	width:100%;
	padding:0;
	display:table;
	margin:6px 1em 0 1em;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div#mainNavigation #logo {
	height:48px;
	background-image:url(../img/main-logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	box-sizing: border-box;
	height: 48px;
	margin-right: 15px;
	text-align: center;
	width: 240px;
	position:absolute;
	left:2em;
}

div#mainNavigation #logo.proctoring {
	background-image:url(../img/main-logoProctoring.png);
}

div#mainNavigation #logo.courses {
	background-image:url(../img/main-logoCourses.png);
}

div#mainNavigation #logo.dashboard {
	background-image:url(../img/main-logoDashboard.png);
}



div#mainNavigation ul{
	padding:0 0 0 240px;
	margin:0;
	list-style:none;
	display:inline-block;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
	width:100%;
}
div#secondaryNav ul{
	list-style:none;
	display:inline-block;
	margin:0;
}
div#mainNavigation ul li, div#secondaryNav ul li {
	text-align:center;
	display:table-cell;
	height:48px;
	vertical-align:middle;
}

div#mainNavigation ul li.right{
	display:inline-block;
	float:right;
	margin:12px 18px 0 0;
	height:auto;
}
div#mainNavigation ul li.right a{
	border:1px solid #b9b9b9;
	border-radius:1em;
	padding:4px 8px;
display: block;
box-sizing: border-box;
line-height:normal;
}
div#mainNavigation ul li.right a:hover{
	background:#b9b9b9;
	color:#FFFFFF;
}

#mainNavigation a, #mainNavigation a:visited, #secondaryNav a, #secondaryNav a:visited {
	font-family:muliregular;
	text-align:center;
	font-size: 12px;
	line-height:12px;
	display:block;
	padding:0;
	margin-left:20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#8a8a8a;
	/*line-height:48px;*/
	box-sizing:border-box;
}
/*@media screen and (max-width:1240px){
	#mainNavigation ul li a{
		margin: 4px 0 4px 20px;
	}
	
	#mainNavigation ul li:nth-child(2) > a{
		margin: 4px 0 4px 0;
	}
	div#mainNavigation ul.right li a{
		margin: 16px 0;
	}
	div#mainNavigation ul.right{
		min-width:0px;
	}
}*/

#mainNavigation a:hover, #footer a:hover {
	color:#72260d;
}
#mainNavigation a.selected, #mainNavigation a.selected:hover {
	color:#000000;
}
div#secondaryNav{
	padding:.5em;	
	box-sizing:border-box;
}
div#secondaryNav ul{
	width:100%;
	box-sizing:border-box;
}
div#secondaryNav ul li a, div#secondaryNav ul li a:visited{
	font-size:.72em;
	line-height:.95em;
	color:#888;
	padding:3px 10px;
	margin:0 10px 4px 0;
}
div#secondaryNav ul li a:hover{
	color:#333;	
}
div#secondaryNav ul li a.selected, div#secondaryNav ul li a.selected:hover{
	color:#fff;
	background:#000;
	-moz-border-radius: 1em;
	border-radius: 1em;
	line-height:1em;
}
div#secondaryNav ul li.message a, div#secondaryNav ul li.message a:visited, div#secondaryNav ul li.messageSelected a, div#secondaryNav ul li.messageSelected a:visited{
	color:#069;
	display:block;
	width:32px;
	height:24px;
	background-image:url(../img/lgMessage.png) ;
	background-repeat:no-repeat;
	margin:0em .5em -.3em 0em;
	padding:0;
	line-height:1.5em;
	font-weight:bold;
	font-size:.7em;
	cursor:pointer;
}
div#secondaryNav ul li.messageSelected a{
	display:block;
	background-color:#dedede;
	border-left:6px solid #dedede;
	border-right:6px solid #dedede;
	border-top:1px solid #dedede;
	border-bottom:3px solid #dedede;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	width:44px;
	height:30px;
	padding:3px;
	
}
div#secondaryNav ul li.message a:hover, div#secondaryNav ul li.messageSelected a:hover{
	color:#C00;
	background-position:0 -24px;
}
/*div#secondaryNav ul li.basket, div#secondaryNav ul li.basketSelected{	
	float:right;
}*/
li.basket, li.basketSelected{
	padding:.5em!important;
	margin:0!important;
}
li.basket a, li.basket a:visited, li.basketSelected a, li.basketSelected a:visited{
	color:#adf!important;
	display:block;
	width:32px;
	height:28px;
	background-image:url(../img/basket.png) ;
	position:relative;
	padding:0;
	line-height:32px!important;
	font-weight:bold;
	font-size:.7em;
	cursor:pointer;
	box-sizing:border-box;
	border:none!important;
	border-radius:0!important;
}

li.basketSelected a, li.basketSelected a:hover{
	background-image:url(../img/basketSelected.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000!important;
	width:36px!important;
	height:32px!important;
	display:block;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	border:3px solid #000!important;
}

li.basket a:hover{
	color:#FFFFF!important;
	background-image:url(../img/basket.png)!important;
	background-color:transparent!important;
	
}
li a:hover{
	color:#333;	
}
div#secondaryNav ul li.contactUs{
	float:right;	
}
div#secondaryNav ul li.contactUs a, div#secondaryNav ul li.contactUs a:visited{
	color:#b9b9b9;
}
div#secondaryNav ul li.contactUs a:hover{
	color:#000000;
}
div#secondaryNav ul li.contactUs a.selected, div#secondaryNav ul li.contactUs a.selected:visited,  div#secondaryNav ul li.contactUs a.selected:hover{
	color:#a4bac0;
}
#messageControl {
	color: #72260d;
	font-size:.75em;
	font-weight:bold;
	line-height:1.75em;
	padding:0 .25em !important;
	margin:0;
	width:100%;
	box-sizing:border-box;
}
#messageControl #barClose {
	diplsay:block;
	width:16px;
	height:16px;
	background:url(../img/barClose.png) no-repeat;
	float:right;
	margin:.25em 0;
}
#messageControl #barClose:hover {
	background-position: 0px -16px;
}
#messageBoxContent {
	overflow: auto;
	width:100%;
	float:left;
	clear:both;
	margin:0;
	max-height:4.75em;
	display:block;
	box-sizing:border-box;
}
#messageBoxContent table {
	width:100%;
	background-color:#f4f4f4;
}
#messageBoxContent td {
	font-size:.75em;
	line-height:1em;
	padding:.25em;
}
#messageBoxContent table, #messageBoxContent td, #messageBoxContent tr {
	border-bottom: 1px solid #dedede;
	border-collapse:collapse;
}

#messageBoxContent a{
	line-height:1em;
	margin:0;
}

div#breadcrumb {
	font-size:1.2em;
	color:#72260d;
	margin-bottom:9px;
}
div#breadcrumb a, div#breadcrumb a:visited {
	text-decoration:none;
	color:#7d7a57;
}
div#breadcrumb a:hover {
	text-decoration:underline;
	color:#5d1e08;
}
.utilityTable th {
	text-align:left;
	background-color:#333;
	color:#FFF;
	padding:4px;
	border-collapse:collapse;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-bottom:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	text-transform:uppercase;
	white-space:nowrap;
}
.utilityTable th:last-child {
	border-right:1px solid #333;
}
a, a:visited {
	text-decoration:none;
	color:#72260d;
	font-family:muliregular;
}
a:hover {
	text-decoration:underline;
}
a.utilityButton, a.utilityButton:visited, .utilityBtn, .utilityBtn:visited, a.utilityBtnDisabled{
	font-family:muliregular;
	background-color:#333333;
	border-radius:1em;
	font-size:12px;
	line-height:16px;
	padding:5px 10px;
	margin:.5em 0px .5em .5em;
	text-decoration:none;
	color:#FFFFFF;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	white-space:nowrap;
	text-transform:uppercase;
}
a.utilityButton:hover, .utilityBtn:hover {
	background-color:#80bca8;
	text-decoration:none;
	cursor:pointer;
}
a.utilityButton img, .utilityBtn img, .utilityBtnSelected img, .utilityBtnDisabled img {
	vertical-align:text-bottom;
	border:none;
	margin:0px 2px;
	position:relative;
}
.utilityStartHover:hover {
	background-color:#0C0 !important;
	color:#CFC !important;
}
a.utilityBtnSelected {
	background-color:#80bca8;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
}
a.utilityBtnSelected:hover {
	background-color:#9CF !important;
	color:#FFF !important;
}
a.utilityBtnDisabled,  a.utilityBtnDisabled:hover{
	background-color:#ccc;
	color: #888888;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	cursor:default;
}
.searchNav h3{
	color:#333333;
	margin-bottom:.5em;
}
.searchNav ul {
	list-style:none;
	padding:0px;
	margin:0px
}
.searchNav li {
	display:block;
	padding:4px;
}

.searchNav a.selected, .searchNav a.selected:visited, .searchNav a.selected:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.searchNav .subject, .searchNav .collaborative {
	max-height:200px;
	overflow:auto;
	padding:2px;
	background:#f4f4f4;
}
.searchNav .subject li, .searchNav .collaborative li {
	font-size:.95em;
	line-height:.95;
	padding-left:4px;
}
div #col1, div #col2, div #col3 {
	display:table-cell;
	border-spacing:2em;
	width:30%;
	background:#b9b9b9;
	border-radius: 8px;
	padding:1em;
}

.greyBackground{
	background-color:#b9b9b9;
}
.ltGreyBackground{
	background-color:#e9e9e9;
}

#exchange_container #countrydivcontainer {
	background:transparent;
	padding:0;
	padding:1em;
	box-sizing:border-box;
	outline:none;
	min-height:500px;
	display:table;
	width:100%;
}
#campuses {
	font-size:.8em;
}
#campuses li {
	margin:0 0 0 .25em;
}
#campuses .campus a, #campuses .campus a:visited {
	display:block;
	padding:.25em .5em;
}
#campuses .campus a:hover {
	color:#FFF;
	background:#696969;
	text-decoration:none;
	-moz-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
#campuses .nocampus a, #campuses .nocampus a:visited {
	color:#72260d;
	display:block;
	padding:.25em .5em;
}
#campuses .nocampus a:hover {
	color:#FFF;
	background:#72260d;
	text-decoration:none;
	-moz-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
#campuses .nocampus a.selected, #campuses .nocampus a.selected:visited, #campuses .nocampus a.selected:hover, #campuses .campus a.selected, #campuses .campus a.selected:visited, #campuses .campus a.selected:hover {
	color:#FFFFFF;
	background:#595959;
	-moz-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
#campuses .nos {
}

div#mainNavigation ul.right
{
   margin-right:20px;
   position:absolute;
   right:0;
   padding:0;
}
#hambMenu{
	float:right;
	display:block;
	height:24px;	
	width:24px;
	background-image:url(../img/hamburger.png);
	background-repeat:no-repeat;
	margin-top:1em;
}
#hambMenu:hover{
	background-position:0px -24px;
	cursor:pointer;
}

#navPanel{
    position: fixed;
    height:100%; 
	min-height:100%;
    background:transparent;
    right: -2em;
	top:0;
	z-index:10000;
}

#navPanelContent{
    position: relative;
    width: 0px;
    overflow: hidden;
    height:100%; 
	min-height:100%;
    background: #000;
    float:right;
	padding:1em;
}


#navPanelContent ul{
	list-style:none;
	margin:1em; 0;
	padding:0;
}
#navPanelContent ul li{
	margin:0 0 1em 0;
}

#navPanelContent a{
	color:#80bca8;
}
#navPanelContent a:hover{
	color:#ffffff;
	text-decoration:none;
}

#closeTab{
	display:block;
    height: 16px;
    width: 16px;
    margin:0px;
    padding: 0px;
	background-image:url(../img/closeNav.png);
	background-position:0px 0px;
	
}
#closeTab:hover{
	background-position:0px -16px;
	cursor:pointer;
}

.message{
	border:none;
	outline:none;
	background:none;
	padding:3px 0;
	margin:0;
}
.contactUs{
	display:block;
	width:32px;
	height:24px;
	background-image:url(../img/contact.png);
	background-repeat:no-repeat;
}
.contactUs:hover{
	background-image:url(../img/contact2.png)
}
div#secondaryNav ul li.contactUs a.selected{
	border:none;
	background:none;
}

#messages{
	height:30px!important;
}

.questionLinkSelected{
	display: block; 
	border-radius: 0px 10px 10px 0px; 
	outline: medium none; 
	margin: 0px 0px 0px -13px; 
	padding: 2px 0px 2px 13px;
	background:#e9e9e9;
}

.gaPrimaryRed{color:#72260d;}
.gaPrimaryTan{color:#cbc587;}
.gaSecondaryDkRed{color:#5d1e08;}
.gaSecondaryLtTan{color:#EBEAD8;}
.gaSecondaryDkTan{color:#7d7a57;}
.gaSecondarydkGrey{color:#333333;}
.gaSecondaryltGrey{color:#b9b9b9;}
.gaSecondaryBlGreen{color:#0d7686;}
.gaSecondaryBlGrey{color:#a4bac0;}
.gaSecondaryGreen{color:#80bca8;}


.external_schedule_link
{
	text-decoration:underline;
}
