body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
body {
	background-color: #001900; /*#10240C;*/
	background-image: url(images/zane_back.jpg);
	background-repeat: no-repeat;
}
.title {
	border: solid 4px #000000;
	background-color: #FFF7AA;
	background-image: url(images/title_back.jpg);
}
.sidebar {
}
.main {
	border: solid 4px #000000;
	background-color : #F6F6F6;
	padding: 0 0.5em;
}
.button a{
	display: block;
	border: solid 2px #000000;
	margin: 1px;
	padding: 4px;
	background-color: #FFF7AA;
	color: #000000;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.button a:hover{
	background-color: #FFFFFF;
}
.description {
	font-size: small;
	font-style: italic;
}
.dialog {
	text-indent: 2em;
	line-height: 1.5em;
}
.warning {
	font-style: italic;
	color: #990000;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.readonly {
	background-color: #CCCCCC;
}
.calendar {
	border: solid 1px #999999;
}
.calendarHeader {
	font-weight: bold;
}
.calendarCell {
	border: solid 1px #000000;
	background-color: #FFFBEE;
	cursor: pointer;
}
.calendarToday {
	border: solid 1px #FFFFFF;
	color: #009999;
	background-color: #FFFFFF;
}
.calendarBlank {
	border: solid 1px #F6F6F6;
	background-color: #F6F6F6;
}
.hiddenpic {
	text-align: center;
}
.hiddenpic img {
	cursor: pointer;
}
.piclink {
	color: #0000CC;
	cursor: pointer;
}
