/* Rackham Graduate School www.rackham.umich.edu */
/* CSS Styles */
/* 03/2010 */

body {
	font-family:  Helvetica,"Helvetica Neue",Arial,sans-serif;	
	font-size: 75%; /*This should default to 12px*/
	color:#333;
	background:#075783 url(/neor/images/shared/bgd.jpg) no-repeat;
	background-attachment:fixed;
}
	
/* hide elements that are included for printing*/
.print {
	display:none;}
	
.wrapper, #home #top.wrapper {
	width:990px;
	margin:0 auto 0 auto;
	padding:0 3px 0 4px;
	background:url(/neor/images/shared/wrapper_shadow.png) repeat-y;	
	position:relative;
}
#home .wrapper {
	background:url(/neor/images/home/bgd_wrapper.png) repeat-y;
}
	
.clear {
	clear:both;
	line-height:0em;
}

.error {
	/*display:block;*/
	background-color:#fdd7d2;
	padding:8px 20px 8px 26px;
	color:#444;
	font-size:1em;
	clear:right;
	border-left:3px solid #ee5e5e;
	position:relative;
}

.error img {
	position:absolute;
	top:6px;
	left:6px;
}

.error span {
	padding:0px;
	margin:0px;
}
	
/* TEXT FORMATTING */
p, dl, .content ul, .content ol {
	color:#555;
	line-height:1.5em;
	padding:0 0 18px 0;
	margin:0px;}

blockquote {
	overflow: hidden; /* clearfix alternative */
	font-size: 14px;
	line-height: 150%;
	padding-left: 20px;
}

h1 {}

h2 {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	color:#014985;
	text-shadow: 1px 1px 2px #CCCCCC;
	/*line-height:2em;*/
	font-size:2.4em;
	padding:8px 0px 12px 0px;
	border-bottom: 1px solid #80a4c2;
	margin: 0 0 20px;
	clear:right;
}
	
h3 {
	color:#267ab7;
	text-shadow: 1px 1px 2px #CCCCCC;
	/*line-height:1.7em;*/
	font-size:1.25em;
	font-weight:bold;
	padding:0 0 16px 0;
	margin:0px;
}

h3.inline {
	display:inline;
	padding:0 12px 4px 0;}

h3 a {
	text-decoration:none;
	line-height: 1.25em;
}

h3 a:hover {
	text-decoration:underline;
}

h3.fancy {
    border-bottom: 1px dashed #80A4C2;
    border-top: 1px solid #CCCCCC;
    color: #267AB7;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 20px 0;
    text-shadow: 1px 1px 2px #CCCCCC;
}

h3.first {
    border-top: none;
	padding: 0 0 20px;
}

.help-article, .flowchart {
	background: url("/neor/images/shared/article.png") no-repeat scroll 9px 16px transparent;
	border-top: 1px solid #80a4c2;
    padding: 16px 0 0 35px;
}

.redirect-icon {
	background: url("/neor/images/shared/redirect.png") no-repeat scroll 9px 16px transparent;
}

.pdf-icon {
	background: url("/neor/images/shared/pdf.png") no-repeat scroll 9px 16px transparent;
}

.doc-icon {
	background: url("/neor/images/shared/doc.png") no-repeat scroll 9px 16px transparent;
}

.student-icon {
	background: url("/neor/images/shared/student-icon.png") no-repeat scroll 9px 16px transparent;
}

.rackham-icon {
	background: url("/neor/images/shared/rackham-icon.png") no-repeat scroll 9px 16px transparent;
}

.program-icon {
	background: url("/neor/images/shared/program-icon.png") no-repeat scroll 9px 16px transparent;
}

.umich-icon {
	background: url("/neor/images/shared/umich-icon.png") no-repeat scroll 9px 16px transparent;
}

.calendar-event {
	border-top: 1px solid #80a4c2;
    padding: 16px 0 0 16px;
}

.calendar-event .event-details {
	float: left;
	width: 590px;
}

.calendar-event .event-date {
    float: left;
    width: 42px;
	padding: 0 16px 0 0;
}
.calendar-event .event-date .event-day {
    background: none repeat scroll 0 0 #c9c9c9;
    color: #555555;
    display: inline-block;
	font: 20px/33px Helvetica,"Helvetica Neue",Arial,sans-serif;
    height: 35px;
    text-align: center;
    width: 42px;
}
.calendar-event .event-date .event-month {
    background: none repeat scroll 0 0 #2c476e;
    color: #FFFFFF;
	border-top: 4px solid #C19A41;
    display: inline-block;
    font: bold 14px/31px  Helvetica,"Helvetica Neue",Arial,sans-serif;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 42px;
}

