div.calendar_browser {
	width: 200px;	/* 8: a 7 nap + 1 het oszlop */
	position: absolute;
	display: block;
    border: 1px solid #ccc;
	background: #f3f3f3;
	left: 0px;
	z-index: 1500;
	margin: 0px;
	padding: 0px;
	top: 18px;
    font-size: 11px;
}

div.calendar_browser .month_select, div.calendar_browser .day_select .last_selected_date {
	background: #00773a;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 3px 0px;
	margin: 0px;
}

div.calendar_browser .month_select .close {
	background: url(../frame/close.gif) no-repeat;
	cursor: pointer;
	float: right;
	height: 16px;
	width: 16px;
	padding-right: 2px;
}

div.calendar_browser .month_select .pager {
	color: #fff;
	text-decoration: none;
	border: 1px solid #00773a;
}

div.calendar_browser .month_select .pager:hover {
	background: #7cbe16;
	border: 1px solid #fff;
}

div.calendar_browser .day_select {
        margin: 0px;
}

div.calendar_browser .day_select .inactive,
div.calendar_browser .day_select .inactive_saturday,
div.calendar_browser .day_select .inactive_sunday,
div.calendar_browser .day_select .weeks,
div.calendar_browser .day_select .daynames {
	display: block;
	width: 24px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	color: #ccc;
	float: left;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	text-decoration: none;
}

div.calendar_browser .day_select .weeks {
	background: #999;
	color: #fff;
	font-weight: normal;
	height: 21px;
	border-bottom: none;
	margin: 0px;
}

div.calendar_browser .day_select .daynames {
    background: #999;
    color: #fff;
    font-weight: bold;
    height: 18px;
    width: 25px;
    border: none;
    padding-top: 2px;
    margin: 0px;
}

div.calendar_browser .day_select .last_selected_date {
	background: #7cbe16;
}

div.calendar_browser .day_select .inactive_saturday {
	background: #d9ffec;
}

div.calendar_browser .day_select .inactive_sunday {
	background: #bdffdd;
}

div.calendar_browser .day_select .active,
div.calendar_browser .day_select .active_saturday,
div.calendar_browser .day_select .active_sunday,
div.calendar_browser .day_select .today,
div.calendar_browser .day_select .selected {
	display: block;
	width: 24px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	color: #000;
	font-weight: bold;
	float: left;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	text-decoration: none;
}

div.calendar_browser .day_select .active_saturday {
	background: #d9ffec;
}

div.calendar_browser .day_select .active_saturday:hover {
	background: #bdffdd;
}

div.calendar_browser .day_select .active_sunday {
	background: #bdffdd;
}

div.calendar_browser .day_select .active_sunday:hover {
	background: #5fffad;
}

div.calendar_browser .day_select .active:hover {
	background: #fff;
	color: #00773a;
}

div.calendar_browser .day_select .today {
	background: #00773a;
	color: #fff;
}

div.calendar_browser .day_select .today:hover {
	background: #7cbe16;
	color: #fff;
}

div.calendar_browser .day_select .selected {
	padding-top: 3px;
	height: 18px;
	width: 21px;
	border: 2px solid #7cbe16;
	background: #fff;
	color: #00773a;
}

.calendar_clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.calendar_input_defaultstyle, .calendar_input_defaulterrorstyle {
	width: 80px;
	padding: 1px;
	background: #fff;
	font-family: Verdana, Arial;
	border: 1px solid #b8b8b8;
	margin: 0 4px 5px 0;
    font-size: 11px;
}

.calendar_input_defaulterrorstyle {
    background: #F4C0AC;
}

