/**
 * Sommavilla - these styles are for the calendar widget 
 */


/* only the calendar has a line, not the individual cells */
table.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E4449;
	padding: 0px;
	width: 175px;
	background-color: #ffffeb;
}


.calendar {
	margin: auto;
	line-height: 130%;
	font-size: 11px;
	
	
}

.calendar td {
	padding: 4px 1px 4px 1px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

.calendar td:hover {
	background-color: #ffffeb;
	border: 1px solid #2E4449;
	padding: 3px 0 3px 0;
}

.calendar th {
	font-size:12px;
	line-height: 200%;
	font-weight: bold;
	border-bottom: 1px solid #2E4449;
}

.calendar th a {
	font-weight: bold;
	color: #2E4449;
	background-color: #ffffeb;
	text-decoration: none;
	
}
.calendar a {
	font-weight: bold;
	color: #cc3300;
	background-color: #ffffeb;
	text-decoration: underline;
	
}
.calendarToday {
	font-weight:bold;
	background-color: #ffffeb;
	padding: 4px 1px 4px 1px;
	text-decoration: underline;
}


.calendarHeaderControl {
	font-size:12px;
	
}

