﻿body {
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
}

.link {
  text-decoration: underline;
}

.rounded-corners {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background-color: #E2E2E2;
}

.gray-outline {
  height: 20px;
  padding: 0px;
  border: 1px solid #000;
  background-color: #8E8E8E;
  float: left;
  margin-left: 1px;
}

.detail-item {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  font-size: 10px;
  padding: 3px;
  margin-right: 3px;
  color: #FFF;
}

div.center {
  width: 1000px;
  /*height: 100px;*/
  /*background-color: red;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

input {
  text-align: start;
}

label {
  display: block;
  padding: 0px;
  text-align: left;
}

ol {
  list-style-type: none;
}

.infoWindowWrapper {
  width: 300px;
  min-height: 150px;
}

.infoWindowHeader {
  margin-bottom: 2px;
  font-weight: bold;
}

.p5 {
  margin-top: 5px;
}

.italics {
  font-style: italic;
}



.shadow {
  -moz-box-shadow: 4px 6.9px 4.6px .4px rgba(23,18,17,.23);
  -webkit-box-shadow: 4px 6.9px 4.6px .4px rgba(23,18,17,.23);
  box-shadow: 4px 6.9px 4.6px .4px rgba(23,18,17,.23);
}
