body {
	background: #D4D4CA;
	color: #333;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

form, p, h1, h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

form {
	display: inline;
}

p, span {
	margin: 0px;
}

table, td, tr, th {
	border-collapse: collapse;
	margin: 0px;
}

TD {
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #3E3E3E;
}

a:hover {
	color: #465584;
}

a.nouline {
	text-decoration: none;
	color: #3E3E3E;
	font-size: 8px;
	font-weight: bold;
}
a.nouline2 {
	text-decoration: none;
	color: #3E3E3E;
	font-size: 10px;
	font-weight: bold;
}

a.annotation {
	position: absolute;
	border: 2px groove black;
	padding: 0px;
	display: none;
}

a.annotation span {
	display: block;
	background: white;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}

a.annotation:hover {
	border-color: yellow;
}

H2 {
	font-size: 18px;
	font-weight: bold;
}
/*
hr {
	margin-top: 1px;
}
*/
img {
	/*vertical-align: top;*/
	border: 0px;
}

img.annotated {
	border-width: 0px;
}

span.registererrorhidden {
	display: none;
}

span.registererror {
	display: block;
	margin: 0px 2px;
	font-size: 100%;
	padding: 0px;
	color: black;
	background-color: red;
}

#scroller {
	position: relative;
	width: 420px;
	height: 75px;
	background-color: white;
	overflow: hidden;
	border: 1px dashed red;
	padding: 3px;
	padding-left: 4px;
}

/* GENERAL CLASSES USED THROUGHOUT THE SITE */

H1.pagetitle { /* White, inside the gray bar */
	font-family: arial black, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
	padding: 0px 0px 5px 3px;
	margin: none;
	font-weight: normal;
}

H2.headline {
	font-size: 18px;
	font-weight: bold;
}

.byline {
	font-size: 10px;
}

.imglinks_sm {
	padding: 1px;
	font-size: 11px;
}

.imglinks_lg {
	border: 1px solid #ABABAB;
	background-color: #FFF;
	width: 100%;
	padding-right: 5px;
	border-collapse: collapse;
}

.leading {
	line-height: 125%;
}

.pad_top {
	padding-top: 8px;
}

.small_text {
	font-size: 10px;
}

.thumbnail {
	border: 1px solid #ABABAB;
}


/* MEDIA ITEMS IN LIST (Thumbnailed News, Audio, Video, Image Galleries)*/

DIV.media_item {
	background: transparent;
	border: 1px solid #EFEFEF;
	padding: 1px;
	cursor: pointer;
	width: 100%;
}

DIV.media_item:HOVER {
	background: #EBEBEB;
}

DIV.media_admin {
	background: transparent;
	border: 1px solid #EFEFEF;
	padding: 1px;
	width: 100%;
}

DIV.media_admin:HOVER {
	background: #EBEBEB;
}

H2.media_item {
	font-size: 1.0em;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	float: left;
	display: inline;
}

.media_item_header {
	width: 99%;
	padding: 2px;
	background: #DEDEDE;
	height: 15px;
}

.media_item_age {
	font-size: 10px;
	float: right;
/*	font-style: italic;*/
	clear: none;
	display: inline;
}

.media_item_filename {
	font-size: 10px;
	font-weight: bold;
/*	font-style: italic;*/
}

/*TABLE STYLES */

TABLE.block1 {
	width: 98%;
	border: 1px solid #AFAFAF;
	background-color: #EFEFEF;
	border-collapse: collapse;
}

TD.block1 {
	padding: 8px;
}

TD.header {
	font-weight: bold;
	border-bottom: 1px solid #ABABAB;
	border-collapse: collapse;
	background: #DEDEDE;
}

TD.list {
	border-bottom: 1px solid #ABABAB;
	border-collapse: collapse;
}

TD.header_datum {
	font-weight: bold;
	border-bottom: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-collapse: collapse;
	background: #DEDEDE;
}

TD.datum {
	border-bottom: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-collapse: collapse;
}

.block2 {
	width: 98%;
	border: 1px solid #AFAFAF;
	background-color: #EFEFEF;
	border-collapse: collapse;
}

.alt1 {
	background: #C7C7C7;
}

.alt2 {
	background: #DEDEDE;
}

.cleared {
	vertical-align: top;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.taskbox {
	border: 1px solid #D3D3CA;
	background-color: #EBEBE6;
	font-size: 12px;
	color: #525252;
	padding: 4px;
	width: 100%;
}

/* FORMS */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000000;
}

.validation-advice { /*not currently in use anywhere? */
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice { /*not currently in use anywhere? */
	margin: 5px;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFFFFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}

.input-label {
	text-align: right;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.mtextbox {
	border: 1px solid #3C3C34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding-left: 2px;
}

.mbutton {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

