
.asvkalenda{

}

.asvkalenda .event{
    /*clear: both;*/
    padding-top: 5px;
     padding-bottom: 15px;

    }

.asvkalenda .title{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.7em;
    border-bottom: 1px solid #999;

}
.asvkalenda .title a{

}
.asvkalenda .subtitle{
    font-style: italic;
    text-align: right;
    color: #999;
    padding-bottom: 3px;


}
.asvkalenda .event:hover{
   background-color:#EEE;

}

/* update joomla modal box css */
#sbox-window{
    background-color: white;
    border: 2px solid black;
}
.sbox-loading #sbox-content
{
	background-image:		url(../../../assets/images/ajax-loader.gif); /*to be updated */
	background-repeat:		no-repeat;
	background-position:	center;
}
