BODY
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    font-size: 80%;
}
TD
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 100%;
    white-space: nowrap
}
TH
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    white-space: nowrap;
    background: #CECE7C;
    COLOR: #000000;
}
CAPTION
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
P
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    text-align: justify;
}

a:link {  font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif; font-size: 1em; font-style: normal; color: #0000ff; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif; font-size: 1em; font-style: normal; color: #CC0033; text-decoration: none}
a:visited {  font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif; font-size: 1em; font-style: normal; text-decoration: none}

H1
{
    COLOR: #000000;
    BACKGROUND-COLOR: #CECE7C;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 160%;
    FONT-WEIGHT: lighter;
    TEXT-ALIGN: center
}
H2
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 150%;
    FONT-WEIGHT: lighter
}
H3
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 140%;
    FONT-WEIGHT: lighter
}
H4
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 130%;
    FONT-WEIGHT: lighter
}
H4 a:link {   font-size: 100%; font-style: normal; color: #000000; text-decoration: none}
H4 a:hover {  font-size: 100%; font-style: normal; color: #CC0033; text-decoration: none}

H5
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 110%;
    FONT-WEIGHT: lighter
}
.Heading
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 110%;
    FONT-WEIGHT: lighter;
    text-align: center
}
.Warning
{
    COLOR: red;
    FONT-SIZE: 110%
}
H6
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 100%
}
.input
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 80%;
    MARGIN: 0px;
    WIDTH: 100px
}
.go
{
  FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  FONT-SIZE: 1.2em;
  TEXT-ALIGN: center;
  BACKGROUND-COLOR: #CECE7C;
  BORDER-BOTTOM: buttonshadow 1px solid;
  BORDER-LEFT: buttonhighlight 1px solid;
  BORDER-RIGHT: buttonshadow 1px solid;
  BORDER-TOP: buttonhighlight 1px solid;
  COLOR: #000000; CURSOR: hand;
  PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;
}
.go:hover{color:#CC0033}
.golarge
{
  FONT-FAMILY: Arial, Helvetica, Sans-Serif;
  FONT-SIZE: 1.5em;
  TEXT-ALIGN: center;
  BACKGROUND-COLOR: #CECE7C;
  BORDER-BOTTOM: buttonshadow 1% solid;
  BORDER-LEFT: buttonhighlight 1% solid;
  BORDER-RIGHT: buttonshadow 1% solid;
  BORDER-TOP: buttonhighlight 1% solid;
  COLOR: #000000; CURSOR: hand;

}
.golarge:hover{
  color:#CC0033
}
.required{
  border-color:red
}
.grid{
  width:0.8em;
  height:1.5em
}
.gridheader{
  background-color: #CCddFF
}

/*aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow or rgb(255,0,0)*/
.available
{
background-color: #3300CC
}
.available:hover /*doesnt work in ie*/
{
background-color: #CC0033
}
.shut
{
background-color: #C0C0C0
}
.session
{
background-color: #FFFF33
}
.taken
{
background-color: #FFFF33
}
.partial
{
background-color: #990066
}
.menu {
width: auto; float: center ;cursor:hand; solid #CECE7C; display: inline;
}
.menu a {
border: 2px solid #CECE7C;
font-family: verdana, arial,sans-serif; font-weight: bold;
padding: 2px; text-align: center; text-decoration: none; color:#666666
}
.menu a:hover {
color:#CC0033
}
@media print {
   DIV.header {display:none;}
   DIV.menu {display:none;}
}
DIV.header{
 padding:1%;
}
div.row {
  clear: both;
  padding-top: 1%;
  width:100%;
}

div.row span.label {
  float: left;
  width: 45%;
  text-align: left;
}
div.row span.formw {
  float: left;
  width: auto;
  text-align: right;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}


