/* 

Seattle Metropolitan Credit Union
http://www.smcu.com/

Other sites by SMCU:
http://www.7principles.coop/

Colors:
Dark Blue #5b697a
Orange #D58D00

*/

body {
	width: 7.5in;
	}
#main-body {
	margin-top: .5in;
	}
#tools, #language, #rates, #tabwrap, #quicklinks, #left-nav, #right-column, .hide { 
	display: none;
	}
	
/* ===--- TEXT FORMATTING ---=== */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin: .85em 0 .15em 0;
	}
h3, h4 {
	color: #666;
	}

.subhead {
	color: #666;
	margin: 0;
	}

p, ul, dl, ol, table, th, td {
	font-family: Tahoma, Verdana, sans-serif;
	color: #333;
	font-size: 12pt;
	line-height: 18pt;
	}

p {
	margin: .5em 0 .5em 0;
	}

h1 { margin: .5em 0 0 0; font-size: 20pt; } /* Use once per page as main title */
h2 { font-size: 15pt; } 
h3 { font-size: 14pt; } 
h4 { font-size: 13pt; } 
h5 { font-size: 12pt; } /* Used exclusively for "More" links */
h6 { font-size: 11pt; }

h5 {
	background:   url(file:///C|/Documents%20and%20Settings/connerc/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Q8GTE4H3/%22../images/icon-morearrow.gif%22) no-repeat 100% 50%;
	margin: 0 0 2em 0;
	padding-right: 18pt;
	text-align: right;
	}
dl { margin-bottom: 25pt; }
dt { font-weight: bold; }
dd { margin-bottom: 10pt; }




/* ---===SPECIAL TYPE CLASSES===--- */

p.crumbs {
	font-size: 10pt;
	}


/*---===TABLE FORMATTING===---*/

table {
	margin: 10pt 0 20pt 0;
	border: 1pt solid #ccc;
	font-size: 10pt;
}

th {
    font-size: 11pt;
	font-weight: bold;
	color: #404F6D;
	background-image:  url(file:///C|/Documents%20and%20Settings/connerc/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/bg-tablehead.gif);
	background-repeat: repeat-x;
}

td {
    font-size: 11pt;
	text-align: center;
}

tr.alt-row {
	background-color: #eee;	
}

.account-title {
	text-align: left;
}

.balance {
	font-weight: bold;
	text-align: right;
}

table.rowborders td {
	border-bottom: 1pt solid #ccc;
}

/*---===FORMS===---*/


label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	size: 12pt;
	color: #333;
}

fieldset {
	border: 1pt solid #ccc;
	padding: 0 20pt;
}

legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #000;
	background-image:  url(file:///C|/Documents%20and%20Settings/connerc/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/bg-tablehead.gif);
	background-repeat: repeat-x;	
	border: 1pt solid #ccc;
	border-bottom-color: #999;
	padding: 3pt 6pt;
}
input { margin-top: 5pt; }
input#amount {
	width: 100pt;
}











div#footer p {
	font-size: 10pt;
	color: #999;
	padding: 5pt 10pt;
	margin: 0;
	text-align: center;
	}

div#footer p a:link, div#footer p a:visited {
	color: #999;
	text-decoration: underline;
	}


div#footer span.ncua { padding-left: 18pt; }
div#footer span.equalhousing { padding-left: 18pt; }


span.selected{
    font-weight:bold;
    color:#184275;
