	html, body {
		height: 100%;
		font-family: Verdana;
		padding: 0px;
		margin: 0px;
		background-color: #F0F0F0;
		color: #000000;
	}
	
	#hull {
		min-height:100%;
		height:auto!important;
		height:100%;
		margin:0 auto -51px;
		min-width:100%;
		/*width: 1024px;
		margin: 0px auto; */
		/*background-color: red;*/
		background-color: #F0F0F0;
	}
	
	#body { 
		/* position: relative;
		width: 1024px;
		background-color: #FFFFFF;
		margin: 0px; */
		padding: 65px 10px 45px 10px;
		/*background-color: green;*/
		
	}
	
	#copyright{
		clear: both;
		font-size:0.7em;
		padding: 5px; 
		text-align: center;
		background-color: #CCC;
	}
	
	#poweredby{
		clear: both;
		padding:5px 0 0 0;
		text-align: center;
		background-color: #CCC;
	}
	
	#header_ng {
		position: fixed;
		top: 0px;
		height:39px;
		width:100%;
		background-color: #CCC;
		border-bottom: 2px solid #999;
		padding: 2px 10px 2px 10px;
		z-index: 100 !important;
	}
	
	#page_title {
		font-size: 1.5em;
		font-weight: normal;
	}

/* Cookie bar - START */

#cookie-bar, #patreon-bar {
	background: #996666;
	height: auto;
	font-size: 100%;
	line-height: 1.5em;
	color: #000000;
	text-align: center;
	padding: 0.5em 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#patreon-bar {
	background: #CC9999;
	font-size: 0.9em;
	line-height: 1.7em;
}

#cookie-bar.fixed, #patreon-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#cookie-bar p, #patreon-bar p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 150%;
}

#patreon-bar p {
	line-height: 180%;
}

#cookie-bar .ok, #patreon-bar .ok {
	background: #007700;
}

#patreon-bar .nok {
	background: #770000;
}

#cookie-bar a, #patreon-bar a {
	color: #FFFFFF;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .imprint, #patreon-bar .imprint {
	background: #D10700;
}

/* Cookie bar - END */
	
/* New navigation menue - START */
nav ul { 
	position: fixed;
	top: 45px;
	width:100%;
	background-color: #AAA;
	border-bottom: 1px solid #666;
		
	list-style: none;
	padding: 1px 5px 0px 5px;
	margin: 0;
	font-size: 0.7em;
	z-index: 100 !important;
}

nav.table {
	position: absolute;
	right:0;
}

nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
}

