#calendar {
	width: 100% !important;
	padding: 0;
	margin: 0;
	font: normal .7em Tahoma,Arial,Verdana,Helvetica,sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

.linked-day {
	color: #616B76;
}

a.cal-lnk, a.cal-lnk:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.cal-lnk:hover {
	text-decoration: underline;
}

.nav, a.nav:link, a.nav:active, a.nav:visited {
	font: 16px Tahoma,Arial,Verdana,Helvetica,sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	

#calendar caption {
	width: 100% !important;
	background-color: #808080 !important;
	padding: 3px;
	margin: 0;
	font: bold 1em Tahoma,Arial,Verdana,Helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

#calendar th {
	background-color: #EB7305;
	font: .9em Tahoma,Arial,Verdana,Helvetica,sans-serif;
	color: #FFF;
	text-align: center;
	border: 0;
}

#calendario .today, td.today a, td.today a:link, td.today a:visited {
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #EB7305;
}

#calendar td {
	border-bottom: 1px solid #A2ADBC;
	width: 14% !important;
	line-height: 16px;
	padding: 0;
	text-align: center;
}

#calendar td a:link, td a:visited {	
	line-height: 16px;
	color: #616B76;
	text-decoration: none !important;
	display: block;
	background-color: #EDEDEF;
}

#calendar td a:hover, td a:active {
	/*color: #000;
	background-color: #F0DA3B;*/
	color: #616B76;
	font-weight: bold;
	display: block;
}

