/*** TABLA ***/
.calendar-table{
background-color:#E8E6E6;
border:5px solid #D5D5D5;
font-size:12px;
margin:0px 0px 20px 0px;
padding:5px;
text-align:center;
width:612px;
}

.calendar-table a{
    text-decoration:none;
    font-weight:bolder;
    font-size:14px; color:#000;
}
.calendar-table td.columYear {width:auto; height:35px;}

.calendar-table TD, .calendar-table TH{
height:22px;
line-height:22px;
padding:3px;
text-align:center;
width:80px;
background-color:#E8E6E6;
}
.calendar-table TH{
    background-color:#CCCCCC;
    color:#EB120C;
    font-size:14px;
    border-top:1px solid #7e7e7e;
    border-bottom:1px solid #7e7e7e;
    font-weight:bolder;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}

.linked_today{
	/*padding:2px;*/
	color:#fff;
	background-color:#ffa200;
	cursor:pointer;
	text-decoration:underline;
	/*border:1px solid #333333;*/
}
.linked_today_nolink{
	/*padding:2px;*/
	color:#fff;
	background-color:#999;
}
.linked_day{
background-color:#EB120C;
color:#FFFFFF;
cursor:pointer;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}