body {
	padding: 0px;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#outerframe {
}

p {
	margin-top:.8em;
	margin-bottom:.8em;
}
#header {
	display:none;
}
#print-header {

}
#cola {

}
#colb {
	display:none;
}

#colc {
	display:none;
}


.clear-floats {
	clear:both;
	height:1px;
	line-height:1px;
	padding:0px;
	margin:0px;
}
A:link      {
	color: #BE0026;
	text-decoration: none;
}
A:visited   {
	color: #BE0026;
	text-decoration: none;
}
A:hover     {
	color: #FF5151;
	text-decoration: none;
}


/* ---- mootools <<<---------------------------------------------------------------*/

#log_res.ajax-loading {
	background-image: url(images/spinner.gif);
	background-position: center;
	background-repeat: no-repeat;
		}
.error {
			color:#BE0026;
			margin:0;
			padding:0;
} 


.tool-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
	background-color: transparent;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(images/bubble-title.png) bottom right;
	background-color: transparent;
}
 
.tool-text {
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
	background-color: transparent;
}
.form-fields {
	color: #FFF;
	background-color: #333;
	border: 1px solid #3e3e3e;
	margin-bottom: 6px;
}
.form-labels {
	font-size:0.8em;
	margin-bottom:2px;
	padding-bottom:0px;
	line-height:9px;
	color: #999;
}