#additional-information {
	border-top: 1px solid #80a4c2;
    padding-top: 16px;
}

h4 {
	color:#125e94;
	font-weight:bold;
	padding:0px 0 4px 0;
	margin:0 0 0.75em;
}

.content ul, .content ol {
	color:#555;	
	padding:0 0 12px 0;
	line-height:1.5em;	
}

.content ul {
	/*list-style:outside disc;*/
	list-style:none;}

.content ol {
	list-style:decimal outside;	
}

/*nested lists*/
.content ol ol {
	background-color:#effafc;
	padding:4px 4px 4px 4px;
	margin:8px 48px 8px 48px;}

.content ol li {
	padding:3px 0 12px 3px;
	margin:0 24px 0 24px;}

.content ul li {
	/*padding:3px 0 3px 0px;*/
	margin:0 48px 0 18px;
	background:url(/neor/images/shared/bullet1.png) no-repeat;
	padding:3px 0px 3px 14px;
}
	
.content ul ul {	
	list-style:none;
	padding:4px 0px 12px 0;
	line-height:1.5em;
}

.content ul li li {
	list-style:none;
	background:url(/neor/images/shared/bullet2.png) no-repeat;
	/*padding:3px 0px 3px 12px;*/
	margin:0 0px 0 12px;
}

/*.content ul li li li {
	background:url(/neor/images/shared/bullet3.png) no-repeat;	
}*/

dt {
	/*background-color:#effafc;*/
	/*border-bottom:1px #2c476e solid;*/
	padding:4px 4px 2px 0px;
	color:#267ab7;
	font-family:"Bookman Old Style", "Calisto MT", Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:italic;
	/*background-color:#edf8f9;*/
	margin:0;
	clear:left;
}

dd {
	padding:0px 0 18px 0;}

hr {
	background:none;
	border-width:0 0 1px 0;
	border-color:#a9c7dd;
	margin:6px 0 6px 0;
	padding:0px;
}

/*TABLE STYLES*/
.related td, .related table {
	border:none;
}
table {
	margin:0 0 12px 0;
	border:1px solid #a8d2db;
	color:#666;
	line-height:1.5em;}

th {
	background-color:#C3E8EF;
	border-bottom:1px #2c476e solid;
	padding:4px;
	color:#2c476e;
	font-weight:bold;
	border-right:1px solid #a8d2db;
}

td {
	padding:6px 3px 6px 3px;
	border-right:1px solid #a8d2db;
}

tr.odd td {
	background-color:#F5FBFC;}

td.description {
	width:240px;
	/*background-color:;*/
	color:#333;
	padding:6px;
}
	
/* use id="anchors" for lists of same-page links */
.content #anchors li {
	margin:0 48px 0 12px;
}

/*Blue inset box (nest two divs to create border)*/
.border-box {
	background:url(/neor/images/shared/bgd_box_top.png) no-repeat top #fff;
	padding:16px 0px 0px 0px;
	margin:0 0 24px 0;
	border:1px solid #fff;
}

.border-box .border-box-nest {
	background:url(/neor/images/shared/bgd_box_btm.png) no-repeat bottom #fff;
	padding:12px 28px 14px 28px;
	margin:0 0 0 0;
	/*border:1px solid #f00;*/
}

a, a:visited {
	color:#015591;
	text-decoration:underline;}

a:hover {
	color:#017bd1;}

/*Support Suite Styles*/
#kb dt {
	font-size:1.2em;
	margin:0 0 4px 0;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	border:none;
	font-style:normal;
}

#kb dd {
	padding:0 0 24px 0;}

.content p.rss {
	display:inline;
	padding:0 0 24px 0;
}

.content p.rss a {
	display:inline;
	padding:0 0 0 0;
	font-size:.9em;
	color:#999;}

.details, ul.pagination {
	border-top:2px #2c476e solid;
	padding:4px;
	color:#999;
	background-color:#edf8f9;
	margin:0 0 8px 0;
	clear:left;
}

.details h4 {
	display:inline;
	font-family:"Bookman Old Style", "Calisto MT", Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#267ab7;
	font-style:italic;
	font-weight:normal;
	padding:0 8px 0 0;
}
	
.details p {display:inline;}

.details p strong {
	text-transform:uppercase;
	font-weight:normal;
}

.details p span {
	padding:0 12px 0 0;}

#back_link {
	background:url(http://marcwillia7075jq.kayakotrial.com/themes/client_default/icon_back.gif) no-repeat left;
	padding:0 0 0 18px;
	margin:0 0 12px 0;
	float:left;
}

#kb_home div {
	float:left;
	padding:36px 10px 36px 18px;
	width:190px;
	height:160px;
	border:#fff 2px solid;
	background:#e2f0f2;
	position:relative;
	/*margin:40px 0 0 0;*/
}

