/* 
Shell Home and Content CSS
Version 1.6
Authors: U.S. Bank User Experience (Matt Soltvedt, Eric Lindahl)

Date         Version   Name               Description
----         -------   ----               -----------
Feb 10 2021  1.5       Luke Menges        B-463218 Titan: Add New Titan Logo to website (all pages)
                                          changing styling for page headers to fit new Titan logo
Apr 13 2021  1.6       Luke Menges        B-479983 TITAN: US CF Home Page / Update Verbiage and Image
                                          Changing sidebar width to adapt to new sidebar title
*/

/* Page Structure */
body, form {
	margin: 0;
	padding: 0;
	}
html, body { height: 100%; }
#wrapper {
	min-height: 100%; /* scalable footer */
	position: relative; /* scalable footer */
	}
#ie6 #wrapper { height: 100%; } /* scalable footer */


/* Typography */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: /*71.43%*/ 69.5%;
	line-height: 1.3em;
}
img { border: 0; }
h1 { font-size: 1.3em; margin: 0; }
h2 { font-size: 1.2em; margin: 0; }
h3 { font-size: 1.15em; margin: 0; }
h4 { font-size: 1.1em; margin: 0; }
h5 { font-size: 1.0em; margin: 0; }
h6, legend { font-size: 1.0em; margin: 0; font-weight: normal; }
	fieldset fieldset legend { margin-bottom: 0.0em; }
p, table, .stand_alone, ul, ol { font-size: 1.0em; margin: 0; margin-bottom: 1.0em; } /* stand_alone is for random objects that require the default margin-bottom and font-size. */

/* Links */
a, a:hover, a:active, a:visited { text-decoration: underline; }
a { color: #00a; }
a:visited { color: #00a; }
a:hover { color: blue; }
a:active { color: red; }

.required, label em { color: #de162b; }

.error, .success, .warning, .approvals { 
	border: 1px solid #e7d19a; 
	padding: 7px 9px 6px 9px;  
	margin-bottom: 1em; 
	margin-right: 190px;
	display:none;
	}
	.error p, .success p, .warning p, .approvals p { 
		text-indent: 17px; 
		color: #000; 
		padding-bottom: 0px;
		}
	.error ul, .success ul, .warning ul, .approvals ul { padding: 0px 0px 0px 15px; }
	.error img, .success img, .warning img, .approvals img { vertical-align: text-bottom; }
	.error h4  { color: #de162b; }
	
/* Header */
#header {
	background: url(/images/application/uscf/header_trim.gif) bottom left no-repeat;
	margin-bottom: 25px;
	padding-bottom: 42px;
	margin-left: 80px;
	}
#logo {
	position: relative;
	margin: 10px 0 0 -70px;
	}
#header ul {
	margin: 0;
	padding: 0;
	text-align: right;	
}
ul#corporate_links {
	padding-top: 9px;
	margin-bottom: 0px;
}	
ul#corporate_links li, ul#site_links li {
	display: inline;
	padding: 0 7px 0 11px;
}
ul#corporate_links li a, ul#site_links li a { text-decoration: none; }
ul#corporate_links li a:hover, ul#site_links li a:hover { text-decoration: underline; }
ul#corporate_links li.first, ul#site_links li.first, ul#footer_links li.first { border-left: 0; }
ul#corporate_links li {	border-left: 1px solid #ff0000; }
ul#corporate_links a {
	color: #ff0000;
	font-weight: bold;
}
ul#site_links {
	margin-top: 0.75em;
	vertical-align: top;
}
ul#site_links li {
	border-left: 1px solid #333333;
	vertical-align: middle;
}
ul#site_links li.search { border-left: 0; }
ul#site_links a { color: #333333; }
#header label {	color: #333333;	}
#header form { }
#header input { /* Search box */
	border: 1px solid #a9a9a9; 
	height: 1.2em;
	vertical-align: middle;
	}
#header form img { vertical-align: middle; }
/* End header */

/* Start Left Nav */
#left_nav {
	border-top: 2px solid #003366;
	float: left;
	margin: 23px 0 0 20px;
	padding-top: 8px;
	width: 155px;
	}
	#ie #left_nav { margin-left: 10px; }
#left_nav a {
	color: #333333;
	text-decoration: none;
	}
#left_nav a:hover {
	text-decoration: underline;
	}
#left_nav h2 {
	background-color: #003366;
	color: #fff;
	font-size: 1.1em;
	margin: 0;
	padding: 3px 6px 3px 6px;
} 
#left_nav h3 {
	background: url(/images/application/uscf/dots.gif) bottom left repeat-x;
	border-top: 2px solid #a4a4a4;
	color: #ff0000;
	font-size: 1.15em;
	margin: 0;
	padding: 5px 6px 6px 6px;
}
#left_nav ul {
	font-size: 1em;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
ul#main_nav  { margin-bottom: 43px; }
#left_nav ul li {
	background: url(/images/application/uscf/dots.gif) bottom left repeat-x;
	background-color: #e8edf1;
	padding: 5px;
	padding-bottom: 6px;
}
ul#related_sites li { background: #fff url(/images/application/uscf/dots.gif) bottom left repeat-x; }
ul#related_sites a {
background: #fff url(/images/application/uscf/arrow_red.gif) left no-repeat; padding-left:10px; display:block;
	}
