﻿.recovery {
  position: relative;
  width: 964px; 
}

.recovery > div {
  margin-bottom: 0.1em;
}

.recovery #titleDiv {
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  padding: 0.7em;
  font-size: 1.3em;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: white url('/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/r-bg.jpg') repeat-x center bottom;
  background-position: 0px -110px;
}

.recovery .fundingTitleDiv {
  vertical-align: top;
  padding-top: 5px;
}

.recovery #instructionsDiv {
  color: blue;
  background-color: aliceblue;
  padding: 0.6em;
}

.recovery #searchDiv {
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  padding: 0.4em;
  background: #fff url('/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/r-bg.jpg') repeat-x center top;
  background-position: 0px -35px;
  height: 9.5em;
}

.recovery #searchDiv > div {
  margin-right: 1em;
}

.recovery #searchCrit1Div {
  float: left;
  width: 470px;
}

.recovery #searchCrit2Div {
  float: left;
  width: 364px;
}

.recovery #searchCrit2Div img {
  position: relative;
  top: 4px;
}

.recovery #searchCrit3Div {
  /*
  float: right;
  text-align: center;
  */
  height: 100%;
  border-left-style: solid;
  border-left-color: lightgray;
  border-left-width: 2px;
  /*
  padding-left: 2em;
  margin-right: 1em;
  */
  padding-left: 1em;
}

.recovery #searchCrit3Div button {
  width: 80px;
}

.recovery #searchCrit3Div #buttonGo {
  font-size: x-large;
  font-weight: bold;
  height: 60px;
}

.recovery #buttonResetAll {
  
}

.recovery #searchDiv table {
  width: 100%;
}

.recovery .titleDiv {
  text-align: right;
  font-weight: bold;
}

.recovery #agencyInput {
  width: 99%;
}

.recovery #searchSummaryDiv {
  background-color: aliceblue;
}

.recovery #searchSummaryDiv tr {
  height: 1.5em;
}

.recovery .searchSummaryTitle {
  width: 40em;
}

.recovery .summaryHeader {
  font-weight: bold;
}

.recovery .jobsByQuarterHeader {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/get_info.png);
  background-repeat: no-repeat;
  background-position: 95px;
}

.recovery .summaryValue {
  font-family: "Times New Roman", Times, serif;
  color: Green;
  font-size: medium;
  font-weight: bold;
}

.recovery #summarySpan {
  font-size: x-large;
  font-weight: bold;
}

.recovery #summarySpan a {
  text-decoration: underline;
}

.recovery #mapDiv {
  width: 100%;
  height: 380px;
  position: relative;
}

.recovery #mapPending {
  display: none;
  position: absolute;
  left: 200px;
  bottom: 200px;
  opacity: 0.85;  
  border-style: solid;
  width: 70px;
  border-width: 1px;
  padding: 4px;
  z-index: 999;
  background-color: beige;
}

.recovery #mapDiv .titlebar {
  height: 2.5em;
  overflow: hidden;
}

.recovery #mapHeader {
  background-color: darkgray;
  color: white;
  border-style: solid;
  border-color: darkgray;
  border-width: 1px;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  padding: 0.6em;
  height: 1.2em;
}

.recovery #mapPlaceholderTitle {
  float: left;
}

.recovery #mapPlaceholderControl {
  float: right;
}

.recovery #mapPlaceholderControl input {
  vertical-align: bottom;
}

.recovery #mapDiv > div {
  width: 49%; 
  padding-top: 0.8em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.recovery #mapPlaceholder {
  float: left;
}

.recovery #mapDisplay {
  width: 100%; 
  height: 340px;
}

.recovery #insetAlaska {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/Alaska.gif);
  width: 82px;
  height: 78px;
  position: absolute;
  left: 70px;
  bottom: 50px;
  opacity: 0.85;
}

.recovery #insetHawaii {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/Hawaii.gif);
  width: 81px;
  height: 78px;
  position: absolute;
  left: 170px;
  bottom: 50px;
  opacity: 0.85;
}


.recovery #legendPlace {
  position: absolute;
  left: 8px;
  bottom: 6px;
  
  background-color: #444;
  color: white;
  
  border-color: black;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  
  font-size: smaller;
}

.recovery #legendPlace table {
  border-spacing: 0px;
}

.recovery #legendPlace td {
  text-align: center;
}

.recovery #legendPlace .legendBlock {
  float: left;
  margin-right: 2px;
  width: 12px;
  height: 10px;
}

.recovery #awardsPlaceholder {
  float: right;
  position: relative;
}

.recovery #awardsPlaceholder > div {
}

.recovery #awardsPlaceholder .noResultsAvail {
  position: absolute;
  top: 50px;
}

.recovery #awardsPlaceholder .noSelection {
  position: absolute;
  top: 50px;
}

.recovery #awardsPlaceholder .prompt {
  position: absolute;
  top: 80px;
  left: 110px;
  border-style: solid;
  border-width: 1px;
  border-color: yellow;
  background-color: lightyellow;
  padding: 10px;
}

.recovery #awardsPlaceholderHeader {
  height: 1.2em;
}

.recovery #awardsPlaceholderTitle {
  float: left;
  font-weight: bold;
}

.recovery #awardsPlaceholderControl {
  float: right;
}

.recovery #awardsTable {
  height: 340px;
}

.recovery #awardsTable > table {
  width: 100%;
}

.recovery #awardsTable > table > thead {
  background-color: blue;
  color: white;
}

.recovery #awardsTable > table > thead td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.recovery #awardsTable thead .awardsRecipients, .recovery #awardsTable .awardsAward {
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
}

.recovery #awardsTable > table > thead .awardsRecipients, .recovery #awardsTable > table > thead .awardsAward {
  border-right-color: white;
  cursor: pointer;
}

