/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px solid #000000;
	
}

#calendarDiv {
	width: 230px;
	height: 216px;
	/*background-color: #00ff00;*/
	overflow: hidden;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	/*background-image: url('../images/calendar/lowerCalendarBg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

#calendarDiv div {
	position
	:relative;
}

#overCalendarDiv {
	width: 316px;
	height: 222px;
	/*background-color: #000000;
	background-image: url('../images/calendar/overCalendarBg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 300;*/
}

.cDay, .cDayCurMonth, .cDayPrevMonth, .cDayNextMonth,.cSelectedDay, .focusToDay, .cToday {
	float: left;
	text-align: center;
	/*background-color: #ffff00;*/
	width: 12%;
	height: 100%;
	font-size: 1em;
	cursor: pointer;
	color
	:#577DAD;
}

.focusToDay, .focusToDay_Disabled {
	font-weight: bolder;
	color: #eeeeff;
/*	background-image: url('../images/calendar/focusToDay.gif');*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.cDay:hover, .cDayCurMonth:hover, .cDayPrevMonth:hover, .cDayNextMonth:hover,.cSelectedDay:hover, .cToday:hover {
	/*background-image: url('../images/calendar/dayHover.gif');
	background-repeat: no-repeat;
	background-position: 2px 1px;*/
	/* background-color: #ffffcc; cwa*/
	
}

.cDay_Disabled, .cDayCurMonth_Disabled, .cDayPrevMonth_Disabled, 
.cDayNextMonth_Disabled,.cSelectedDay_Disabled, .focusToDay_Disabled {
	float: left;
	text-align: center;
	/*background-color: #00ffff;*/
	
	width: 12%;
	height: 100%;
	font-size: 13px;
	cursor: default;
	/*
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);*/
}

.cDay_Disabled span, .cDayCurMonth_Disabled span, .cDayPrevMonth_Disabled span, 
.cDayNextMonth_Disabled span,.cSelectedDay_Disabled span, .focusToDay_Disabled span {
	color
	:#cccccc !important;
}
.focusToDay span {
	background-color
	:#53FF53;
}

.cDay_Disabled input, .cDayCurMonth_Disabled input, .cDayPrevMonth_Disabled input, 
.cDayNextMonth_Disabled input,.cSelectedDay_Disabled input, .focusToDay_Disabled input {
	display
	:none;
}

.cSelectedDay, .cSelectedDay_Disabled {
	font-weight: bolder;
	/* background-color: #f5db00; */
	border: 1px #cc2229 solid;
	margin: -1px 0 1px 0;
	
}

.cDayPrevMonth, .cDayPrevMonth_Disabled {
	/*background-color: #258369;*/
	font-style: italic;
	/*color: #ffffff;*/
	font-weight: bold;
}

.cDayNextMonth, .cDayNextMonth_Disabled {
	/*background-color: #7777ff;*/
	font-style: italic;
	/*color: #ffffff;*/
	font-weight: bold;
}

.cDayCurMonth, .cDayCurMonth_Disabled, .cToday {
	/*background-color: #ffffff;*/
	font-weight: bolder;
	/*color: #ffffff;*/
}

.cDayNextMonth_Disabled, .cDayPrevMonth_Disabled {
	color: #829DE4;
}


.cDayCurMonth_Disabled, .cSelectedDay_Disabled, .focusToDay_Disabled {
	color: #8CA7E4;
}

.cWeek, .cWeekHighlighted, .cWeekHighlightedSelected {
	border-width: 0px;
	clear: left;
	width: 100%;
	height: 27px;
	text-align: center;
}

.cWeekHighlighted {
	/* background-color: #ffffcc; cwa*/

}

.cWeekHighlightedSelected {
	background-color: #ffff66;
}

.cWeek div, .cWeekHighlighted div, .cWeekHighlightedSelected div {
	margin: 5px 0px 5px 0px;
	height: 14px;
	width: 27px;
}

#vystup {
	position: absolute;
	top: 0px;
	right: 0px;
}

.cMonth {
	float: left;
	width: 160px !important;
	height: 100%;
	/*text-align: left;*/
	/*background-color: #ff00ff;*/
	margin-top: 2%;
	text-align: center;
	font-size: 13px;
	cursor: default;
	color: #577DAD;
	font-weight: bold;
}

#cHours, #cMinutes {
	width
	:30px;
	
}

#cDoubleDot {
	
}

.cWeekCount {
	border-width: 0px;
	width: 12%;
	height: 100%;
	/*background-color: #998899;*/
	float: left;
	margin-left: 2%;
	font-size: 11px;
	color: #577DAD;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
}

.cWeekDay {
	border-width: 0px;
	width: 12%;
	height: 100%;
	/*background-color: #987654;*/
	float: left;
	font-size: 11px;
	cursor: default;
	color: #577DAD;
	font-weight: bold;
}

.cPrev, .cNext {
	float: left;
	width: 25px;
	height: 17px !important;
	/*background-color: #00ffff;*/
	margin: 4px 0px 3px 0px !important;
	cursor: pointer;
}

.cPrev {
	margin-left: 2%;
	background-image: url('prevMonth.gif');
	background-repeat: no-repeat;
	background-position: center -1px;
}

.cNext {
	text-align: right;
	background-image: url('nextMonth.gif');
	background-repeat: no-repeat;
	background-position: center -1px;
}


.cNone {
	float: left;
	width: 12%;
	height: 100%;
	/*background-color: #f0f0f0;*/
	margin-left: 2%;
	cursor: default;
}

#imgkalendar {
	position: absolute;
	top: 100px;
	left: 100px;
	cursor: pointer;
}

.cHref {
	color: #787878 !important;
}

.calendarCheckbox+.cHref {
	position
	:absolute;
	z-index
	:2;
	left
	:0px;
}

.calendarCheckboxChecked+.cHref {
	background-color
	:#ffff00;
	position
	:absolute;
	z-index
	:2;
	left
	:0px;
}

.cHref:hover {
	text-decoration: none !important;
}

.cToday {
	background-color: #FFFFCC;
}

.dynamicCalendarDiv1 {
	border: 2px solid #577DAD;
	background-color: #ffffff;
	width: 225px !important;
}

.dynamicCalendarDiv2 {
	
}