@charset "utf-8";
/* 
CFATS user registration stylesheet
Last Updated: 04-29-2015
Author: Caroline Anderson andersonc@anl.gov
Argonne National Laboratory GSS
*/
/* COLORS
Light blue: #5c749c;
blue:#183048;
grey-blue:#597289;
gold:#AC894C;
light gold:#CFAB6F
Tan: #E8E6DA
Green: #339900
Red: #cc0033
*/


body {
	background:#597289 url(../resources/images/background-01.png) top left no-repeat;
}
legend {
	line-height:25px;
}
h1, h2, h3, h4, h5 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
hr {
	border-color:#3a527a;
	moz-border-color:#3a527a;
	size:1px;
}
a, a:hover {
	color:#5c749c;
}
header {
	height:80px;
}
.brand {
	font-size:1.5em;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
}
.nav li {
	font-weight:normal;
	background-color: #183048; /*#959DA0;*/
	background: /*linear-gradient(to bottom, #2a526a, #183048) */url(../images/nav_gradient.png) repeat-x;
	text-align:center;
}
.navbar {
	margin-bottom:0;
}
.navbar .brand {
	margin-left: -20px;
}
.navbar .nav > li > a {
	padding:9px 4px;
	height:45px;
	border-right:2px #183048 solid;
	min-width:40px;
	max-width: 120px;
	text-wrap:normal;
	font-size:.9em;
	font-weight:normal;
	line-height:1.2em;
	text-shadow:1px 1px #000000;
}
.navbar .nav > li > a:hover {
	text-shadow:1px 1px #ffffff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	text-shadow: 1px 1px #FFFFFF;
}
.navbar-inner {
	background-color: #183048;
	background-image: none;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	min-height: 40px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-inner .container {
	background-color: #183048; /*#959DA0;*/
	background-image: linear-gradient(to bottom, #2a526a, #183048);
}
.navbar .brand {
	padding: 5px 5px 5px 10px;
}
.container .row .span12.titlebar {
	background:#e8e6da;
	display:block;
	height:40px;
	margin-left:0;
	width:100%;
}
.titlebar h1 {
	font-size:22px;
	line-height:20px;
	color:#183048;
	font-weight:normal;
	margin: 10px;
}
.row-fluid.maincontent2, .row.maincontent2 {
	background:#ffffff;
}
/*FOUO warning background*/
.slideshow, .searchfield {
	width:679px;
	margin:0 auto;
}
.silver {
	height:21px;
	font-size:.8em;
	padding-top:3px;
	padding-left:1px;
	color:#333;
	text-align:center;
	background:url(../images/bg_warning.png) repeat-x;
}
@media (max-width:978px) {
.container .row .span12.titlebar {
    background: none repeat scroll 0 0 #e8e6da;
    display: block;
    height: 30px;  
    width: 100%;
	padding:1px 0;
}
.row.maincontent2 {
	padding:0;
}
.row.maincontent2 .span11{
	width:100%;
	padding:10px;
	}
.brand {
	font-size:1.3em;
	line-height:2.4em;
	margin:10px 0;
}
header{
	height:40px;
	}
header.span12 img{
	width:30px;
	height:33px;}
}
@media (min-width: 320px) and (max-width: 979px) {
.titlebar h1 {
	font-size:20px;
	line-height:14px;
}

}

 .ui-log {
	 left: 750px;
	 top: 250px;
 }
