/*******************************************************/
/* 
Author: Mark Leppke
Department: User Experience
Project: Application Template
Description: Basic Template for Commercial Web Applications
Revisions by: Matt Soltvedt
Version: 3.4
*/

/* Template Layout and Structure */
/*------------------------------------------------------------------ */
html, body {
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0;
	margin: 0;
	height: 100%; /* scalable footer */
}
	
img { border: 0; padding: 0px; vertical-align: middle;}


.frameBar { background-color: #0c2074; height: 18px; }

.logoBar { height: 49px; }
.logoBar img { float: left; }
	
.brandBar {
	background:url("/eportal/images/branded/layout/brandbar_background.gif") right;
	clear: both;
	height: 40px;
}
.brandBar img {
	position: absolute;
	left: 0px;
	}
/*h1#brandBar { text-indent: -800px; line-height: 0%; font-size: 1em; }*/
		
.login { 
	float: right;
	width: 10px;
 }
.login img { display: block; }

.infoBar { 
	color: #fff;
	height: 17px;
	line-height: 120%;
	background-color: #0c2074;
	font-size: .7em;
	position:absolute;
	z-index: -100;
	vertical-align:top;
	width: 100%;
	margin-top: -52px;
	/*margin-left: 161px;*/
	padding: 0px;
}
.infoBar ul { list-style: none; margin:  0px; padding: 0px; }
.infoBar li { 
	font-size: inherit;
	display: inline;
	background: url("/eportal/images/branded/icn_breadcrumb.gif")  
	padding-left: 8px;
	margin-right: 1px;
	 }
.infoBar a { margin: 0px; padding: 0px; color: #fff;   }
.infoBar a:hover { 
	margin: 0px; 
	padding: 0px; 
	color: #fff; 
	text-decoration: none;
}

.spacerIn {
	vertical-align: top;
	height: 270px;
	width: 1px;
}

.spacerOut {
	vertical-align: top;
	height: 95px;
	width: 1px;
}

.alignment td {
	vertical-align: top;
}

.alignment{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

.footerBar  {
	position: relative; /* scalable footer hack */
	vertical-align: bottom;
	bottom: 0;
	background: url("/eportal/images/branded/layout/footer_background.gif") top left no-repeat;
	height: 22px;
	padding-top: 12px;
	width: 100%;
	/* z-index: 100;*/
}
ul.footerBarLeft  {
	list-style: none;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	float: left;
	}
.footerBarLeft  li {
	color: #fff;
	font-size: 8pt;
	line-height: 140%;
	display: inline;
	padding-right: 8px;
}
.footerBarLeft a { color: #fff; text-decoration: none;}
.footerBarLeft a:link { color: #fff; text-decoration: none;}	
.footerBarLeft a:hover { text-decoration: none; }	
ul.footerBarRight  {
	list-style: none;
	padding: .25em 8px 0px 0px;
	margin: 0px;
	float: right;
}
.footerBarRight  li {
	color: #fff;
	font-size: 8pt;
	line-height: 140%;
	display: inline;
	padding-right: 8px;
}
.footerBarRight a { color: #fff; text-decoration: none;}
.footerBarRight a:link { color: #fff; text-decoration: none;}	
.footerBarRight a:hover { text-decoration: none; }	
		
/* Headings and Paragraphs
------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, p {
	line-height: 130%; 
	margin: 0px; 
	padding: 0px;
}

h2 { font-size: 1.20em; color: #0c2074; }
h3 { 
	font-size: 1.05em; 
	color: #0c2074; 
	border-bottom: 1px solid #d9d9e8;  
	margin-bottom: .25em;
	}
h4 { font-size: .95em; color: #0c2074;	}
h5 { font-size: .75em; padding-right: 4px;	}
h6 { font-size: .75em; } 

p { font-size: .75em; padding-bottom: 1em; color: black; }

/* Lists
------------------------------------------------------------------ */
ul  {padding: 0px 0px 1em 0px; margin: 0px 0px 0px 15px;}
ul ul  {padding: 0px; margin: 0px 0px 0px 12px;}
ol  {padding: 0px 0px 1.2em 0px; margin: 0px 0px 0px 20px;}
li {font-size: .8em;}
li li {font-size: .9em;}

/* Navigation
------------------------------------------------------------------ */

/* Persistent */
.logoBar ul {
	list-style: none;
	margin: 3px 8px 0px 0px;
	float: right;
}	
.logoBar li {
	display: inline;
	padding: 0px 0px 0px 4px;
	font-size: .9em;
}
.logoBar li a:link {  font-size: .9em; }
.logoBar li a:hover { text-decoration: none; }
li.logoBarFontS  { font-size: 10px; }
.logoBarFontS a  { border: 1px solid #006; padding: 3px 3px; }
li.logoBarFontM  { font-size: 13px; }
.logoBarFontM a  { border: 1px solid #006; padding: 3px 3px; }
li.logoBarFontL  { font-size: 16px; }
	
	
/* Forms
------------------------------------------------------------------ */
/* Forms and Fields*/
form {
	margin: 0px;
	padding: 0px;
}

input { margin: 0px 6px 0px 0px; padding: 1px; font-size: .75em; vertical-align: middle; }
input:focus {	background-color: #fff0cc; }

textarea { font-size: inherit;  }
table input  {
	font-size: 1.0em;
	vertical-align: middle;
}
label {
	margin-right: 4px;
	font-size: .75em; 
	color: #000;
	line-height: 130%;
	cursor: pointer;
}
table label {
	font-size: 1.0em;
}

	
/* Tables
------------------------------------------------------------------ */
table {
	font-size: .75em;
}
table table {
	font-size: 1.0em;
}

tr.title th {
	color: #fff;
	background-color: #006;
}

.numeric, th.numeric  { text-align: right; }


.dataTable .grouped td { /* Revisit this and remove if possible. */
	padding-left: 35px;
	border-top: 1px solid #e8e8f1;
}
td.grouped_header {
	border-bottom: 1px solid #e8e8f1;
}


/* Misc - Unique States and Conditions
------------------------------------------------------------------ */

.required, label em { color: #de162b; }
