@charset "utf-8";
/* CSS Document */
@media all{
#resblock
{
    width:700px;
    height:65px;
	
	
    /*float: left;*/
}
#reservation_cal
{
    width:700px;
    min-height:200px;
    margin: 0 auto;
	padding-top:10px;

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

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

    float:left;
    width:320px;
    height:200px;
    margin-left: 25px;
}
#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;
	padding-bottom:10px;
	
}
#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:#000;
	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;
	margin: 1px;
}
#rescalendar .res_normaldate
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	margin: 1px;
}
#rescalendar .res_activedatenow
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#BA0D00;
	font-weight:bold;
	cursor:pointer;
}
#rescalendar .res_dateactive
{
	width:38px;
	height:28px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:#5e2f7f;
	margin: 1px;
	cursor:pointer;
}
#rescalendar .res_datetext ,#rescalendar .res_activedatenow
{
	width:38px;
	margin:5px 0px 0px 0px
}

#rescalendar .res_dateactive .res_activedatenow{
	color:#fff;
}

/**** additional *****/
#reservation_tool
{
    width: 100%;
    min-height: 1px;
    padding: 5px;
    text-align: right;
    color: #6B6535;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

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


/**** Date ****/


#resleftblock
{
    width: 700px;
   
    /*background-color:#000;
    background-color:rgba(0,0,0,0.5);*/
    padding: 12px 0px 0px 0px;
    position: absolute;
    margin-top: 320px;
	border-top:2px solid #CCC;

}
#resleftblock div.resleft_topic
{
    text-align: center;
    font-size: 15px;
	font-weight:bold;
    color: #000;
    margin-top: 12px;
    margin-right: 5px;
    float: left;
	margin-left: 30px;
}
#resleftblock div.resleft_date
{
    text-align: center;
	font-weight:bold;
    font-size: 25px;
    color: #BA0D00;
    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: 13px;
    color: #000;
    padding-left: 10px;
    text-align: left;
    margin-top: 5px;
	font-weight:bold;
}

#resleftblock div.resleft_year
{
    text-align: center;
    font-size: 13px;
    padding-left: 10px;
    color: #000;
    text-align: left;
	font-weight:bold;
}
#resleftblock div.resleft_uncheck
{
    width: 160px;
    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:right;
	margin-right: 10px;
}
#resleftblock div.resleft_check
{
    width: 160px;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: #DD0032;
    color: #fff;
    margin: 5px 5px;
    text-align: center;
    cursor: pointer;
    float:right;
	margin-right: 10px;
	font-weight:bold;
}

.res_prevbutton{
	width:100%;
}

.res_prevbutton img{
	width:50%;
}

.res_nextbutton{
	width:100%;
}

.res_nextbutton img{
	width:50%;
}





/******************************************************************************************************/



<!-----------------------------------------------------calendar------------------------------------------------>
.reservationbox{
	padding:10px;
	border:1px solid #000000;
	width:700px;
	
}
.clearres {
   height: 10px;
   clear: both;
}
.panelSlide{
	display:none;
	width:100%;
	left:0px;
	height:390px;
	right:0;
	top:-600px;
	overflow:hidden;
	position:absolute;
	z-index:999;
	-moz-box-shadow: 1px 1px 15px #000000;
-webkit-box-shadow: 1px 1px 15px #000000;
box-shadow: 1px 1px 15px #000000;
}
.slidecontent{  
	height: 390px;
	width:700px;
	position:absolute;
	z-index:9999;
	background:url(../images/bgcalendar.png);
	

}
.reservation_box{
	margin-top:110px;
	width:100%;
	height:400px;
	position:absolute;
	overflow:hidden;
	z-index:-900;
}

.bg_cal{
	width:700px;
	height:390px;
	margin:0 auto;
	
	

}

.box_calendar{
	width:700px;
	height:390px;
	position:relative;
	float:right;
	
}

}


@media (min-width: 767px) and (max-width: 1200px) {
.reservation_box{
	margin-top:140px;
	width:100%;
	height:390px;
	position:absolute;
	overflow:hidden;
	z-index:-90;
}

}
@media screen and (max-width: 1600px){
}
@media screen and (max-width: 1366px){


}







