/***************************************************************************
 * Layout
 ***************************************************************************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: black;
	background-color: white;
}

div.top {
	min-width: 800px;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 2px solid #5B7A91;
	background: white url(custom/logo.gif) 25px 15px no-repeat;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
}
html>body div.top {
	height: 70px; /* ie5win fudge ends */
}

div.menu-vertical {
	visibility: visible;
	position: absolute;
	top: 114px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 2px solid #5B7A91;
	background: white;
	width: 190px; /* ie5win fudge begins (30px less than this)*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
html>body div.menu-vertical {
	width: 160px; /* ie5win fudge ends */
}

div.content {
	margin-left: 230px;
	margin-right: 290px;
}

div.content-no-help {
	margin-left: 230px;
	margin-right: 20px;
}

div.content-no-menu {
	margin-left: 20px;
	margin-right: 290px;
}

div.content-only {
	margin-left: 20px;
	margin-right: 20px;
}

div.content, div.content-no-help, div.content-no-menu, div.content-only {
	min-width: 360px;
	padding: 10px;
	border: 2px solid #5B7A91;
	background: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.help {
	position: absolute;
	top: 114px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 2px solid #5B7A91;
	background: white;
	font-size: 80%;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
}
html>body div.help {
	width: 220px; /* ie5win fudge ends */
}

/***************************************************************************
 * Tables
 ***************************************************************************/
table.form {
	border-collapse: collapse;
	width: 100%;
}

table.tabular {
	width: none;
	border-collapse: collapse;
	margin: 10px;
}

table.tabular th {
	background-color: #5B7A91;
	border: 1px solid #5B7A91;
	color: white;
	padding: 2px 5px;
}

table.tabular td {
	background-color: white;
	border: 1px solid #5B7A91;
	padding: 5px 10px;
}

td.left, th.left {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

td.right, th.right {
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

td.center {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

span.table-title {
	padding: 0px 0px 0px 15px;
	background: #5B7A91;
	color: white;
	font-weight: bold;
}

span.table-title span {
	background:  none;
	padding-right: 15px;
}

tr.row1, tr.rowcolor1 {
	padding: 1px 5px;
	background-color: #F2F4F8;
}

tr.row2, tr.rowcolor2 {
	padding: 1px 5px;
	background-color: #FFFFFF;
}

tr.row-total {
	padding: 1px 5px;
	background-color: #D8E0E7;
	font-weight: bold;
}

tr.header {
	padding: 1px 5px;
	background-color: #EEEEEE;
	font-weight: bold;
	border-bottom: 1px black solid;
}

div.table {
	border: 1px solid #5B7A91;
	border-right: 2px solid #5B7A91;
	border-bottom: 2px solid #5B7A91;
	margin: 0px;
}

div.table-container {
	border: 0px;
	padding: 0px;
	margin: 10px;
}

#row-title {
	font-weight: bold;
	border-bottom: 1px solid black;
}

/***************************************************************************
 * Form Elements
 ***************************************************************************/
fieldset {
	min-width: 300px;
	padding: 10px;
	margin: 10px 10px;
}

form.error fieldset {
	margin-left: 100px;
    margin-right: 100px;
	text-align: center;
}

legend {
	color: #5B7A91;
	font-weight: bold;
	padding: 1px 10px;
	font-size: 80%;
	border: 0px black solid;
}

td.formright {
	text-align: right;
	padding: 5px;
}

td.formleft {
	text-align: left;
	padding: 5px;
}

.numeric-input {
	text-align: right;
}

.text-input {
	text-align: left;
}

.submit {
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 20px 5px 10px 5px;
}

.button {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 20px 5px 10px 5px;
}

/***************************************************************************
 * Login Form
 ***************************************************************************/

form.login {
	display: visible;
}

h2.login-title {
	display: visible;
}

a.login-forgot {
	display: display;
	text-decoration: none;
	font-weight: normal;
}

a.login-forgot:hover {
	text-decoration: none;
}

/***************************************************************************
 * Timeout Session
 ***************************************************************************/

#timeout-message {
	text-align: center;
}

#timeOutWarningId {
	text-decoration: none;
	color: red;
}

/***************************************************************************
 * Headers
 ***************************************************************************/
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

/***************************************************************************
 * Text Elements
 ***************************************************************************/
strong, b {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

acronym {
	font-size: 60%;
	color: #5B7A91;
	cursor: help;
}

div.options {
	position: float;
	float: right;
}

div.signout {
	font-size: 80%;
}

div.switch-account {
	text-align: right;
	margin-top: 2.9em;
	padding: 0em;
	font-size: 80%;
}

div.switch-account form {
	margin: 0px;
}

div.center {
	text-align: center;
	margin-bottom: 10px;
}

#menuImages {
	text-align: center;
	margin-top: 20px;
}

div.image {
	padding-top: 20px;
	color: gray;
	font-size: 60%;
	text-align: center;
}

ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
}

ol.steps {
	margin: 0;
	padding-left: 25px;
	list-style-type: decimal;
}

li.current {
	font-weight: bold;
}

