/*
 * Designed for storing essential design rules, common for most pages; 
 *
 * Note: image paths are relative to css-file location,
 * not to the jsp or html that uses this css
 */
body {
	background-color: white;
	font: 9pt Arial, sans-serif;
}

div.warning {
	font-weight: bold;
	color: red;
	border: 2px solid red;
	padding: 4pt 4pt 4pt 44px;
	background: #FFEE70 url( '../images/icon_error.gif' ) no-repeat 8px 50%;
}

.invisible {
	position: absolute;
	visibility: hidden;
}
