html {
	background-color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana;
}

body {
	margin-left: 10%;
	margin-right: 10%;
	font-family: Verdana;
	font-size: 12px;
	behavior: url("includes/csshover.htc");
}

td {
	font-family: Verdana;
	font-size: 12px;
}

th {
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
}

form {
	font-size: 11px;
}

.loginbox {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	align: center;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

.today {
	background-color: #FF0000;
}

.past {
	background-color: #CFAA00;
}

.future {
	background-color: #EEEEEE;
}

.sat {
	background-color: #FF0000;
}

.av_table {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}

.cell {
	
}

.menu {
	vertical-align: baseline;
	z-index: -100;
}

.content {
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
	text-align: center;
	z-index: 100;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

.apt_form {
	padding: 5px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	position: absolute;
	max-width: 300px;
}

.menu_item {
	float:left;
	margin:2px;
	padding-left: 5px;
	padding-right:5px;
	background-color:#D3D3D3;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	font-size:12px;
	
}
	
.menu_item_down {
	
	float:left;
	margin:2px;
	padding-left: 5px;
	padding-right:5px;
	background:#FFFFFF;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:0px solid #000000;
	border-right:1px solid #000000;
	font-size:14px;
}

.menu_item:hover {
	background-color: #CC0000;
	text-decoration: none;
}

.header {
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #999999;
}

input, select, checkbox {
/*	border: 1px solid #999999; */
}
