/*
--------------------------------------------------------------------
FLATCALENDAR - Calendar block for FlatNuke (http://www.flatnuke.org)
--------------------------------------------------------------------

Author:		Marco Segato
Website:	http://marcosegato.altervista.org/
email:		segatom (at) users.sourceforge.net

Author:		Giovanni Piller Cottrer
Website:	http://gigasoft.altervista.org
email:		giovanni.piller (at) gmail.com

Version:	0.9 - 20060807

License:	GNU General Public License 2

*/

.calendar {
	width: 100%;
	text-align: center;
}

.row {
	width: 100%;
	float: left;
}

.day, .blankDay, .currDay, .heading, .month {
	width: 11%;
	float: left;
	margin: 1px;
	font: 10px helvetica, sans-serif;
	border: 1px solid #f1f1f1;     	
}

.day {
	text-decoration: none;      
	color: #333333;
	border: 1px solid #f1f1f1;
}

.day:hover {
	color: #ffffff;
	background-color: #5d6e75;
	border: 1px solid #cccccc;
	text-decoration: none;
	font: 10px helvetica, sans-serif;
}

.currDay {
	cursor: help;
      color: #5d6e75;
      background-color: #e5e5e5;
      border: 1px solid #aaaaaa;   
}

.heading {
	width: 11%;
	float: left;
	margin: 1px;	
	color: #c00000;
	font-size:9px;
	font-weight: bold;
	background-color: #C9C9DB;
	border: 1px solid #aaaaaa;
}

.month {		
	width: 100%;
	text-align: left;
	vertical-align: middle;
	color: #aaaaaa;
}

.menu_calendar {    
    background-color: #f9f9f9; 
	border: 1px Solid #cccccc;
	font-size:10px;
	color:#00006e;
}	

.data {    
	padding-bottom:0.5em;
	font-size:10px;
	color:#000000;
	font-family:  'tahoma', 'lucida grande', verdana, arial, sans-serif; 
}	

