.entry
{
	width:	100px;
	height:	100px;
	float: left;
	border: 1px solid #ACACAC;
	font-size: 11px;
	text-align: left;
}

.normal
{
	background-color: #C1C1C1;
	cursor: pointer;
}

.reserved
{
}

.unreserved
{
}

.row
{
	float: left;
	/*border: 1px solid #0C0C0C;*/
	height: 100px;
	width: 720px;
}

.title_row
{
	float: left;
	/*border: 1px solid #0C0C0C;*/
	width: 720px;
}

.box
{
	width: 720px;
	height: 622px;
	/*border: 1px solid #C0C0C0;*/
	clear: both;
}

.body
{
	/*
	background-image: url('http://nicesj.com/display.php?pid=35&width=100&height=100&percent=1');
	*/
}

.btn
{
	height:23px;
	border: 1px solid #C0C0C0;
	width: 300px;
}

.main_title
{
	text-align: center;
	width: 720px;
	float: left;
	height: 40px;
	font-size: 30px;
}

.title
{
	padding-top: 5px;
	text-align: center;
	border: 1px solid #C0C0C0;
	float: left;
	height: 30px;
	width: 100px;
}

.note
{
	clear: both;
	font-size: 11px;
	width: 300px;
}

.note_left
{
	float: left;
}

.note_right
{
	/*padding-top: 40px;*/
	float: right;
}

.on
{
	font-size: 11px;
	color: #0E0E0E;
	float: left;
	padding-left: 10px;
}

.off
{
	font-size: 11px;
	color: #DDDDDD;
	float: left;
	padding-left: 10px;
}


