.datepick{
	position:absolute;
	background-color:white;
	border:1px solid #aaa;
	z-index:100;
}

.datepick .topBlk{
	text-align:center;
	line-height:1.5em;
}

.datepick .topBlk .title{
	text-align:center;
	font-weight:bold;
}
.datepick .topBlk .prev{
	float:left;
	font-weight:bold;
	margin-left:1em;
	cursor:pointer;
}
.datepick .topBlk .next{
	float:right;
	font-weight:bold;
	margin-right:1em;
	cursor:pointer;
}

.datepick table{
	padding:2px;
	font-size:12px;
}

.datepick td{
	width:1.3em;
	height:1.3em;
	text-align:center;
	font-weight:bold;
	padding:2px;
}

.datepick td.currMonth{
	cursor:pointer;
	border:1px solid #eee;
}

.datepick td.sunday{
	color:red;
}

.datepick th.sunday{
	color:red;
}

.datepick td.today{
	border:1px solid #aaa;
	background-color:#eee;
}


