/* calendar */
a.calendar {
	background-color: #434725;
	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: #434725;
	border-top: 1px solid #5e6434;
	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: #51562d;
}
a.calendar div.calendar_days div.disabled {
	background-color: #51562d;
	color: #aeb199;
}
a.calendar div.calendar_days div.normal {
	background-color: #5e6434;
	color: #fff;
	cursor: pointer;
}
a.calendar div.calendar_days div.current {
	background-color: #ffffff;
	color: #434725;
	cursor: pointer;
}
a.calendar div.calendar_close {
	background-color: #434725;
	border-top: 1px solid #5e6434;
	color: #c2d523;
	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 #c7cc9d;
	background: #fff;
	height: 14px;
	color: #4a4f2a;
	height: 16px;
	padding: 0;
}
a.dropdown td.text {
	background-repeat: repeat-x;
	background-position: center;
}
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: 100px;
	overflow: auto;
	width: 48px;
}
div.dropdown table {
	width: 100%;
}
div.dropdown table td {
	background-repeat: repeat-x;
	background-position: center;
	height: 14px;
}
div.dropdown td.selected {
	background-color: #303030;
	color: #FFFFFF;
}
div.dropdown td.hover {
	background-color: #E0E0E0;
}

/******************************************************************/
table#istay {
  position: relative;
  color: #E2E3D5;
  font-weight: bold;
  text-align: left;
  margin: auto;
}

#istay td td {
  color: #4a4f2a;
  font-weight: normal;
  vertical-align: middle;
  line-height: 14px;
}

#istay td {
  color: #E2E3D5;
  font-size: 10px;
}

#istay td input {
  width: 120px;
  border: 1px solid #c7cc9d;
  line-height: 14px;
  height: 14px;
  font-size: 11px;
  background: #fff url('/img/select.gif') center right no-repeat;
  color: #4a4f2a;
}

#istay td a {
  cursor: pointer;
}

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