body
{
  color: #000000;
  background-color: #ffffff;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
}

a:link
{
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
a:visited
{
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
a:hover
{
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
a:active
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

td, tr
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
form
{
  margin:0px;
}
input, select, textarea
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 3px;
}

/* Directly taken from Amadeus.net */
h2
{
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #FF9933;
  font-family: "Arial Black", Arial, Geneva, Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.minih2
{
  font-size: 16px;
}

.italic
{
  font-style: italic;
}

.button
{
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
}
.copyright
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-weight: normal;
}
.information
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #5F5F5F;
  text-align: left;
  font-weight: normal;
}

.boldwhitetext
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  color: #FFFFFF;
  background-color: #001666;
}
.yellowback
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000000;
  background-color: #FCDD72;
}
.direction
{
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #5F5F5F;
  text-align: left;
  font-weight: normal;
  font-style: italic;
}

.txtsml
{
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

/* Vertical alignment classes */ 
.middle
{
  vertical-align: middle;
}
.top
{
  vertical-align: top;
}
.bottom
{
  vertical-align: bottom;
}
.baseline
{
  vertical-align: baseline;
}

.space
{
  height: 8px;
  font-size:6px;
}
/* Vertical space */
.vspacer
{
  margin: 4px 0px;
  padding: 0px;
}
.nowrap
{
  white-space: nowrap;
}

.divchx
{
  /* visibility: hidden;
  display: none; */
  text-align: left;
}
.diverr
{
  visibility: hidden;
  display: none;
  color: #cc0000;
  font-size: 10px;
  font-weight: normal;
}

.radio
{
  margin-left: 0px;
  margin-bottom: 4px;
  vertical-align: middle;
}

/* Inside box, border, full width */
.inbox
{
  margin: 0px 0px 0px 20px;
  padding: 4px;
  font-size: 10px;
  text-align: center;
  border-style: solid;
  border-color: #CACFD3;
  border-width: 1px;
}

/* Google maps layout: title, map zones */
.maptitle
{
  color: #FFFFFF;
  background-color: #001666;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  min-width: 100%;
  height: 20px;
  min-height: 20px;
}
.mapclose
{
  float: right;
  height: 20px;
  line-height: 2px;
  font-size: 2px;
  text-align: right;
}
.map
{
  width: 100%;
  height: 410px;
}
.maptable
{
  visibility: collapse;
  display: none;
  width: 100%;
  min-width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

