/*
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Arial, sans-serif;

	margin:0;	
}
*/
html,body {
/* font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; */
font-family: Arial, Tahoma, Arial, sans-serif;
color: #000000;
margin:0px; padding:0px;
font-style:italic;
text-align:justify;
font-size: 12px;
background: #362615 url('newstyle/images/bg_hotel.gif') top left repeat-x;
height:100%;
border:none;
}

#sidebar-links {
margin-top: 30px;
line-height: 25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
list-style:none;
}

a.black:link {color: #000000; font-size:16px; font-weight: 500;}
a.black:active {color: #000000; font-size:16px; font-weight: 500;}
a.black:visited {color: #000000; font-size:16px; font-weight: 500;}
a.black:hover {color: #000000; font-size:16px; font-weight: 900;}

.errorText {
	color: #CC0000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold	
}
hr {
	color:#000000 
}
p {
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* calendar js script styles */
.ds_box {
	background-color: #ffffff;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFFfff;
}

.ds_head {
	background-color: #4682B4;
	border-bottom: 1px solid #ffffff;
	color: #Ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #87CEFA;
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-top: 1px solid #4682B4;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #DBEAF5;
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.ds_cell_day {
	background-color: #FFB6C1;
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.ds_cell_empty {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
}
.ds_cell:hover {
	background-color: #F3F3F3;
}
.time{
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* discount line styles */
.discount{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.discountSmall{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.customButton {
	background-color:#B07F32;
	width:80px;
	margin:0 auto;
	text-align:center;
}
.linecolor {
	color:#B07F32;
}
.textTopSpace {
	height:12px;
}
.leftTextPanel {
	display:block;
	padding-left:10px;
	padding-right:10px;
	background-color:#c7b79f;
}