/* Miscellaneous
----------------------------------------------- */
.devNote {
	font-weight: bold;
	color: #FF00FF;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a.noUnderline {
	text-decoration: none !important;
}
.underline {
	text-decoration: underline !important;
}
.hideObject {
	display: none;
	padding: 0px;
}
.showObject {
	display: block;
	padding: 0px;
}
a.applyNow {
	color: #000;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 2px 4px 2px 4px;
	background-color: #33b2df;
}

/* Fonts
----------------------------------------------- */
body {
	font-family: Frutiger, Univers, Calibri, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
a {
	color: #33b2df;
	text-decoration: underline;
}
p {
	margin: 0px 0px 20px 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
h1 {
	font-size: 18px;
}
h2, .header {
	font-size: 15px;
}
h3, h4, h5, h6 {
	font-size: 12px;
}

/* Layout
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	background: #000;
}
/* Header Area */
#header {
	float: left;
	width: 780px;
}
#logo {
	float: left;
	width: 222px;
	height: 102px;
}
#logo img {
	display: block;
}
#logo img#printLogo {
	display: none;
}
#navHeader {
	float: left;
	width: 558px;
	height: 80px;
	padding-top: 22px;
}
#navHeader ul, #navHeader li {
	float: right;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navHeader li {
	float: left;
}
#navHeader a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 10px;
	background: url(images/bullets/whiteDisc.png) no-repeat right 10px;
}
#navHeader a.last-child {
	padding-right: 0px;
	background: none;
}
#navMain {
	float: left;
	width: 171px;
	height: 175px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navMain ul, #navMain li {
	float: left;
	display: block;
	width: 171px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navMain li {
	margin-bottom: 1px;
}
#navMain img {
	display: block;
}
#navMain a {
	display: block;
	width: 171px;
}
#banner {
	float: left;
	width: 418px;
	height: 175px;
	border: solid 1px #fff;
}
#banner img {
	display: block;
}
#login {
	float: left;
	width: 189px;
	height: 175px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(images/backgrounds/login.png) no-repeat left top;
}
#login h2 {
	margin: 0px;
}
#login table {
	width: 100%;
	border: none;
	border-spacing: 0px;
	margin: 0px;
}
#login .fields th, #login .fields td {
	padding: 4px 0px;
}
#login .buttons th, #login .buttons td {
	text-align: right;
}
#login label {
	display: block;
	padding: 0px 8px;
	text-align: right;
	font-size: 10px;
}
#id, #pin {
	width: 108px;
}
#resetPassword {
	vertical-align: middle;
	font-size: 10px;
	padding-right: 9px;
}
#loginButton {
	vertical-align: middle;
	padding-right: 3px;
}

/* Content Area*/
#content {
	float: left;
	width: 780px;
	background: url(images/backgrounds/content.png) repeat-y left top;
}
#hp #content {
	background: url(images/backgrounds/contentHP.png) repeat-y left top;
}
#contentBackground {
	float: left;
	width: 780px;
	background: url(images/backgrounds/contentBackground.png) no-repeat left top;
}
#hp #contentBackground {
	background: url(images/backgrounds/contentBackgroundHP.png) no-repeat left top;
}
/* Sub Content Area */
#contentSub {
	float: left;
	width: 157px;
	padding: 14px 7px 0px 7px;
}
/* Help Area*/
#help {
	margin-bottom: 20px;
}
#help h2, #help form {
	margin-bottom: 5px;
}
#help select {
	width: 157px;
}
/* Featured Rates */
#featuredRates {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 20px;
}
#featuredRates h2 {
	margin: 0px 2px 0px 2px;
	font-size: 11px;
	text-transform: uppercase;
}
#featuredRates p {
	margin: 0px 2px 5px 2px;
}
#featuredRates #viewAllRates {
	margin: 0px 0px 0px -1px;
}
#featuredRates table {
	width: 100%;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	empty-cells: hide;
}
#featuredRates th, #featuredRates td {
	padding: 2px;
	vertical-align: top;
}
#featuredRates .rateValue {
	text-align: right;
	color: #7cd472;
}
/* Main Content Area */
#contentMain {
	float: left;
	width: 580px;
	padding: 14px;
}
#hp #contentMain {
	width: 392px;
}

/* Spotlight */
#spotlight {}
#spotlightPhoto {
	display: block;
	width: auto;
	margin-bottom: 20px;
}

