/* KALENDAR CSS */

#kalendar_obal {font-family: Helvetica, Arial, Verdana, sans-serif;padding:3px; width:180px; margin:0px auto;  border-radius:10px; border:2px solid black; margin-top:10px;text-align:center; color:white;

/*bg*/
background: #000000;
background: -moz-linear-gradient(top, #000000 0%, #3f3f3f 100%);
background: -webkit-linear-gradient(top, #000000 0%,#3f3f3f 100%);
background: linear-gradient(to bottom, #000000 0%,#3f3f3f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3f3f3f',GradientType=0 );
}

#kalendar_obal table {width:100%;}
#kalendar_obal td {border:1px solid #828282; border-radius:4px; font-weight:bold; position:relative;}

.kalendar_mesiace {background:red; color:white; text-align:right; font-style:italic; font-weight:bold;}

.kalendar_sipky {float:left; color:red; font-size:12px; font-weight:bold;}
.kalendar_sipky a:link, .kalendar_sipky a:visited {color:white; text-decoration:none;}
.kalendar_dni {background:red; color:#FCDCD9; border:2px inset orange; font-weight:bold;
background: #e5938b; /* Old browsers */
background: -moz-linear-gradient(top, #e5938b 1%, #e74c3c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e5938b 1%,#e74c3c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e5938b 1%,#e74c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5938b', endColorstr='#e74c3c',GradientType=0 );

background:#E94C3C;
}

.kalendar_plne{border:none; color:white;}
.kalendar_plne a:link,.kalendar_plne a:visited {text-decoration:none;} 
.kalendar_prazdne {border:none;}

.kalendar_akcia {border:2px solid #E94C3C; color:#E94C3C;margin-top:-12px; margin-left:-2px; text-align:center; line-height:16px; width:15px; height:15px; padding:2px; background:white; border-radius:10px; position:absolute;}
.kalendar_akcia:hover {background:#E94C3C; color:white; border-color:white;}
.kalendar_akcia:link, .kalendar_akcia:visited {color:red; text-decoration:none; font-weight:bold;}

.kalendar_dnes {border:2px solid green; color:green; margin-top:-12px; margin-left:-2px; text-align:center; line-height:21px; width:25px; height:25px; padding:2px auto; background:white; border-radius:50%; position:absolute;}
/*.kalendar_dnes {border:1px solid green; padding:2px; color:green; background:white; border-radius:10px;}*/