#kb_home div.tickets {
	width:633px;
	height:auto;
	background: #faf6ec;
	padding: 18px 10px 10px 18px;}

#content #kb_home p {
	padding: 0 0 12px 0;
	margin: 0;
	position: absolute;
	top: 90px;
	width:190px;}

#content #kb_home p.link {
	padding: 0 0 12px;
	margin: 0;
	position: absolute;
	top: 166px;
	width:190px;}

#ticket_list {
	margin: 0px 0 12px 0;
	border:1px solid #a8d2db;}

span.date {
	padding:0 0 0 6px;	
	font-size:.9em;
	color:#7c9aa1;
	display:inline;
}

.ticketline {
	padding:6px;}

#ticket_list td {
	padding:6px;
}

.row1, .row1 td {
	background-color:#f4fcfd;
}

.row2, .row2 td {
	background-color:#f9feff;
}
	
#ticket_list .header, #ticket_list .header td {
	background-color:#d3f0f4;
	border-bottom:2px solid #2c476e;
	font-weight:bold;
}

#ticket_list tr.header td {
	padding:8px 0 8px 0;
}

.tabletitlerow {
	font-weight:bold;}

.rowhighlight {
	background-color:#f7fbfb;
}

.dsp_ticket td {
	padding:4px;}

.dsp_ticket {
	margin-bottom:12px;}

/*.content h2.download {	
	background-position: left;
	background-repeat: no-repeat;
	
	display:block;
}*/
#download {
	display:block;
	padding:8px 0px 8px 0px;
	text-align:center;
	/*background-image:url(http://marcwillia7075jq.kayakotrial.com/themes/client_default/icon_topicbigred.gif);
	background-repeat: no-repeat;*/
	background-color:#edf8f9;
	border:1px solid #a2bdc8;
	width:144px;
	margin:0 0 24px 0;
	font-size:1.3em;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

#download span {
	background-image:url(http://marcwillia7075jq.kayakotrial.com/themes/client_default/icon_topicbigred.gif);
	background-repeat: no-repeat;
	padding:2px 0 2px 20px;
}

#download:hover {
	background-color:#2c476e;
	color:#edf8f9;
}
	
/* HEADER */
#header {
	background:url(/neor/images/shared/bgd_hdr.png) no-repeat;
}

#header h1 {
	position:relative;
	background-color:#fff;
	border-right:2px #333 solid;
	padding:22px;
	width:227px;
	z-index:4;
}

#header h1 a {
	background-image:url(/neor/images/shared/logo_rackham.png);
	background-repeat:no-repeat;
	width:227px;
	height:107px;
	display:block;
	z-index:6;
}

#header h1 span {
	position:absolute;
	left:-999em;}
	
/* NAVIGATION */
.nav li {
	font-family:"Bookman OldStyle", "Calisto", Georgia, "Times New Roman", Times, serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family:'ContraRegular', Georgia, "Times New Roman", Times, serif;*/
	font-size:1.2em;
}

.nav ul {
	with:100%;
	padding:0 0 0 22px ;
	height:30px;}
	
.nav li {
	float:left;
	padding:10px 14px 8px 14px;
}

.nav li.nav_title {
	font-style:italic;
	/*font-family: 'ContraItalic', Georgia, "Times New Roman", Times, serif;*/
	clear:left;
	font-size:1em;}
	
