﻿@import url(master.css);
body
{
	margin:4px;
}
.date
{
	border: none;
	cursor: pointer;
	height: 16px;
	width: 16px;
	background-image: url(../scripts/calendar/date.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.err
{
	font:12px/20px Arial;
	color:Red;
}
.must
{
	font:12px/20px Arial;
	color:Red;
}
.tdleft
{
	font-family:Arial;
	text-align:right;
}
.imgview
{
	cursor:pointer;
	height: 60px;
	width: 60px;
}
.picshowsmall {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	height: 60px;
	width: 60px;
	cursor:pointer;
}
DIV.Facilities
{
	
	width:100%;
	display:block;
	clear:none;
	
}
DIV.Facilities DIV
{
	width:30%;
	margin:1px 1px 1px 1px;
	display:block;
	float:left;
}
.PageIndexNav
{
	padding:2px 10px 2px 5px;
	clear:none;
}
.PageIndexNav b
{
	float:left;
}
.PageIndexNav span
{
 float:right; 
}

.sort
{
	font-size:9px;
	float:left;
	width:38px;
	margin:3px 5px 0px;
	background-image:url(../images/sort/sort.gif);
	color:Gray;
	background-repeat: no-repeat;
	height: 14px;
	background-position: center center;
	padding: 0px 0px 2px;
	text-align: center;
	cursor:pointer;
}
.sort_up
{
	background-image:url(../images/sort/sort_up.gif);
	color:#FFA500;
}
.sort_down
{	
	background-image:url(../images/sort/sort_down.gif);
	color:#FFA500;
}

#divPhoto
{
	width:95%;
	margin:auto;
	overflow:auto;
}
#divPhoto span
{
	width:140px;
	display:block;
	height:150px;
	float:left;
	margin:auto;
}
#divPhoto span img
{
	cursor:pointer;
}
.HotelInfoContent ul
{
	margin: 10px;
	list-style-type: none;
}
.HotelInfoContent li
{
	margin: 10px;
	list-style-type: none;
}
input .select
{
	border:1px solid blue;
}
