/* calendar */
a.calendar {
	/*background-color: #606060;*/
	background-color: #482b1a;
	cursor: default;
	font: 10px/14px Verdana,Arial,sans-serif;
	height: 156px;
	text-decoration: none;
	width: 172px;
	position: absolute;
}
a.calendar div.calendar_month {
	float: left;
	height: 156px;
	width: 172px;
}

a.calendar div.calendar_months {
	color: #FFFFFF;
	float: left;
	padding: 2px;
}
a.calendar div.calendar_months div.month_prev {
	cursor: pointer;
	float: left;
	height: 14px;
	text-align: center;
	width: 15px;
}
a.calendar div.calendar_months div.month_prev {
	background: url('/img/prev_month.gif') top left no-repeat;
} 
a.calendar div.calendar_months div.month_current {
	height: 14px;
	text-align: center;
	padding: 0px 7px;
	width: 123px;
	float: left;
}
a.calendar div.calendar_months div.month_next {
	cursor: pointer;
	float: right;
	height: 14px;
	text-align: center;
	width: 15px;
}
a.calendar div.calendar_months div.month_next {
	background: url('/img/next_month.gif') top right no-repeat;
} 
a.calendar div.calendar_days {
	/*background-color: #606060;*/
	background-color: #482b1a;
	border-top: 1px solid #603a23;
	float: left;
	padding: 2px;
}
a.calendar div.calendar_days div.header {
	float: left;
}
a.calendar div.calendar_days div.header div.weekday {
	color: #FFFFFF;
	display: inline;
	height: 15px;
	float: left;
	margin: 2px;
	text-align: center;
	width: 20px;
}
a.calendar div.calendar_days div.week {
	float: left;
}
a.calendar div.calendar_days div.day {
	color: #FFFFFF;
	display: inline;
	height: 15px;
	float: left;
	margin: 2px;
	text-align: center;
	width: 20px;
}
a.calendar div.calendar_days div.empty {
	background-color: #603a23;
}
a.calendar div.calendar_days div.disabled {
	background-color: #603a23;
	color: #b39684;
}
a.calendar div.calendar_days div.normal {
	background-color: #77482c;
	color: #f0e5dc;
	cursor: pointer;
}
a.calendar div.calendar_days div.current {
	background-color: #ffffff;
	color: #482b1a;
	cursor: pointer;
}
a.calendar div.calendar_close {
	background-color: #482b1a;
	border-top: 1px solid #603a23;
	color: #fe7800;
	cursor: pointer;
	float: left;
	height: 19px;
	text-align: center;
	/*width: 518px;*/
	width: 100%;
}
/******************************************************************/
/* single select */
a.dropdown {
	width: 50px;
}
a.dropdown table {
	width: 50px;
}
a.dropdown td {
	border: 1px solid #dbcfc6;
	background: #fff;
	height: 14px;
	line-height: 14px;
}
a.dropdown td.text {
	background-repeat: repeat-x;
	background-position: center;
	vertical-align: middle;
}
a.dropdown td.drop {
	background: #fff url('/img/select.gif') no-repeat center center;
	cursor: default;
	text-align: center;
	width: 14px;
	
}
div.dropdown {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 150px;
	overflow: auto;
	width: 48px;
}
div.dropdown table {
	width: 100%;
}
div.dropdown table td {
	background-repeat: repeat-x;
	background-position: center;
	height: 16px;
}
div.dropdown td.selected {
	background-color: #303030;
	color: #FFFFFF;
}
div.dropdown td.hover {
	background-color: #E0E0E0;
}

/******************************************************************/
#istay {
 /* width: 250px;*/
  position: relative;
  color: #55331e;
  font-weight: bold;
  text-align: left;
  margin: 0px 8px;
}

#istay td input {
  width: 150px;
  border: 1px solid #dbcfc6;
  line-height: 14px;
  height: 14px;
  font-size: 10px;
  background: #fff url('/img/select.gif') center right no-repeat;
  color: #905735;
}

#istay td td {
  font-weight: normal;
}

#istay td a {
  cursor: pointer;
}

#istay td a.submit {
  width: 88px;
  height: 28px;
  cursor: pointer;
  background: url('/img/istay_submit.gif') no-repeat;
  color: #fff;
  display: block;
  line-height: 28px;
  text-align: center;
  float: right;
}