.nav .task li.nav_title
	 {color:#85b5d9;}
	
.nav .audience {
	background-color:#eebf5a;
	border-bottom: #c19a41 solid 4px;
}
.nav .audience a {
	color:#2c476e;
	text-decoration:none;
}

.nav .audience a:hover, .nav .audience .current a:hover {	
	color:#1c7dc8;
}

.nav .audience li.current {
	background:url(/neor/images/shared/nav_hover_left.png) no-repeat left;
	padding:0px 0px 0px 14px;
}
.nav .audience li.current span {
	background:url(/neor/images/shared/nav_hover_right.png) no-repeat right;
	color:#2c476e;
	padding:9px 14px 10px 0px;
	display:block;
}

.nav .task {
	background-color:#2c476e;
	height:33px;
}
.nav .task a {
	color:#fff;
	text-decoration:none;
}
	
.nav .task a:hover {	
	color:#96d1ff;}

.nav .task .current a:hover {	
	color:#c2e4ff;}

.nav .task li.current {
	background-color:#3478b1;	
	color:#fff;
	/*padding:10px 14px 10px 0px;
	display:block;*/}
	
/* AUXILIARY NAVIGATION */
.nav_aux {
	padding: 9px 22px 0 0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	position:absolute;
	top:0px;
	width:968px;
	z-index:1;}

.nav_aux ul {
	float:right;
	color:#fff;
	/**keep this padding so the block M isn't hidden in IE**/
	padding:3px 0px 3px 0px;}
	
.nav_aux li {
	display:inline;
	color:#fff;
	padding:0 12px 0 0;}

.nav_aux a {
	color:#fff;
	text-decoration:none;}
.nav_aux a:hover {
	text-decoration:underline;}
	
#um_link {
	padding-left:28px;
	height:16px;
	min-height:16px;
	margin-left:4px;
	background:url(/neor/images/shared/block_m.png) no-repeat;}

#smoke-free {
	padding: 2px 22px;
	height:16px;
	min-height:16px;
	margin-left:4px;
	background:url(/neor/images/shared/smoke-free.png) no-repeat;}

.nav_aux form {
	clear:right;
	float:right;
	background:url(/neor/images/home/bgd_search.png) repeat;
	border:1px #054463 solid;
	padding:4px;
	margin:12px 12px 0 0;}
	
.nav_aux label {
	position:absolute;
	left:-999em;}
	
.nav_aux input {
	border: 1px solid #5992b1;
	color:#aaa;}

.nav_aux input:active,
.nav_aux input:focus {
	color: #000;}

.nav_aux #go {
	background-color:#054463;
	color:#fff;
	font-weight:bold;}

/* BREADCRUMBS */
.content .breadcrumbs, #breadcrumbs {
	float:right;
	color:#969d8c;
	padding:0px 0 4px 0;
	font-size:.9em;
	margin:0 0 0 0;}

.content .breadcrumbs li {
	display:inline;
	padding:0px 4px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:none;}

.breadcrumbs a, .breadcrumbs a:hover, #breadcrumbs a, #breadcrumbs a:hover {
	color:#3a8ca9;
	text-decoration:none;}
	
/* FOOTER */
.footer {
	background-color:#013868;
	padding:30px;
	color:#d7e8f7;
	/*display:block;*/
	clear:both;
	line-height:1.4em;
}

.footer a {
	color:#d7e8f7;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;}

/*.footer ul, .footer h4 {
	width:120px;}*/

.footer .column {
	float:left;
	width:120px;
	padding:0 40px 0 0;}

.footer h4 {
	font-size:1.2em;
	padding:0 0 12px 0;
	color:#d7e8f7;}
.footer p {
	color:#d7e8f7;}
.footer li {
	padding:0 3px 0 0;
	font-size:.9em;}

#strong {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em;
	width:155px;
	padding:0px 0 0 0;
}

.footer .umich_link {
	padding:12px 0 0 0;}

.colophon {
	float:right;
	width:220px;
	font-size:.9em;
	line-height:1.4em;
	padding:0 0 0 0px;}
/* HOME PAGE */
#home {}

#col_1 {
	background-color:#fff;
	border-right:1px #91a0a0 solid;
	padding:22px 10px 22px 10px;
	width:250px;
	clear:left;
	float:left;
}
#intro {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	color:#333;
	font-size:1.2em;
	line-height:1.5em;
	padding:0px 12px 0px 12px;
	margin-bottom:12px;
}

#landing-sections {
	margin-bottom:18px;
}

#landing-sections div {
	background:none repeat scroll 0 0 #E2F0F2;
	padding:18px;
	margin-bottom:9px;
}

#landing-sections div:hover {
	background:none repeat scroll 0 0 #F0F7F8;
}

.more_link, .more_link:visited {
	color:#057790;
	/*font-family:'ContraItalic', Georgia, "Times New Roman", Times, serif;*/
	font-family:"Bookman OldStyle", "Calisto", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	text-decoration:none;
	margin:12px 0 12px 0;
	display:block;	
}
	
.more_link:hover, .more_link:visited:hover {
	text-decoration:underline;}

#newsletter .more_link, #kb_double_grid .more_link, #kb_home .more_link, #landing-sections .more_link, .spotlight .more_link {
	background:url(/neor/images/home/arrow_right.png) right no-repeat;
	padding:0 24px 0 0;
	display:inline;
}
	
/* HOME BUTTONS */	
.block_links a {
	padding:12px;
	font-size:1.3em;
	color:#4f525b;
	/*font-family:'ContraItalic', Georgia, "Times New Roman", Times, serif;*/
	font-family:Bookman Old Style, "Calisto MT", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	display:block;
	text-decoration:none;
}

.block_links a strong {
	font-size:1.1em;
	/*font-weight:bold;*/
	color:#0b829c;
	font-family:Bookman Old Style, "Calisto MT", Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	/*font-family:'ContraRegular', Georgia, "Times New Roman", Times, serif;*/
	display:block;
	line-height:1.5em;
}

