#font_adjust {
	font-size: 90%;
}

#font_adjust h1 {
	font-size: 110%;
}

#font_adjust h2, #font_adjust h3 {
	font-size: 100%;
}

#font_adjust td, #font_adjust th, #font_adjust h4, #font_adjust h5, #font_adjust h6 {
	font-size: 90%;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: blue;
}

#application {
	font-weight: bold;
	text-align: left;
}

#application h1 {
	color: black;
	text-align: center;
}

#application td {
	font-weight: bold;
}

option.category_heading {
	color: white;
	font-weight: bold;
	background-color: darkslategray;
	text-align: center;
}

#calendar {
	margin-bottom: 50px;
}

#calendar td.navigation {
	border: 0;
	height: 20px;
	text-align: center;
}

#calendar td.navigation a {
	font-size: 24px;
	text-decoration: none;
}

#calendar tr th.month {
	border: 0;
	padding: 10px;
	font-size: 18px;
}

#calendar tr.days th {
	width: 100px;
}

#calendar th, #calendar td {
	border: 1px solid silver;
}

#calendar td {
	padding: 5px;
	height: 80px;
	vertical-align: top;
	font-size: 12px;
}

#calendar td span {
	font-weight: bold;
	color: navy;
}

#list td {
	border-bottom: 1px solid silver;
	vertical-align: top;
}

#categories {
	width: 180px;
}

#dropdown {
	position: relative;
	top: -10px;
	left: 15px;
}

#dropdown ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	border: 1px solid navy;
	padding: 0;
	list-style-type: none;
}

#dropdown a {
	display: block;
	padding: 5px;
	background-color: whitesmoke;
	text-decoration: none;
}

#dropdown a:hover {
	background-color: lemonchiffon;
	text-decoration: underline;
}

address {
	font-weight: bold;
}