.recovery #awardsTable .awardsSelected {
  background-color: #fffbbe !important;
  color: black !important;
}

.recovery #awardsTable .ascending {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/downArrow.gif);
  background-repeat: no-repeat;
}

.recovery #awardsTable .ascending[class~=awardsRecipients] {
  background-position: 58px 8px;
}

.recovery #awardsTable .ascending[class~=awardsAward] {
  background-position: 64px 8px;
}

.recovery #awardsTable .descending {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/upArrow.gif);
  background-repeat: no-repeat;
}

.recovery #awardsTable .descending[class~=awardsRecipients] {
  background-position: 58px 3px;
}

.recovery #awardsTable .descending[class~=awardsAward] {
  background-position: 64px 3px;
}

.recovery #awardsTable .awardsRecipients {
  text-align: left;
  /* QA 7-25-2012: setting explicit width of the column */
  width: 279px;
  /* QA 7-25-2012: <END> */
}

.recovery #awardsTable .awardsRecipients > div {
  height: 16px;
  overflow: hidden;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 2px;
}

.recovery #awardsTable .awardsRecipients .Grants {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/Grants_Icon.png);
}

.recovery #awardsTable .awardsRecipients .Loans {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/Loans_Icon.png);
}

.recovery #awardsTable .awardsRecipients .Contracts {
  background-image: url(/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/Contracts_Icon.png);
}

.recovery #awardsTable .awardsAward {
  text-align: center;
  width: 8em;
}

.recovery #awardsTable .awardsDetails {
  text-align: center;
  width: 8em;
}

.recovery #awardsTable .odd .awardsRecipients, .recovery #awardsTable .odd .awardsAward{
}

.recovery #awardsTable .even .awardsRecipients, .recovery #awardsTable .even .awardsAward{
  background-color: lightgray;
}

.recovery #awardsTable .awardsTableRow {
  cursor: pointer;
}

.recovery #awardsTable .awardsTableRow > table {
  margin-top: 2px;
  margin-bottom: 2px;
}

.recovery #awardsTable .awardsTableRow div:hover {
  text-decoration: underline;
}

.recovery #awardsTable tbody .awardsAward {
  text-align: right;
}

.recovery #awardsTable .awardsProfileLink, .recovery #awardsTable .awardsAwardLink {
  border-style: solid;
  border-width: 1px;
  font-size: x-small;
  padding: 2px;
  cursor: pointer;
}

.recovery #awardsTable .awardsProfileLink {
  border-color: gray;
  background-color: grey;
  color: white;
  margin-right: 0.1em;
}

.recovery #awardsTable .awardsAwardLink {
  border-color: green;
  background-color: lightgreen;
}

.recovery #awardsCursor {
  
}

.recovery #awardsCursor > span:first-child {
  margin-right: 1em;
}

.recovery #awardsCursor > span, .recovery #awardsCursor > a {
  margin-right: 0.4em;
}

.recovery #awardsCursor > span {
  
}

.recovery #awardsCursor > a {
  
}

.recovery #awardsCursor > .currentPage {
  border-color: red;
  border-style: solid;
  border-width: 1px;
}

.recovery #awardPending {
  display: none;
  position: absolute;
  right: 200px;
  bottom: 200px;
  border-style: solid;
  width: 70px;
  border-width: 1px;
  padding: 4px;
  z-index: 1;
  background-color: beige;
}

.recovery #mapFooterDiv {
  padding: 0.8em;
  background: white url('/web/20130215222052oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/r-bg.jpg') repeat-x center bottom;
  background-position: 0px -110px;
  height: 1.1em;
}

.recovery #mapFooterDiv > div {
  width: 48%;
}

.recovery #mapFooterDiv .left {
  float: left;
}

.recovery #mapFooterDiv .right {
  float: right;
}

.recovery #graphDiv {
  background-color: aliceblue;
  height: 330px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.recovery #graphDiv > div {
  width: 48%;
  padding: 0.4em;
  height: 336px;
}

.recovery #graphDiv > div > div {
  padding: 0.6em;
}

.recovery #graphDiv > div:first-child {
  float: left;
  border-right-style: solid;
  border-right-color: lightgray;
  border-right-width: 2px;
}

.recovery #graphDiv > div:last-child {
  float: right;
}

.recovery #graphDiv #graphDivCategoriesMap {
  float: right;
}

.recovery .graphDivTitle {
  font-weight: bold;
}

.recovery .graphDivBody {
  height: 22.5em;
  width: 22.5em;
}

.recovery .graphDivFooter {
	clear: both; 
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.recovery #graphDivSubRecipientsAwards {
	clear: both; 
    position: absolute;
    bottom: 0px;
    color: #2b4b83;
}

.recovery .treemapLow {
	 background-color: #441211;
   color: white;
}

.recovery .treemapHigh {
	 background-color: #921A1D;
   color: white;
}

.recovery #rangeSlider tbody > tr:first-child {
  height: 8px;
}

.recovery #rangeSlider tbody > tr:last-child {
  height: 12px;
}

.recovery #rangeMinAll{
  float: left;  
}

.recovery #rangeMaxAll{
  float: right;  
}
.recovery #graphDivBarChart {
	position: relative;
}

.recovery #legend {
	position: absolute;
	top:15px;
	right:0px;
}

.recovery #chartBarGraph {
  width: 90%;
	float: left;
}

.recovery #chartBarGraphYAxis {
	  width: 10%;
		float: left;
}

.recovery .barchart_extras_result {
  width: 100%;
  overflow: hidden;
  height: 20px;
}

.recovery .logo-sm {
  display: none;
}

.recovery .esriScalebar {
  right: 530px !important;
  bottom: 50px !important;
}