body {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
}

td {
  font-size: 8pt;
  padding: 2px;
}

#ngpTabs a:link {
  color: #fff;
  text-decoration: none;
}

#ngpTabs a:visited {
  color: #fff;
  text-decoration: none;
}

#ngpTabs a:hover {
  color: #fff;
  text-decoration: none;
}

#ngpTabs a:active {
  color: #fff;
  text-decoration: none;
}

#container {
  width: 500px;
}

.label {
  clear: both;
  width: 150px;
  float: left;
  color: #4E9933;
}

.widget {
  float: left;
}

#details {
  clear: both;
  width: 380px;
  min-height: 200px;
  float: right;
  margin: 10px;
}

table.summary tr td {
  border-top: 1px solid #c6c6c6;
  padding: 4px;
}

table.summary tr.last td {
  border-bottom: 1px solid #c6c6c6;
}

table.detailsView {
  margin: 10px;
  width: 700px;
}

table.detailsView tr {
  border-top: 1px solid #fff;
}

table.detailsView tr td {
  width: 450px;
}

table.detailsView tr td.label {
  width: 250px;
}

table.detailsView tr.odd td {
  background-color: #f5f5f5;
}

table.detailsView tr.even td {
  background-color: #ebf2f5;
}


#mapviewcanvas {
  width: 250px;
  height: 250px;
  float: left;
  border: 2px solid #fff;
  margin: 10px;
}

#ngpTabs {
  margin-top: 10px;
  clear: both;
  display: none;
}

#ngpTabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ngpTabs ul li {
  float: left;
  font-size: 10pt;
  margin: 0 5px;
}

#ngpTabs a {
  display: block;
  padding: 2px;
  background-color: #213c72;
  background-image: url(../images/button-bg.png);
  background-repeat: repeat-x;
  width: 200px;
  text-align: center;
  min-height: 35px;
}

#tabCanvas {
  clear: both;
}

#tabCanvas img {
  float: left;
  margin: 5px;
  width: 300px;
}


td {
  width: 200px;
  border: 0;
}