.block_links a:hover {
	background-color:#fbd578;
	padding:12px;
}

/* CONTENT AREA */
.content {
	background: url(/neor/images/home/bgd_content.png) repeat;
	/*background-color: rgba(204,229,231,0.75);*/
	width: 719px;
	float:left;
}

#home .content {
	background-image:none;
    padding: 20px;
    width: 679px;
}

#home .content h3 {
    font-family: Bookman Old Style,"Calisto MT",Georgia,"Times New Roman",Times,serif;
    font-size: 1.5em;
    padding: 0 0 16px;	
}

#home .content h4 {
    font-family: Bookman Old Style,"Calisto MT",Georgia,"Times New Roman",Times,serif;
    font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
    padding: 0 0 6px;	
}

#home .content h4 a, a:visited {
    text-decoration: none;
}

#home .content h4 a:hover {
	text-decoration:underline;
}

#content_wrapper/*, #no_nav .content*/ {
	background:url(/neor/images/shared/bgd_content_right.png) repeat-y right;
	background-color:#fff;
	padding:0px;
	width:990px;
}

#no_nav .content, #one_col .content {
	padding:8px 30px 30px 30px;
	width:930px;
	background-image:none;
	background-color:#fff;
}

#no_nav .content {
	border-top:4px #eebf5a solid;
}

/* EVENTS BLOCK */
.events {
	padding:20px 12px 0px 12px;
	color:#41606d;
	line-height:1.4em;
}

.related h3, .events h3 {
	color: #015591;
	font-size: 1.4em;
	padding: 0 0 6px 0;
	font-style:normal;
}
	
h3#first {
	padding-top:20px;
}

.events li a {
	color:#41606d;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.events li a:hover {
	text-decoration:underline;
}
.events li {
	padding:12px 0 0 0;}
	
.content_column .events {
	padding:20px;
}	

/* HELPDESK BLOCK */

.help_desk {
	background-color:#a8d2db;
	border-top:1px solid #84c3be;
	border-bottom:1px solid #84c3be;
	padding:20px 20px;
	margin:0 0 8px 0;}

.help_desk h3 {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	color:#333;
	padding:0 0 12px 0px;
	font-style:normal;}

.help_desk li a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:1.4em;}

.help_desk li a:hover {
	text-decoration:underline;
}
.help_desk li {
	padding:6px 6px 6px 0;}

.help_desk li {
	padding:0 0 8px 0;}

/* ARTICLE BLOCKS */
.home_articles {
	float:left;
	width:430px;
	padding:12px 15px 20px 15px;
}

.home_articles h3 {
    font-family: Bookman Old Style,"Calisto MT",Georgia,"Times New Roman",Times,serif;
    font-size: 1.5em;
    line-height: 1.5em;
}

.article h4 a {
	color: #097C95;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0 0 14px;
    text-decoration: none;
}

.home_articles .article p {
	color:#262723;
	line-height:1.5em;
	display:block;
}
.home_articles .article {
	clear:left;
	padding:0;}

.home_articles img {
	float:left;
	margin:2px 12px 4px 0;
	border: 1px solid #4f525b;
}
/* CONTENT */
/*.content_wrapper {
	padding:0px;}*/

#content .content {
	float:left;
	width:666px;
	background-image:none;
	background-color:transparent;
	padding:8px 24px 0 24px;
}

#content .content p {margin-right:24px;}

/* CONTENT COLUMN */
.content_column {
	float:right;
	width:269px;
	padding:0;
}

.related {
	font-family: "SofiaRegular-1","SofiaRegular-2",Arial,sans-serif;
	font-size:1.2em;
	padding:0px 20px 20px 20px;
}

.related a {
	text-decoration:none;
	color:#0e63a2;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size:1em;
	line-height:1.2em;
}

.related a:hover {
	color:#0a8acc;}

.related li {
	padding:5px 6px 5px 0;}
	
/*My Account in Help Desk*/
.my_account {
	background-color:#a8d2db;
	border-top:1px solid #84c3be;
	border-bottom:1px solid #84c3be;
	padding:8px 20px 20px 20px;
	margin:0 0 24px 0;
	color:#555;}

.my_account h3 {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	color:#333;
	padding:0 0 12px 0px;
	font-size:1.3em;
}

.my_account form {
	margin:12px 0 0px 0;}

.my_account .small_text {
	font-size:.9em;}
	
.my_account li {
	padding:4px 0 4px 0;}
	
/*HELP DESK DOWNLOADS SECTION*/
#article_list .category_list {
	width:auto;
	float:none;
	height:auto;
}

#article_list li, #download_list li, .content .category_list li {
	background-image:none;}
	
