BODY {
	background-image: url(../images/graynoise2.png);
}
/* Main heading at top of page */
H1.head {
	padding-top: 0px;
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 200%;
	font-weight: normal;
	text-align: left;
}
/* Used for e.g. error messages after form submission */
P.message {
	text-align: left;
	font-weight: bold;
}
/* For info at bottom of page, including both images and text */
P.footer {
	font-size: 75%;
	text-align: left;
/*	border-width: 3px 0px 0px 3px;
	border-style: groove none none groove;
	padding: 10px 0px 5px 8px; */
}
P.footer A {
	text-decoration: underline;
}
/* Used for notes on searches and such */
.note {
	font-size: 90%;
	width: 60%;
}
.note A {
	text-decoration: underline;
}
/* Link styling */
A {
	text-decoration: none;
	color: #000000;
}
A.under {
	text-decoration: underline;
}
/* Row of buttons at bottom of page */
P.bottomlinks {
	text-align: left;
	font-family: sans-serif;
	border-width: 3px 0px 3px 3px;
	border-style: groove none groove groove;
	padding: 10px 0px 10px 8px;
}
/* Those buttons, though this is also used elsewhere */
A.button {
	color: black;
	font-size: 90%;
	padding: 2px 10px;
	border: 4px;
	border-color: #DDDDDD #DDDDDD #B0B0B0 #B0B0B0;
	border-style: solid;
	text-decoration: none;
}
A.button:hover {
	border-color: #777777 #666666 #AAAAAA #A0A0A0;
}
/* For abstract DHTML */
DIV.abstract_hidden {
	display: none;
	font-size: 90%;
	padding-bottom: 10px;
}
A.absbutton {
	color: black;
	padding: 2px 10px;
	border: 2px;
	border-color: #DDDDDD #DDDDDD #B0B0B0 #B0B0B0;
	border-style: solid;
	text-decoration: none;
	font-size: 90%;
}
/* Below is stuff used in formatting dbeasy tables */
/* General stuff used across tables */
TABLE {
	border-width: 3px 0px 3px 3px;
	border-style: groove none groove groove;
	margin-bottom: 10px;
	margin-top: 10px;
}
TR.dbeasy_tr_even {
	background-color: #EEEEEE;
}
TR.dbeasy_tr_odd {
	background-color: #F8F8F8;
}
TD {
	vertical-align: top;
	text-align: left;
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid none solid solid;
}
TH.dbeasy_td_headers {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif;
}
TD.dbeasy_td_empty {
	background-image: url(../images/graynoise2.png);
	border-style: none;
}
TD.dbeasy_td_abstract {
	padding: 6px 5px;
}
SPAN.dbeasy_label {
	font-weight: bold;
}
SELECT {
	vertical-align: top;
}

/* Controls display of abstract on various pages */
TEXTAREA.dbeasy_textarea { 
	vertical-align: top; 
	width: 98%;
}

