.errorMessage
{
	font-family: verdana;
	font-size: 12;
	color: red;
	font-weight: bold;

}

.comboBox
{
	font-family: courier new;
	font-size: 14;
	color: black;
	font-weight: bold;

}

html
{
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #7F007F;
	scrollbar-highlight-color: #D657D6;
	scrollbar-shadow-color: #530053;
	scrollbar-track-color: #AA83AA;
}

.mainTable
{
	padding: 2cm 2cm 0cm 2cm;
	cellspacing: 0cm;
	
}

a img 
{
	border: none; 
	border-color: white;
}

a.mouseOver
{
   color:#000000;
   font-weight:900;
   font-size: 14;
   font-family: verdana;
   text-decoration: underline;
}

a.plain
{
   color:#000000;
   font-weight:900;
   font-size: 14;
   font-family: verdana;
   text-decoration: none;

}

a.nonBoldMouseOver
{
   color:#000000;
   font-weight:300;
   font-size: 14;
   font-family: verdana;
   text-decoration: underline;

}

a.nonBoldPlain
{
   color:#000000;
   font-weight:300;
   font-size: 14;
   font-family: verdana;
   text-decoration: none;

}

a.navMouseOver
{
   color:#ffffff;
   font-weight:900;
   font-size: 15;
   font-family: verdana;
   text-decoration: underline;

}

a.navPlain
{
   color:#ffffff;
   font-weight:900;
   font-size: 15;
   font-family: verdana;
   text-decoration: none;

}

a.navMouseOverSmall
{
   color:#000000;
   font-size: 8;
   font-family: verdana;
   text-decoration: underline;

}

a.navPlainSmall
{
   color:#000000;
   font-size: 8;
   font-family: verdana;
   text-decoration: none;

}

a.quotePlain
{
   color:#ffffff;
   font-size: 10;
   font-family: verdana;
   text-decoration: none;

}

a.quoteMouseOver
{
   color:#ffffff;
   font-size: 10;
   font-family: verdana;
   text-decoration: underline;

}



.second
{
   color:black;
   font-weight:300;
   font-size: 18;
   font-family:verdana;
}

.small
{
   color:black;
   font-size: 8;
   font-family:verdana;
}

.smallWhite
{
   color:white;
   font-size: 8;
   font-family:verdana;
}

.smallerWhite
{
   color:white;
   font-weight:300;
   font-size: 10;
   font-family:verdana;
}
  

.normal
{
   color:black;
   font-weight:300;
   font-size: 14;
   font-family:verdana;
}

.normalWhite
{
   color:white;
   font-weight:300;
   font-size: 14;
   font-family:verdana;
}

.smaller
{
   color:black;
   font-weight:300;
   font-size: 12;
   font-family:verdana;
}
   
.larger
{
   color:black;
   font-size: 16;
   font-family:verdana;
}   

.bebWarning
{
  color:red;
  font-weight:500;
  font-size: 16;
  font-family: courier new;
}

.H1
{
   color:black;
   font-weight:900;
   font-size: 20;
   font-family: verdana;

}

H1
{
   color:black;
   font-weight:900;
   font-size: 20;
   font-family: verdana;

}

.heading
{
   color:black;
   font-weight:900;
   font-size: 20;
   font-family: verdana;

}

.logos 
{
	text-align: center; /* be nice to IE5 */
	position: absolute;
	top: 480px;
	left: 0px;
	width: 100%;
}

.headings 
{
	text-align: center; /* be nice to IE5 */
	position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
}

td.seperator
{
	background-color: black;
}

td.smaller
{
	font-size: 10;
	font-family: verdana;
}

.availability_time
{
	background-color:#C3D9FF;
	font-size: 8;
	font-family: verdana;
	width: 50px;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:black;
}

.availability
{
	font-size: 12;
	font-family: verdana;
	width: 100px;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:black;
}

.pinkAvailability
{
	font-size: 12;
	font-family: verdana;
	width: 100px;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:pink;
}
.redAvailability
{
	font-size: 12;
	font-family: verdana;
	width: 100px;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:red;
}

.bookedAvailability
{
	font-size: 12;
	font-family: verdana;
	width: 100px;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:#333366;
}

