@charset "utf-8";
/*
CISA Gateway Stylesheet
v2.0
Last Updated: 08-13-2013
Author: Caroline Anderson andersonc@anl.gov
Argonne National Laboratory DIS
*/
/* COLORS
Light blue: #5c749c;
blue:#183048;
gold:#AC894C;
light gold:#CFAB6F
Tan: #E8E6DA
Green: #339900
Red: #cc0033
*/
body {
	background:#183048;
}
body.alt {
	background:url(../images/bg_ALT_launch.png) repeat-x top left #415262;
}
.alt .row-fluid {
	display:table;
}
.alt .banner, .alt .navigation {
	float:left;
	height:400px;
}
.alt .banner {
	width:679px;
	margin-left:20px;
}
.alt footer {
	background:#e8e6da;
	height:100px;

}
.alt .navigation {
	width:310px;
	background:#e8e6da;
}
.alt .row .dark-blue {
	margin-left:0;
}
.alt .footerlinks {
	display:block;
	color:#183048;
	padding:20px;
}
.alt .footerlinks a, .alt .footerlinks a:visited {
	color:#183048;
}
.alt .footerlinks a:hover {
	color:#5c749c;
}
.alt .container {
	background:0 none;
	width:980px;
}
.alt .container-fluid {
	background:0 none;
	color:#ffffff;
}
.alt .utilities {
	margin-top:170px;
	margin-right:25px;
}
.alt a, .alt a:hover{
	color:#7a96be;
}
article.news {
	padding:5px;
	font-size:10px;
	min-height:124px;
}
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;
}
.column-message.right p a {
	color: darkblue !important;
}
a, a:hover{
	color:darkblue;
}
.container  {
	background:#183048;
	min-width:990px;
	max-width:1800px;
}

.container-fluid {
	background:#183048;
	min-width:1152px;
	/*min-width:990px;*/
	width:1152px;
	max-width:1800px;
}
/*for ALT launch*/

.container.fixedwidth {
	min-width:990px;
	max-width:1024px;
}
header.span12 {
	height:140px;
}
header.row-fluid {
	background:url(../images/banner.png) top left no-repeat;
	height:164px;
}

.row-fluid .header {
	height:164px;
}

.column {
	float: left;
	width: 50%;
}
.column-message {
	float: left;
	width: 56%;
}
.column.msg{
	float:right;
	text-align:right;
	margin-top: 65px;
	vertical-align: bottom;
	vertical-align: text-bottom;
	color:white;
}

.column-message.right {
	width: 44%;
	float:right;
	display: table-cell;
	text-align: left;
	vertical-align: middle;

	font-size: 14px;
	line-height: 20px;
}

.column-message.right div{
	width: 375px;
	float: left;
}

