/* HTML */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* HTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* background: transparent; */ /* bug IE 6-7 with tr background color */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML */

body {
	text-align: center;
	background-color: #f2f2f2;
	background-image: url('/images/bg.gif');
	background-repeat: repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 10px 0px;
}

a {
	color: #0072bc;
}

a:visited {
	color: #00426d;
}

a:hover {
	color: #5fb1e2;
	text-decoration: none;
}

img {
	border: 0px;
}

img[align="middle"], input[align="middle"] {
	vertical-align: middle;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 40px 10px 20px 10px;
	line-height: 1.5;
	color: #0072bc;
}

h2 {
	font-size: 16px;
	margin: 30px 0px 20px 0px;
	letter-spacing: 1.4px;
	color: #0072bc;
}

h3 {
	font-size: 12px;
	margin: 30px 0px 20px 0px;
	text-transform: uppercase;
	letter-spacing: 1.1px;
}

h4 {
	font-size: 12px;
	margin: 20px 0px 10px 0px;
}

h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover {
	text-decoration: none;
	color: #0072bc;
}

input, select, textarea {
	border: 1px solid #5fb1e2;
	background-color: #f7fcff;
	padding: 2px;
}


dl {
	font-size: 12px;
}

dl dt, dl dd {
	font-size: 12px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

dd a {
	font-size: 10px;
}

sup {
	font-size: 9px;
	vertical-align: text-top;
}


/* LAYOUT */

#bg {
	/*background-image: url('/images/bg2.gif');
	background-repeat: no-repeat;
	background-position: 50% 11px;*/
}

#main {
	width: 745px;
	padding: 15px;
	margin: 10px auto 10px auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}

#top {
	width: 745px;
	height: 76px;
}

#top-credit-finance-logo {
	width: 220px;
	height: 76px;
	float: left;
	background-image: url('/images/top-logo-bg.jpg');
	background-repeat: no-repeat;
}

#logo-img {
	position: relative;
	top: 12px;
	left: 31px;
}

#top-menu {
	width: 525px;
	height: 76px;
	float: right;
	background-image: url('/images/top-menu-bg.jpg');
	background-repeat: no-repeat;
}

#top-menu-text {
	width: 240px;
	position: relative;
	top: 10px;
	left: 300px;
}

.top-menu-section {
	float: left;
}

.top-menu-section-separator {
	background-image: url('/images/top-menu-separator.gif');
	background-repeat: no-repeat;
	background-position: 90% 0%;
}

#top-menu-text ul {
	list-style-position: outside;
	list-style: square;
	margin: 0px 0px 0px 18px;
}

#top-menu-text li {
	padding: 0px 0px 10px 0px;
}

#top-menu-text a, #top-menu-text a:visited, #top-menu-text a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

#top-menu-text a:hover {
	text-decoration: underline;
}





#top-separator {
	width: 745px;
	height: 7px;
	background-image: url('/images/top-separator.gif');
	background-repeat: no-repeat;
	line-height: 0px;
	font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}

#header {
	width: 745px;
	height: 85px;
}

#header-separator {
	width: 745px;
	height: 8px;
	background-image: url('/images/header-separator.gif');
	background-repeat: no-repeat;
	line-height: 0px;
	font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}

/* MAIN MENU */

#menu-main {
	width: 745px;
	height: 30px;
	background-color: #000000;
	position: relative;
}

#menu-mega-list {
	list-style: none;
	height: 30px;
	margin-left: 20px;
}

.menu-mega {
	float: left;
	width: 130px;
	height: 30px;
	text-align: center;
	border-left: 2px solid white;
}

#menu-mega-list > .last {
	border-right: 2px solid white;
}

a.menu-mega-links, a.menu-mega-links:visited, a.menu-mega-links:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-image: url('/images/sprite-gradients-bg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
}

a.menu-mega-links:hover, .hovering a.menu-mega-links, .hovering a.menu-mega-links-current, .hovering a.menu-mega-links-current:visited {
	background-image: url('/images/sprite-gradients-bg.gif');
	background-position: 0px -30px;
}

