@charset "iso-8859-1";
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodyheadermidwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color:#5993dd

}

.calendarTable{
	background-color: #CCCCCC;
	font-weight: bold;
	border: thin none;
	display: table;
	padding: 5px;
	margin: 20px;
	height: 120px;
	width: 200px;


}

.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: #0099CC;
	width: 14%;

}

/* the sun mon tue header*/
.weekheader {
	background-color: #0066CC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 5px;
	
}
/* The edit form where you add or edit entries*/
.editForm {
	background-color: #DDDDD0;
	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: #0066FF;
	width: 150px;
	height: 10px;
	font-weight: bold;
	text-align: center;
	border: thin ridge;
	vertical-align: baseline;
	
}

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

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


a:hover {
	background-color: #CCFFEE;
}



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

