/* $Id: error.css 333 2004-10-31 22:37:56Z jwilkins $ */

/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 00px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffcc;
	color: #834303;
	font-size: 0.875em;	/* 16px * .875 = 14px */
}
body, caption, th, td {
	font-family: "Times New Roman", Times, Georgia, serif;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
h1 img, h2 img, h3 img {
	display: block;
}

/* Links */
a:link {
	color: #1d411d;
}
a:visited {
	color: #1d411d;
}
a:hover {
	color: #ffffcc;
	background-color: #1d411d;
	text-decoration: none;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

p, ul, ol, li {
	margin-top: 0px;
	margin-bottom: .8em;
}
ul, ol {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 2em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 1em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }

/* ERROR MESSAGES */
.warning {
	color: #1d411d;
}
.errorMessage {
	padding: 10px;
	background-color: #ffffff;
	color: #cccccc;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.errorMessage .errorReason {
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.errorMessage p {
	margin-bottom: 0px;
}