a.menu-mega-links-current, a.menu-mega-links-current:visited {
	background-image: url('/images/sprite-gradients-bg.gif');
	background-position: 0px -60px;
}

a.menu-mega-links-current:hover {
	background-image: url('/images/sprite-gradients-bg.gif');
	background-position: 0px -30px;
}

.menu-sub {
	width: 745px;
	height: 30px;
	background-color: #dcdbdb;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	border-top: 4px solid white;
}

.hovering .menu-sub {
	display: block;
}

.menu-sub ul {
	list-style: none;
	height: 30px;
}

.menu-sub li {
	float: left;
	height: 30px;
	text-align: center;
	background-image: url('/images/menu-sub-separator.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.menu-sub li.last {
	background-image: none;
}

.menu-sub a, .menu-sub a:visited, .menu-sub a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 8px 20px 8px 20px;
}

.menu-sub a:hover {
	text-decoration: underline;
}

a.menu-sub-current, a.menu-sub-current:visited, a.menu-sub-current:hover {
	text-decoration: underline;
}

/* END MAIN MENU */



#content {
	width: 745px;
	min-height: 300px;
	font-size: 12px;
	background-image: url('/images/content-bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* for Internet Explorer 6.0 */
* html #content {
	height: 300px;
}

#path {
	padding: 20px 10px 0px 10px;
	font-size: 10px;
	color: #797979;
	line-height: 1.3;
}

#path a {
	color: #797979;
}

#path a:visited {
	color: #797979;
}

#path a:hover {
	color: #797979;
	text-decoration: none;
}

.path-separator {
	margin: 0px 5px 0px 5px;
}


#content-main {
	/* width: 75%;
	float: left; */
}

#content-main-full {
}

#content-column {
	/* width: 25%;
	float: right; */
}


#content-main-text, #content-main-full-text, #content-column-text {
	padding: 0px 10px 0px 10px;
	line-height: 1.7;
}


#content-main-text ul, ol, #content-main-full-text ul, ol {
	list-style-position: outside;
	list-style: disc;
	list-style-image: none;
	margin: 10px 0px 0px 18px;
	padding: 0px;
}

#content-main-text li, #content-main-full-text li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content-main-text ol, #content-main-full-text ol {
	list-style: decimal;
}

#bottom {
	width: 745px;
}

#bottom-text {
	text-align: center;
	color: #959595;
	font-size: 10px;
	padding: 10px 10px 0px 10px;
	line-height: 1.4;
}

#bottom-text a, #bottom-text a:visited, bottom-text a:hover {
	color: #959595;
}

#bottom-text a:hover {
	text-decoration: none;
}


/* CLASSES */


.user_input {
	border: 1px solid #5fb1e2;
	background-color: #f7fcff;
}

.user_changed {
	border: 1px solid #b8b8b8;
	background-color: #ffffff;
}

tr.rowdark:hover .user_input, tr.rowlight:hover .user_input {
	border: 1px solid #116597;
	background-color: #ffffff;
}

.user_focus {
	border: 1px solid #00a650;
	background-color: #ffffff;
}

.user_error {
	border: 1px solid red;
}


input.outward {
	background-image: url('/images/sprite-gradients-bg.gif');
	background-position: 0px -137px;
	background-repeat: repeat-x;
}

input.outward:hover {
	background-image: url('/images/sprite-gradients-bg.gif');
	background-position: 0px -166px;
	background-repeat: repeat-x;
}

input.invisible {
	border: 1px solid transparent;
	background-color: transparent;
}

input.win {
	background-color: #009300;
}

input.lose {
	background-color: #d70000;
}

* html input.invisible { /* IE 6.0 bug, border transparent not supported */
	border: none;
}

input.radio {
	border: none;
	background-color: transparent;
	vertical-align: middle;
}

h2.chart_title {
	text-align: center;
	margin-bottom: 0px;
	color: #000000;
	font-size: 14px;
}

.form_title {
	font-size: 11px;
	margin: 14px 0px 2px 0px;
	padding: 0px 0px 0px 11px;
	color: #000000;
	text-transform: uppercase;
}

h3.flag {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
}

