﻿* {
border:0 none;
padding:0;
}
body h1 {
color:#333355;
font-size:26px;
padding-top:20px;
}
table.koledar {
border-collapse:separate;
border-color:#9DABCE;
border-style:solid;
border-width:0 0 1px 1px;
font-size:20px;
margin:10px auto;
}
table.koledar td , table.koledar th  {
background:transparent url(../media/Assets/css/img/cells.png) repeat scroll 0 0;
color:#444444;
height:81px;
position:relative;
text-align:center;
vertical-align:middle;
width:81px;
}
table.koledar th  {
font-size:14px;
font-weight:bold;
height:30px;
}
table.koledar td:hover, table.koledar th:hover {
background-position:0 -81px;
color:#222222;
}
table.koledar td.date_has_event {
background-position:162px 0;
color:white;
}
table.koledar td.date_has_event:hover {
background-position:162px -81px;
}
table.koledar td.padding {
background:transparent url(../media/Assets/css/img/calpad.jpg) repeat scroll 0 0;
}
table.koledar td.today {
background-position:81px 0;
color:white;
}
table.koledar td.today:hover {
background-position:81px -81px;
}
table.smkoledar {
border-collapse:separate;
border-color:#9DABCE;
border-style:solid;
border-width:0 0 1px 1px;
font-size:20px;
margin:10px auto;
}
table.smkoledar td , table.smkoledar th  {
background:transparent url(../media/Assets/css/img/cells_sm.png) repeat scroll 0 0;
color:#444444;
height:40px;
position:relative;
text-align:center;
vertical-align:middle;
width:40px;
}
table.smkoledar th  {
font-size:14px;
font-weight:bold;
height:30px;
}
table.smkoledar td:hover, table.smkoledar th:hover {
background-position:0 -40px;
color:#222222;
}
table.smkoledar td.date_has_event {
background-position:80px 0;
color:white;
}
table.smkoledar td.date_has_event:hover {
background-position:80px -40px;
}
table.smkoledar td.padding {
background:transparent url(../media/Assets/css/img/calpad_sm.jpg) repeat scroll 0 0;
}
table.smkoledar td.today {
background-position:40px 0;
color:white;
}
table.smkoledar td.today:hover {
background-position:40px -40px;
}
.events {
position:relative;
}
.events ul {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#E7ECF2 url(../media/Assets/css/img/popup.png) no-repeat scroll 0 0;
border:1px solid white;
color:#444444;
display:none;
font-size:15px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:15px;
position:absolute;
text-align:left;
width:200px;
z-index:1000;
}
.events li {
padding-bottom:5px;
}
.events li span {
color:#555555;
display:block;
font-size:12px;
text-align:justify;
}
.events li span.title {
color:#222222;
font-weight:bold;
}