.category_list {
	width:200px;
	margin:0 20px 0 0;
	float:left;
	height:120px;
}
.category_list h4 a, .category_list h4 a:visited {
	font-size:1.3em;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	text-decoration:none;
	
}

.category_list h4 a:hover, .category_list h4 a:visited:hover {
	color:#267ab7;}
	
.category_list ul {
	padding:8px 0 16px 8px;
	margin:0px;}

.category_list ul.article_list {
	padding-left:0px;}

.category_list .article_list li {
	padding:0 0 8px 0px;
}

.content .category_list li {
	list-style:none;
	line-height:1.3em;
	padding:0 0 8px 18px;
	margin:0px;	
	position:relative;
	
}

#download_list {
	padding:0px;
	margin:8px 0 0 0;
	list-style:none;}
	
#download_list li {	
	margin:0px;
	border-bottom:2px #fff solid;
	padding:4px 12px 4px 12px;
	background-color:#edf8f9;
	display:block;
	position:relative;
}
#download_list span.title {	
	padding:6px 0px 2px 0px;
	font-size:1em;
}

#download_list p {
	padding:0px;	
}

#download_list span {
	padding:0 0 0 6px;	
	font-size:.9em;
	color:#a2bdc8;
	display:inline;
}

#download_list #moduletitle {
	position:absolute;
	left:590px;
	top:4px;
}

.category_list img.file {
	position:absolute;
	top:-2px;
	left:0px;
	margin:0px;
	padding:0px;}

.category_list img.arrow {
	position:absolute;
	top:1px;
	left:2px;}

/*HELP DESK SUBMIT QUESTION FORMS*/
#ask fieldset {
	display:block;
	margin:0 0 0x 0;
	padding:0 0 24px 0;	
}

#ask {
	padding:0 0 24px 0;}

#ask legend {
	font-family:"Bookman Old Style", "Calisto MT", Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#267ab7;
	/*font-style:italic;*/
	padding:0 0 4px 0;
	margin:0 0 0 0;
	position:relative;
	left:0px;
	/*border-bottom:1px solid #2c476e;*/
}

#ask label {
	width:80px;
	float:left;
}

#ask #subject input {
	width:580px;
	float:right;
	margin:0 0 4px 0;
}

#ask #subject label {
	width:auto;
	
}

#ask label.captcha {
	width:400px;
	line-height:1.3em;}

img.captcha {
	border:1px solid #c476e;}

#ask ul {
	list-style:none;
	margin:0px;
	padding:0px;}

#ask ul.department label {
	width:auto;
	float:none;}
	
#ask ul.department {
	padding:0 0 24px 0;}

#ask li {
	margin:0px;}

#ask hr {
	background:none;
	border-width:0 0 2px 0;
	border-color:#2c476e;
	margin:0 0 12px 0;
	padding:0px;
}

.redtext {
	color:#C00;
}

.content ul.no-bullet {
	list-style:none;
	margin:0px;
	padding:0px;}

.content ul.no-bullet li {
	margin:0px;
}
	
/*SIDE NAVIGATION*/

#localNav {
}

#localNav h3 {
	background: url("http://www.rackham.umich.edu/neor/images/shared/sidemenu_item_border.gif") no-repeat scroll left bottom transparent;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	font-style:normal;
	line-height:20px;
	padding:10px 0 10px 20px;
}

#nav_sub li a {
	background: url("http://www.rackham.umich.edu/neor/images/shared/sidemenu_item_border.gif") no-repeat scroll left bottom transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:20px;
	padding:15px 20px;
	text-decoration:none;
	display: block;
}

#nav_sub li a:hover {
	background: url("http://www.rackham.umich.edu/neor/images/shared/sidemenu_item_border.gif") no-repeat scroll left bottom #f0f7f8;	
}
	
#nav_sub li ul li a {
	padding-left: 40px;
}
	
#nav_sub li ul li a:hover {
	background: #f0f7f8;	
}
	
#nav_sub li.here|sub_level_0 a {
	background: #fff;	
}

/*SHARING*/

.share {
	font-size:0.9em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	padding: 5px 0;
	text-align: right;
}

a.share-print {
	padding: 1px 5px 5px 22px;
	background: url("http://www.rackham.umich.edu/neor/images/shared/printer.png") no-repeat scroll 0 0 transparent;
}

a.share-comments {
	padding: 3px 5px 5px 22px;
	float: left;
	background: url("http://www.rackham.umich.edu/neor/images/shared/comment.png") no-repeat scroll 0 0 transparent;
}

/*Button-like Links*/	
	
#content .content p.centerbutton {
	text-align: center;
	margin-right: 0;
}
	
