#sigMain {
	display: none;
	width: 1000px;
}
.tab {
	background-image: url('assets/tab.gif');
	float: left;
	height: 20px;
	width: 100px;
	margin-right: 2px;
	color: white;
	text-align: center;
	cursor: pointer;
}
.statmodlink {
	text-decoration: underline;
	cursor: pointer;
	color: red;
}
#tabreport {
	float: right;
}
#sigDisplay {
	clear: both;
	background-color: pink;
	padding: 10px;
	border: 2px solid #676767;
	border-top-width: 3px;
	background-color: #cccccc;
}
#serverchar {
	background-color: #3399ff;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-top: 0;
	width: 500px;
	border: 2px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}
#notice {
	background-color: #ccc;
	padding: 1em;
	width: 800px;
	border: 1px solid black;
	margin-top: 25px;
	margin-bottom: 10px;
}
#bugReport {
	margin-top: 5px;
	width: 600px;
	height: 200px;
}
#submitStatus {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	font-weight: bold;
	color: black;
}
h1 {
	text-decoration: underline;
}
h3 {
	margin: 0;
	padding: 0;
	display: inline;
}
.slabel {
	width: 5em;
	float: left;
}
.clabel {
	width: 6em;
	float: left;
}
.sinput {
	margin: 3px;
}

ul {
	margin: 0;
}
#suggestions {
	position: absolute;
	width: 200px;
	border: 1px solid #000;
	padding: 2px;
	background: white;
	z-index: 1000;
	display: none;
	margin: 0;
	margin-left: 5em;
	_margin: 0; /* hack >< */
}
#suggestions div{
  width: 200px;
	display: block;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
}
#suggestions div.normal{
	color: black;
	background: white;
	overflow: hidden;
	white-space: nowrap;
}
#suggestions div.focused{
	color: white;
	background: #3399ff;
	overflow: hidden;
	white-space: nowrap;
}


