/******** koledar ***********/
div#content-left div#calendar 
{
	background-image:url(img/calendar-bg-middle.png);
	background-repeat:repeat-y;
	background-position:center top;
	background-color: #fef5eb;
	font-family:Arial,Helvetica,sans-serif;
	padding-left:8px;
}

div#content-left div#calendar-top 
{
	background-image:url(img/calendar-bg-top.png);
	background-position:center top;
	background-color: #ffffff;
	height:40px;
}

div#content-left div#calendar-bottom 
{
	background-image:url(img/calendar-bg-bottom.png);
	background-position:center;
	margin-bottom: 15px;
	background-color: #ffffff;
	height:10px;
}

div#content-left div#calendar tbody td.eSoftCMSCalendarDayCell {
	color:#494949;
	font-size:11px ;
	font-weight:normal;
	height:21px;

	width:27px;
	text-align:center;
}
/*  Spodnji dva probej ko boš imel poimenovane td classe združit   */
div#content-left div#calendar .eSoftCMSCalendarDayCell .eSoftCMSCalendarDayCellEvent{
	background-image:url(img/koledarPodlagaCifra.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:21px;
	text-align:center;
	width:27px;
}
div#content-left div#calendar .eSoftCMSCalendarDayCell .eSoftCMSCalendarDayCellEvent a:link,
div#content-left div#calendar .eSoftCMSCalendarDayCell .eSoftCMSCalendarDayCellEvent a:visited{
	color:#ffffff;
	text-decoration:none;		
	font-size:11px;
	font-weight:bold; 
	font-family:Arial,Helvetica,sans-serif;  
	line-height:2;
}

/*  do tukaj   */
div#content-left div#calendar thead td   {
	text-align:center;
	color:#2499D4;
	font-size:12px;
	font-weight:bold;
	height:17px;
	padding-bottom:2px;
	padding-top:2px;
}

