﻿/*9.24*/
/*Applies Globally*/

html {
	background-color: #DEDEDE;
	}
  
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family:  Verdana, Arial, Sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 1200px;
	border: black 1px solid;
	line-height:130%;
	min-height:600px;
	font-size: 15px;
	}
	
a {
	color: #0F0FF7;
	text-decoration: underline;
	background-color: ;
	}

a:hover {
	color: #6369FF;
}
	
a[name*="step"], .anchor, .anchor:hover {
	color: black;
	text-decoration:none;
	}
	
header {
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #7C8EBF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #7C8EBF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #7C8EBF 100%);
	margin-bottom: 1%;
	padding-bottom: 2%;
	}

h1 {
	font-size: 32px ;
	text-align:center;
	padding: 2% 0% 3% 0%;
	font-variant: small-caps;
	min-width: 600px;
	line-height:115%;
	margin-right: 100px;
	}

h2 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.1;
	}  

h3 {
	text-align: center;
	padding: 15px;
	font-weight: bold;
	}

h4 {
	text-align: center;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
label {
	display: block;
	
	}
	
form {

	padding-top: 20px;

	}
	
table {
	background-color: white;
	border: gray 1px solid;
	border-collapse:collapse;
	margin: 2% 0 2% 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	}

th[scope="col"], thead {
	background-color:#DCDCDE;
	font-weight:bold;
	}
	
th[scope="row"] {
	text-align: left;
	font-weight:normal;
	border-right: gray 1px solid; 
	}

	td, th {
	text-align: center;
	vertical-align: middle;
	border-bottom: gray 1px solid;
	padding: 6px;
	}

ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-right: 20px;
	}

ol li {
	margin-left: 5px;
	padding: 6px;
	}

li p {
	padding-left: 0;
	}

p, label.fifty, ul {
	padding: 10px 40px 10px 40px;
	}
	
p.contact {
	font-size: 12px;
	text-align:center;
	}

sup {
	vertical-align: super;
	font-size: smaller;	
	}

sub {
	vertical-align: sub;
	font-size: smaller;
	}

 img[alt="HUD User Logo"] {
	float:left; 
	padding:15px 0px 0px 30px;
	}
	
/*Applies to select_geography.odn*/
.state_select {
	float: left;
	padding-left: 5px;

	}

.county_select {
	padding-left: 300px;
	}
	
#select_geo_options {
	width: 500px;
	margin: 0 auto;
	
	}
	
.statewide {
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	text-align: center;
	clear: both;
	}

.metro {
	text-align: center;
	clear: both;
	padding-bottom: 100px;
	}
	
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #9e9e9e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9e9e9e;
	box-shadow:inset 0px 1px 0px 0px #9e9e9e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #9e9c9e) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #9e9c9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#9e9c9e');
	background-color:#dfdfdf;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffffff;
	display:block;
	color:#030357;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	
	margin: 10px auto;
	letter-spacing: 1px;
	}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9c9e), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #9e9c9e 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9c9e', endColorstr='#dfdfdf');
	background-color:#9e9c9e;
	
}.button:active {
	position:relative;
	top:1px;
}
	
/*Applies to (Year)summary.odn*/
	
h4.open {
	
	}

.show_hide {
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
	color: #270391;
	padding-left:0;
	padding-right:0;
	margin: 0;
	}
.invisible {
	display: none;
	}
	
.intro_tables .calculation {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0%;
	}

.newgeo {
	border-top: 2px solid gray;
	height: 100%;
	}

.newgeo form {
	float:left;
	width: 420px;
	
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 0px; 
	margin-left: 5%;
	margin-right: auto;
	}

.newgeo label {
	padding-bottom: 10px;
	}	

.perm_link {
	clear:both;
	margin-top: 20px;
	text-align: center;
	border-top: 2px solid gray;
	padding: 15px 0px 15px 0px;
	}
	
.footer {
	clear:both;
	padding: 15px 15px 0 15px;
	border-top: 2px solid gray;
	text-align: center;
	}
	
.footer li {
	display: inline;
	border-left: 1px solid gray;
	padding: 0px 0px 0px 5px;
	}

.footer li:last-child {
	border-right: 1px solid gray;
	padding-right: 5px;
	}
	
.warning {
	color: #800000;
	cursor: pointer;
	background: url(../images/Close-32-2.png) no-repeat;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	font-size: 75%;
	padding: 0;
	padding-left: 15px;
	text-align: center;
	}

.note {
	color: #800000;
	font-style: italic;
	}
.other_sim_geo {
	border-top:1px solid gray;
	}
	
.other_sim_geo form  {
	margin-left:5%; margin-right:auto; width:100%;padding-bottom:20px;padding-top:0;
	}
	
	
/*State Summary*/
.state tr:hover, .big_table tr:hover { 
		background: #DCDCDE; 
		}

