body, td, th, p, input, textarea {
	font-family: Trebuchet MS, Trebuchet, Verdana, Tahoma, Arial, Helvetica;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a>img {
	border-color: black;
}

a img {
	/* IE doesn't recognize a>img syntax, and if I combine the declarations, it ignores the whole section. */
	border-color: black;
}

textarea, .textarea {
/*	border: 1px solid black; */
	font-size: 1em;
}

.formLabel {
	text-align: right;
	margin-right: 3px;
}

.button {
	font-size: 1em;
}

.printItem {
	display: none;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
}

h4 {
	font-size: 1em;
}

.smallBodyText, h5, .sql {
	font-size: 0.8em;
}

.foodDescriptions p {
	margin-top: 2px;
}

.foodDescriptions h4 {
	margin-bottom: 0;
}

h1, .h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h1.pageTitle {
	margin-top: 0;
}

table.paddedTable {
	border-collapse: collapse;
	border: 2px solid black;
}

.paddedTable td, .paddedTable th {
	border: 1px solid black;
	padding: 4px;
}

ol#toc {
	width: 90%;
}

ul#toc {
	list-style: none;
	margin-left: 0;
	padding-left: 0
	width: 100%;
}

#toc li span.left {float:left;background:#FFF; padding 0 0 0 0;}
#toc li span.right {float:right;background:#FFF;padding: 0 0 0 5px;}
#toc li br {clear:both;}

.video {
	background-image: url(/_images/video.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 40px;
	vertical-align: center;
	line-height: 35px;
}

.contentManagementHoverMenu {
	background-color: white;
	border: 1px solid black;
	padding: 0.5em;
}

.coloredEvent {
	margin: 1em 20px;
	padding: 10px;
	border: 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
