/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
}
table tr td{
	height:25px;
	font-family:Tahoma;
	font-size:12px;
}
input.text-calendar{
	background-image:url(../img_soly/calendar.png);
	background-repeat:no-repeat;
	width:30px;
	height:33px;
}
input.buttons{
	background-image:url(../img_soly/submit.png);
	background-repeat:no-repeat;
	color:#003399;
	font-weight:bold;
	width:96px;
	height:24px;
}
input.buttons:hover{
	background-image:url(../img_soly/submit1.png);
	background-repeat:no-repeat;
	color:#003399;
	font-weight:bold;
}
.header{
	color:#7ca3d6;
	font-weight:bold;
	background-color:#dae8fb;
	padding-left:5px;
}

.head_rooms td{
	color:#666666;
	background-color:#f9f9f9;
	font-weight:bold
}
.border_rooms tr td{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding-left:5px;
}
.border-right{
	border-right:1px solid #CCCCCC
}
.total-price{
	color:#0000FF; 
	font-size:14px
}
input.text-input{
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	margin:0px;
	height:20px;
}
.totals{
	border:1px solid #f7af3e; 
	background-color:#fdecd0; 
}
.remark{
	color:#FF0000;
}