nav a {
  position: relative;
  z-index: 599;
  color: #000;
  background: #CCC;
  text-decoration: none;
  display: block;
  padding: 0.25em 2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav a:hover {
  color: #998855;
}
nav a:hover + .submenu {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

nav .submenu {
  display: block;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 499;
  width: 14em;
  top: 100%;
  left: 0;
  padding: 0px;

  box-shadow: 0 2px 5px rgba(68, 68, 68, 0.3);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav .submenu li > .submenu {
  top: 0;
  left: 100%;
}
nav .submenu:hover {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
nav .submenu li {
  float: none;
  display: block;
  padding: 0px; 
}

nav .submenu a {
  width: 100%;
  display: block;
  font-weight: 300;
  padding: 0.5em 1em;
  font-size: 1.3em;
  border: 1px solid #AAA; 
}
nav .submenu a:hover {
  color: #f5f5f5;
  background: #998855;
}

/* New navigation menue - END */	

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover, a.table:hover, a.nodec:hover {
	color: red;
}

a.table {
	text-decoration:none;
	color: black;
}

a.nodec:link {
	text-decoration:none;
	color: black;
}

a.nodec:visited {
	text-decoration:none;
	color: black;
}

.no_border {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.highlight:hover {
background-color: #D0CCCC;
}

/* tables */
table.tablesorter, table.window, table.ts {
	font-family:arial;
	background-color: #FFFFFF;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	border: 1px solid grey;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.window thead tr th, td.ts_subtitle  {
	background-color: #EEEEEE;
	border-bottom: 1px solid grey;
	font-size: 8pt;
	padding: 4px;
	text-align: left;
}

table.ts tfoot td {
	background-color: #CCCCCC;
	border-top: 1px solid grey;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr td, table.tablesorter tfoot tr td, table.window thead tr td, td.ts  {
	background-color: #CCCCCC;
	border-bottom: 1px solid grey;
	font-weight: bold;
	padding: 4px;
}

.tablesorter .header, .tablesorter .tablesorter-header  {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 17px;
}
table.tablesorter tbody td, table.window tbody td {
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr:nth-child(even), table.ts tbody tr:nth-child(even)  {
	background-color:#F0F0F0;
}

table.tablesorter tbody tr.citadel:nth-child(even)   {
	background-color:#FFF0DD;
}

table.tablesorter tbody tr.citadel:nth-child(odd)   {
	background-color:#FFF9F0;
}

table.tablesorter tbody tr.npc:nth-child(even)   {
	background-color:#D0F0D0;
}

table.tablesorter tbody tr.npc:nth-child(odd)   {
	background-color:#DDFFDD;
}

table.tablesorter tbody tr:hover, table.tablesorter tbody tr.citadel:hover, table.tablesorter tbody tr.npc:hover {
	background-color: #CCCCCC;
}

table.tablesorter thead tr .headerSortUp, 
.tablesorter thead .headerSortUp,
.tablesorter thead .tablesorter-headerSortUp,
.tablesorter thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

table.tablesorter thead tr .headerSortDown,
.tablesorter thead .headerSortDown,
.tablesorter thead .tablesorter-headerSortDown,
.tablesorter thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	text-decoration:underline;
}

table.tablesorter .inner {
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

.sorter-false {
	background-image:none;
	cursor:default;
	padding:4px;
}

/* End table */

.help {
	cursor: help;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.border-right {
	border-right: 1px solid black;
}

.border-right-bold {
	border-right: 2px solid black;
}

.border-right-grey {
	border-right: 1px solid lightgrey;
}

.border-top-grey {
	border-top: 1px solid lightgrey;
}

.border-right-dg {
	border-right: 1px solid darkgrey;
}

.border-left {
	border-left: 1px solid black;
}

.border-top {
	border-top: 1px solid black;
}


.border-total {
	border-top: 1px dashed black;
}

.no-wrap {
	white-space: nowrap;
}

.vtop {
	vertical-align: top;
}

tr.listng_title, td.listng_title {
	background-color: #CCCCCC; 
	border-bottom: 1px solid grey;
	font-weight: bold;
}

td.listng_value {
	padding: 2px;
}

td.listng_title, td.listng_subtitle2, th.listng_title, th.listng_subtitle {
	padding-left: 2px;
	padding-right: 2px;
}

tr.listng_subtitle, td.listng_subtitle, th.listng_subtitle {
	font-weight: bold;
	border-bottom: 1px solid grey;
}

tr.listng_subtitle2 {
	background-color: #F0F0F0; 
	border-bottom: 1px solid grey;
	font-weight: bold;
}

.color_tier_2 {
	color: darkgrey;
}

.color_tier_3 {
	color: green;
}

.color_tier_4 {
	color: blue;
}

.color_tier_5 {
	color: red;
}

.color_tier_6 {
	color: orange;
}

.color_tier_7 {
	color: #999900;
}

.color_enchant_1 {
	color: green;
}

.color_enchant_2 {
	color: blue;
}

.color_enchant_3 {
	color: purple;
}

.rpad5 {
	padding-right: 5px;
}

.rpad10 {
	padding-right: 10px;
}

.pad_lr_5 {
	padding-right: 5px;
	padding-left: 5px;
}

.highlight { background-color: red; }

table.br_dg, td.br_dg {
	border-right: 1px solid darkgrey;
}

table.bl_dg, td.bl_dg {
	border-left: 1px solid darkgrey;
}

table.bt_dg, td.bt_dg {
	border-top: 1px solid darkgrey;
}

td.bt_lg {
	border-top: 1px solid lightgrey;
}

td.pi_container {
	border: 0px solid white; 
	padding: 0px; 
	vertical-align: middle;
}

table.pi {
	width: 100%; 
	background-color: white;
	border: 1px solid darkgrey; 
}

td.pi_title {
	font-size: 11px; 
	font-weight: normal;
}

td.pi_subtitle {
	background-color: #E9E9E9;
}

img.pi_icon {
	height: 12px;
}

input.pi {
	width: 10px; 
	font-size: 10px; 
	padding: 0px; 
	padding-left: 1px; 
	padding-right: 1px; 
	text-align: right;
}

.fs_8 {
	font-size: 8pt;
}

.center {
	text-align: center;
}