/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }
p.subheader { color: #6a1a41; font: bold 14px/18px Arial,sans-serif; }

img.topleft { float: left; margin: 0px 10px 10px 0px; }
img.topright { float: right; margin: 0px 0px 10px 10px; }
img.left { float: left; margin: 10px 10px 10px 0px; }
img.right { float: right; margin: 10px 0px 10px 10px; }

img.border_simple { border: 1px solid #d9d9d9; }

img.border_topleft {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 10px;
}

img.border_topright {
	border: 1px solid #d9d9d9;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 10px;
}

img.border_left {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 10px;
}

img.border_right {
	border: 1px solid #d9d9d9;
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 10px;
}
table#archive {
	margin-top: 12px;
}
table#archive,
table#upcoming {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
}
table#archive thead th,
table#upcoming thead th {
	margin: 0px;
	padding: 6px 0px;
	text-align: left;
	font: bold 14px/16px Arial,sans-serif;
	color: black;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
table#archive tbody td,
table#upcoming tbody td {
	border-top: 1px solid #cbcbcb;
	padding: 6px 0px;
}
table#searchRssTable {
	border-collapse: collapse;
}
table#searchRssTable td {
	width: 415px;
}
table#searchRssTable td#rssCell {
	width: auto;
	padding: 5px;
	background: #ebe8e6;
}
div#search input {
	width: 36px;
	height: 28px;
	background: url(../images/go.jpg) left top no-repeat;
	border: 0 none;
	line-height: 84px;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
}
div#search strong {
	color: black;
}
div#search input#searchfield {
	width: auto;
	height: 26px;
	background: none;
	border: 1px solid #bfb9b5;
	line-height: 17px;
	color: black;
	cursor: text;
}
div.archive {
	margin-bottom: 12px;
	padding: 11px;
	background: #ebe8e6;
	-moz-border-radius: 5px;
	-webit-border-radius: 5px;
	border-radius: 5px;
}
div.abody {
	padding: 10px;
	background: white;
}
div.archive h2 {
	color: black;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