/* Section Navigation */
#navSection {
	padding-bottom: 14px;
}
#navSection ul, #navSection li {
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navSection a {
	display: inline-block;
	padding-left: 0px;
	padding-right: 8px;
	background: url(images/bullets/whiteDisc.png) no-repeat right 10px;
}
#navSection a.last-child {
	padding-right: 0px;
	background: none;
}
/* Extra Content Area */
#contentExtra {
	display: none;
}
#hp #contentExtra {
	display: block;
	float: left;
	width: 175px;
	padding: 14px 7px;
}
/* Stock Quote */
#stockQuote {}
#stockQuote h2 img {
	display: block;
}
/* Side Banner */
#sideBanner {
	margin: 20px 0;
	text-align: center;
}
#sideBanner a {
	display: block;
	color: #fff;
	line-height: 15px;
}

/* Footer Area*/
#footer {
	float: left;
	width: 780px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #404040;
	text-align: center;
}
#navFooter {
	float: left;
	width: 780px;
}
#navFooter ul, #navFooter li {
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navFooter a {
	display: inline-block;
	padding-left: 0px;
	padding-right: 8px;
	background: url(images/bullets/whiteDisc.png) no-repeat right 10px;
}
#navFooter a.last-child {
	padding-right: 0px;
	background: none;
}
#navFooter img {
	vertical-align: text-bottom;
}
#navFooter img#ehlLogoPrint {
	display: none;
}
#copyright {
	float: left;
	width: 780px;
}

/* Matrix Formatting
-------------------------------------------------- */
table.matrixTable {
	width: 100%;
	margin: 0 0 1.5em 0;
	border: 1px solid #404040;
	border-collapse: collapse;
	background-color: #000000;
}
table.matrixTable th, table.matrixTable td {
	padding: 3px;
	text-align: center;
	border: 1px solid #404040;
}
table.matrixTable th {
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/backgrounds/tableHeader.png) repeat-x left top;
}
table.matrixTable table, table.matrixTable table th, table.matrixTable table td {
	border: none;
}
table.matrixTable th.firstCol {
	text-align: left;
}
table.matrixTable td.firstCol {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}

/* OLD */
.mtxBorder {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	background-color: #000000;
}
.mtxAcctName {
	font-size: 1.1em;
	line-height: 1.4em;
}
.mtxHeader {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #404040;
	background: url(images/backgrounds/tableHeader.png) repeat-x left top;
}
.mtxHeaderBorderLeft {
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/backgrounds/tableHeader.png) repeat-x left top;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
.mtxRow {
	border-bottom: 1px solid #404040;
}
.mtxRowAlt {
	background-color:#F4F5F5;
	border-bottom: 1px solid #404040;
}
.mtxRowGrayBar {
	background-color: #252525;
	border-bottom: 1px solid #404040;
}
.mtxRowWhiteBar {
	border-bottom: 1px solid #404040;
}
.mtxRowBorderLeft {
	font-size: .9em;
	line-height: 1.2em;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
.showMoreInfo {
	display: table-cell;
	padding: 5px;
	border-bottom: 1px solid #404040;
}
.bulletListMtx {
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
}
.bulletListMtxTd {
	background-image: url(images/bullets/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 14px 1em;
	border-bottom: 1px solid #404040;
	padding: 5px 4px 4px 25px;
}
.bulletPlusListMtxTd {
	padding: 5px 4px 3px 0px;
	border-bottom: 1px solid #404040;
}
.bulletPlusListMtxTd a {
	color: #FFFFFF;
	background-image: url(images/bullets/bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	display: block;
	padding:  0px 0px 0px 26px;
}
.bulletListMtxTdNone {
	padding: 4px 4px 4px 3px;
	border-bottom: 1px solid #404040;
}

/* News Styles
-------------------------------------------------- */
h1 + br, h2 + br, h3 + br, h4 + br, h5 + br, h6 + br, p + br, pre + br, table + br {
	display: none;
}

/* Popup Page Styles
-------------------------------------------------- */
#popup {
	width: 450px;
	padding: 0px;
}
#popup #header {
	width: 450px;
}
#popup #navHeader {
	float: right;
	width: auto;
	height: auto;
}
#popup #content, #popup #contentMain {
	width: 450px;
	padding: 0px;
	margin: 0px;
	background: none;
}

/* For SNL
-------------------------------------------------- */
#login ul {
	margin-top: 0;
	margin-bottom: 0;
}
#snlLinks {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
}