@charset "utf-8";
/* CSS Document */

#calendarTable {
	width: 256px;
}
#calendarTable tr td {
	padding: 2px;
	text-align: center;
	background-color: #E6E6E6;
}

#calendarTable tr.navigacija td {
	font-weight: bold;
	background-color: #9B8857;
	color: #FFFFFF;
	padding: 5px;
}
#calendarTable tr.navigacija td a {
	color: #FFFFFF;	
}
#calendarTable tr.navigacija td a:hover {
	text-decoration: none;
	color: #B6A676;
}

#calendarTable tr.dani td {
	background-color: #B6A676;
	color: #FFFFFF;
}


#calendarTable tr td.day_current a {
	font-weight: bold;
}

#calendarTable tr td.day_selected {
	background-color: #9B9B9B;
}
#calendarTable tr td.day_selected a {
	color: #FFFFFF;
}
