.block-intro {
	padding: 10px 20px 20px 20px;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	font-size: 12px;
}

.block-intro > h2 {
	margin: -10px -20px 20px -20px;
	padding: 5px 5px 5px 15px;
	background-color: #f7f7f7;
	color: #868686;
	border: 1px solid #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
}

.block-intro > h2 a, .block-intro h2 > a:visited {
	color: #9c9c9c;
}

.block-intro h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content-main-full-text .block-intro ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#content-main-full-text .block-intro li {
	margin: 0px;
	padding: 0px;
	display: inline; /* bug extra vertical space IE 6 */
}

.block-intro li a, .block-intro li a:visited, .block-intro li a:hover {
	display: block;
	color: #0072bc;
	text-decoration: none;
	font-size: 11px;
	padding: 1px 10px 1px 15px;
	background-image: url('/images/block-list-bullet.gif');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border: 1px solid white;
}


.block-intro li a:hover {
	border: 1px solid #a7e0ff;
	background-color: #e9f7ff;
}

.block-intro li a:visited {
	color: #00426d;
}

a.link-expand, a.link-expand:visited, a.link-expand:hover {
	text-decoration: none;
	width: 11px;
	height: 11px;
	line-height: 0px;
	display: block;
	float: left;
	background-image: url('/images/icon-link-expand.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 3px 4px 0px 0px;
}


table.figures {
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

table.figures td, table.figures th {
	padding: 4px;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	font-size: 11px;
	text-align: left;
}

table.figures th {
	font-weight: bold;
	background-color: #dddddd;
}

table.figures .coldark {
	background-color: #f6f6f6;
}

table.figures tr.highlight {
	background-color: #d4eeff;
}

table.figures .rowdark {
	background-color: #f6f6f6;
}

table.figures .rowlight {
	background-color: transparent;
}

.frame-form {
	text-align: left;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFFF;
}

table.form {
	width: 100%;
}

table.form td, table.form th {
	padding: 5px;
	font-size: 11px;
	text-align: left;
}

table.form label {
	font-size: 11px;
	display: inline;
	margin: 0px;
}

table.form select {
	font-size: 10px;
}

table.form th {
	background-image: url('/images/sprite-gradients-bg.gif');
	background-repeat: repeat-x;
	background-position: 0px -90px;
	background-color: #d4d4d4;
}

tr.rowdark  {
	background-color: #f6f6f6;
}

tr.rowlight {
	background-color: transparent;
}

tr.rowdark:hover, tr.rowlight:hover, tr.rowtotal:hover  {
	background-color: #d4eeff;
}

tr.rowblack {
	background-color: #000000;
}

tr.rowtotal {
	background-color: #e4e4e4;
}

tr.rowtotal, .rowtotal label, .rowtotal input {
	font-weight: bold;
}

table.form .number {
	font-weight: bold;
	color: #0072bc;
}

table.form .note {
	font-style: italic;
	color: #959595;
}

table.form input {
	font-size: 11px;
}

/* standardize common form input width for all browsers */

/* table.form input[size="20"] {
	width: 118px;
}

table.form input[size="15"] {
	width: 93px;
}
*/

table.form input[size="10"] {
	width: 68px;
}


table.form input[size="5"] {
	width: 43px;
}

table.form input[size="3"] {
	width: 33px;
}

.rowblack td {
	padding: 5px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

.rowblack label {
	font-size: 11px;
	font-weight: normal;
	display: inline;
	margin: 0px;
	color: #FFFFFF;
}

.rowblack input {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}



* html .rowblack input.invisible { /* IE 6.0 bug, border transparent not supported */
	border: none;
}


.form-separator {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: none;
	border-right: none;
	border-left: none;
	line-height: 0px;
	font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}


.photo-left {
	float: left;
	margin: 10px 20px 10px 0px;
}

.photo-right {
	float: right;
	margin: 10px 0px 10px 20px;
}

#glossary-note {
	position: absolute;
	top: 200px;
	right: 30px;
	width: 101px;
	height: 103px;
	font-size: 10px;
	color: #544a2c;
	background-image: url('/images/post-it.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#glossary-note p {
	padding: 5px 15px 0px 10px;
}

#glossary-note a, #glossary-note a:visited, #glossary-note a:hover {
	color: #544a2c;
	text-decoration: underline;
}

#glossary-note a:hover {
	text-decoration: none;
}


#content-nav {
	text-align: center;
	margin: 40px 20px 20px 20px;
	line-height: 1.3;
}

