/*hlavna plocha kalendara*/
.calendar_main{
	text-align: center;
	color:silver;
	/*background:white;*/
	width: 150px;
	height: 80px;
	border: 1px solid silver;
	/*filter: alpha(opacity=90, style=0);*/
}
.calendar_monthyear,.arrow,
.calendar_monthyear:visited,.arrow:visited,
{
	text-align:center;
	color: white;
	font-weight: bold;
	font-size: 6pt;
	text-decoration:none;
	line-height: 110%;
	/*filter: alpha(opacity=90, style=0);*/
}
/*dni v tzydni*/
.calendar_daynames {
	text-align:center;
	color: #191970;
	font-weight: bold;
	font-size: 6pt;
	background-color: #efefef;
	width: 14%;
}
.calendar_day{
	text-align:center;
	color:silver;
	font-size: 6pt;
	line-height: 100%;
}
/*prazdne dni*/
.calendar_noday{
/*filter: alpha(opacity=90, style=0);*/
}
/*aktualny den*/
.calendar_today{
background-color:silver;
vertical-align:middle;
text-align:center;
font-size: 6pt;
color: red;
border-width: 1px;
border-color: red;
border-style: solid;
}
/*dni s akciami*/
.calendar_eventday a:link,.calendar_eventday a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 6pt;
	color: yellow;
	background-color: red;
	/*filter: alpha(opacity=90, style=0);*/
	/*background-image: url(event_bcg.jpg);*/
	width: 10px;
}
.calendar_eventday a:active,.calendar_eventday a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 6pt;
color:red;
background-color: yellow;
/*background-image: url(event_bcg.jpg);*/
}
.event_monthyear{
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	font-size: 9pt;
	background-color: #00008B;
	vertical-align:middle;
	line-height: 180%;
	filter: alpha(opacity=80, style=0);
}
.event_heading{
	text-align:left;
	color:white;
	background: #708090;
	font-weight: bold;
	font-size: 8.5pt;
	filter: alpha(opacity=80, style=0);
}
.event_data{
text-align:left;
vertical-align:top;
color:#000000;
font-weight: normal;
font-size: 8.5pt;
}
.event_data a{
	color: Blue;
}
