.calendar-table{
	width:175;
}
.calendar-table TD, .calendar-table TH{
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	color:#898989;
	width:15%;
	height:20px;
}
.calendar-table TH{
	font-size:12px;
	font-family:Tahoma;
}
.calendar-table TH:first-letter{
	text-transform:uppercase;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	font-size:12px;
	cursor:pointer;
	background:url(/fileadmin/template/president.e-dag.ru/images/int/cal_linked.gif) no-repeat center center;
	width:20px;
	display:block;
	color:#333333;
	height:20px;
	text-align:center;
	margin:3px;
	padding-top:3px;
	font-weight:bold;
}
.linked_today_nolink{
	color:#333333;
	font-weight:bold;
}
.linked_day{
	font-size:12px;
	cursor:pointer;
	background:url(/fileadmin/template/president.e-dag.ru/images/int/cal_linked.gif) no-repeat center center;
	width:20px;
	display:block;
	color:#898989;
	height:20px;
	text-align:center;
	
	margin:3px;
	padding-top:3px;
}

/* 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;
}
.columPrevious a, .columNext a{
	color:#898989;
}