/*
	Firefly Event Calendar CSS Layout File
*/

/* ########################################### */
/*			Default Sheets     			       */
/* ########################################### */

table.calendar {
	border-collapse: collapse;	
}

table.innercalendar {
	border-collapse: collapse;	
}

td.head {
	background: url('../img/calendar/heading2.png');	
	border: 1px solid #191a1b;
	text-align: center;
	color: #FFFFFF;
}

td.calcontent {
	border: 1px solid #191a1b;	
}

td.calhead {
	color: #ec8b00;
	border-bottom: 1px solid #191a1b;
}

td.calheadsunday {
	color: #ff0000;
	border-bottom: 1px solid #191a1b;
}

/* ########################################### */
/*			Day Sheets     			   		   */
/* ########################################### */

td.day {
	text-align: center;
}

td.today {
	background: #f1ec9d;
	cursor: pointer;
	text-align: center;
}

td.operation {
	background: #d28b8b;
	cursor: pointer;
	text-align: center;
}

td.activity {
	background: #8fb1db;
	cursor: pointer;
	text-align: center;
}

td.training {
	background: #b9e79b;
	cursor: pointer;
	text-align: center;
}

/* ########################################### */
/*			Sunday Sheets     			   		   */
/* ########################################### */

td.daysunday {
	text-align: center;
	color: #ff0000;
}

td.todaysunday {
	background: #f1ec9d;
	cursor: pointer;
	text-align: center;
	color: #ff0000;
}

td.operationsunday {
	background: #d28b8b;
	cursor: pointer;
	text-align: center;
	color: #ff0000;
}

td.activitysunday {
	background: #8fb1db;
	cursor: pointer;
	text-align: center;
	color: #ff0000;
}

td.trainingsunday {
	background: #b9e79b;
	cursor: pointer;
	text-align: center;
	color: #ff0000;
}