@charset "utf-8";
/* CSS Document */
html, body{
	font-family:Arial, Helvetica, sans-serif;
}

#resblock
{
    width:586px;
    height:200px;
    background:url(back-calendar.png);
    /*float: left;*/
}
#reservation_cal
{
    width:586px;
    min-height:200px;
    margin: 0 auto;

}
#restopic
{
    width:586px;
    margin:0 auto 10px; 
    color:#b5ff33;
    text-align:center;
}
#rescalendar
{
    width:600px;
    height:200px;
    margin:0 auto; 
	margin-left:4px;

}
/* Calendar Block */
#rescalendar .res_mainblock
{

    float:left;
    width:250px;
    height:200px;
    padding:0px 26px 0px 10px;
}
#rescalendar .res_dayitem,#rescalendar .res_normaldate, #rescalendar .res_unactivedate, #rescalendar .res_dateactive, #rescalendar .res_toolside, #rescalendar .res_toolcenter, #rescalendar .res_activedatenow, #rescalendar .res_prevbutton ,#rescalendar .res_nextbutton{
    float:left;
    text-align:center;
}
/************** Calendar Header *******/
#rescalendar .res_toolblock
{
	width:275px;
	margin:0 auto 5px;
}
#rescalendar .res_toolcenter
{
	width:145px;
	height:23px;
	padding-top:6px;
	text-align:center;
}
#rescalendar .res_prevbutton
{
	width:60.55px;
	height:28px;
	text-align:left;
}
#rescalendar .res_nextbutton
{
	width:60.55px;
	height:28px;
	text-align:right;
}
#rescalendar .res_monthtext
{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
/********************************/
/********* Calendar Body ***********/
#rescalendar .res_dayblock
{
	width:300px;
	height:10px;
	margin:0 auto;
}
#rescalendar .res_dayitem
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#867D0D;
	font-weight:bold;
}
#rescalendar .res_dateblock
{
	width:400px;
	min-height:200px;
	margin:0 auto;
}
#rescalendar .res_unactivedate
{

	width:38px;
	height:28px;
	font-size:14px;
	color:#999;
	font-weight:bold;
	padding-top:-5px;
}
#rescalendar .res_normaldate
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
#rescalendar .res_activedatenow
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#E42736;
	font-weight:bold;
	cursor:pointer;
}
#rescalendar .res_dateactive
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:#B1A757;
	
	cursor:pointer;
}
#rescalendar .res_datetext ,#rescalendar .res_activedatenow
{
	width:38px;
	margin:6px 0px 0px 0px
	
}

#rescalendar .res_dateactive .res_activedatenow{

	color:#fff;

}

/**** additional *****/
#reservation_tool
{
    width: 568px;
    min-height: 1px;
    padding: 5px;
    text-align: right;
    color: #000;
    font-size: 12px;

}
#reservation_tool a
{
    text-decoration: none;
    color: #000;
}
#procodetmp
{
    height: 24px;
	margin-left:5px;
    width:150px;
    background:url(back-calendar.png);
    color: #000;
    border:1px solid #666;
}
#reservation_navtext
{
     width: 586px;
     height: 25px;
     margin-top: 5px;
     margin-bottom: 5px;
     text-align: center;
     font-size: 16px;
     font-weight: bold;
     color: #000;
}


/**** Date ****/


#resleftblock
{
    width: 586px;
    height: 50px;
    /*background-color:#000;
    background-color:rgba(0,0,0,0.5);*/
    padding-left:20px;
    padding-top: 12px;
    position: absolute;
    margin-top: 290px;
    border-top:2px solid #CCC;
}
#resleftblock div.resleft_topic
{
    text-align: center;
    font-size: 14px;
	font-weight:bold;
    color: #000;
    margin-top: 12px;
    margin-right: 5px;
    float: left;
}
#resleftblock div.resleft_date
{
    text-align: center;
    font-size: 24px;
    color: #AA9C2D;
    padding: 5px;
	padding-right: 5px;
    float: left;
    border-right: 1px solid #CCC;
    height: 32px;
    margin-bottom: 5px;
}

#resleftblock div.resleft_month
{
    text-align: center;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    text-align: left;
    margin-top: 5px;
	font-weight:bold;
}

#resleftblock div.resleft_year
{
    text-align: center;
    font-size: 14px;
    padding-left: 10px;
    color: #000;
    text-align: left;
	font-weight:bold;
}
#resleftblock div.resleft_uncheck
{
    width: 140px;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: #636363;
    color: #aaaaaa;
    margin: 5px 5px;
	font-weight:bold;
    text-align: center;
    float: left;
}
#resleftblock div.resleft_check
{
    width: 140px;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: #004484;
    color: #fff;
    margin: 5px 5px;
    text-align: center;
    cursor: pointer;
    float: left;
	font-weight:bold;
}

<!-----------------------------------------------------calendar------------------------------------------------>
.reservationbox{
	padding:10px;
	border:1px solid #000000;
	width:980px;
	
	
}
.clearres {
   height: 10px;
   clear: both;
}
.panelSlide{
	display:none;
	width:675px;
	left:0px;
	height:375px;
	right:0;
	top:-586px;
	overflow:hidden;
	position:absolute;
	z-index:99999;
	margin-top: 8px;
}
.slidecontent{  
	height: 375px;
	width:586px;
	position:absolute;
	z-index:999999;
	background:url(../images/bgcalendar.png);
	float:right;
	right:0;

}
.reservation_box{
	
	width:675px;
	height:375px;
	
	position:absolute;
	overflow:hidden;

		
}

area {
  display: block;
  cursor: pointer;
}


.bg_cal{
	width:586px;
	height:350px;
	margin:0 auto;

}

.box_calendar{
	width:586px;
	height:350px;
	position:relative;
	float:right;
}

.btnbook a {
color: #000;
display:block;
margin:0 auto;
height: 40px;
font-size: 11px;
background: url(../images/btn_bookpro.png) no-repeat top;
padding: 0px 0px 10px 0px;
}
