/* stylesheet for state files */

/* not in use */
TABLE#towns { width: 100%; }
TABLE#towns A { text-decoration: none; border-bottom: solid 1px #DDD; line-height: 15px; }
TABLE#towns A:hover { border-bottom: solid 1px #31659C; color: #31659C; }

DIV#jumpto_towns { text-align: center; }
BUTTON#btn_towns { margin: auto; }
BUTTON#btn_towns SPAN.red-text { color: #F00; font-weight:bold; }
DIV#town_selects OPTION  { color: #000; }
DIV#town_selects OPTION.empty { color: #BBB; }
DIV#town_selects SELECT, DIV#town_selects OPTION.red { color: #F00; font-weight: bold; }
DIV#empty_legend { color: #AAA; font-size: 10px;}
DIV.empty_county_legend { text-align:center; color: #AAB; font-size: 10px;}

DIV.empty_towns-true A.empty { display: inline;  }
DIV.empty_towns-false A.empty { display:none;  }

DIV.county_towns { border: solid 1px #EEE; }
DIV.county_towns H4 { background-color: #EEE; }
DIV.county_towns TABLE { width: 100%; margin-bottom:10px;}
DIV.county_towns TD { width: 25%; }
DIV.county_towns A { text-decoration: none; border-bottom: solid 1px #DDD; line-height: 15px; color: #31659C;}
DIV.county_towns A:hover { border-bottom: solid 1px #31659C; color: #31659C; }

DIV.county_towns A.empty { color: #CCC; }

/*******************************/
/* town list legend */
DIV#legend { border: solid 1px #31659C; width: auto; float:left; font-size: 10px; font-family:Arial,Helvetica,Sans-serif;}
DIV#legend H4 { background-color:#31659C; color: #FFF; font-weight: normal; font-size: 10px;}
DIV#legend DIV { padding: 2px 3px 2px 15px; }
DIV#legend DIV.nonempty { background-color: #000; }
DIV#legend DIV.empty { background-color: #BBB; }
DIV#legend DIV DIV { background-color: #FFF; padding: 1px 2px; }
DIV#legend DIV.nonempty DIV { color: #000; }
DIV#legend DIV.empty DIV { color: #999; }