<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.table_header{}
.table_header td{
	background-image:url(/images/header_bg.jpg);
	color:#FFF;
	font-weight:bold;
	}
.table_header td:first-child{
	border-top-left-radius:10px;
	}
.table_header td:last-child{
	border-top-right-radius:10px;
	}
	
.kazipot_koledar_st {
	padding:2%;
	color:#58585a;
	height:20px;
	width:10%;
	text-align:center;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.kazipot_koledar_st_dog{
	color:#fff;
	background-color:rgba(88, 59, 76, 0.75);
	padding:2%;
	height:20px;
	width:10%;
	text-align:center;
	border:1px solid #ccc;
	}
	
.kazipot_koledar_st_dog div{
	color:#fff;
}
.kazipot_koledar_danes{
	background-color:#efe4e5;
	}
.kazipot_koledar_danes div{
    color: #58585a;
	background-color:#efe4e5;
}

#side_calander_fl_layer {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    padding: 10px;
}
#side_calander_fl_layer h1 {
	font-size:16px; 
	color:#DD2229;
}
#side_calander_fl_layer .news_title {
	font-size:12px;
	color:#333;
}
#side_calander_fl_layer .news_date {
	font-size:10px;
	color:#CCC;
}
</pre></body></html>