/* Main Table Setup Incluidng Date Number Fonts, Size and Color */

.koledar_hint { padding:3px; }
.contentTable 	{FONT-FAMILY: Verdana, Arial CE, Helvetica, helv, sans-serif; COLOR: navy; font-size:11px; font-weight:normal; text-align:justify;}	
				 
.mainTable {
	background-color: #FFFFFF;
	border: 0px solid #000;
 }

/* Month and Year Row Setup */
.monthYearRow {
	font-size: 11px; font-weight: Bold;
    line-height: 18px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url("paragraf1.gif");
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 15pt;
	font-size: 11px; font-weight: Bold;
	background-color: gainsboro;
	text-align: center;
	vertical-align: middle;
	/*background-image: url("../koledar/dayBg.gif");*/
	}
/* Day Name Setup */
.dayNamesText {
    font-family:  Arial, Helvetica, sans-serif; 
	font-size: 8px; 
	font-weight: Bold; 
	color: #433D27;
	/*background-image: url("../koledar/dayBg.gif");*/
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
	background-color:#FF7F50;
	border-left: 1 solid #696969;
	border-right: 1px solid #696969;
	border-top: 1 solid #696969;
	border-bottom: 1px solid #696969;
    }

/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
	/*background-image:  url("../koledar/cdef.gif");*/
	background-color: #EEEEEE;
	font-size: 11px;
	}
	
.today {
	color: white;
	background-color:#00923F;
	/*border-left: 1 solid #696969;
	border-right: 1px solid #696969;
	border-top: 1 solid #696969;
	border-bottom: 1px solid #696969;*/
    }
		
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	/*background-image:  url("../koledar/cdef5.gif");*/
	background-color: whitesmoke;
	font-size: 11px;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	/*background-image:  url("../koledar/cdef2.gif");*/
	background-color: #FF7F50;
	font-size: 11px;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	/*background-image:  url("../koledar/cdef2.gif");*/
	background-color: #FF7F50;
	font-size: 11px;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	/*background-image:  url("../koledar/cdef2.gif");*/
	background-color: #FF7F50;
	font-size: 11px;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	/*background-image:  url("../koledar/cdef2.gif");*/
	background-color: #FF7F50;
	font-size: 11px;
	}				

