@CHARSET "ISO-8859-1";
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #000;
	color: #333;
	padding: 0 0 40px;
}
li {
	margin-left:20px;
	margin-bottom:5px;
}
.padded-border {
	float:left;
}
.padded-border  img{
	border:solid 1px #ddd;
	margin-right:10px;
	padding:3px;
}
figure {
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:2em;
}
figcaption {
	font-size:.8em;
}


/* anchors
----------------------------------------------- */
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {margin-bottom:.6em;}
h2 {margin-top:1em;
		font-size:2em}
h3 {font-size:1.7em}
h4 {font-size:1.4em}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
#page-head {
	background-color:#002B33;
	background-image:url(../../images/web/page-header-background.png);
	box-shadow:rgba(0,0,50,0.25) 0px 5px 3px;
	-moz-box-shadow:rgba(0,0,50,0.25) 0px 5px 3px;
	-webkit-box-shadow:rgba(0,0,50,0.25) 0px 5px 3px;
	color:#fff;
	margin:0 0 15px 0;
	padding:5px 5px;
	text-align:right;
	width:950px;
	/*margin-top:-15px;*/
}
h2#page-heading {
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.5em;
	padding:0 10px 0 0;
	margin:0;
	text-transform:uppercase;
	/*
	background: url(../../images/web/pageHeaderIcon.png) no-repeat;
	background-position:0 2px;
	font-weight:normal;
	padding:0 0 0 16px;
	margin:0 0 10px 0;
	*/
}


/* boxes
----------------------------------------------- */
.box {
	/*border:solid 1px #ddd;*/
	/*border-left:solid 2px #777;*/
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	/*border-left:solid 3px #777;*/
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	/*background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;*/
	/*background: -webkit-gradient(linear, left top, right bottom, from(#333), to(#555));*/
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 div:first-child {
	margin-left: 10px;
}

.grid_first {
	margin-left: 0;
}

.grid_last {
	margin-right: 0;
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
	/*background-image: url("../img/switch_plus.gif");*/
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
	margin:0 0 2em 0;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
}
ul.section li a {
	background:#ccc;
	border-bottom:1px solid #eee;
}
ul.section li a:hover {
	background:#ddd;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ccc;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ddd;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#ddd;
	color:#333;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	/*
	border:1px solid #bbb;
	*/
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	/*
	border-bottom:2px solid #888;
	background:#bbb;
	*/
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	/*
	background:#555;
	border:1px solid #555;
	*/
}
tbody th,
tbody td {
	/*
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
	*/
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	/*
	border-top:2px solid #666;
	background:#eee;
	*/
}
tfoot tr.total th,
tfoot tr.total td {
	/*
	border-top:6px double #666;
	*/
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.2em .4em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	/*border-top:1px solid #666;*/
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left;
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left;
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}
.article p.caption {
	color:#666;
	padding:.3em 0;
	margin-bottom:.8em;
}

/* site information
----------------------------------------------- */
div#site-info {
	background:#222;
	border-radius:10px;
	color:#999;
	margin-top:10px;
}
#site-info a {
	color:#aaa;
}
#site-info a:hover {
	color:#fff;
}
#site-info .footer-section-head {
	color:#bbb;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}
