
div.list {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 20px;
	padding: 4px;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px dotted silver;
}

div.list#available {
	font-weight: bold;
}

span.click {
	padding: 4px;
	white-space: nowrap;
}

span.click:hover {
	background-color: #E0E0E0;
	cursor: pointer;
}

table#LIST {
	font-family: arial;
	font-size: 12px;
	background-color: white;
}

table#LIST tr.unit {
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
}

table#LIST tr.unit:hover {
	background-color: #E0E0E0;
	border-color: #666666;
	border-style: none;
	cursor: pointer;
}

table#LIST tr.unit td {
	vertical-align: top;
	color: black;
	padding: 10px 10px 10px 10px;
}

table#LIST tr.unit .A {
}

table#LIST tr.unit .A img {
	height: 100px;
	width: 100px;
}

table#LIST tr.unit .B {
	text-align: left;
	color: black;
}

table#LIST tr.unit .B h2,h3,h4,h5 {
	text-align: left;
}

table#LIST tr.unit .B li,a {
	font-weight: normal;
}

div#MORE {
	font-family: arial;
	display: none;
	font-size: 12px;
	border-style: solid;
	border-color: #E1E1E1;
	border-width: 1px;
	padding: 20px 20px 20px 20px;
}

div#gallery {
	padding: 20px 20px 20px 20px;
}

div#gallery img {
	height: 228px;
	width: 280px;
	padding: 20px 20px 20px 20px;
}

div#SHOWCAL {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
	position: absolute;
	top: 330px;
	right: auto;
	margin: 0 0 1em 1em;
	width: 500px;
	display: none;
	background-color: #333;
	padding: 10px;
	z-index: 9;
}

div#SHOWCAL h1 {
	font-size: 18px;
}

div#SHOWCAL h2 {
	font-size: 14px;
}

div#closecal {
	position: absolute;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	top: 0px;
	right: -56px;
	font-size: 10px;
	background-color: black;
	color: whitesmoke;
}

div#closecal:hover {
	cursor: pointer;	
}

div#calendar td {
 	background-color: #B1E8E3;
}

div#credits a {
	font-size: 10px;
	position: fixed;
	bottom: 3px;
	left: 18px;
	color: silver;
}

div#results {
 	display: none;	
}

iframe#resultFrame {
	background-color: #f5f4ff;
	border: 1px;
	position: relative;
 	width: 500px;
 	height: 340px;
}

#zpCal0Container {
	width: 500px;
}

td#zpCal0PrevMonthButtonStatus, td#zpCal0NextMonthButtonStatus {
 	border: 1px outset silver;
}

td#zpCal0PrevMonthButtonStatus:hover, td#zpCal0NextMonthButtonStatus:hover {
	background-color: #f5f4ff;
}

td#zpCal0TodayButtonStatus {
 	border: 1px inset silver;
}

td#zpCal0TodayButtonStatus:hover {
	background-color: #cffeff;
}
