/* CSS Document */
#small_calendar_container {
	height: 145px;
	}

.small_calendar_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 176px;
	color: #555;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: none;
	}

.small_calendar td.small_calendar_orange {
	border: none;
	width: auto;
}

.small_calendar_orange a {
	color: #FF9600;
	font-weight: bold;
	margin-bottom: 2px;
	}

.small_calendar_orange {
	padding-top: 2px;
	}

.small_calendar_orange a {
	cursor: pointer;
	}

#small_calendar_container .small_calendar_orange a:hover {
	background-color: #FF9600;
	color: white;
	}

.small_calendar_orange {
	font-size: 12px;
	}

.small_calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 176px;
	}

.small_calendar .end {
	border-right-width: 1px;
	}

.small_calendar th {
	border: solid;
	border-color: black;
	border-width: 1px 0 1px 1px;
	background-color: #639;
	color: white;
	font-weight: bold;
	width: 24px;
	padding: 0;
	}
	
.small_calendar td {
  background: white;
	border: solid;
	border-color: #999;
	border-width: 0 0 1px 1px;
	width: 24px;
	text-align: center;
	padding: 0;
}

.small_calendar td a {
  color: black;
  text-decoration: underline;
  display: block;
  width: 24px;
}

.small_calendar td a:hover {
  background: #f60;
  color: white;
}

.small_calendar td.blank {
	background-color: #cacaca;
	}

.small_calendar td.booked {
	color: #aaa;
	background-color: #cacaca;
	}
	
.small_calendar td.halfright {
	background: #cacaca url(../images/half.gif) no-repeat scroll -24px 0;
	width: 24px;
	}

.small_calendar td.halfleft {
	background: #cacaca url(../images/half.gif) no-repeat scroll 0 0;
	width: 24px;	
	}

.small_calendar td.tentative.halfleft, .small_calendar td.tentative.halfright {
  background: none;
}

img#calendar_spinner {
	z-index: 50; 
	position: absolute; 
	top: -105px; 
	left: 67px;
}

#spinner_container {
	width: 176px; 
	position: relative;
}

.small_calendar td .prev a, .small_calendar td .next a {
  display: inline;
  width: auto;
  color: #f60;
}

.prev {
  float: left;
}

.next {
  float: right;
}

/* blank calendar */
.blank_calendar_container {
  border: solid #999 2px;
  position: absolute;
  width: 196px;
  height: 155px;
  background: #fff;
  z-index: 2;
}

.blank_calendar_container .inner {
  position: relative;
  padding: 5px 0 0 10px;
}

.blank_calendar_container#arrive_calendar {
  left: 102px;
  top: 112px;
}

.blank_calendar_container#depart_calendar {
  left: 102px;
  top: 152px;
}

* html .blank_calendar_container#arrive_calendar, * html .blank_calendar_container#depart_calendar {
  left: 92px;
}

.blank_calendar_container .grey_close {
  position: absolute;
  top: 3px;
  left: 179px;
}

* html .blank_calendar_container .grey_close {
  left: 166px;
}

.blank_calendar_container .grey_close img {
  width: 14px;
  height: 14px;
}

.blank_calendar_container #blank_spinner_arrive, .blank_calendar_container #blank_spinner_depart {
  position: absolute;
  top: 55px;
  left: 78px;
}