@charset "utf-8";

body {
	color: #000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

img {
	border: none;
}
#banner {
	background: #EEE;
	padding: 0px;
	margin: 0px;
	height: 40px;
	border-bottom: 1px solid #AAA;
}

.sitetitle {
	color:#000;
	font-size:20px;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 20px;
	text-align:left;
	letter-spacing:2px;
}
#footer{
	text-align: center;
	font-size:80%;
	padding-top:15px;
	padding-bottom:15px;
	color:#666;
	clear:both;
}

div.auto_complete { position: absolute; background-color: #fff; border:1px solid #888; margin:0px;
 padding:0px; z-index:100; text-align:left; }
ul.code_data { list-style-type: none; margin:0px; padding:0px; }
ul.code_data li.selected { background-color: #B2BEFF; }
li.id_code { list-style-type: none; display:block; margin:0; padding:2px;}/* height:35px; }*/
span.id_code { font-weight:bold; }
span.name { }

.disc-item {
	background-color:#ffffff;
}

.disc-item:hover {
	background-color:#eeeeee;
}

