body {
	background: #FFFFFF url('page/h_backs.gif') 0 -33px repeat-x;
	font: 10px/12px "Verdana", Verdana,serif;
	}
input,textarea {
	font: 10px/12px "Verdana", Verdana,serif;
	}
a { color: #888; font-weight: bold; }
a:hover { color: #719BCF; }
#header {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 64px;
	}
	#header a{
		color: #EEE;
		text-decoration: none;
		font-weight: bold;
		}
		#header a:hover { color: #FFF; }
	#logo {
		position: absolute;
		top: 5px;
		left: 10px;
		width: 116px;
		height: 43px;
		background: url('page/spare.gif') 0 0 no-repeat;
		}
		#logo_texto {
		position: absolute;
		top: 0px;
		left: 38px;
		color: #FFFFFF;
		font: 15px Arial black;
		}
	#zoom_out {
		position: absolute;
		left: 978px;
		top: 5px;
		width: 17px;
		height: 16px;
		background: url('page/spare.gif') -128px 0 no-repeat;
		cursor: pointer;
		}
		#zoom_out:hover {
			background-position: -145px 0px;
			}
	#zoom_in {
		position: absolute;
		left: 978px;
		top: 25px;
		width: 17px;
		height: 16px;
		background: url('page/spare.gif') -128px -16px no-repeat;
		cursor: pointer;
		}
		#zoom_in:hover {
			background-position: -145px -16px;
			}
	#menu_top {
		position:absolute;
		overflow: hidden;
		top: 44px;
		width: 100%;
		height: 3px;
		background: url('page/h_backs.gif') repeat-x;
		}
	#menu {
		position:absolute;
		top:46px;
		width: 100%;
		height: 16px;
		padding: 2px 0 0 0;
		}
		#menu a {
			color: #DDD;
			text-decoration: none;
			font-weight: bold;
			padding: 0 3px 0 6px;
			cursor: pointer;
			}
			#menu a:hover { color: #EEE; }
#body {
	position:relative;
	top: 1px;
	width: 1000px;
	min-height: 543px;
	height:auto !important;
	height: 543px;
	margin: 0px auto;
	}
#footer {
	position: relative;
	width: 1000px;
	height: 24px;
	margin: 5px auto 5px;
	background: url('page/h_backs.gif') 0 -3px repeat-x;
	}
	#footer div{
		float: left;
		}
		#footer div.start {
			width:2px;
			height: 23px;
			background: url('page/spare.gif') -163px 0 no-repeat;
			}
		#footer div.end {
			width:2px;
			height: 23px;
			background: url('page/spare.gif') -162px 0 no-repeat;
			}
	#foot {
		width:986px;
		height: 23px;
		margin-top:0.5em;
		margin-left: 10px;
		color: #666;
		}
		#foot *.sep {
			width: 3px;
			height: 13px;
			margin: 0px 8px 0px 8px;
			background: url('page/spare.gif') -162px -1px no-repeat;
			overflow: hidden;
			}
		#foot *.ico {
			width: 12px;
			height: 12px;
			margin: 0px 4px 0px 0px;
			}
		#foot *.ico.up {	background: url('page/spare.gif') -116px 0 no-repeat; }
		#foot *.ico.print {	background: url('page/spare.gif') -116px -12px no-repeat; }
		#foot *.ico.favourites {	background: url('page/spare.gif') -116px -24px no-repeat; }
		#foot a { 
			color: #666;
			text-decoration: none;
			}
			#foot a:hover { color: #FFF; }
li {
	list-style: square inside;
}
li.ok { color: #080; }
li.error { color: #C00; }
li.warn { color: #FF8000; }
img.blank {
	width: 0px;
	height: 0px;
}
span.incidence.user {
	color: #F4A460;
}
span.incidence.system {
	color: #77AAFE;
}