/*
 * Calendario
 *
 * $Id: et-cal.css 1.1 2008/10/14 13:39:39 jordinas Exp $
 * vim:shiftwidth=4:tabstop=4:smarttab
 *
 * Joan Ordinas - <jordinas@EscolaDelTreball.ORG>
 */

.calTitle {
	color: #000000;
	font-size: 14pt;
	font-family: "Comic Sans MS", Comic, Serif;
	font-weight: bold;
	text-align: center;
}

.calTitle a {
	color: #000000;
	font-family: "Comic Sans MS", Comic, Serif;
}	

.calDay {
	color: #000000;
	font-family: "Comic Sans MS", Comic, Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.calHoliday {
	font-family: "Comic Sans MS", Comic, Serif;
	color: #AA0000;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.calWorkday {
	font-family: "Comic Sans MS", Comic, Serif;
	color: #006600;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}


