#calCont {
	width: 210px;
	position: relative;
	padding:5px;
	height:255px;
	background-image: url('../images/calendar_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#calendar > table {
	width: 210px;
	/*border-collapse: separate;*/
	border-collapse: collapse;	
}
#calendar > table td {
	text-align: center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	width: 30px;
	font-size: 11px;
	line-height:15px;
	font-weight:bold;
	cursor: pointer;
	color:#777777;
}
#calendar > table tr.calendarTop td {
	vertical-align:top;
	height: 20px;
	color:#0d70cc;
	font-weight:normal;
}
#calendar > table tr.calendarHeader td {
	height: 25px;
}
#calendar > table tr.calendarspace td{
	font-size:1px;
	line-height:1px;
	height:5px;
}
#calendar > table tr.calendarHeader td b{
	font-size: 15px;
	color:#ffffff;
}
#calendar > table tr.calendarRow td {
	height: 30px;
	background-color: #ffffff;
}
#calendar select {
	margin:3px 0 3px 0;
	width: 145px;
	text-align: center;
	border: 1px solid #dbdbdb;
	font-size: 11px;
}
#calendar > table tr.calendarRow td.eventMark {
	background-color: #e0ecf7;
	background-image: url('../images/eventMark.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#calendar > table tr.calendarRow td.selectMark {
	background-color: #7fa1c1;
	color: #ffffff;
	background-image: url('../images/eventMark.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#calendar > table tr.calendarRow td.todayMark {
	background-image: url('../images/todayMark.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#calendar > table tr.calendarRow td.padCell {
	color: #dddddd;
	background-color: transparent;
	cursor: default;
	font-weight:normal;
}

#calendarBusy {
	display: none;
	position: absolute;
	/*background: url('../images/transparent.png') repeat;*/
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	z-index: 10;	
}
#calendarBusy > div {
	position: relative;
	width: 32px;
	margin-left: auto;
	margin-right: auto;
}
#calendarBusy > div > img {
	position: absolute;
	top: 140px;
}

#calendar > table input {
	width: 70px;
}