body
{
	background-color: black;
	background-image: url("bg_blue.png");
	font-family: Verdana, Sans;
	font-size: 10pt;
	color: white;
}

.collapsable
{
}

img
{
	border-style: none;
}

h1
{
	color: orange;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

a
{
	text-decoration:none;
	cursor: pointer;
}

a, a:link, a:visited
{
	color: orange;
	font-weight: bold;
}

a:hover, a:active
{
	color: red;
	font-weight: bold;
}

a.treeview, a.treeview:link, a.treeview:visited
{
	color: yellow;
}

.regtable
{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.stattable,.profiletable,.lettertable
{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
	border-color: orange;
	border-width: 3px;
	border-collapse: collapse;
}

td.stat, td.profile, td.letter
{
	border-style: solid;
	border-color: orange;
	border-width: 1px;
}

td.profileleft
{
	width:100px;
}

td.statheading, td.letterheading
{
	border-bottom-width: 2px;
}

input, select, textarea
{
	background-color: transparent;
	color: orange;
	border-color: blue;
}

input.year, input.gender, input.mapcoord
{
	width:50px;
}

input.month
{
	width:40px;
}

input.day
{
	width:20px;
}

.success
{
	color:green
}

.failure
{
	color:red;
	font-weight:bold;
}

div.navileft
{
	float:left;
	width:150px;
	height:1000px;
	border-right: thin dotted orange;
}

div.naviright
{
	float:right;
	width:150px;
	height:1000px;
	border-left: thin dotted orange;
}

hr
{
	color: orange
}

ul
{
	list-style-type: none;
}

ul.normal
{
	list-style-type: disc;
}

ul.floating
{
	float:left;
}

.votenumber, .pageswitcher
{
	font-size:20pt;
}

div.mapdiv
{
	width:720px;
	height:416px;
	border-style:none;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
	top:0px;
}

table
{
	border-collapse:collapse;
}

td.mapcontrol
{
	width:20px;
	height:20px;
	border-style:none;
}

div.mapcoordlabel
{
	position:absolute;
	width:50px; 
	height:20px;
}

a.clickdiv
{
	display:block;
}

