.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	left: 20px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.HeadLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.HeadImagery {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
}
.BodyDate {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	left: 20px;
}
.bodyTablePrice {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	left: 20px;
}

{    
	text-align: center;
	vertical-align: middle;
}

.calendarTable{
	background-color: #999999;
	font-weight: normal;
	border: 1px solid #666;
	border-collapse:collapse;
	display: table;
	padding: 0;
	margin: 0;
	height: 160px;
	width: 380px;
}

.calendarRow
{
	background-color: #999999;
	font-weight: normal;
	border: 1px solid #666;
	padding: 0;
	margin: 0;
	
}
/*use this to set the colour of the squares with no events in BLANK*/
.emptydate {
	background-color: #f1f1f1;
	border: 1px solid #666;
	width: 14%;
	color: #666666;
	
}
/*use this to set the colour of the squares first priority events in AVAILABLE*/
.filledColor0 {
	background-color: #f1f1f1;
	border: 1px solid #666;
	width: 14%;
	color: #336699;
	font-size: 12px;

}
/*use this to set the colour of the squares second priority events in UNAVAILABLE*/
.filledColor1 
{
	background-color: #c1c1c1;
	border: 1px solid #666;
	width: 14%;
	color: #333333;
	font-size: 12px;

}
.filledColor2 
{
	background-color: #CCCCCC;
	width: 14%;
	color: #333333;

}
.filledColor3 
{
	background-color: #000000;
   width: 14%;
}
.filledColor4
{
	background-color: #000000;
	width: 14%;	

}

.filledColor5
{
  background-color: #000000;
  width: 14%;

}
.filledColor6
{
	background-color: #000000;
	width: 14%;


}
.filledColor7 
{
	background-color: #339955;
   width: 14%;	
}
.filledColor8 
{
	background-color: #FF00FF;
	width: 14%;
}
.filledColor9
{
	background-color: #FF66CC;
   width: 14%;

}
/* the Sun Mon Tue header*/
.weekheader {
	background-color: #DDDDDD;
	font-weight: normal;
	border: 1px solid #666;
	color: #666666;
	text-align: center;
	height: 5px;
	
}
/* The edit form where you add or edit entries*/
.editForm {
	background-color: #f1f1f1;
	font-weight: normal;
	text-align: center;
	vertical-align: baseline;
	border: 1px solid #666;
	border-collapse:collapse;
}
/* The size of the table showing the priority color codes*/
.colorCodeTable{

	background-color: #EEEEEE;
	width: 250px;
	height: 10px;
	font-weight: normal;
	text-align: center;
	border: none;
	vertical-align: baseline;
	
}

/*The year and month selection box form TOP OF PAGE*/
.selectionbox{
	background-color: #EEEEEE;
	font-weight: normal;
	width: 25%;
	color: #666666;	
}

/*The table to display the month events*/
.monthEvents{
	background-color: #CCCCCC;
	border: none;
	width: 390px;
	display: table;
	margin: 5px;
	padding: 4px;
	color: #ff0000;
}


a:link {
	color: #336699;
}
a:hover {
	color: #336699;
}

a:visited {
	color: #336699;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
