/*******************************************************/
/* 
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: #003399; height: 18px; }

.spacer {clear: both; margin: 0px 0px 0px 0px;}

.logoBar { height: 49px; }
	#logoBar img { float: left; }
	
.brandBar {
	background:  url("/eportal/images/nonbranded/layout/brandbar_background.gif") right;
	clear: both;
	height: 51px;
}
.brandBar img {
	position: absolute;
	left: 0px;
	margin-top: 8px;
}
/*h1#brandBar { text-indent: -800px; line-height: 0%; font-size: 1em; }*/
		
.login { float: right;}
.login img { display: block; }

.infoBar { 
	color: #fff;
	height: 15px;
	background-color: #fff;
	margin: 0px 0px 0px 161px;
	padding: 1px 0px 0px 4px;
	font-size: .7em;
	line-height: 120%;
}
.infoBar ul { list-style: none; margin:  0px; padding: 0px; }
.infoBar li { 
	font-size: inherit;
	display: inline;
	background:  url("/eportal/images/nonbranded/icn_breadcrumb.gif") left no-repeat;
	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/nonbranded/layout/footer_background.gif") top left no-repeat;
	height: 25px;
	width: 100%;
	/*z-index: 100;  removed for chat*/
}
ul.footerBarLeft  {
	list-style: none;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	float: left;
}
.footerBarLeft  li {
	color: #fff;
	font-size: .7em;
	line-height: 140%;
	display: inline;
	padding-right: 8px;
}
.footerBarLeft a { color: #fff; }
.footerBarLeft a:link { color: #fff; }	
.footerBarLeft a:hover { text-decoration: none; }	
ul.footerBarRight  {
	list-style: none;
	padding: .25em 8px 0px 0px;
	margin: 0px;
	float: right;
}
.footerBarRight  li {
	color: #9ea6c7;
	font-size: .7em;
	list-style: none;
	display: inline;
}
		
/* Headings and Paragraphs
------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, p {
	line-height: 130%; 
	margin: 0px; 
	padding: 0px;
}

h2 { font-size: 1.20em; color: #003399; }
h3 { 
	font-size: 1.05em; 
	color: #003399; 
	border-bottom: 1px solid #d9d9e8;  
	margin-bottom: .25em;
	}
h4 { font-size: .95em; color: #003399;	}
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; }
.logoBarFontL a  { border: 1px solid #006; padding: 1px 3px; }
	
	
/* 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;
}

.clear { clear: both; }


/* 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; }



/* Misc - Unique States and Conditions
------------------------------------------------------------------ */

.required, label em { color: #de162b; }
