body {
	font-family: "Verdana, Arial, Helvetica";
	font-size: 12px;
}

td {
	font-family: "Verdana, Arial, Helvetica";
	font-size: 12px;
	vertical-align: top;
	border: 0.5px solid #BCBCBC;
	padding: 5px;
}

input.coord {
	width: 30px;
}

table.results {
	padding: 2px;
	border-spacing: 0px;
}
table.top {
	border-spacing: 0px;
	padding: 3px;
}
tr.highlight {
	font-weight: bold;
}
tr.odd {
	background: #EEEEEE;
}
tr.even {
	background: #FFFFFF;
}

.roman a {
	color: red;
	text-decoration: none;
}
.gaul a {
	color: green;
	text-decoration: none;
}
.teuton a {
	color: blue;
	text-decoration: none;
}

span a:hover {
	text-decoration: underline;
}

.roman {
	color: red;
}
.gaul {
	color: green;
}
.teuton {
	color: blue;
}

span.tiny {
	font-size: 7pt;
}
.rbg {
	background-color: #FFFFFF; 
	font-weight:bold; 
	background-image: url(img/c2.gif);
}

#top_section {
	float: left;
	padding-right: 20px;
}

#top_section input {
	border: 1px solid #BCBCBC;
}

#top_section #submit {
	border: 0.5px solid #BCBCBC;
	background: #BCBCBC;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 100px;
}

#focusborder {
	border: 1px solid #FF0000;
	padding: 5px 5px 5px 5px;
}

#top_bar {
	float: left;
	clear: both;
	width: 98%;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0.5px solid #999999;
}

#top_bar #textfield {
	width: 150px;
}

#mid_bar {
	float: left;
	padding: 2px 2px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: 0.5px solid #BCBCBC;
}

#map_bar {
	float: left;
	margin-top: 10px;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

#error_bar {
	float: left;
	padding: 2px 10px 10px 10px;
	margin: 0px 10px 0px 0px;
	border: 0.5px solid #BCBCBC;
	background: #FFE6E5;
	font-size: 11px;
	width: 300px;
}
#error_bar h3 {
	font-size: 12px;
}

.hugetext {
	font-weight: bold;
}
.hugetext a {
	text-decoration: none;
	color: #000000;
}
.tinytext {
	font-size: 10px;
}
.tinytext a {
	color: #000000;
	text-decoration: none;
}

.aline a {
	text-decoration: none;
	color: black;
}
.aline a:hover {
	text-decoration: underline;
}

select .server option {
background-repeat:no-repeat;
background-position:bottom left;
padding-left:30px;
}
.server #dk {
		background-image:url(/img/flags/dk.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		padding-left: 20px;
}
.server #uk {
		background-image:url(/img/flags/gb.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		padding-left: 20px;
}
.server #lt {
		background-image:url(/img/flags/lt.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		padding-left: 20px;
}
.server #com {
		background-image:url(/img/world.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		padding-left: 20px;
}
