/*
LEGAL
=====
Copyright © 2015 Atlas Systems, Inc. All rights reserved.
*/


* {margin:0;padding:0}
body { padding: 0 0 20px; color:#333; line-height: 1.5; font-family: "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif; font-feature-settings: "kern", "liga", "onum"; font-kerning: normal; font-variant-ligatures: common-ligatures; font-variant-numeric: oldstyle-nums; text-rendering: optimizelegibility; background: url(images/books.jpg) no-repeat 0 129px; background-size: 100% 100%; }


/* 8.6 Notification Preferences */ 

thead tr td.notification-headerText { font-weight: 600; padding: 0 3%; }

.arrow-right { width: 0; height: 0; border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-left: 6px solid #003768; display:inline-block; }

.notificationPreferences { clear:left;float:left;width:100%;border-bottom: 1px solid #fff; padding: 5px 0; }
.notificationPreferences:last-of-type { margin-bottom: 10px; }
.notificationPreferences table { width: 100%; }
.notificationPreferences table td { font: 100%/1.5 "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif; border: 0; padding: 0;  }

/* LINKS */
/* a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;color:#666666;cursor:pointer} 
a:link, a:visited {color:#666666} 
a:hover,a:active {color:#069}  */

/* FORMS */
form {margin: 0 0 1.5em}
input, textarea, select {font-family: "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif; margin: 2px 0; padding: 5px; border-radius: 3px; border: 1px solid #BBB;}
fieldset {border: none}
label {display:block;padding: 5px 0}
label br {clear:left}

/* FORMS - general classes */
input.f-submit {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}
	
/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1 {width:100%;padding: .5em 0;background: #F6F6F6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-1 label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}

form.f-wrap-1 label .field {float:left;width:8em;line-height: 1.7;display:block;position:relative}
form.f-wrap-1 label .field .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-1 label .field .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1em;left:-.4em;width:.3em;height:.3em}		

form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
form.f-wrap-1 div.req b {color:#c00;font-size:140%}
form.f-wrap-1 label select {width: 15.5em}
form.f-wrap-1 label textarea.f-comments {width: 20em}
form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-1 input.f-submit {margin: 0 0 0 10px}

form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

/* FORMS - f-wrap-2 - simple form, headings on top, form elements on bottom */
form.f-wrap-2 {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-2 fieldset {width:auto;margin: 0 1em}
form.f-wrap-2 h3 {margin:0 0 .6em;font: bold 155% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;color:#c00}
form.f-wrap-2 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-2 label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-2 label input, form.f-wrap-2 label textarea, form.f-wrap-2 label select {float:left;margin-left:10px}

form.f-wrap-2 label b {float:left;line-height: 1.7;display:block;position:relative}
form.f-wrap-2 label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1;left:-.4em;width:.3em;height:.3em}
form.f-wrap-2 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
form.f-wrap-2 div.req b {color:#c00;font-size:140%}
form.f-wrap-2 label select {width: 15.5em}
form.f-wrap-2 label textarea.f-comments {width: 20em}
form.f-wrap-2 div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-2 input.f-submit {margin: 0 0 0 10px}

form.f-wrap-2 fieldset.f-checkbox-wrap, form.f-wrap-2 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-2 fieldset.f-checkbox-wrap b, form.f-wrap-2 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-2 fieldset.f-checkbox-wrap fieldset, form.f-wrap-2 fieldset.f-radio-wrap fieldset {float:left;margin: 3px 0 0 10px}
form.f-wrap-2 fieldset.f-checkbox-wrap label, form.f-wrap-2 fieldset.f-radio-wrap label {float:left;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-2 label input.f-checkbox, form.f-wrap-2 label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-2 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-2 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}	

/* FORMS - f-wrap-request - simple form, headings on left, form elements on right */
form.f-wrap-request {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-request fieldset {width:auto;margin: 0 1em}
form.f-wrap-request h3 {margin:0 0 .6em;font: bold 155% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;color:#c00}
form.f-wrap-request h2 {margin:.6em 0 .6em;font: bold 155% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;color:#000066}
form.f-wrap-request label {clear:left;float:left;width:100%;border-bottom: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-request label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-request label input, form.f-wrap-request label textarea, form.f-wrap-request label select {width:35%;float:left;margin-left:10px}

form.f-wrap-request label b {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form.f-wrap-request label b .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-request label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1em;left:-.4em;width:.3em;height:.3em}

form.f-wrap-request label .field {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form.f-wrap-request label .field .note {color:#333333;font-size:80%;font-weight:normal; border-left: 0; }
form.f-wrap-request label .field .req {color:#c00;font-size:150%;font-weight:bold;position:absolute;top:-.1em;line-height:1em;left:-.4em;width:.3em;height:.3em}

form.f-wrap-request div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
form.f-wrap-request div.req b {color:#c00;font-size:140%}
form.f-wrap-request label select {width: 35%}
form.f-wrap-request label textarea.f-comments {width: 20em}
form.f-wrap-request div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-request input.f-submit {margin: 0 0 0 10px}

form.f-wrap-request fieldset.f-checkbox-wrap, form.f-wrap-request fieldset.f-radio-wrap {float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-request fieldset.f-checkbox-wrap b, form.f-wrap-request fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-request fieldset.f-checkbox-wrap fieldset, form.f-wrap-request fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
form.f-wrap-request fieldset.f-checkbox-wrap label, form.f-wrap-request fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-request label input.f-checkbox, form.f-wrap-request label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-request label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-request label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}
		
/* FORMS - f-wrap-detail - simple form, headings on left, form elements on right */
form.f-wrap-detail {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-detail fieldset {width:auto;margin: 0 1em}
form.f-wrap-detail h3 {margin:0 0 .6em;font: bold 155% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;color:#c00}
form.f-wrap-detail h2 {margin:.6em 0 .6em;font: bold 155% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;color:#000066}
form.f-wrap-detail label {clear:left;float:left;width:100%;border-bottom: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-detail label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-detail label input, form.f-wrap-detail label textarea, form.f-wrap-detail label select {width:35%;float:left;margin-left:10px}

form.f-wrap-detail label b {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form.f-wrap-detail label b .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-detail label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1em;left:-.4em;width:.3em;height:.3em}
form.f-wrap-detail div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
form.f-wrap-detail div.req b {color:#c00;font-size:140%}
form.f-wrap-detail label select {width: 15.5em}
form.f-wrap-detail label textarea.f-comments {width: 20em}
form.f-wrap-detail div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-detail input.f-submit {margin: 0 0 0 10px}

form.f-wrap-detail fieldset.f-checkbox-wrap, form.f-wrap-detail fieldset.f-radio-wrap {float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-detail fieldset.f-checkbox-wrap b, form.f-wrap-detail fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-detail fieldset.f-checkbox-wrap fieldset, form.f-wrap-detail fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
form.f-wrap-detail fieldset.f-checkbox-wrap label, form.f-wrap-detail fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-detail label input.f-checkbox, form.f-wrap-detail label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-detail label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-detail label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}


/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em}
h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}

/* LISTS */
ul {margin: .3em 0 1.5em 0;list-style-type:none}
ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li {line-height: 1.4em;padding-left: 15px;background-image: url(/css/images/bullet.gif);background-repeat: no-repeat;} 
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {border:none} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 

/* LAYOUT - Evergreen Header */ 

header nav li, header li { list-style: none; margin: 0; padding: 0; } 

/* LAYOUT - ILLiad HEADER */
#header { /* background-color: #efefef; border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC; border-top: 5px solid #000066;border-bottom: 5px solid #000066; */ margin: 0 0 25px;padding: 6px 0 0 2px}
#header #site-name {font: 265% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;letter-spacing: -.05em;margin:0px 0 0 40px;padding:3px;color:#000066;border:none}
#header #title-name {font: 265% "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;letter-spacing: -.05em;margin:0px 0 0 40px;padding:3px;color:#000066;border:none}
#header #user-name {font: 100% ariel;margin:0px 0 0 0;padding:3px;color:#333333;border:none}
	
/* SEARCH */
#search {color:#000066;font-weight:bold;position:absolute;top:17px;right:10px}
#search form {margin:0 0 5px 0}
#search input.f-criteria {width:8em;margin: 0 0 -1px;height:1.6em}	
#search label {padding:5px 0 0;display:inline}
#search input.f-submit {width:auto;font-size:81%;margin:0 0 -.15em;height:1.95em; padding: 0;}
#search #searchType input {margin: 0 0 -0.4em;height:1.2em}
#search #searchType label {font-weight:normal;font-size:0.8em;padding:0px 0 0 5}
	
/* POWERED BY */
#poweredby {width:96px;height:63px;position:absolute;top:-102px;right:0}

/* LAYOUT - main body of page */
#wrap {min-width:770px; width: 90%; /* max-width:1200px; */ margin: 0 auto; position:relative; background-color: rgba(242, 242, 242, 0.95);  }
#content-wrap {position:relative;width:100%}



#sidebar {position:absolute;top:0;right:0;width:20%;border-top: 5px solid #999;padding-top: 1px;padding-bottom: 40px}

#content {margin: 0 50px}
#content #breadcrumb {margin-top:-5px;font-size:93%;font-weight:bold}
#content #breadcrumb a:link, #content #breadcrumb a:visited {text-decoration:none}
#content #breadcrumb a:hover, #content #breadcrumb a:active {text-decoration:underline}
	
.featurebox {color:#333;padding: 15px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
.featurebox p {border:none;margin: 0 0 0.5em;color:#444}
.featurebox a {font-weight:bold}

/* ALERTS FEED */
	
.alertNone {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertNone p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
.alertNone p {border:none;margin: 0 0 0.5em;color:#444}
.alertNone a {font-weight:bold}

.alertSystem {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertSystem p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
.alertSystem p {border:none;margin: 0 0 0.5em;color:#444}
.alertSystem a {font-weight:bold}

.alertUser {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertUser p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
.alertUser p {border:none;margin: 0 0 0.5em;color:#444}
.alertUser a {font-weight:bold}

.alertStatus {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertStatus p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
.alertStatus p {border:none;margin: 0 0 0.5em;color:#444}
.alertStatus a {font-weight:bold}

.alertDeliveryLocation {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertDeliveryLocation p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
.alertDeliveryLocation p {border:none;margin: 0 0 0.5em;color:#444}
.alertDeliveryLocation a {font-weight:bold}


	
/* LAYOUT TYPE B - DLL form pages*/
#type-b #content-wrap {background: transparent url("images/content_wrap_bg.gif") repeat-y 30px 0}
#type-b #content {margin: 0 23px 0 235px}

/* LAYOUT TYPE C - ILLiad Main Menu, provides space for Alert Feed */
#type-c #content-wrap {background: transparent url("images/content_wrap_bg.gif") repeat-y 30px 0}
#type-c #content {margin: 0 22% 0 235px}


#utility { position:absolute; top:0; left:-60px; width:257px; border-top: 0px solid #999; padding-bottom: 40px; overflow: hidden; color: #002E51; background-color: rgba(204, 231, 252, 0.95); background-image: url("https://evergreen.edu/_inc/images/texture-1.png"); border-radius: 2px;
}


/* NAVIGATION - Main Items */
#nav, #nav ul {position:static}
#nav, #nav li {list-style: none;margin:0;padding:0;/* background:#fff */}
/* #nav {padding-top:0;border-top: 5px solid #999;margin-top: 1px} */
#nav a {line-height:1.8;padding: 5px 0 5px 23px;/* background: #fff url("images/sprites.gif") no-repeat 10px -695px; */font: bold 100%;display:block}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {text-decoration:none;cursor:pointer; border-bottom: 0; } 
/* #nav a:link {color:#000} 
#nav a:visited {color:#000}  */
/* #nav a:hover {color:#c00;background: #fee url("images/sprites.gif") no-repeat 10px -695px}  */
/* #nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {color:#C00}  */
/* #nav li {border-top: 1px solid #fff;border-bottom: 1px solid #ccc} */
/* #nav .default {color:#C00}  */

/* NAVIGATION - Secondary Items */
#nav ul {margin: 0 0 1em 23px;padding:0}
#nav li.active li a, #nav li.active li a:link, #nav li.active li a:visited {line-height:1.3;/* background: #fff url("images/sprites.gif") no-repeat 0 -798px; */padding:0 0 0 12px;font-weight:normal;width:auto;/* color:#000; */width:210px;display:block}
/* #nav li.active li a:hover, #nav li.active li a:active {color: #c00} */
#nav li.active li {border: none;margin:0}

#nav li.active li.active a:link, 
#nav li.active li.active a:visited, 
#nav li.active li.active a:hover, 
#nav li.active li.active a:active {font-weight:bold}


/* LAYOUT - FOOTER */
#footer {clear:both;border-top: 1px solid #E3E8EE;padding: 10px 0 30px;font-size:86%;color:#999; text-align: left}
#footer p {margin:0}
#footer a:link {color:#999}

/* DEFAULT TABLE */

.default-table {width:100%}
.default-table table {border: 1px solid #000066;font: 85%/1.5em "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif;border-collapse:collapse;}
.default-table tbody td {font-size: 100%;letter-spacing: 0.05em;}
.default-table tbody td, th {border-left: 1px solid #000066;vertical-align: top;padding: 5px;}
.default-table thead tr {background: #8B8B8B;color:#000;}
.default-table thead tr.row-header {background: #000066;color: #fff;} !important
.default-table thead tr.row-headings {border-bottom: 1px solid #000066;}
.default-table thead th {padding: 5px 5px;text-align: left;letter-spacing: 0.2em;font-weight: bold;font-size: 110%; color: white;}
.default-table tbody th {padding: 5px 5px 5px 5px;text-align: left;font-size: 110%;color: #fff;letter-spacing: 0.1em;line-height: 1.5em;text-transform: uppercase;}	
.default-table tbody tr.row-odd th {background: #efefef;}
.default-table tbody tr.row-odd {background: #efefef;}
.default-table tbody tr th {background: #ffffff;}
.default-table tbody tr {background: #ffffff;}
.default-table tfoot th, tfoot td {margin: 0;border-top: 2px solid #fff;padding: 5px 10px;text-align: left;background: #F8F12A;color: #000;}
.default-table tfoot th {text-transform: uppercase;letter-spacing: 0.2em;border: none;}
.default-table tfoot td {padding-left: 10px;}
.default-table a {text-decoration:underline; color: #0000FF;}

/* FAQ */

#faq-toc li {font-weight:bold;line-height: 1.4em;padding-left: 10px;background-image: url("images/bullet.gif");background-repeat: no-repeat;} 

#faq-contents {line-height:normal}
#faq-contents .faq-item {width:100%;border-top: 5px solid #999;padding-top: 1px;padding-bottom: 10px}
#faq-contents .faq-item-box {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;background: #f6f6f6}
#faq-contents .faq-item-box p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #333399;color:#333399}
#faq-contents .faq-item-box p {border:none;margin: 0 0 1em;color:#444}
#faq-contents .faq-item-box a {font-weight:bold}
#faq-contents li {font-weight:normal;line-height: 1.4em;padding-left: 0px;background-image: url(/css/images/bullet.gif);background-repeat: no-repeat;} 

#status {font: "proxima-nova","Avenir","Proxima Nova","Helvetica","Arial",sans-serif; margin:0px 0 0 40px;padding:3px;color:#333333;border:none}
#status .statusNormal {color:#333333}
#status .statusInformation {color:#0000FF}
#status .statusError {color:#FF0000}



.validationError {font-weight:bold; color:#FF0000}

.urlPDF{background-image: url("images/pdficon.gif");background-repeat: no-repeat;background-position: 0 50%;padding: 3px 0 3px 20px;margin: .4em 0;}

#logonWrapper { display: table; table-layout: fixed; width:90%; margin: 3em auto; }
#leftLogonBox { display: table-cell; width: 65%;   } 
#rightLogonBox { display: table-cell; vertical-align: middle; } 

#rightLogonBox a.prime { display: block; text-align: center; width: 63%; margin: 0 auto; font-weight:400; border-radius: .2em; border: 1px solid #8D7B99; padding: .5em 0; }
#rightLogonBox a[href="www.evergreen.edu/library"] { width: 49%; }

input[name="q"] { margin-top: 0; margin-bottom: 0; }
.forgotpassword { margin-left: 1rem; }
form[name="Logon"] { margin: 0; } 
.clearClass { clear: both; }

#infoSidebar { padding: 0px 1em; overflow: hidden; color: #002E51; background-color: rgba(204, 231, 252, 0.95); background-image: url("https://evergreen.edu/_inc/images/texture-1.png"); border-radius: 2px; float: right;  }




/* #rightLogonBox a { display: block;  text-decoration: none; text-align: center; padding: 1rem .5rem; width: 60%; margin: 0 auto; font-size: 100%; font-family: proxima-nova,"Proxima Nova",Avenir,"Avenir Next",Helvetica,Arial,sans-serif; font-size: 1em; font-weight: normal; text-shadow: 0px 1px 0px rgba(253, 244, 182, 0.5); background-color: #D0CAD4; background-image: linear-gradient(rgba(191, 175, 151, 0.576), #B7ADBE); border-radius: 0.2em; box-shadow: 0px 0.2em 0.2em rgba(30, 19, 37, 0.25); border: 1px solid #8D7B99;  }
#rightLogonBox a:hover { color: #2C1A38; background-color: #E1DEE3; background-image: linear-gradient(rgba(228, 217, 170, 0.525), #C8C1CD); border-color: #8D7B99; } */


/* Unused CSS 

a.offsite:link, .offsite {padding-right: 12px;background: transparent url("images/aoutside.gif") no-repeat 100%;white-space: nowrap;}
.iconlist{list-style: none;margin: 0px;padding: 0px;}
.NLMDDSRequest {margin-bottom:20px}

/* NAVIGATION - 3rd TIER 
#nav ul ul {margin: 0 0 1em 13px;padding:0}
#nav li.active li.active li a, #nav li.active li.active li a:link, #nav li.active li.active li a:visited {width:117px}
#nav li.active li.active li a:link, 
#nav li.active li.active li a:visited, 
#nav li.active li.active li a:hover, 
#nav li.active li.active li a:active {font-weight:normal}
#nav li.active li.active li.active a:link, 
#nav li.active li.active li.active a:visited, 
#nav li.active li.active li.active a:hover, 
#nav li.active li.active li.active a:active {font-weight:bold}

/* NAVIGATION - 4th TIER 
#nav ul ul ul {margin: 0 0 1em 13px;padding:0}
#nav li.active li.active li.active li a, #nav li.active li.active li.active li a:link, #nav li.active li.active li.active li a:visited {width:104px}
#nav li.active li.active li.active li a:link, 
#nav li.active li.active li.active li a:visited, 
#nav li.active li.active li.active li a:hover, 
#nav li.active li.active li.active li a:active {font-weight:normal}
#nav li.active li.active li.active li.active a:link, 
#nav li.active li.active li.active li.active a:visited, 
#nav li.active li.active li.active li.active a:hover, 
#nav li.active li.active li.active li.active a:active {font-weight:bold}

/* LAYOUT TYPE D 
#type-d #content {margin: 0 25% 0 50px}

/* LAYOUT TYPE E 
#type-e #content-wrap {background: transparent url("images/content_wrap_e_bg.gif") repeat-y 100% 0}
#type-e #utility {position:absolute;top:0;left:auto;right:25px;width:165px;border-top: 5px solid #999}
#type-e #content {margin: 0 243px 0 50px}

/* TRANSACTION MENU 
	
#transactionMenu {border-top: 5px solid #999;border-bottom: 1px solid #ccc;margin-bottom:.5em;width:100%}
#transactionMenu a:link, #transactionMenu a:visited {color:#c00;font-weight:bold;line-height:2em;padding:.3em}
#transactionMenu a:hover, #transactionMenu a:active {background-color: #efefef}
#transactionMenu .separator {color:ccc;margin-left:5px;margin-right:5px}
#transactionMenu .noActionMessage {color:#999;font-weight:normal;line-height:2em;padding:.3em}


/*
LEGAL
=====
Copyright: Daemon Pty Limited 1995-2006, http://www.daemon.com.au & http://www.mollio.org/
License: Released Under the "Common Public License 1.0", http://www.opensource.org/licenses/cpl.php
Version: 010306
*/
