
a, a:visited, a:active {
	text-decoration: none;
}

img {
	border: none;
}

.map_left_panel {
	height: 280px !important;
	font-size: medium;
	background: url(../images/map/mapBg2.gif) no-repeat;
}

#welcome_div {
	display: none;	
}

#search_div {
	display: block;
}

#overview_div {
	display: none;
}

ul, li {
	list-style: none;
}

ul li {
	color: #AAA7A7;
}

li#ship { list-style-type: circle; color: red; }
li#cluster { list-style-type: circle; color: blue; }
li#dived { list-style-type: circle; color: green; }

table.ships {
	background-color: #000000;
	color: #AAA7A7;
	text-decoration: none;
}

table#ships_menu {
	background-color: #000000;
	color: #AAA7A7;
	text-decoration: none;
	border: 1px solid #666666;
}

table#ships_report {
	background-color: #000000;
	color: #AAA7A7;
	text-decoration: none;
	border-top: 1px solid #666666;
        padding-left: 2px;
}

.ships a, a:visited, a:active {
	color: #AAA7A7;
	text-decoration: none;
}
