/******************************************************************************
 * Cascading-Style-Sheets-Datei um das Aussehen des Calendar Plugins anzupassen
 *
  * Version 1.2.0
 *
 * Copyright    : (c) 2007-2008 Matthias Roberg
 * License      : GNU Public License 2 http://www.gnu.org/licenses/gpl-2.0.html
 *
 *****************************************************************************/

#plgCalendarTable {
	font-size:		9pt;
	margin: 0px;
	padding: 0px;
}

#plgCalendarHeader {
	font-size:		9pt;
}

#plgCalendarSaturday {

}

#plgCalendarSunday {
	color:			#333333;
}

#plgCalendarToday {
	background:	#2e5fac;
	color: white;
}
#plgCalendarToday a{
	background:	#2e5fac;
	color: white;
}
#plgCalendarMSG{
	font-family:	Arial;
	font-size:		10pt;
	color:			#000000;
}
