/* #map {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
} */  

#map {
  clear: both;
  margin: 0px;
  margin-left: 4px;
  padding: 0px;
  height: 365px;
  width: 450px;
  background-color: #DDD;
}

.infoWindowView h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  overflow: hidden;
}
.infoWindowView .content {
  max-height: 180px;
  margin-right: 2px;
  overflow: auto;
/*  font-size: 14px;*/
  line-height: 1.5em;
}
.infoWindowView .content p {
  margin-bottom: 10px;
}
.infoWindowView .marker {
  margin-top: 5px;
}
.infoWindowView .marker .avatar {
  float: left;
  margin-right: 7px;
  margin-left: 3px;
  padding-top: 5px;
}
.infoWindowView .marker p {
  margin-left: 69px !important;
}
.infoWindowView .marker .note {
  font-size: 11px;
  padding: 5px !important;
  padding-left: 10px !important;
  margin: 0px 7px 7px 7px !important;
  float: right;
  width: 124px;
  color: #514721;
  background: #FFF6BF;
  border: 2px solid #FFD324;
}

.infoWindowView.expanded .content {
  width: 491px;
  max-height: 250px;
}

.float-over-map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}

/* Avatars */
.large_avatar {
  width: 75px;
  height: 75px;
  text-align: center;
}

.small_avatar {
  width: 32px;
  height: 32px;
  text-align: center;
}

.avatar_icon {
  border: 3px solid #eee;
}


/* Logo */
#logo {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}
#logo p {
  width: 295px;
  height: 59px;
  text-align: center;
}
#logo a {
  color: #fff;
}
#logo .buttons {
  display: block;
  padding-right: 35px;
  text-align: right;
}
#logo #logo_panel {
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
}

/* Midpage Component */
.midpage {
  color: #fff;
  z-index: 353543;
  background: #111 url(/images/logo_bg.png);
  text-align: center;
  border: 2px solid #fff;
  height: 425px;
  width: 450px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.midpage h1 {
  padding-top: 10px;
  margin: 0;
}
.midpage .welcome-logo {
  margin: 0;
  margin-bottom: 0px;
}
.midpage p {
  padding: 0 30px;
  line-height: 2em;
  clear: both;
}
.midpage img
{
  border: 0;
}
.midpage .instruct {
  padding: 0 30px;
  margin-top: 20px;
  margin-left: 33px;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: left;
}
.midpage .instruct strong {
  display: block;
  margin-top: -15px;
  margin-left: 10px;
}
.midpage .instruct img {
  vertical-align: middle;
  margin: 0px 10px;
}
.midpage .instruct img.marker {
  margin: 0px 15px;
}
.midpage a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.midpage .close-help {
  position: absolute;
  right: 5px;
  top: 5px;
}

#about {
  height: 250px;
}


/* Popup Component */
#popup {
  color: #eee;
  background: transparent url(/stylesheets/window-themes/macdark/bg.png);
  width: 278px;
  padding-top: 10px;
  margin: 0;
}
#popup a,
#popup a:hover,
#popup a:visited,
#popup a:active {
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #fff;
}
#popup form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  padding-left: 10px;
}
#popup form .avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
}
#popup form .field {
  margin-bottom: 15px;
}
#popup form .field label {
  font-weight: bold;
  display: block;
}
#popup form .field input[type=text] {
  border: 2px solid gray;
  padding: 3px;
  padding-left: 2px;
  padding-right: 0px;
  width: 250px;
}
#popup form .field textarea {
  border: 2px solid gray;
  padding: 3px;
  padding-left: 2px;
  padding-right: 0px;
  width: 250px;
  height: 57px;
}
#popup form .field.file_field {
  padding-top: 12px;
}
#popup form .field.file_field label {
  margin-bottom: 3px;
}
#popup form .field.withErrors textarea, #popup form .field.withErrors input[type=text] {
  border: 2px solid red;
}
#popup form .field.withErrors .error-message {
  font-weight: bold;
  color: red;
}
#popup form .actions {
  text-align: center;
  margin-top: 10px;
}
#popup form .button {
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
#popup #edit_icon {
  padding-top: 15px;
  padding-left: 5px;
  float: left;
  margin-right: 15px;
}
#popup .message-body {
  height: 67px;
  overflow: auto;
}
#popup .success {
  text-align: center;
  margin-top: 50px;
}
#popup .success img {
  margin-top: 20px;
}

/* TopBox Component */
div.topbox {
  width: auto;
  font-size: 0.75em;
  margin-bottom: 24px;
}
div.topbox blockquote {
  margin: 0px;
  padding: 0px;
  border: 1px solid #c9c2c1;
  background-color: #fff;
  font-style: normal;
}
div.topbox blockquote p {
  margin: 10px;
  padding: 0px;
}
div.topbox cite {
  position: relative;
  margin: 0px;
  padding: 7px 0px 0px 15px;
  top: 6px;
  background: transparent url(../images/tip.gif) no-repeat 20px 0;
  font-style: normal;
}
div.topbox div.rounded {
  margin-bottom: 10px;
  border: 3px solid #fff;
  background-color: #b7e0ff;
  padding: 15px;
  padding-bottom: 20px;
}
div.topbox div.rounded blockquote {
  border: 0;
  background-color: transparent;
}
div.topbox div.rounded blockquote p {
  margin: 0px 10px;
}
div.topbox cite.rounded {
  position: relative;
  margin: 0px;
  padding-left: 15px;
  padding-top: 12px;
  top: -1px;
  width: 29px;
  height: 14px;
  background: transparent url(/images/window/tip-rounded.gif) no-repeat 15px 0;
}

div.topbox {
  font-size: 0.9em;
}
div.topbox div.rounded {
  color: #fff;
  border: 3px solid #fff;
  background: #111 url(/images/logo_bg.png);
}
div.topbox cite.rounded {
  background: transparent url(/images/window/tip-pimped.gif) no-repeat 15px 0;
}

/* Forms */
.field {
  margin: 0pt 0pt 1.5em;
}
.field label {
  display: block;
}

.field.text_field input, .field.text_field input.title, .field.password_field input, .field.password_field input.title {
  background-color: #fff;
  width: 300px;
  margin: 0.5em 0.5em 0.5em 0;
  border: 1px solid #bbb;
  padding: 5px;
}
.field.text_field input:focus, .field.password_field input:focus {
  border: 1px solid #999;
}
.field.text_field input.title, .field.password_field input.title {
  font-size: 1.5em;
}

.field.time select, .field.date select {
  width: none;
}

.field.radio_buttons .option-label {
  display: inline;
  font-weight: normal;
}

.field.radio-group .radio-option {
  display: inline;
  font-weight: normal;
}

.field.check_box label {
  display: inline;
  vertical-align: 2px;
}

.field.withErrors input, .field.withErrors textarea, .field.withErrors select {
  border: 2px solid red !important;
  margin-bottom: 0;
}

.error-message {
  display: block;
  color: red;
  font-weight: bold;
  margin-bottom: 15px;
}

#error_explanation h2 {
  color: darkred;
  font-size: 14px;
  font-weight: bold;
}
