@charset "utf-8";
/* CSS Document */
/* SHOULD NOT HAVE THE SAME ID NAME; even if in different class*/
body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*
table borders for the Search Results like in packages.php
*/
.tbbrdr {border-top: 1px solid #8DB4E3; border-bottom: 1px solid #8DB4E3; margin: 0px 0px 5px 0px;}
.tbGridLeftTopBottom {
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 0px 0px 5px 0px;}
.tbGridLeftTop {
	border-right:1px solid #999999;}
.tbRowHeight{ height:5px;}


#layerHelp {
	position:absolute;
	width:375px;
	height:340px;
	z-index:9;
	visibility:hidden;
	background-color:#EAF1DD;
	border:outset;
	padding:10px;
	overflow:hidden;
	border-style:solid;
	border-color:#999;
}
	
.style1 {color: #FF0000}


