body {
    margin: 0;
	background: #000 url(http://world-map.santafish.org/images/misc/back.gif) fixed;
	color: #eee;
}

a:link, a:visited {
	color: #576C9C;
	text-decoration: none;
}

a:hover {
	color: #6D82AF;
	text-decoration: underline;
}

table {
	background: #222;
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
}

td, th {
	padding: 1px;
	font-size: 10pt;
	text-align: center;
}

th {
	font-weight: bold;
}

#mainwrap { }

ul#topnav {
	height: 25px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border: 0;
	list-style-type: none;
	float:left;
}

ul#topnav li, .scriptwarn {
	border: 1px solid #333;
	background: #222;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0 3px 6px 3px;
	padding: 1px 20px 1px 20px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul#topnav li #currentDungeon {
	display: none;
}

.scriptwarn {
	float: right;
	width: auto;
}

/*
* CSS Fixed-Positioning workaround for IE < 7
* Thanks to: http://www.howtocreate.co.uk
*/

#floatwrap {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 3;
}

#keywrap, #infowrap, #dungeonlistwrap {
	position: absolute;
	top: 26px;
	border: 0;
	float: left;
	padding: 1px;
}

#keywrap {
	left: 0;
	width: 260px;
	display: none;
	z-index: 3;
}

#infowrap {
	left: 270px;
	width: 350px;
	display: none;
	z-index: 3;
}

#dungeonlistwrap {
	left: 0;
	width: 200px;
	display: none;
	z-index: 4;
}

p.right, p.left  {
	float: right;
	width: auto;
	margin: 0;
	padding: 0 3px;
}

p.left {
	float: left;
}

div#mapwrap {
	z-index: 1;
}

div#dungeonwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: none;
	background: url(http://world-map.santafish.org/images/misc/transpBlack50.png);
}

div#mapwrap table,
div#dungeonwrap table {
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	background: transparent;
}

div#mapwrap td,
div#mapwrap th,
div#dungeonwrap td,
div#dungeonwrap th {
	padding: 0;
	margin: 0;
	border: 0;
}

div#mapwrap  img,
div#dungeonwrap  img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

div.dummySquare {
	height: 800px;
	width: 800px;
	padding: 0;
	margin: 0;
}

div.dummySquare a,
div.dummySquare area {
	position: relative;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

br {
	clear: both;
}

ul {
	text-align:left;
}

/*
* Fixed-Header/Scrolling Content table by RCS 
* http://rcs-comp.com/blog/scrolling_table/
*/

table.scrollTable {
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
}

table.scrollTable th,
table.scrollTable td {
    margin: 0;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	padding: 0 2px 0 2px;
	height: 20px;
}

table.scrollTable th {
	font-weight: bold;
}

div.scrollTableContainer {
	height: 375px;	
    overflow: auto;
	width: 260px;
	margin: 0;
	position: relative;
	padding: 0;
}

#infowrap div.scrollTableContainer {
	width: 350px;
}

#dungeonlistwrap div.scrollTableContainer {
	width: 200px;
}

div.scrollTableContainer table {
	width: 243px;
}

#infowrap div.scrollTableContainer table {
	width: 332px;
}

#dungeonlistwrap div.scrollTableContainer table {
	width: 183px;
}

html>/**/body div.scrollTableContainer table {
    width: 244px;
}

html>/**/body #infowrap div.scrollTableContainer {
	width: 348px;
}

html>/**/body div.scrollTableContainer table>tbody	{  
    overflow: auto; 
    height: 310px;
    overflow-x: hidden;
}

div.scrollTableContainer thead tr	{
	position: relative;
	background: #121212;
}

div.scrollTableContainer td:last-child {
	padding: 0 18px 0 2px;
}

/*
 * Prevent nested tables in the map key from scrolling.
 */
 
div#infoContent {
	margin: 3px 0 0 6px;
	padding: 0 12px 10px 0;
	text-align: left;
}

div#infoContent table {
	margin: 8px auto;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}

div#infoContent table tbody {
	overflow: visible;
	height: auto;
}