/* Base CSS for FFW web pages */
/* -------------------------- */

/* document-wide definitions */
/* ------------------------- */

BODY {
	background: white;
	font-family: serif;
}

BODY.Transparents {
	background: grey;
}

P.Warning{
	color: red;
	text-align: center;
}

/* Messages, warnings, errors */
/* -------------------------- */

P.message {
	color: black;
	font-style: italic;
	text-align: center;
}

P.error {
	color: red;
	background: yellow;
	text-align: center;
}

/* Form elements */
/* ------------- */

input.button {
 height: 25px;
 width: 150px;
 font-weight: bold;
 font-family: arial;
}

button.UserDialog {
 height: 30px;
 font-family: arial;
}

/* Explanations */
/* ------------ */

span.Explanation{
	font-style: italic;
	color: blue;
}

li{
	margin-bottom: 1em;
}
