table.standard
{
  width:45%;    
  border-collapse: collapse;
  font-size:0.75em;
  color: #606060;  
  margin: 0 20px 20px 0;  
  line-height: 1.25em;
}

table.standard th, table.standard td
{
  padding: 5px;  
  border-bottom: #e7f0f7 solid 1px;
  vertical-align: top;
}

table.standard th
{  
  text-align: left;
  border-left: #e7f0f7 solid 1px;  
}
table.standard th.mapcell h4{
  font-size: 1.0em;
}
table.standard th.mapcell {
  background-color: #F0f8f8;
  border-left: #e7f0f7 solid 1px;    
  border-right: #e7f0f7 solid 1px;    
  font-size: 1em;
}
table.standard td {
  border-right: #e7f0f7 solid 1px;
}

table.standard h2 {
  font-size: 1.125em;
  margin: 0 0 10px 0;
}

table.standard .title {
  background-color: #e7f0f7;
  font-weight:bold;
}

#content .noborder {
  border: 0;
}

/* Contact Forms */

table.contact
{
  width:100%;    
  border-collapse: collapse;
  font-size:0.75em;
  color: #606060;    
  line-height: 1.25em;
  margin: 0 0 1em 0;
}

table.contact th, table.contact td
{
  padding: 5px;  
  vertical-align: top;
  text-align: left;
}

table.contact th {  
  background-color: #e7f0f7;
  width: 30%;
}

table.d
{
  width: 400px;
  margin: 1em 0 1em 0;
  border: 1px solid #949494;
}

table.d th, table.d td
{
  padding: 1px 5px;
}

table.d th
{
  font-weight: normal;
  text-align: right;
}

table.d thead th
{
  border-top-width: 1px;
  border-bottom-color: #989898;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #adadad;
  color: black;
  text-align: left;
  font-weight: bold;
}

table.d thead th,table.d thead td {
  background-color: #B2C2D7;
  color: #111;
  padding: 5px;
}

table.d tbody th,table.d tbody td {
  padding: 5px;
}

.details .submit,
.details .button{
  padding: 5px 10px 5px 10px;
  background-color: #F5F9FC;
  border: 1px solid #BFD5E9;
  color: #111;
}

.details .submit:hover,
.details .button:hover{
  cursor: pointer;
  background-color: #BFD5E9;
}

.d input.text
 {
   font-size: 12px;
  border: 1px solid #888;  
}