#site-info p {
	float:left;
	margin:10px;
	width:220px;
}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* NanoCenter General Layout
----------------------------------------------- */
#top-menu-container {
	/*background-color:#444;*/
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
	box-shadow: rgba(0,0,42,0.25) 0px 5px 3px;
	-moz-box-shadow: rgba(0,0,42,0.25) 0px 5px 3px;
	-webkit-box-shadow: rgba(0,0,42,0.25) 0px 5px 3px;
	/*display:none;*/
	position:fixed;
	width:100%;
	z-index:100;
    /*float:left;*/
}
#umh-cont {
    position: fixed;
}
#top-menu {
	margin:0 auto;
	width:960px;
}
#nanocenter-header-container {
	/*background:url(/ernie/images/web/nanocenter-header-background.jpg) no-repeat;*/
	width:100%;
}
#nanocenter-header {
	background:url(../../images/web/header_backgrounds/1.jpg) no-repeat;
	background-position:center left;
	margin:0 auto;
	width:960px;
}
#nanocenter-header-fade-overlay {
	background:url(../../images/web/header_backgrounds/fade-to-black.png);
	background-repeat:repeat-y;
	padding-top:28px;
}
#nanocenter-header-logo {
	float:left;
	margin:10px;
}
#nanocenter-header-search {
	color:#fff;
	float:right;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
}
#nanocenter-header-search input {
	clear:right;
	float:right;
}
#nanocenter-header-search a {
	color:#fff;
}
#nanocenter-header-search a:hover {
	text-decoration:underline;
}
#nanocenter-content {
	border-radius:10px;
	overflow:hidden;
	min-height: 400px;
}
#page-top {
	/* border-bottom:solid 1px #ddd; */
	font-size:.9em;
	height:20px;
	position:relative;
	margin:0 10px 6px 10px;
	text-transform:uppercase;
	top:6px;
}
#page-top a {
	margin-left:10px;
}
#sub-top {
	background-color:#ddd;
	color:#777;
	font-size:.8em;
	height:25px;
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
	text-transform:uppercase;
	width:940px;
}
#sub-top ul {
	margin-top:4px;
}
#sub-top li {
	margin:0 5px 0 0;
}
#wrapper {
	/*padding-left: 10px;*/
}
.nc-login h4 {
	font-size:1.2em;
}
.caption {
	clear:both;
	font-size:10px;
	padding:0 5px;
}
.module {
	background-color:#ddd;
	border-radius:0 0 10px 0;
	color:#ddd;
	margin:0 0 5px 0;
	padding:4px;
}
.module div {
	border-radius:0 0 10px 0;
	padding: 5px;
	font-size:1em;
}
.module h2 {
	background-color:#777;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	margin:0;
	padding:5px 10px;
}
.module ul {
	margin:0;
	list-style:none;
}
.module li {
	background-image:url(../../images/web/bullet.double-arrow.png);
	background-position:0;
	background-repeat:no-repeat;
	margin:2px 4px;
	padding:0 0 0 16px;
}
.module a { color:#fff; }
.module input {
	clear:both;
	float:left;
}
.module legend {background:none;border:0;border-bottom:solid 1px #ddd;font-weight:bold;display:block;padding:0;margin:0;width:100%;}
.module fieldset {background:none;border:none;}

#page-nav {
	float:right;
}
.float-module {
	position:fixed;
	top:110px;
	right:15px;
}

.about h2 		{ background-color:#002B33; }
/*.about div 		{ background-color:#113C44; }*/
.faculty h2 	{ background-color:#550000; }
/*.faculty div 	{ background-color:#660000; }*/
.news h2 		{ background-color:#775800; }
/*.news div 		{ background-color:#886900; }*/
.events h2 		{ background-color:#371144; }
/*.events div 	{ background-color:#482255; }*/
.facilities h2	{ background-color:#000066; }
/*.facilities div 	{ background-color:#906000; }*/
.equipment h2 { background-color:#000066; }
/*.equipment div   { background-color:#906000; }*/
.connections h2 { background-color:#123456; }
/*.connections div	{ background-color:#234567; }*/
.research h2 	{ background-color:#654321; }
/*.research div 	{ background-color:#765432; }*/
.education h2 	{ background-color:#193119; }
/*.education div 	{ background-color:#2A422A; }*/
.help h2	 	{ background-color:#444; }
/*.help div	 	{ background-color:#555; }*/
/*.featured h2	{ background-color:#123; }*/
.featured h3	{ color:#c00;border-bottom:solid 1px #900; }

.registration_steps {
	counter-reset: section;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	display: block;
	width: inherit;
}

.registration_steps li {
  color: #ddd;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: bottom;
	height: 30px;
	padding: 10px;
	padding-right:20px;
	margin-left: 0;
	margin-right: 10px;
	width: 29%;
	background: url('../../images/web/registration_steps_right_arrow_bg.png') right no-repeat;
}

.registration_steps li:before {
	counter-increment: section;
	content: "Step " counter(section) ": ";
}

.registration_steps li.current {
	color: #fff;
  font-weight: bold;
  background: url('../../images/web/registration_steps_right_arrow_bg_current.png') right no-repeat;
}


/*	breadcrumb
----------------------------------------------- */
ul#breadcrumb {
	float:left;
	list-style:none;
}
#breadcrumb li {
	float:left;
	vertical-align:middle;
	background-image:url(../../images/web/bullet.double-arrow.png);
	background-position:0;
	background-repeat:no-repeat;
	margin-right:10px;
	padding-left:16px;
}
#breadcrumb li:first-child {
	list-style:none;
	background-image:none;
	padding:0;
}
#breadcrumb li:last-child {
	color:#222;
}
#breadcrumb a {
	color:#777;
	margin:0;
	text-decoration:none;
	vertical-align:bottom;
}
#breadcrumb a:hover {
	color:#000;
	text-decoration:underline;
}
ul#page-utils {
	float:right;
}
#page-utils li {
	color:#777;
	float:left;
	list-style-type:none;
	margin-left:10px;
}
#page-utils a {
	color:#777;
}

.expand {
	background-image:url("/ernie/images/web/plus.gif");
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
.collapse {
	background-image:url("/ernie/images/web/minus.gif");
	background-repeat:no-repeat;
  background-position:right;
  padding-right:15px;
}

/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}

.operational-status-online {
	color: green;
}

.operational-status-offline {
	color: red;
}

.operational-status-maintenance {
	color: orangered;
}

.operational-status-waiting {
	color: orangered;
}