#content-nav a, #content-nav a:visited, #content-store-link a, #content-store-link a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#content-nav a:hover, #content-store-link a:hover {
	text-decoration: underline;
}

#content-nav-next, #content-nav-previous {
	margin-top: 10px;
	width: 300px;
}

#content-nav-next {
	float: right;
	text-align: right;
}

#content-nav-previous {
	float: left;
	text-align: left;
}

img.tooltip-icon {
	cursor: help;
}

.tooltip {
	position: relative;
	display: inline;
	width: 0px;
	height: 0px;
}

.tooltiptext {
	display: none;
	position: absolute;
	bottom: -20px;
	left: 20px;
	width: 200px;
	color: #000000;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffe1;
	border: 1px solid #000000;
}

.dotted-lign {
	text-align: center;
	margin: 10px 0px 10px 0px;
	background-image: url('/images/lign-dotted.gif');
	background-repeat: repeat-x;
	background-position: left;
	clear: both;
}

.dotted-lign-vertical {
	border-right: 1px dotted silver;
}

.quote {
	margin: 20px 0px 20px 0px;
	background-image: url('/images/quote-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.quote1 {
	background-image: url('/images/quote-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.quote2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #69aed5;
	padding: 0px 24px 0px 24px;
}

.help_text {
	cursor: help;
	border-bottom: 1px dashed #000000;
}

.permalink {
	font-size: 9px;
}

.popup_info {
	text-align: left;
	padding: 10px 20px 10px 20px;
	width: 500px;
	height: 400px;
	overflow: auto;
	font-size: 11px; 
	line-height: 1.3;
}

#notification-calculators-note {
	font-size: 11px;
	color: #666666;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	float: left;
}

#notification-calculators-help {
	float: right; 
	font-size: 11px; 
	margin: 0px;
}

#contact label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

/* tabs */

#content-main-text ul.tabs, #content-main-full-text ul.tabs {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 36px;
	list-style: none;
}

#content-main-text ul.tabs li, #content-main-full-text ul.tabs li {
	float: left;
	height: 36px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a.tab, a.tab:visited, a.tab:hover, a.tab-current, a.tab-current:visited, a.tab-current:hover {
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 3px 9px 3px 9px;
	margin: 0px 0px 7px 5px;
	background-color: #e4e4e4;
	text-align: center;
	color: #000000;
}

a.tab:hover {
	color: #0072bc;
	background-color: #daf0fd;
}

a.tab-current, a.tab-current:visited, a.tab-current:hover {
	color: #0072bc;
	padding: 3px 9px 10px 9px;
	margin: 0px 0px 0px 5px;
	background-image: url('/images/tab-current-bg.gif');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-color: #daf0fd;
}

/* slides */

#slides {
	font-size: 11px;
}

#slides img {
	max-width: 80px;
	max-height: 80px;
}

/* Share page */

.share {
	margin: 20px 0px 20px 0px;
}

.share-box {
	text-align: center;
	width: 74px;
	border: 1px solid #cacaca;
	padding: 3px;
}

.share-box-facebook {
	width: 100px;
	margin: 0px 0px 0px auto;
	float: right;
	padding-top: 3px;
}

.share-box-twitter {
	width: 120px;
	margin: 0px 0px 0px auto;
	padding-top: 3px;
	float: right;
}

.share-box-linkedin {
	width: 100px;
	margin: 0px 0px 0px auto;
	padding-top: 3px;
	float: right;
}

.share-box-google {
	width: 100px;
	margin: 0px 0px 0px auto;
	float: right;
	padding-top: 3px;
}

.negative-sign {
	float: right;
	margin-right: -10px;
}




/*
hack to correct Containing Floats problem 
http://www.complexspiral.com/publications/containing-floats/
*/
div.clearer {
	clear: both; 
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
}


