/* ------------------------------------------------------------- */
/* XHTML tag settings                                            */

	body {
		font-family: arial,helvetica,"sans-serif";
	}

	table {
		width: 100%;
		border-collapse: collapse;
		font-weight: bold;
	}
	
	th, td {
		border: 1px solid #000000;
	}

	td {
		width: 14%;
		height: 10em;
		text-align: center;
		vertical-align: top;
	}

	h2 {
		text-align: center;
	}

/* ------------------------------------------------------------- */
/* Page top & footer settings                                    */

	#pageheader {
		border: 0px;
	}

	#footer {
		text-align: center;
	}

/* ------------------------------------------------------------- */
/* Day cell appearance settings                                  */

	.noday {
		background-color: #e0e0e0;
	}

	.cal_date {
		background-color: #c8c8c8;
		margin-top: 0px;
	}

	.odd {
		color: #007000;
	}

	.even {
		color: #000070;
	}

	.attention {
		color: #e00000;
	}

/* ------------------------------------------------------------- */
/* Yaghanen calendar settings                                    */

	.studyhall {
		color: #960000;
	}
	
	.nyo {
		color: #009600;
	}
	
	.dance {
		color: #000096;
	}
	
	.drum {
		color: #009696;
	}
	
	.youthcouncil {
		color: #960096;
	}
	
	.cal_location {
		font-style: italic;
	}
	
	.cal_time {
		font-weight: normal;
	}

/* ------------------------------------------------------------- */
/* Holiday table cell settings                                   */

	#thanksgiving, #christmas {
		background-position: top center;
		background-repeat: repeat;
	}

	#thanksgiving {
		background-image: url(tbkg20.gif);
	}
	
	#christmas {
		background-image: url(bg-christmas1.gif);
	}