#main_nav li#current { font-weight: bold; }
	
#main_nav .selected  {font-weight:bold; }
/* End Left Nav */
	
/* Right Column */
#right_column {
	background: url(/images/application/uscf/bg_right_column.gif) bottom center no-repeat;
	float: right;
	margin-right: 7px;
	width: 175px;
	}
#right_column h2 {
	border: 1px solid #c6c6c6;
	border-left: 0;
	border-right: 0;
	color: #004378;
	font-size: 1.0em;
	margin: 0;
}
#right_column h2, #right_column form, #right_column h3, #right_column p { padding: 4px 8px; }
	#ie6 #right_column h2 { margin-left: 1px; }
#right_column h3, #right_column p {
	font-size: 1.0em;
	margin: 0;
	padding-bottom: 0;
}
#right_column p {
	padding-top: 0;
	margin-bottom: 1.0em;
}
#right_column .text_field { width: 155px; }
#right_column .button {
	font-size: 0.85em;
	margin: 5px 7px 5px 0;
	vertical-align: middle;
}
/* End Right Column */
	
/* Start Main Content */
#main_content {
	border-top: 2px solid #003366;
	margin: 48px 192px 0px 182px;
	}	#ie #main_content {
	height:1%;
	}
#main_content h1 {
	color: #003366;
	font-size: 1.3em;
	position: relative;
	top: -1.35em;
	margin-bottom: -.25em;
	white-space: nowrap;
}
#main_content h2 {
	color: #003366;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
}
/* End Main Content */


/* Scalable footer tricks */
#bumper { 
	clear: both; 
	height: 75px; /* Must be greater than or equal to the height of the footer. */
	}
#footer {
	border-top: 1px solid #ffb731;
	color: #333333;
	clear: both;
	height: 65px;
	position: relative;
	margin: -66px auto 0 auto;
	text-align: center;
	width: 100%;
	}
ul#footer_links {
	margin: 0;
	padding: 10px 0 2px 0;
	list-style: outside none;
}
ul#footer_links li {
	border-left: 1px solid #333333;
	display: inline;
	padding: 0 0.7em 0 1.0em;
}
ul#footer_links a { 
	color: #333333;
	text-decoration: none; 
}
ul#footer_links a:hover { text-decoration: underline; }
/* End footer */

/* Lists */
ul { 
	list-style-position: inside;
	list-style-type: disc;
	margin: 0 0 1.0em 0;
	padding: 0;
}
ol { 
	list-style-position: outside;
	margin-left: 2.5em; 
}
ul.pagination {
	list-style: outside none;
}
ul.pagination li {
	display: inline;
	padding-right: 0.6em;
}

/* Tables */
table td img { vertical-align: bottom; }
table th a:visited, table th a:hover, table th a:link, table th a:active, table th a { color: #0c2077; }
.alt_row, .table_data th { background-color: #dae1e9; }
.table_data td.alpha, .table_data th.alpha { text-align: left; }
.table_data td.numeric, .table_data th.numeric { text-align: right; }

.table_query, .table_data, .table_legend, .table_column_groups, .table_nested {}

/* table_query */
.table_query {
	background-color: #dae1e9;
	color: #333333;
}
.table_query td {
	padding: 2px 5px 0 5px;
	text-align: left;
	vertical-align: middle;
}
.table_button { margin: 15px 0 5px 0; }

/* table_data */
.table_data {
	border-bottom:1px solid #dae1e9;
	}
.table_data th {
	color: #0c2077;
	padding: 7px;
	text-align: left;
	vertical-align: bottom;
	
}
.table_data td {
	color: #333333;
	padding: 4px 7px;
	text-align: left;
	vertical-align: top;
	
}
/* grouped columns */
table.grouped { border-right: 1px solid #000; }
tr.column_group_headings th { 
	background-color: #fff;
	border-bottom: 2px solid #0c2077;
	color: #000;
	padding: 5px 5px 10px 5px;
	text-decoration: underline;
	text-align: center;
}
td.first_column_in_group, th.first_column_in_group {
	border-left: 1px solid #000;
	}

/* table_legend */
.table_legend td {
	color: #333333;
	padding: 1px 15px 1px 0;
}
.table_legend .labels { font-weight: bold; }

/* nested tables */
td.table_nested {
	padding: 0;
	}
.table_data td.table_nested table {
	margin: 0;
	margin-bottom: -1px; /* Otherwise the dividing lines between rows would leave a notch in the parent table's alt_row pattern. */
	width: 100%;
	}
.table_data table th, .table_data table td {
	white-space: nowrap;
}
td.last_column { width: 100%; }
.table_data table th {
	color: #333333;
	font-weight: normal;
}
.table_data tr table td {
	border-bottom: 1px solid #dae1e9;
}
.table_data tr table th { background-color: #fff; } 
.table_data tr.alt_row table th { background-color: #dae1e9; }
.table_data tr.alt_row table td {
	border-bottom: 1px solid #fff;
}

/* Misc */
.tidy {
	margin: 0;
	padding: 0;
}
