body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 1em;
	background-color: white; color: black;
}

/*
input.fine {
	background-color: #EEFFFF; color: black;
	border: 1px solid #333399;
}

input.button {
	background-color: #DDDDDD; color: #0000A0;
	cursor: pointer;
}

textarea.fine {
	background-color: #EEFFFF; color: black;
	border: 1px solid #333399;
}
*/

table.bordered {
	border: 1px solid black; padding: 0px;
}

td {font-family: Verdana, Arial, Helvetica, Sans-Serif;	font-size: 0.8em;}

/*
td.cell {border-left: 1px solid black;}
td.cellnoleft {border-left: 0px;}
td.cellimage {width: 90px; height: 70px; text-align: center; vertical-align: middle}
td.imaged {text-align: center; vertical-align: middle}
td.header {
	font-family: inherit; font-size: 8pt; font-weight: bold;
	background-image: url('header1.jpg');
	height: 18px;
	vertical-align: middle;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
td.headernoleft {
	font-family: inherit; font-size: 8pt; font-weight: bold;
	background-image: url('header1.jpg');
	height: 18px;
	vertical-align: middle;
	border-bottom: 1px solid black;
}
*/

/*
hr {
	background-color: #8cceff;
	border-color: #8cceff;
	color: #003590;
	height: 1px;
}
*/

a:link {text-decoration: none; color: blue; background-color: inherit;}
a:visited {text-decoration: none; color: #9999CC; background-color: inherit;}
a:hover {color: red; background-color: inherit;}

a.alwaysnew:link {text-decoration: none; color: blue; background-color: inherit;}
a.alwaysnew:visited {text-decoration: none; color: blue; background-color: inherit;}
a.alwaysnew:hover {color: red; background-color: inherit;}

span.copyright {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 0.7em;
	background-color: white; color: #DADADA;
}

.active_menu0, .active_menu1, .menu0, .menu1 {
	margin-bottom: 1em;
}

.active_menu0, .active_menu1 {
	font-weight: bold; font-style: italic;
}

.menu0 {
	
}

.menu1, .active_menu1 {
	margin-left: 3em;
}

.active_menu0 img, .active_menu1 img, .menu0 img, .menu1 img {
	vertical-align: middle;
}

.thin_border {
	border: 1px solid black;
}

table#main_container {
	margin: auto;
	width: 760px;
	
	border-top: 1px solid #999999;
	border-right: 2px solid #818181;
	border-bottom: 2px solid #818181;
	border-left: 1px solid #999999;
}

td.menu_container {
	padding: 10px;
	width: 190px;
	vertical-align: top;
	text-align: left;
}

td.content_container {
	padding: 10px;
	width: 570px;
	vertical-align: top;
	text-align: left;
}

.section_title {
	text-align: left; border-bottom: 2px solid black;
	font-weight: bold; font-size: 1.2em;
	margin-bottom: 1em;
}

tr.oddrow {background-color: #EEEFF9; color: inherit;}
tr.evenrow {background-color: #EFF8F1; color: inherit;}

/* Begin Calendar */
table.month {
	border: 1px solid black; float: left; margin-right: 10px; margin-bottom: 10px;
}
th.day {text-align: center;}
th.month {text-align: right; white-space: nowrap;}

td.day {width: 14.3%; text-align: center;}
td.rented, span.rented {background-color: red;}
td.free, span.free {background-color: #00a900;}
td.saturday {border: 3px dotted black; font-weight: bold; text-align: center;}
td.invalid {background-color: grey;}
/* End Calendar */
