/*kalendarz*/
table.ems-date-picker {
	font-family:verdana;
	font-size:7pt;
	background-color:rgb(234,229,206);
	border:1px solid black;
}

table.ems-date-picker td.month {
	text-align:center;
	font-weight:bold;
	color: black;
	width:60px;
}

table.ems-date-picker td.year {
	text-align:center;
	font-weight:bold;
	color: black;
	width:40px;
}

/* Current day */
table.ems-date-picker td.today {
	text-align:center;
	font-weight:bold;
	color: black;
	padding:2px;
	cursor:pointer;
}

table.ems-date-picker td.today_h {
	text-align:center;
	font-weight:bold;
	color:white;
	padding:2px;
	background-color:blue;
	cursor:pointer;
}

/* Current month's days */
table.ems-date-picker td.currentmonth {
	text-align:center;
	color: black;
	padding:2px;
	cursor:pointer;
}

table.ems-date-picker td.currentmonth_h {
	text-align:center;
	color: white;
	background-color:blue;
	padding:2px;
	cursor:pointer;
}

/* Previous or next month's days */
table.ems-date-picker td.nextprevmonth {
	text-align:center;
	color: #555555;
	padding:2px;
	cursor:pointer;
}

table.ems-date-picker td.nextprevmonth_h {
	text-align:center;
	color: black;
	padding:2px;
	cursor:pointer;
}

/* Weekdays' names */
table.ems-date-picker th.weekday {
	background-color: #185D8D;
	color:white;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

input.ems-date-picker-button {
	font-family:helvetica;
	font-size:8pt;
	font-weight:bold;
	border:none;
	background-color:rgb(234,229,206);
}