.logo { width:250px; padding-left:30px; }
.logo a { color: #333; }

#in-nav ul { top:0px; }

#in-nav ul.creds { width:300px; text-align: right; }
#in-nav ul.creds li a { padding:10px 0 10px 10px;}

#in-sub-nav {
	background-color: #0b2c4b;
	-moz-box-shadow: inset 0px 0px 10px #020910;
	-webkit-box-shadow: inset 0px 0px 10px #020910;
	box-shadow: inset 0px 0px 10px #020910;
	-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
}
#in-sub-nav li a:hover, #in-sub-nav li a.active {background-color:#144f86;text-decoration: none;}

#in-sub-nav.bad {
	background-color: #b94a48;
	-moz-box-shadow: inset 0px 0px 10px #893634;
	-webkit-box-shadow: inset 0px 0px 10px #893634;
	box-shadow: inset 0px 0px 10px #893634;
}
#in-sub-nav.bad li a:hover, #in-sub-nav.bad li a.active {background-color: #cc7b79;}

#in-sub-nav.good {
	background-color: #468847;
	-moz-box-shadow: inset 0px 0px 10px #2f5b30;
	-webkit-box-shadow: inset 0px 0px 10px #2f5b30;
	box-shadow: inset 0px 0px 10px #2f5b30;
}
#in-sub-nav.good li a:hover, #in-sub-nav.good li a.active {background-color: #63af64;}

#in-sub-nav.info {
	background-color: #3a87ad;
	-moz-box-shadow: inset 0px 0px 10px #295f7a;
	-webkit-box-shadow: inset 0px 0px 10px #295f7a;
	box-shadow: inset 0px 0px 10px #295f7a;
}
#in-sub-nav.info li a:hover, #in-sub-nav.info li a.active {background-color: #61a7ca;}

.dataTables_wrapper select, .dataTables_wrapper input { height:auto; width:auto; }

.innerContainer.row { position: relative; min-height: 300px; }
.innerContainer.row > .header { margin-left:30px; }
.highlight { background-color: yellow }
hr.space {clear:both;background:#fff;color:#fff;visibility:hidden}
div.clear { clear:both; }

.offlineCode { font-family: Consolas; font-weight:bold; }

.strong { font-weight:bold; }

.RegistrationInformation .regName,
.RegistrationInformation .regEmail,
.RegistrationInformation .regOrg
{ word-wrap: break-word; }

table.metric tr th:first-child { 
	border-right:solid 2px #ddd;
}
table.metric tr th:last-child {
	border-left:solid 2px #ddd;
	text-align:right;
}