BODY {
  background-color: #01D4FA;
  font-family: arial, helvetica, sans-serif;
  color: #000000;
}

H1 {
  color: #F1FE90;
  font-size: medium;
}
.byline {
  color: #F1FE90;
  font-size: medium;
  font-style: normal;
}
.tiny {
  color: #000000;
  font-size: xx-small;
}  
.regular {
  color: #000000;
  font-size: medium;
  text-decoration: none;
}
.quote {
  color: #000000;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
}  
.errorCaption {
  color: red;
  font-weight: bold
}
.normalCaption {
  color: black;
  font-weight: normal
}
.bookingrow {
    color: green;
    padding: 5;
}

a:link { color: darkblue; text-decoration: underline }
a:visited { color:darkblue; text-decoration: none }
a:hover { color:#F1FE90 ; text-decoration: underline }


.ws-totalrow
  {
  color: #000000;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }

/**************************************************
  Title Box Classes
  Title boxes are composed of two sections: a caption
  and a body.
**************************************************/

.ws-titlebox
  {
  background-color: #000000;
  width: 180px;
  }

.ws-titlebox td
  {
  background-color: #000000;
  }

td.ws-titlebox-body
  {
  color: #333333;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }

td.ws-titlebox-caption
  {
  color: #333333; 
  background-color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }


/* Links on title boxes */
.ws-titlebox a, .ws-titlebox-caption a
  {
  color: #CC6633;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }

/* Links on title boxes, on mouse over */
.ws-titlebox a:hover, .ws-titlebox-caption a:hover
  { 
  color: #CC6633; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: underline;
  }

