/* calendar*/

#basis {
	position: absolute;
	top: absolute;
	left: 490px;
}

#calender {
	width:190px;
	background-color:#fff;
	border:1px solid #73BDFF;
	padding:5px;
	z-index:10;
	text-align: center;
}

#calender .controlPlus {
	padding: 0 5px;
}

#calender table {
	width: 180px;
	margin: 0 auto;
}

#calender td {
	padding: 1px 0 2px 0;
}

#calender .weekdays td {
	color: white;
	font-weight: bold;
	background-color: #73BDFF;
}

#calender .week td {
	cursor: pointer;
}

#calender .week .today { 
	background-color: #dbf0fb;
	font-weight: bold;
	color: #1B99C4;
}

#calender .week .holiday {
	font-weight: bold;
color: #CCC;
}

#calender .week .hoverEle {
	background-color: #dbf0fb;
	color: #1B99C4;
}
	
#basis #calender select {
	width: auto;
}

#dates #basis
{
	left: 480px;
}
