body {
  color: #333333;
  font-family: arial;
  font-size: 13px;
  margin: 0;
}

#map { 
  height: 100%;
  left: 0;
  position: absolute;
  right: 300px;
}

#banner {
  background: url(../images/banner.png);
  border-color: #808080;
  border-style: solid;
  border-width: 0 1px 1px 0;
  cursor: pointer;
  height: 50px;
  overflow: auto;
  position: absolute;
  width: 250px;
  z-index: 999;
}

#ribbon {
  background: url(../images/ribbon.png);
  bottom: 0;
  cursor: pointer;
  height: 130px;
  overflow: auto;
  position: absolute;
  right: 0;
  width: 130px;
  z-index: 1001;
}

#panel {
  background: url(../images/panel_background_body.png);
  height: 100%;
  margin: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  width: 310px;
  z-index: 1000;
}

#panel_header {
  background-image: url(../images/panel_background_header.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding: 0 0 0 20px;
  z-index: 1001;
}

#panel_content {
  margin: 10px 10px 10px 25px;
}

#uploadIframe {
  border: 0;
  height: 0;
  position: absolute;
  width: 0;
}

/* # # # */

#legend {
  position: absolute;
  right: 300px;
  top: 100px;
  width: 160px;
  z-index: 999;      
}

#legend_button {
  background-image: url(../images/legend_button.png);
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 300px;
  top: 100px;
  visibility: hidden;
  width: 25px;
  z-index: 999;      
}

#legend_header {
  background-image: url(../images/legend_header.png);
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 12px;
}

#legend_body {
  background-image: url(../images/legend_background.png);
  color: #666666;
  font-size: 11px;
  padding: 12px;
}

#legend_footer {
  background-image: url(../images/legend_footer.png);
  background-repeat: no-repeat;
  height: 50px;
}

.legend_content img, .legend_content span {
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px; 
}

/* # # # */

#legend_left {
  left: 0;
  position: absolute;
  top: 100px;
  width: 160px;
  z-index: 999;      
}

#legend_left_button {
  background-image: url(../images/legend_left_button.png);
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  top: 100px;
  visibility: hidden;
  width: 25px;
  z-index: 999;      
}

#legend_left_header {
  background-image: url(../images/legend_left_header.png);
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 30px;
}

#legend_left_body {
  background-image: url(../images/legend_left_background.png);
  color: #666666;
  font-size: 11px;
  padding: 12px;
}

#legend_left_footer {
  background-image: url(../images/legend_left_footer.png);
  background-repeat: no-repeat;
  height: 50px;
}

.legend_left_content img, .legend_left_content input, .legend_left_content span {
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px; 
}

/* # # # */

hr {
  background-color: #bfbfbf;
  border: 0;
  color: #bfbfbf;
  height: 1px;
}

#search {
  background-image: url(../images/search_header.png);
  background-position: top right;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  width: 340px;
  z-index: 1001;
}

#search_body {
  background-image: url(../images/search_background.png);
  background-position: right;
  height: 40px;
  margin-top: 8px;
  padding: 1px 20px 10px 20px;
}

body.events {
  background: #e3e4e4 url(../images/events_background.png) repeat-y;
  margin: 10px;
}

th, td, input, select, textarea {
  color: #333333;
  font-family: arial;
  font-size: 12px;
}

td {
  vertical-align: top;
}

h1 {
  background: url(../images/h1.png) no-repeat;
  background-position: bottom;
  font-family: arial;
  font-size: 25px;
  font-weight: normal;
  height: 45px;
  padding-left: 5px;
  padding-right: 20px;
  padding-top: 5px;
  /*text-align: center;*/
}

h2 {
  background: url(../images/h2.png) no-repeat;
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  height: 24px;
  /*padding-left: 10px;*/
  padding-top: 3px;
}

h2.events {
  background: url(../images/h2_events.png) no-repeat;
  font-family: arial;
  font-size: 15px;
  height: 24px;
  padding-left: 10px;
  padding-top: 3px;
}

h2.popup {
  padding-left: 10px;
}

h3 {
  font-family: arial;
  font-size: 12px;
}

a {
  color: #bd532e;
  text-decoration: none;
}

a:hover {
  color: #bd532e;
  text-decoration: underline;
}

img {
  border: 0;
}

.help img {
  border: 1px solid #333333;
}

fieldset {
  border: 1px solid #cccccc;
  padding: 5px;
}

legend {
  color: #0b55c4;
  font-weight: bold;
}

.copyright {
  bottom: 3px;
  font-size: 10px;
  margin-top: 25px;
  position: absolute;
  right: 135px;
  width: 150px;
}

#note {
  display: none;
  font-size: 10px;
}

#note ul {
  list-style-type: circle;
}

p.right {
  text-align: right;
}

form {
  display: inline;
}

p.help {
  text-align: center
}

div.info {
  background: #ffffff url(../images/asitvd_info.png) no-repeat scroll 10px 9px;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b4b4b4;
  margin: 10px 0;
  padding: 7px 10px 7px 45px;
}

img.category_icon {
  cursor: pointer;
  float: left;
}

div.category_name {
  cursor: pointer;
  font-size: 15px;
}

#cancel {
  cursor: pointer;
  text-align: right;
  display: none;
}

button {
  background: transparent url(../images/button.png) repeat-x scroll center center;
  border: 0 solid #b9b9b9;
  color: #ffffff;
  cursor: pointer;
  font-family: arial;
  font-size: 11px;
  padding: 1px 6px;
  width: 87px;
}

.submit {
  width: 90px;
  height: 22px;
  padding: 22px 0 0;
  margin: 6px 0 0 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
form>.submit { /* For non-IE browsers */
  height: 0px;
}

#noscript {
  position: absolute;
  right: 325px;
  text-align: right;
  top: 15px;
  z-index: 20000000;
}

legend {
  color: #333333;
}