<style type="text/css">
{    
	text-align: center;
	vertical-align: middle;
}

.calendarTable{
	background-color: #B9B4B4;
	font-weight: bold;
	border: thin none;
	display: table;
	padding: 0px;
	//margin: 0px;
	height: 180px;
	width: 180px;


}

.calendarRow
{
	
}
/*use this to set the colour of the squares with no events in*/
.emptydate {
	background-color: #ffffff;
   width: 14%;
	
}
/*use this to set the colour of the squares first priority events in*/
.filledColor0 {
	background-color: #ffffff;
	width: 14%;

}
/*use this to set the colour of the squares second priority events in*/
.filledColor1 
{
	background-color: #7ABBDB;
	width: 14%;

}


/*use this to set the colour of the squares second priority events in*/
.filledColord
{
	background-color: #7ABBDB;
	width: 14%;

}


/* the sun mon tue header*/
.weekheader {
	background-color: #B9B4B4;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 5px;
	
}
/* The edit form where you add or edit entries*/
.editForm {
	background-color: #ffcc00;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	border: thin ridge;
}
/* The size of the table showing the priority color codes*/
.colorCodeTable{

	background-color: #ffffff;
	width: 90px;
	height: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	padding: 1;
	//margin: 0px;
	
}

/*The year and month selection box form*/
.selectionbox{
	background-color: #ffffff;
	font-weight: bold;	
	width: 25%;
		//margin: 0px;
		
	
}

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


a:link {
color: #666666; text-decoration: none;
}
a:visited {
color: #666666;	text-decoration: none;
}
a:hover {
color: #666666;	 text-decoration: none;
}

.prices { font-size: 11px; 
}


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