.clubname {
float: left;
padding: 0px;
margin-top: 0px;
}

.dashboard {
float: right;
text-align: right;

color: #330066;
font-size :small;
font-weight: normal;
}

h1 {
font-family: Arial;
color: #330066;
font-size :large;
font-weight: bold;
margin-top: 6px;
margin-bottom: 2px;
}


.normal {
font-family: Arial;
color: #330066;
font-size :small;
font-weight: normal;
}


.icalfeed {
font-family: Arial;
color: #330066;
font-size :small;
font-weight: normal;
}

.shaded {
font-family: Arial;
color: #330066;
font-size :small;
font-weight: normal;
background-color: #eef;
}



h2 {
font-family: Arial;
color: #330066;
font-size :small;
font-weight: bold;
}




.magenta {
font-family: Arial;
color: #CC0066;
font-size :small;
font-weight: normal;
}


.mainframe {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
}




.available {
background-color: green;
}
.available1stsessiononly {
background-color: green;
}
.available2ndsessiononly {
background-color: green;
}
.availableduty {
background-color: green;
}
.businesstrip {
background-color: red;
}
.holiday {
background-color: red;
}
.illness {
background-color: red;
}
.injury {
background-color: red;
}
.other {
background-color: red;
}
.substitutearranged {
background-color: yellow;
}




.availablePast {
background-color: grey;
}
.available1stsessiononlyPast {
background-color: grey;
}
.available2ndsessiononlyPast {
background-color: grey;
}
.availabledutyPast {
background-color: grey;
}
.businesstripPast {
background-color: grey;
}
.holidayPast {
background-color: grey;
}
.illnessPast {
background-color: grey;
}
.injuryPast {
background-color: grey;
}
.otherPast {
background-color: grey;
}
.substitutearrangedPast {
background-color: grey;
}