/*.column.msg span{
	vertical-align: bottom;
	vertical-align: text-bottom;
}*/

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.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;
}
.titlebar {
	background:#e8e6da;
	padding:10px 20px 20px 20px;
	display:block;
	height:40px;
}
.titlebar h1 {
	font-size:.9em;
	line-height:8px;
	color:#333333;
	font-weight:normal;
	margin:5px 0;
}
.titlebar#registration-maincontent {
	padding:10px 10px 0 20px;
	margin-left:0;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
}
.titlebar .pull-right a {
	color:#183048;
	font-size:.9em;
}
.titlebar .pull-right a:hover {
	text-decoration:underline;
}
.btn-inverse {
	background:#183048;
}
.row-fluid.maincontent2, .row.maincontent2 {
	background:#ffffff;
}
.row.maincontent2 {
	padding-top:20px;
}
/*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;
}
/*styles for ALT launch pages*/
.dark-blue {
	background-color:#183048;
}
.width989 {
	width:989px;
}
.green {
	background-color:#426B2A;
}
.rss-feed {
	background-color:#E8E6DA;
	height:135px;
	padding:5px;
	font-size:11px;
}
.tan {
	background-color:#E8E6DA;
	height:102px;
	padding:0;
	font-size:10px;
	margin:0;
}
/*fills in a small gap under navs*/
.sliver-green {
	background:url(../images/sliver_green.png) bottom left no-repeat;
}
ul.long-launch {
	margin:0;
	width:310px;
}
ul.long-launch a, ul.long-launch a:hover {
	color:#FFFFFF;
	text-shadow:#030 -1px -1px 0;
}
ul.long-launch li {
	display:block;
	margin:2px 0;
	padding:4px 10px 2px 10px;
}
ul.long-launch.admin li {
	height:25px;
}
ul.long-launch.assessor li {
	height:32px;
	padding:10px 10px 0 10px;
}
ul.long-launch.analyst li {
	padding:8px 10px 0 10px;
	height:28px;
}
.space10 {
	height:10px;
}
.pad10 {
	margin:15px;
}
.pad0 {
	margin:0;
}
/*tiny boxes background*/
.silver2, .silver3, .silver4 {
	background:url(../images/bg_silver.png) repeat-x;
	width:678px;
	margin:10px auto 25px auto;
}
.silver2 img {
	margin:5px 0 5px 6px;
}
.silver3 img {
	margin:6px 0 6px 9px;
}
.silver4 img {
	margin:8px 0 8px 9px;
}
.silver2 a img:hover, .silver3 a img:hover, .silver4 a img:hover {
	opacity:0.6;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.my-actions {
	text-align:left;
	color:#ffffff;
}
.my-s a, my-s a:hover {
	color:#5c749c;
}
.gold {
	border:1px #E8E6DA solid;
	border-radius: 4px 4px 4px 4px;
	margin-right:10px;
	padding:5px;
	font-size:.9em;
	color:#183048;
}
.utilities {
	color:#ffffff;
	margin-top:130px;
	font-size:.9em;
}
.utilities a, .utilities a:hover {
	color:#ffffff;
	margin-top:130px;
	font-size:.9em;
}
input.search-query {
	border-radius: 2px 2px 2px 2px;
	margin: 0 5px;
	padding-left: 6px;
	padding-right: 6px;
}
footer {
	padding:20px 0;
	text-align:center;
}
.footerlinks, .footerlinks a, .footerlinks a:hover, .footerlinks a:visited {
	font-size:small;
	color:#ffffff;
}
.footerlinks li {
	display:inline;
	margin:0 10px;
}
.white, a.white, a.white:hover {
	color:#ffffff;
}
@media (min-width: 320px) and (max-width: 980px) {
	/*nav links at top need to shrink below 980px*/
	.navbar .nav > li > a {
		font-size: 0.8em;
	}
}
@media (min-width: 1024px) and (max-width: 1800px) {
	#registration-maincontent.titlebar {
		padding: 10px 10px 0 20px;
		font-family:"Times New Roman", Times, serif;
	}
}
/*registration pages only - they are built in widgets */
#registration-maincontent.titlebar label{
	font-size:.9em;
	font-family:"Times New Roman", Times, serif;
}
.ui-widget-header {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 0 none;
	color: #222222;
	font-weight: normal;
}
.ui-widget-content {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 0 none;
}
.ui-panel.ui-widget.ui-widget-content.ui-corner-all{
	border:0 none;
}
.ui-dialog .ui-dialog-title {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0.2em 16px 0.1em 0;
}
.ui-button{
	font-size:1.0em;
}
.ui-messages-error, .ui-message-error {
	font-family:Arial, Helvetica, sans-serif;
}
.ui-widget{
	font-size:14px;
}
.ui-widget .ui-widget{
	font-size:14px;
	color:#333;
}
.ui-widget .ui-widget .ui-button, .ui-wizard-navbar .ui-button{
	font-size:1.0em;
}
.alignTop {
	vertical-align: middle;
	height: 50px;
}
.alignTopLast {
	vertical-align: middle;
	height: 50px;
}
.display-remaining-need-to-know {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 30px;
}
.ui-panelgrid .ui-panelgrid-cell {
	border: 0 none !important;
	padding: 0 8px !important;
}
.required::after {
	content: " *" !important;
	color: #A70000 !important;
}
.required-desc {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.required-desc span {
	color: #A70000;
}

.release-notes {
	float:right;
	/*width: inherit;*/
	margin-bottom: 20px;
}

.release-notes a, a:visited a:active {
	color:white;
}