div#container {
        /* to get around bug in MSIE 5.5, need to use centring div block */
        text-align: center;
}

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        /*color: floralwhite;*/
	color: black;
        text-decoration: none;
	/*	
	scrollbar-face-color:#8080FF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#DDDDFF;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	*/	
}

h2 {
	color: black;
	font-size: 18px;
}

div#topspace {
        width: 850px;
        height: 20px;
        margin-left: auto; margin-right: auto;
        color: black;
}

div#outside {
        width: 850px;
        height: 550px;
        margin-left: auto; margin-right: auto;
        background-image: url(http://www.jumpclaimer.com/images/frame.jpg); 
        text-align: left;
}

div#map {
	position: relative;
	width: 550px;
        height: 320px;
        top: 83px;
        margin-left: 123px;
	overflow: auto;
}

div#popupeditbox {
	background: #c45e2d;
	width: 330px;
}

map a {
        text-decoration: none;
        font-weight: normal;
	color: black;
}

div#rightMenu {
	position: relative;
	width: 150px;
	height: 210px;
	top: -130px;
	margin-left: 678px;
	background-color: transparent; 
	text-align: left;
}

div#textwindow {
	position: relative;
	width: 450px;
	height: 65px;
	top: -110px;		
	margin-left: 245px;
	overflow: auto;
	background-color: transparent;
	text-align: left;
}

a {
        text-decoration: none;
        font-weight: normal;
	color: white; 
	/* font-size: 12px; */
}

a:hover {
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        text-decoration: none;
	
}

img {
	border-width: 0px;
	vertical-align: middle;
	border-color: transparent;
}

table {
	/* border: 1px solid silver; */
	border-collapse: collapse;
	margin: 4px;
	white-space: nowrap;
}

td {
	/* padding: 3px; */
}

td.formtext {
        text-align: right;
        /*background: #eeeeee;*/
	background: transparent;
        border: 1px solid silver;
        padding: 4px;
	color: white;	
}

td.forminput {
        /* background: white; */
	background: transparent;
        text-align: left;
        border: 1px solid silver;
        padding: 4px;
	color: white;
	cursor: text;
}

td.formsubmit {
	text-align: right;
}

div#insidetable {
	overflow: auto;
	height: 190px;
	width: 550px;
	white-space: nowrap;
}

#insidetable td, th {
	padding: 5px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#insidetable tr {
	border: 1px solid silver;
}

.disabledtext {
	color: peachpuff;
}

