/**
 * blue: 526594
 * grey: 999999
 * green: 669900
 */
 
#mapflash {
  margin: 0 0 20px 0;
}
 
#ctpdata {
  margin: 0 0 20px 0;
  line-height: 1.0;
}
 
h2#selected_counties {
  color: #690;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 0 10px;
  margin: 3px 0 5px 0;
}
 
#ctpdata .selected {
  font-weight: bold;
  color: #999;
  font-size: 12px;
  padding-left: 10px;
}

#ctpdata ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ctpdata li {
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1.0;
}

#ctpdata div.item img.help {
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
  margin-left: 5px;
  cursor: pointer;
}

/* Note this 20px left margin */
#ctpdata li li {
  margin: 0 0 0 20px;
}

#ctpdata li div.item div {
  float: left;
}

#ctpdata li div.item {
  overflow: hidden;
}

#ctpdata li li div.item {
  border-bottom: 1px dashed #999;
  padding: 10px 0;
  
}

#ctpdata li.last div.item {
  border: none;
}

#ctpdata li.last ul div.item {
  border-bottom: 1px dashed #999;
}

#ctpdata li.last ul li.last div.item {
  border-bottom: none;
}

#ctpdata li.total_spending {
  margin: 10px 0 20px 0;
}

#ctpdata li.total_spending div.item {
  border-bottom: 1px solid #526594;
  padding: 0 0 5px 10px;
}


#ctpdata li.total_spending .name,
#ctpdata li.total_spending .total {
  font-size: 18px;
  font-weight: bold;
  color: #526594;
}

#ctpdata li.total_spending .name {
  width: 280px;
}

#ctpdata li .name {
  width: 280px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

#ctpdata li {
  margin-top: 20px;
}

#ctpdata li li {
  margin-top: 0;
}

#ctpdata li li .name {
  font-size: 14px !important;
  width: 260px;
}

#ctpdata li li li .name {
  width: 240px;
}

#ctpdata li li li li .name {
  width: 220px;
}

#ctpdata .total {
  width: 100px;
  font-weight: bold;
  margin-right: 20px;
}

/* level 1 */
#ctpdata li .total {
  font-size: 18px;
  color: #526594;
}

#ctpdata .value {
  width: 70px;
  padding-right: 5px;
  font-size: 14px !important;
}

/* level 2 */
#ctpdata li li .total {
  color: #690;
  font-size: 14px;
}

#ctpdata li li .value {
  color: #526594;
  font-weight: bold;
}


/* 3rd level */
#ctpdata li li li .name {
  color: #666;
}

#ctpdata li li li .total {
  color: #666;
  font-size: 14px;
}

#ctpdata li li li .value {
  color: #666;
  font-weight: bold;
}

/* 4th level */
#ctpdata li li li li .name {
  color: #999;
}

#ctpdata li li li li .total {
  color: #999;
  font-size: 14px;
}

#ctpdata li li li li .value {
  color: #999;
  font-weight: bold;
}


#ctpdata .unit {
  width: 60px;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  padding-top: 2px;
}

#ctpdata .total, #ctpdata .value {
  text-align: right;
}

#ctpdata ul {
  position: relative;
}

#ctpdata .more {
  position: absolute;
  left: 0;
  z-index: 5000;
  cursor: pointer;
}
 
.clear {
  clear: both;
}

/* summary table */
#ctpsum {
  padding: 10px;
  border: 1px solid #e7e7e7;
}

#ctpsumwrap {
  background-color: #e7e7e7;
  padding: 20px;
}

#ctpsum table {
  border-collapse: collapse;
  background-color: #e7e7e7;
  width: 100%;
}

#ctpsum table caption {
  background-color: #e7e7e7;
  font-weight: bold;
  font-size: 14pt;
  padding: 0 0 10px 0;
  text-align: left;
}

#ctpsum table td, 
#ctpsum table th {
  font-size: 12px;
  padding: 10px 0 10px 0;
}

#ctpsum table td {
  text-align: right;
  width: 100px;
  color: #690;
  font-weight: bold;
}

#ctpsum table th {
  width: 38%;
  font-weight: bold;
}

#ctpsum table tr td,
#ctpsum table tr th {
  border-bottom: 1px dashed #999;
}

#ctpsum table tr.last td,
#ctpsum table tr.last th {
  border: none;
  padding-bottom: 0;
}

#ctpsum table tr td.space {
  border: none;
  width: 100px;
}

#ctphelp {
  display: none;
}

/* For the styling of the content inside the help window */
.htxt {
  padding: 10px;
  font-size: 12px;
}
