/* Filename: distributed_image_library.css
 * Description: General stylesheet for webpages of the Distributed
 *   Image Library of the NEUMES Project website.
 * Author: Louis W. G. Barton
 * Version: 31 December 2006
 */

BODY {
	margin: 0px;
	background-color: rgb(204,204,153);
	color: rgb(0,51,102);
}
A {
	background-color: transparent;
	color: inherit;
}
A:hover {
	background-color: YELLOW;
	color: inherit;
}
A:link {
	background-color: inherit;
	color: #0000CC;
}
A:visited {
	background-color: inherit;
	color: #551A8B;
}
A:active {
	background-color: inherit;
	color: #FF0000;
}
TABLE.pageTitle {
	border-top: 1px solid #3366CC;
	border-left: none;
	border-bottom: 2px solid #3366CC;
	border-right: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #CCCC99;
	color: inherit;
}
TD.dllTitle {
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana,Geneva,arial,sans-serif;
	background-color: inherit;
	color: #A10000;
}
TD.ddlLogo {
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-right: 4px;
}
P.spacer {
	margin-top: 1em;
	margin-bottom: 0.9em;
}
P.spacerSmall {  /* this isn't working in Result Set */
	margin-top: 0em !important;
	margin-bottom: 0.9em;
}
P.justify {
	text-align: justify;
}
BLOCKQUOTE {
	margin-top: 1em;
	margin-bottom: 1em;
}
div.dllSubtitle {
	font-size: 0.65em;
	font-weight: normal;
	color: rgb(90,0,26);
	margin-top: 5px;
	margin-bottom: 1px;
}
.ProjectTitle {
	background-image: url(http://www.scribeserver.com/NEUMES/images/blueshade_bg.gif);
	background-color: rgb(21,67,155);
	color: inherit;
}
.fancy {
	font-size: 0.85em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
}
.resultDetail {
	font-size: 0.8em;
}
.paleblueBG {
	background-color: #E8E8E8;
	color: inherit;
}
.error {
 /*	background-color: yellow; */
 /*	color: maroon; */
	font-size: 0.80em;
	font-family: arial,sans-serif;
	clip: auto;  /* same as rendering box */
	overflow: auto;
	white-space: normal;
 /* The following are IE only (fails 'validation'): */
 /*	overflow-x: clip; */
 /*	overflow-y: auto; */
 /*	text-overflow: clip; */  /* ellipsis or clip */
 /*	word-wrap: break-word; */  /* break-word (wrap to next line) or normal */
}
.disabled {
	background-color: rgb(111,111,111);
	color: inherit;
}
.info {
	background-color: inherit;
	font-size: 0.80em;
	font-family: arial,sans-serif;
	color: #6F6F6F;
}
/* The following types are not used?: */
.info:link {
	background-color: inherit;
	color: #7777CC;
}
.info:visited {
	background-color: inherit;
	color: #551A8B;
}
.info:active {
	background-color: inherit;
	color: #FF0000;
}
/*[end, distributed_image_library.css]*/