﻿body
{
  background-color: #9696C8;
  font-family:Arial,Helvetica;
  margin:0px;
  padding:5px;
}
body.main
{
  padding:10px;
}
button.category, button.categorySelected
{
  white-space:nowrap;
  font-weight:bold;
  width:100%;
  height:25px;
  background-color: #5555aa;
  margin-bottom:5px;
  border:2px outset #8888ee;
}
button.categorySelected, div.selectPadSelected
{
  background-color: #000075;
  color:#8888ee;
  border:2px inset #8888ee;
}
.mainbookingSelected, tr.constituentbookingSelected
{
  background-color: #5555aa;
}
table.bookingList
{
  border-bottom: 1px solid black;
}
table.bookingList td
{
  font-weight:bold;  
}
td.rowSpan2{
    vertical-align:bottom;
    background-color: #000075;
}
td.rightBorder{
    vertical-align:top;
    border-right:3px solid #000075;
}
td.leftBorder{
    vertical-align:top;
    border-left:3px solid #000075;
}
iframe
{
  height:400px;
  border: 0px none;
}
.pluTable td
{
  color: #000033;
  padding-bottom:2px;
  text-decoration: inherit;
}
th
{
  background-color: #000075;
  color:#eeee88;
  font-weight:bold;
  font-size:18px;
  padding:3px;
  border:3px solid #000055;
}
table.sum
{
  margin-top:2px;
}
table.sum td
{
  text-align:right;
  white-space:nowrap;  
  padding:2px;
  padding-left:5px;
}
td.total
{
  border-top:1px solid black;  
}
a:link
{
  color:Black;
  text-decoration:none;
}
a:hover
{
  color:Black;
  text-decoration:underline;
}
a:visited
{
  color:Black;
  text-decoration:none;
}