body{
	background-image:url('/resources/banner2.gif');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	background-color:white;
}

div.banner{
	background-image:url('/resources/banner1.gif');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	padding-top:144px;
	padding-left:10px;
	font-size:12px;
	min-height:100px;
}
div.banner td{
	font-size:12px;
	vertical-align:top;
	width:110px;
}
a{
	text-decoration:none;
	color:blue;
}
a:visited{
	color:navy;
}

div.content{
	padding:10px;
	max-width:800px;
}
h2{
	margin:0px;
	margin-bottom:5px;
	margin-top:15px;
}
h3{
	margin:0px;
	margin-bottom:5px;
}
p{
	margin:0px;
	margin-bottom:5px;
}

pre{
	margin-top:0px;
}

input.text{
	width:500px;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  max-height:300px;
  overflow:scroll;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  font-size:11px;
  height:12px;
  cursor:pointer;
}

div.autocomplete ul li span.informal{
	color:gray;
}

form{
	border: 1px solid gray;
	padding: 10px;
	background: #dddddd;
}


/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;
	}

.help{
	font-wieght:bold;
	color:blue;
}

a img{
		border:0px;
}
