body{
	width:100%;
	height:100%;
}
#container{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:1000px;
	border:none;
	overflow:hidden;
}
#calendar{
	position:relative;
	float:left;
	width:65%;
	height:50%;
	border:none;
	z-index:2;
}
.calendar_day{
	position:relative;
	display:inline-block;
	width:14%;
	height:19.8%;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#FFFFFF;
	cursor:pointer;
}
.calendar_day:hover{
	background-color:#ADADAD;
}
.calendar_day.focus{
	background-color:#ADADAD;
}
span.calendar_day{
	position:relative;
	font-family:helvetica;
	font-size:18pt;
	margin-left:5px;
	color:#666666;
	background:none;
	border:none;
}
#day_detail{
	position:relative;
	display:inline-block;
	width:45%;
	height:30%;
	margin-left:-50%;
	border:none;
	background-color:white;
	z-index:1;
}
span.detail_date{
	position:relative;
	display:inline;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:2%;
	font-family:helvetica;
	font-size:12pt;
	font-weight:300;
	color:#666666;
	margin-left:20%;
	z-index:0;
}
p.time_slot{
	position:relative;
	width:55%;
	margin:0;
	font-family:helvetica;
	font-weight:100;
	font-size:18pt;
	text-align:right;
	color:#333333;
	z-index:0;
}
p.time_slot.morning{
	background-color:rgba(153,204,255,0.2);
	border-color:rgba(153,204,255,0.2);
}
p.time_slot.after_noon{
	background-color:rgba(255,204,153,0.2);
	border-color:rgba(255,204,153,0.2);
}
p.time_slot.evening{
	background-color:rgba(0,0,51,0.2);
	border-color:rgba(0,0,51,0.2);
}
span.detail_package_name{
	position:relative;
	display:inline-block;
	margin-bottom:-10px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	font-family:helvetica;
	font-size:10pt;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-radius:20px;
}
span.detail_spare_time{
	position:relative;
	display:inline-block;
	width:100%;
	height:10%;
	font-size:10pt;
	color:rgba(0,0,0,0);
	background-color:none;
	border-style:solid;
	border-width:1px;
	border-radius:20px;
	border-color:#333333;
}
ul#detail_hours{
	position:relative;
	width:15%;
	height:80%;
	padding:0;
	float:right;
	margin-right:22%;
	margin-top:3%;
	z-index:1;
}
li.detail_hour_marker{
	position:relative;
	width:100%;
	height:10%;
	margin-bottom:30%;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	border-left:none;
	border-right:none;
	border-top:none;
	list-style:none;
}
span.detail_hour_marker{
	position:relative;
	display:inline-block;
	width:45%;
	margin-top:28%;
	padding-left:10px;
	font-family:helvetica;
	font-size:8pt;
	font-weight:100;
	color:#999999;
	float:right;
	background-color:#FFFFFF;
}
span.detail_ampm_marker{
	position:relative;
	display:inline-block;
	margin-top:28%;
	font-family:helvetica;
	font-size:8pt;
	font-weight:100;
	float:right;
	color:#999999;
	background-color:#FFFFFF;
}
li.detail_hour_marder.focus{

}
span.package{
	position:relative;
	width:100%;
	font-family:helvetica;
	font-size:20pt;
	color:#333333;
	display:none;
}
span.left{
	position:relative;
	font-size:12pt;
	float:left;
}
span.right{
	position:relative;
	font-size:12pt;
	float:right;
}
button#button_preview_hide{
	position:relative;
	display:inline-block;
	width:55%;
	margin-top:10px;
	border:none;
	background:none;
	font-family:helvetica;
	font-size:32pt;
	text-align:right;
	color:#999999;
	cursor:pointer;
}
button#button_preview_hide:hover,button#button_preview_hide:active{
	color:#333333;
}