p.centerbutton a {
    color: #fff;
	border-bottom: 1px solid #387246;
	border-right: 1px solid #387246;
	border-top: 1px solid #CDE1D5;
	border-left: 1px solid #CDE1D5;
    background-color: #71ab6c;
	padding: 0.25em 0.33em;
	text-decoration: none;
}
	
p.centerbutton a:hover {
	border-bottom: 1px solid #CDE1D5;
	border-right: 1px solid #CDE1D5;
	border-top: 1px solid #387246;
	border-left: 1px solid #387246;
}

p.centerbutton a.gray {
    color: #fff;
	border-bottom: 1px solid #959595;
	border-right: 1px solid #959595;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
    background-color: #d6d6d6;
	color: #363636;
	padding: 0.25em 0.33em;
	text-decoration: none;
}
	
p.centerbutton a.gray:hover {
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*Main Website Pagination Links*/

.content ul.pagination li
 {
display: inline;
background: none repeat scroll 0 0 transparent;
list-style-type: none;
margin: 0;
padding: 0;
padding-right: 20px;
text-transform:uppercase;
}
.spotlight-link {
background: url("/images/utility/interface_browser.gif") no-repeat scroll left top transparent; padding:0 0 12px 20px;}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */
.coda-slider-wrapper { padding: 0; }
.coda-slider { background: #2f5152; height:317px; }
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 317px; overflow: auto !important; padding: 0; }
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 720px; } 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 720px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
/* Tab nav */
.coda-nav ul li a.current { background: #3478B1; }
	
/* Panel padding */
.coda-slider .panel-wrapper { padding: 0; width: 720px; position:relative; }
	
/* Preloader */
.coda-slider p.loading { padding: 0; text-align: center; }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear:none; display:block; margin:auto; overflow:hidden; position:absolute; right:12px; top:289px; }
.coda-nav ul li { display: inline; }
.coda-nav ul li a {
	/*background-color:#20201b;*/
	/*transparent background
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;*/
	background: url(http://www.rackham.umich.edu/neor/images/home/bgd_spotlight.png) repeat;
	color:#ecf1f1;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none;
}
	
/* Miscellaneous */
.coda-slider-wrapper { clear: none; overflow: hidden; }
.coda-slider { float: left; overflow: hidden; position: relative; }
.coda-slider .panel { display: block; float: left; }
.coda-slider .panel-container { position: relative; }
.coda-nav-left, .coda-nav-right { float: left; }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }

/* SPOTLIGHT */
.spotlight_photo {
	border:none;
	display:block;
}

.panel .panel-wrapper .spotlight_text {
	position:absolute;
	top:50px;
	text-align:right;
	padding:20px 12px 20px 22px;
	/*background-color:#20201b;*/
	/*transparent background
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;*/
	background:url("/neor/images/home/bgd_spotlight.png") repeat scroll 0 0 transparent;
	color:#ECF1F1;
	font-family: "SofiaRegular-1","SofiaRegular-2",Arial,sans-serif;
	line-height:1.2em;
	left:0;
}

.spotlight_text.left {
	top:50px;
	left:0;
}

.spotlight_text.right {
	top:50px;
	left:705px;
}
	
.spotlight_text h4 {
	font-size:2em;
	padding:0 0 12px 0;
	margin:0px;
	color:#ecf1f1;
	/*font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;*/
}
	
.spotlight_text h5 {
	font-size:1.4em;
	line-height:1.3em;
}
	
/*Newsletter*/

#newsletter {
	width: 670px;
}

#newsletter .image {
	position: relative;

	margin-bottom: 2px;
}

#newsletter .Feature {
	height: 300px;
}

#newsletter .Spotlight, #newsletter .Awards {
	height: 150px;
	margin-right: 2px;
}

#newsletter .image p.article-title {
	color: #fff;
	position: absolute;
	top: 26px;
	left: 0;
	/*background-color:#20201b;*/
	/*transparent background
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;*/
	background:url("http://www.rackham.umich.edu/neor/images/home/bgd_spotlight.png") repeat scroll 0 0 transparent;
	color:#ECF1F1;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#newsletter .image p.article-title a {
	color: #fff;
	text-decoration:none;
	display: block;
	padding: 10px;
}

#newsletter .image p.article-title a:hover {
	color: #fff;
	text-decoration:underline;
}

#newsletter .image p.article-category {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	/*background-color:#267AB7;*/
	/*transparent background
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;*/
	background:url("http://www.rackham.umich.edu/neor/images/shared/bgd_category.png") repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

#newsletter .news-list, #newsletter .awards-list {
	padding: 10px;
	background: #e2f0f2;
	min-height:130px;
	width:314px;
}

