@CHARSET "utf-8";
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
h1 {
	float: left;
	padding-right: 20px;
	margin: 0;
	font-size: 200%;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
	color: #000;
}
em {
	font-style: normal;
	font-weight: bold;
}

form { margin: 0; float: left; }
p { padding: 0; margin: 0; }
input {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: inherit;
	font: 100%;
}
tr { cursor: arrow; }
tr.odd { background-color: #eeeeff; }
tr.over { background-color: #3366cc; color: #FFF; cursor: pointer; }
tr.over span { color: #000; }
td { padding: 2px; }
th {
	padding: 2px;
	color: #008000;
	background-color: #eeeeff;
	font-weight: bold;
}

span.highlightwords0 { background-color: #ffff66; }
span.highlightwords1 { background-color: #a0ffff; }
span.highlightwords2 { background-color: #99ff99; }
span.highlightwords3 { background-color: #ff9999; }
span.highlightwords4 { background-color: #ff66ff; }
span.highlightwords5 { background-color: #880000; color: #FFF; }

div#result { clear: left; }
div#result div {
	clear: left;
	padding: 5px;
	margin: 10px 0;
	text-align: right;
	border-top: 1px solid #3366cc;
	background-color: #e5ecf9;
}
div#footer {
	border-top: 1px solid #3366cc;
	margin: 10px 0;
	padding: 5px 0 0;
	text-align: center;
}
div#box {
	position: absolute;
	top: 100px;
	left; 100px;
	width: 300px;
	display: none;
	border: 1px solid #3366cc;
	overflow: hidden;
	cursor: move;
}
h2 {
	margin: 0;
	padding: 2px;
	font-size: 100%;
	font-weight: normal;
	background-color: #FFF;
}
div#box div#map {
	height: 200px;
}
span#close {
	text-align: right;
	cursor: pointer;
	color: #3366cc;
	background-color: #FFF;
	font-weight: bold;
}
div.over span#close {
	background-color: #f0f0f0;
}
div#box span.over {
	color: #c40026;
}
div#ads {
	float: left;
	margin-left: 40px;
}
div.over h2 {
	background-color: #f0f0f0;
}
body div.grip {
filter: alpha(opacity=50); /*IE*/
-moz-opacity: 0.5; /*FF*/
opacity: 0.5;
}

