.cal
{
	background: #BDBBD7;
	width: 550px;
}

.cal_title
{
	color: #000066;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
}

.cal_title span
{
	cursor: pointer;
	cursor: hand;
}

.cal_day
{
	color: #000066;
	font-size: 10px;
	width: 79px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.day_height
{
	height: 40px;
}

.cal_day_right
{
	border-right: 1px solid black;
}

.cal_day_title
{
	font-size: 11px;
	color: #000066;
}

.res_price
{
	color: #333333;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.cal_key
{
	padding: 5px 5px 25px 5px;
	/*text-align: center;*/
	width: 130px;
	/*height: 60px;*/
	color: #000066;
	background: #BDBBD7;
	border: 1px solid black;
}

