@CHARSET "UTF-8";

p.example {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: justify;
}

HTML {
  height: 100%;
}

BODY {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  height: 100%;
}

TABLE {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.hr-header {
  background-color: #003399;
  height: 2;
  border: 0;
}

.hr-footer {
  background-color: #003399;
  height: 2;
  border: 0;
}

.hr-internal {
  background-color: #003399;
  height: 5;
  border: 0;
}

.hr-divider {
  background-color: #003399;
  height: 1;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.table-heading {
  background-color: #003399;
  padding: 2px;
  border-spacing: 1px;
  border-width: 0px;
}

.row-heading {
  background-color: #003399;
}

.row-data {
  background-color: #ffffff;
}

.col-heading {
  color: #ffffff;
}

.text-large, h2 {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.text-normal {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
}

.text-mono {
  font-family: Courier, sans-serif;
  font-size: 12px;
}

.text-medium {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 13px;
}

.text-small {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 11px;
}

.text-label {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 8px;
}

.text-tab {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 11px;
  color: #cc9900;
}

.text-error {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  color: #ff0000;
}

.link-trip {
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

A:link  {
  text-decoration: none;
  color: #0000FF;
}

A:visited {
  text-decoration: none;
  color: #0000FF;
}

A:active {
  text-decoration: none;
  color: #0000FF;
}

A:hover {
  text-decoration: none;
  color: #FF0000;
}

.label-ok {
   color: black;
   background-color: #00ff00;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 8px;
   font-weight: bold;
   text-align: center;
   width: 26px;
   border: 1px solid black;
   white-space: nowrap;
}

.label-help {
   color: black;
   background-color: red;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 8px;
   font-weight: bold;
   text-align: center;
   width: 26px;
   border: 1px solid black;
   white-space: nowrap;
}

.label-custom {
   color: black;
   background-color: yellow;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 8px;
   font-weight: bold;
   text-align: center;
   width: 26px;
   border: 1px solid black;
   white-space: nowrap;
}

.label-tracking {
   color: black;
   background-color: #ff8800;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 8px;
   font-weight: bold;
   text-align: center;
   width: 26px;
   border: 1px solid black;
   white-space: nowrap;
}

.tips-window {
  color: black;
  background-color: #dddddd;
  font-family: Verdana, "Comic Sans MS", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  width: 200px;
  height: 200px;
  border: 3px solid blue;
  white-space: nowrap;
  opacity: 1.0;
  margin-top:8px;
  margin-bottom:8px;
  margin-right:8px;
  margin-left:8px;
}

.friend-label-ok {
   color: black;
   background-color: #00ff00;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   text-align: center;
   width: 60px;
   border: 1px solid black;
   white-space: nowrap;
}

.friend-label-help {
   color: black;
   background-color: #ff0000;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   text-align: center;
   width: 60px;
   border: 1px solid black;
   white-space: nowrap;
}

.friend-label-tracking {
   color: black;
   background-color: #ff8800;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   text-align: center;
   width: 60px;
   border: 1px solid black;
   white-space: nowrap;
}

.friend-label-custom {
   color: black;
   background-color: yellow;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   text-align: center;
   width: 60px;
   border: 1px solid black;
   white-space: nowrap;
}