#newsletter a img, #newsletter a {
	text-decoration: none;
	border: none;
}

#newsletter a:hover p.article-title {
	color: #96d1ff;
	text-decoration: underline;
}

#newsletter .clear {
	position: relative;
	clear: both;}
	
.past-issue {
	min-height: 200px;
}

.past-issue img	 {
	float: right;
}

.pdf-link {
background: url("/images/utility/page_white_acrobat.png") no-repeat scroll right top transparent; padding:0 20px 12px 0;
}

/* DIG */

ul.navlist {
	list-style-type: none;
	margin: 1.5em 0 1.5em 0;
	padding: 0;
}

ul.navlist li {
	background: none;
	font-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.navlist li a {
	background: #e2f0f2;
	text-decoration: none;
	padding: 6px;
	margin: 0 2px;
}

ul.navlist li a:hover {
	background: #f0f7f8;
}

/* Double Grid */

#kb_double_grid div {
	background:none repeat scroll 0 0 #E2F0F2;
	float:left;
	margin:2px;
	padding:20px 20px 0;
	position:relative;
	width:289px;
}

#content #kb_double_grid p {
	margin:0;
	padding:0 0 16px;
}

#content #kb_double_grid p.link {
	margin:0;
	padding:0 0 25px;
}

/* Events */

.eventTitle {
	font-size: 1.75em;
	font-weight: bold;
}
.calEvent {
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	border-left:2px solid #E4E4E4;
}
.eventProfession, .eventLife, .eventAcademics, .eventNetworks {
	background:url("/images/plan-sprite.gif") no-repeat;
	padding:0 0 0 35px;
	font-size:115%;
	line-height:30px;
}
.event {
	padding:0;
	font-size:115%;
	line-height:30px;
}
.eventProfession {
	background-position:0 0;
}
.eventLife {
	background-position:0 -30px;
}
.eventAcademics {
	background-position:0 -60px;
}
.eventNetworks {
	background-position:0 -90px;
}
#eventTags {
	line-height:18px;
	margin:0;
	padding:0 0 30px 0;
}
#eventTags li {
	list-style:none outside none;
	font-size:92%;
	display:inline;
	margin:0 2px 0 0;
	background: none;
	padding: 0;
}
#eventTags li a {
	background:none repeat scroll 0 0 #F2F2F2;
	color:#333333;
	display:inline-block;
	line-height:17px;
	margin-bottom:1px;
	padding:0 10px;
}
#eventTitle {
	font-size:2.25em;
}
#eventSave {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	background: none repeat scroll 0 0 #EEEEEE;
	float: right;
	margin-left: 1em;
	padding: 1.75em;
}
#eventSocial {
	margin-bottom: 4em;
}
#eventSave li {
	background:none;
	margin:0;
}
.twitterLike, .facebookLike {
	float:left;
}
.twitterLike {
	margin-top:1px;
}
/* AddThis Vertical Layout Menu */

.addthis_toolbox .vertical {
    background: #fff;
    width: 136px;
    padding: 1px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .vertical a {
    position: relative;
    display: block;
    background: #fff;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #00bff3;
}

.addthis_toolbox .vertical a:hover {    
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .vertical span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a {
    padding: 4px 0;
    margin: 0;
}
.addthis_toolbox .vertical .more a:hover {
    background: none;
}

.addthis_toolbox .vertical .more span {
    display: none;
}
#content p.landingButton {
margin: 0;
padding: 0 0 20px 0;
}
#content p.landingButton a {
background:url("http://www.rackham.umich.edu/images/landingButton.png") no-repeat scroll right top #e2f0f2;
display:block;
font-size:1.5em;
line-height:20px;
padding:15px 20px;
text-decoration:none;
}
#content p.landingButton a:hover {
background:url("http://www.rackham.umich.edu/images/landingButton.png") no-repeat scroll right top #F0F7F8;
}

.entry {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px;
}

.authorBio, .authorEntry {
    border-bottom: none;
    margin: 0 0 10px;
}

h3 {
    color: #267AB7;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    text-shadow: 1px 1px 2px #CCCCCC;
}

.author {
    float: left;
    font-size: 90%;
    line-height: 1.25em;
    width: 100px;
}

.name {
	font-weight: bold;
}

.entry .body, .authorEntry .body, .authorBio .body {
    display: block;
    margin-left: 120px;
    min-height: 180px;
}

.entryInfo{
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 90%;
}

.entryInfo span.date, .entryInfo .categories {
    display: inline;
    padding: 0;
}

.categorytag {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 10px;
}

.categorytag {
    background-color: #E3F4F9;
    border: 1px solid #CDDEE1;
    border-radius: 2px 2px 2px 2px;
    padding: 2px 5px;
}
