﻿body{
	background-color:#F6E9D6!important;
	background-image:url("../picture/bodybg.jpg");
	background-repeat:repeat;
}
.divInlineImage{
	background-image:url("../picture/inline2.jpg");
	width:100%;
	height:180px;
	background-position:center center;
	clear:both;
}
.divRoomBookContentSearch{
	margin-bottom:30px;
	font-size:12px;
}
.divRoomBookContentSearch span{
	font-size:12px;
}
.divRoomBookContentSearch  input[type="text"]{
	height:24px;
	width:180px;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:right center;
}
.btnChangeDate{
	color:#ffffff;
	font-weight:bold;
	background-color:#a52e4c;
	padding:8px 20px;
	border-radius:3px;
}
.btnChangeDate:hover{
	background-color:#af3d5a;
}
#div_Calendar{
	position:absolute;
	margin-left:36px;
	margin-top:1px;
}
.divRoomBookContent{
	float:left;
	width:750px;
	margin-left:30px;
	font-size:12px;
}
.divRoomBookContentTitle{
	text-align:center;
	margin:0px auto;
	margin-bottom:20px;
}
.divRoomBookContentTitle span{

	width:250px;
	height:1px;	
	display:inline-block;
	border-top:solid 1px #222222;
	margin-bottom:4px;
}
.divRoomBookContentTitle strong{
	font-size:18px;
	font-weight:bold;
}

.divRoomBookContentTable table{
	width:100%;
	border-collapse:collapse;
}
.divRoomBookContentTable table tr{
}
.divRoomBookContentTable table thead tr td{
	padding:0px 4px;
	background-color:#a52e4c;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
.divRoomBookContentTable table thead tr th{
	padding:0px 4px;
	background-color:#a52e4c;
	color:#ffffff;
	text-align:right;
	overflow:hidden;
	height:30px;
	line-height:30px;
}

.divRoomBookContentTable table tbody tr th{
	border-bottom:solid 1px #e3e3e3;
	padding:8px 2px;
	font-weight:normal;
	text-align:right;
	font-size:12px!important;
}
.thRoomBookDetail{
	text-decoration:underline;	
}
.thRoomBookDetail:hover{
	color:#a52e4c;
	
}
.divRoomBookContentTable table tr td{
	border-bottom:solid 1px #e3e3e3;
	padding:8px 4px;
	font-size:12px!important;
}
.divRoomBookContentTable table tr td:first-child{

}

.btnRoomBook{
	color:#ffffff;
	font-weight:bold;
	background-color:#a52e4c;
	padding:4px 5px;
	border-radius:3px;
	display:none;
	
}
.btnRoomBook:hover{
	color:#ffffff!important;
	background-color:#af3d5a;
}
.NobtnRoomBook{
	color:#ffffff;
	font-weight:bold;
	background-color:#c0c0c0;
	padding:4px 5px;
	border-radius:3px;
	cursor:default;
}
.ColorRed{
	color:red;
}
