div.auto_complete {
            width: 413px;
            background: #fff;
}

div.auto_complete ul {
            border:1px solid #888;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
}

div.auto_complete ul li {
            margin:0;
            padding:3px;
}

div.auto_complete ul li.selected { 
            background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
            color: #800; 
            margin:0;
            padding:0;
}

table.show {
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.show td {
	padding: 2px 2px 2px 2px;
	border: 1px solid #000000;
}

table.show td.cent {
	text-align : center;
}

table.show td.left {
	text-align : left;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a:active { 
	text-decoration: none;
}