body {
	padding-top: 4.5rem; /* padding is needed to account for sticky navbar */
	background-color: #F2F2F2;
}
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 {
	background-color: white;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, 
.grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20,
.grid_21, .grid_22, .grid_23, .grid_24 {
	background-color: white;
}
h1 {
	color: black;
	font-size: 18px;
	line-height: 1.384em;
	margin-top: 0px;
}
h2 {
	border-bottom: 2px solid #DEDFDE;
	font-size: 1.3em;
	margin: 0px 0px 10px;
	padding-bottom: 5px;
	line-height: 1.25em;
}

#control_inputs, #matrix_span, #amort_span, #instructions {
	padding: 9px 18px;
	/*border-left: 1px solid #D6DCE2;*/
	border-left: 1px solid #4276b6;
	border-top: 1px solid #4276b6;
	border-bottom: 4px solid #4276b6;
	border-right: 4px solid #4276b6;
}

#instructions {
	margin: 0;
	padding: 0;
	/*font-family:'Handlee',cursive;*/
	/*font-family: "times new roman", serif;*/
	font-size: 1.2rem;
	line-height: 1.4em;
}

#instructions strong {
	font-family: "times new roman", serif;
	/*text-decoration: underline;*/
	background-color: #ff9
}


#matrix_table, #pmtTable {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	border: 1px solid #A4BCC2;
}
#matrix_table .focus_row {
	background-color: #F2F2F2;
	border-bottom: 2px ridge red;
	border-top: 2px ridge red;
}
#matrix_table .focus_col {
	background-color: #F2F2F2;
	border-left: 2px ridge red;
	border-right: 2px ridge red;
}
#matrix_table .focus_row.focus_col {
	background-color: #FF9;
	font-size: 1em;
	font-weight: bold;
}

#matrix_table th, #matrix_table td,
	#pmtTable th, #pmtTable td {
	text-align: center;
	border: 1px solid #AAA;
}

#matrix_table td {
	font-size: 0.85rem;
}

#matrix_table th, #pmtTable th {
	/*background-color: #DBE6EC;*/
	background-color: #d9e3f0;
	border: 1px solid #A4BCC2;
}

.spinner_input_div {
	/*background-color: pink;*/
	white-space: nowrap;
	display: block;
	width:100%;
	text-align: right;
}
.spinner_input_div input /*aka .loan_spinner */ {
	display: inline-block;
	text-align: right;
	font-size: 1.15em;
}
.row {
	margin-bottom: 20px;
	margin-top: 10px;
}
.matrix_title {
	text-align: center;
}
.spinner_label label {
	text-align: left;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
}
input {
	outline-color: transparent;
}
.amort_summary_line {
	border-top: 1px solid #DEDFDE;
	font-family: 'Courier New', monospace;
	line-height: 1.8em;
	text-align: left;
	/*width: 400px;*/
	border-left: 1px solid #DEDFDE;
	border-right: 1px solid #DEDFDE;
	padding-left: 16px
}
.amort_summary_line > .summary_value {
	font-weight: bold;
}
.amort_summary_line_bottom {
	border-bottom: 1px solid #DEDFDE;
}


.bg-siteblue {
	background-color: #4276b6;
}

a.navbar-brand {
	font-family:'Righteous',Georgia;
	font-size:2em;
	padding: 0;
}

/*
.navbar-inner {
	background-color: #4276b6;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	font-family:'Righteous',Georgia;
	color: white;
}

.navbar .nav > li > a {
	color: #fc0;
}

.navbar .nav > li > a:hover {
	color: white;
}
.navbar-link:hover,
.navbar-link:focus {
	color: white;
}
*/

tr.e {
	background-color: #f7f7f7;
}

#pmtTable > tbody > tr:hover {
	background-color: #ffffcc;
}

div.clear {
	padding: .3em 0;
}

.footer {
	position: relative;
	/*margin-top: -30px;*/ /* negative value of footer height */
	/*height: 30px;*/
	clear:both;
	background-color: #fc0;
	border-top: 1px solid #4276b6;
	border-bottom: 1px solid #4276b6;
	text-align: center;
	/*font-family: "times new roman", serif;
	font-weight: bold;*/
	margin-top: 1rem;

}
.disclaimer {
	font-family: "times new roman", serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 1em;
	background-color: transparent;
	padding-bottom: 6px;
}
#hashLink {
	width: 100%;
}

.nav_band {
	height: 24px;
	padding-top: 4px;
	padding-left: 20px;
	background-color: #fc0;
	width: 100%;
	
}
.nav_link {
	margin: 0 10px;
	padding: 0 10px;
	background-color: #4276b6;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	color: white;
}
.nav_link:hover {
	color: white;
}

.active_nav_link {
	background-color: white;
	border-bottom: 2px solid #4276b6;
	border-top: 2px solid #4276b6;
	color: #4276b6;
}

.active_nav_link.nav_link:hover {
	color: #fc0;
}

.navbar {
	border-bottom: 1px solid #fc0;
	border-top: 1px solid #fc0;
}

.nav-item.active {
	border-bottom: 2px solid #fc0 !important; 
}

.nav-item:hover {
	border-bottom: 1px dotted #fc0;
}

#amortsummary {
	width: 80%;
}

#pmtScheduleButton {
	margin: 1rem;
}

#hashUrlInput {
	width: 100%;
}

#amort_span {
	min-height: 600px; /* pushes footer down to accommodate ad */
}
