/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: arial;
  vertical-align: baseline;
}
body {
  line-height: 1.5;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #151515;
}
caption, th, td {
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
th {
  background-color: #BEB6FF;
  border: 1px solid #A49BBF;
  color: #101010;
  //text-transform: lowercase;
}
td {
  color: #434343;
  background-color: #EAEFFF;
  border: 1px solid #DADAF6;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: none;
}

/**
 * Map Examples Specific
*/

.smallmap {
  width: 640px;
  height: 480px;
  border: 1px solid #ccc;
}
.info_box {
  margin: 10px;
  font-size: 13px;
  padding: 2px;
  //text-transform: lowercase;
}
.info_box th {
  font-weight: bold;
}
.info_box td:first-child {
  text-align: left;
}
.info_box th:first-child {
  text-align: left;
}
.info_box td a {
  color: white;
}