li.completed_step {
	font-style: italic;
	text-decoration: line-through;
}

div.menu-vertical ul {
	float: left;
	width: 160px;
	padding: 0;
	margin-bottom: 20px;
	list-style-type: none;
}

span.negative {
	color: red;
}

span#negative {
	color: red;
}


span.required {
	font-weight: bold;
	color: red;
}

/***************************************************************************
 * Images
 ***************************************************************************/
img {
	border: 0;
}

/***************************************************************************
 * Links
 ***************************************************************************/
a {
	text-decoration: none;
	font-weight: bold;
	color:  #5B7A91;
	outline: none;
}

a:visited {
	color:  #5B7A91;
}

a:active {
	color:  #5B7A91;
}

a:hover {
	color: #5B7A91;
	text-decoration: underline;
}
a.tab {
	text-decoration: none;
	font-weight: bold;
	color:  #FFF;
	outline: none;
}

a.tab:hover {
	color: #FFF;
	text-decoration: underline;
}

a.tab:visited {
	color:  #FFF;
}

a.menu {
	width: 150px;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	margin: 1px;
	padding-left: 10px;
	font-size: 100%;
	color: white;
	background-color: #5B7A91;
	voice-family: "\"}\"";
	voice-family: inherit;
		display: list-item;
}

a.menu:visited { 
	color: white;
}

a.menu:hover, a.menu:active {
	color: #5B7A91;
	font-family: sans-serif;
	text-decoration: none;
}

li.menu-disabled {
    display: none;
    visibility: collapse;
}


/***************************************************************************
 * Color Schemes
 ***************************************************************************/
/* Primary Color */
#header, .helpTitle, a.menu {
	background-color: #5B7A91;
}

/* Secondary Color */
a.menu:hover, .button, .submit {
	background-color: #D8E0E7;
}

.helpContent, .helpTitle, #table-title, a.menu, a.menu:hover, .button, .submit, fieldset {
	border: 1px solid #5B7A91;
}

div.footer {
	border-top: 1px solid #5B7A91;
}

/***************************************************************************
 * Margins
 ***************************************************************************/
.numeric-input, .text-input {
	margin: 0px 0px 0px 0px;
}
text-input { border: 2px solid red; }
div.footer {
	padding: 5px;
	margin-top: 50px;
	text-align: center;
	font-size: 80%;
}
.helpTitle {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	color: white;
	font-weight: bold;
}

div.helpContent {
	padding: 5px 5px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}

/***************************************************************************
 * General
 ***************************************************************************/
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}	

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

/* EOF */
/* TESTING */
.horizontal a
{
color: #000;
background: #D8E0E7 url("../images/left-tab.jpg") left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

.horizontal a span
{
background: url("../images/right-tab.jpg") right top no-repeat;
padding-right: 10px;
}

.horizontal a, .horizontal a span
{
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
.horizontal a, .horizontal a span
{
float: none;
}
/* End IE5-Mac hack */

.horizontal a:hover, .horizontal a.selected
{
color: #fff;
background: #5B7A91 url("../images/left-tab-hover.jpg") left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

.horizontal a:hover span, .horizontal a.selected span
{
background: url("../images/right-tab-hover.jpg") right top no-repeat;
padding-right: 10px;
}

.horizontal ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.horizontal li
{
float: left;
margin: 0;
padding: 0;
}

div.menu-horizontal {
	visibility: hidden;
	margin-top: 10px;
	margin-bottom: 0px;
}
div.border {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid blue;
}

/***************************************************************************
 * e*statements
 ***************************************************************************/
div.estmt_body {
	border: 3px solid black;
	margin: 10px;
	padding: 10px;
	width: 600px;
}

div.estmt_cu-info table {
	width: 100%;
}

div.estmt_cu-info table tr td {
	text-align: right;
}

div.estmt_cu-info table tr td,
div.estmt_acct-info table tr td {
	font-size: 90%;
}

div.estmt_cu-info {
	background-image: url(custom/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}

div.estmt_info, 
div.estmt_acct-sum {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.estmt_info table, 
div.estmt_acct-sum table {
	background-color: gray;
}

div.estmt_info table thead tr td, 
div.estmt_acct-sum table thead tr td {
	background-color: gray;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}

div.estmt_info table tbody tr td, 
div.estmt_acct-sum table tbody tr td {
	border: 1px solid gray;
	background-color: white;
	padding: 3px 5px 3px 5px;
	font-size: 90%;
}

div.estmt_subacct table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

div.estmt_subacct table thead tr td {
	background-color: gray;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	color: white;
}

div.estmt_subacct table tbody tr td {
	border-bottom: 1px solid black;
	padding: 1px 5px 1px 5px;
	font-size: 85%;
}

/***************************************************************************
 * Printer Settings
 ***************************************************************************/
@media print {
	div.top, 
	div.menu-vertical,
	div.help,
	div.footer
	{
		display: none;
	}
	div.content, div.content-no-help, div.content-no-menu, div.content-only {
		margin: 0px;
	}
}
