/* alt: e5f3ff
   neu: e4f2fd */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #464646;
	color: #555555;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 700px;
	margin: 0 auto;
	background-color: white;
}

h1, h1 a, h1 a:hover {
	color: #555555;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

h3, a h3 {
	padding-top: 16px;
	color: #555555;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin: .4em 0 .5em;
	display: block;
	border-bottom: .5em solid #e5f3ff;
	clear: both;
	line-height: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

#middle {
	display: block;
	width: 700px;
	padding-left: 16px;
}



/***** Header *****/

#header {
	background-color: #e5f3ff;
	height: 100px;
	border-bottom: 1px solid #c6d9e9;
	padding-left: 20px;
	position: relative;
}

#header h1 {
	padding: 1px 0 4px 0;
	float: left;
}

.loginform {
	width: 170px;
	font-size: 10px;
	float: right;
	margin: 10px 20px 0 0;
}

.loginform a {
	font-size: 10px;
}

.loginform input, .blueray {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-color: #e5f3ff;
	border: 1px solid #c6d9e9;
	color: #555555;
}

.loginform .textinput {
	height: 14px;
	width: 75px;
}

.loginform .loginbutton {
	height: 18px;
	width: 77px;
	margin-top: 4px;
}

.loginform td {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.logoutform {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	text-align: center;
	width: 77px;
	top: -40px;
	left: 575px;
}


/***** Navigation *****/

#navigation {
	width: 152px;
	float: left;
}

#mainlist {
	list-style-type: none;
}

#mainlist ul {
	list-style-type: none;
}

#navigation a {
	font-size: 16px;
}



/***** Content *****/

#content {
	width: 500px;
	float: right;
	padding-right: 32px;
	padding-bottom: 20px;
}

#content p {
	margin-bottom: 14px;
	margin-top: 0;
}

#content ul {
	margin-left: 1em;
	margin-bottom: 14px;
}



/***** Footer *****/

#footer {
	display: block;
	clear: both;
	font-size: 10px;
	text-align: center;
	padding: 20px 16px 0 16px;
	
}

#footer p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer a {
	font-size: 10px;
}



/***** Sign up *****/

.signuptable input {
	width: 150px;
}

.comment {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	vertical-align: middle;
}

.reminder input {
	width: 160px;
}



/***** Links *****/

a {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	color: #2583ad;
	text-decoration: none;
}

a:hover {
	color: #d54e21;
}



/***** Item-Tabelle *****/

.tablecontainer {
	margin-top: 16px;
	margin-bottom: 32px;
}

.itemtable {
	text-align: left;
	width: 500px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

.itemtable thead {
	background-color: #464646;
	color: #d7d7d7;
}

.itemtable thead th {
	padding: 2px;
	padding-left: 3px;
}

.itemtable .icon {
	text-align: center;
	width: 36px;
	height: 36px;
}

.itemtable .icon img {
	vertical-align: middle;
}

.itemtable .itemlinks {
	text-align: left;
	white-space: nowrap;
	padding-right: 5px;
	/*width: 95px;*/
}

.itemtable .itemlinks img, .itemtable .itemname img {
	vertical-align: bottom;
}

.itemtable .itemlinks img {
	margin: 0 3px;
}

.itemtable .itemname {
	width: 324px;
}

.itemtable .itemsource {
	font-size: 9px;
}

.itemtable .itemsource .bossname, .itemtable .itemsource .dungeon {
	white-space: nowrap;
}

.itemtable .itemsource .dungeon  img {
	vertical-align: absmiddle;
	padding: 0 3px 0 1px;
}

.itemtable .value {
	width: 45px;
	text-align: right;
}

.itemtable td {
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
}

.itemtable .author {
	text-align: right;
}

.itemtable .nobottomborder {
	border-bottom: none;
	padding: 3px 3px 0 3px;
}

.itemtable .notopborder {
	border-top: none;
	padding: 0 3px 3px 3px;
}

#statsformmenu a {
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background: #ccc;
	margin-right: 5px;
	padding: 2px 5px 0 5px;
	width: 62px;
	cursor: pointer;
	color: #464646;
}

#statsformmenu a.active {
	background: #464646;
	color: #d7d7d7;
}

.statstable u {
	cursor: pointer;
}

.statstable .statname {
	width: 400px;
	padding: 3px 3px 3px 3px;
}

.statstable input, .statstable select {
	width: 40px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-color: #e5f3ff;
	border: 1px solid #c6d9e9;
	color: #555555;
}

.statstable input.checkbox {
	width: auto;
}

.search {
	text-align: right;
}

.statstable .search input {
	width: 150px;
}

.color1 {
	background-color: #f9f9f9;
}

.color2 {
	background-color: #ffffff;
}

#prevnext {
	width: 500px;
	text-align: center;
}

.prev {
	width: 100px;
	text-align: left;
}

.next {
	width: 100px;
	text-align: right;
}

.pagenumbers {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

#locations {
	text-align: justify;
}

.alignright {
	text-align: right;
}

.alignright input {
	margin-top: 4px;
}

.normalized {
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
}

/***** Save profiles *****/

.saveas input, textarea {
	width: 200px;
}

.saveas textarea {
	height: 100px;
}

.saveas td {
	vertical-align: top;
}

.pname {
	width: 150px;
}

.statstable .delete {
	width: 16px;
	height: 16px;
	background: none;
	border: none;
}



/****************************/
/* Thottbot Tooltip Mouseovers */
/***************************/

table.ttb {
	font-family: Verdana, sans-serif;
	background-color: #282828;
	font-size: 11px;
	color: white;
	padding: 4px;
	text-align: left;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 325px;
	opacity: 0.95;
}

table.ttb tr:first-child td {
	font-size: 12px;
}

table.ttb .itemsocket img {
	vertical-align: middle;
}

table.ttb h6 {
}

table.ttb small {
}

table.ttb td {
}

table.ttbb {
	border-collapse: collapse;
	border-spacing: 0;
}

table.ttbb td {
}

h6, h5 {
	width: 100%;
	background-color: #aaa;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

table.ttb h6 a:link {
	color: #3333FF;
	text-decoration: underline;
}

table.ttb h6 a:visited {
	color: #3333FF;
	text-decoration: underline;
}

table.ttb h6 a:hover {
	color: #7777FF;
	background-color: #282828;
}

table.ttb h6 a:active {
	color: #000;
	background-color: #0000FF;
}

table.ttb a:link {
	font-size: 11px;
	color: #00FF00;
	text-decoration: none;
}

table.ttb a:visited {
	color: #00EE00;
	text-decoration: none;
}

table.ttb a:hover {
	color: #77FF77;
	background-color: #282828;
}

table.ttb a:active {
	color: #000;
	background-color: #00FF00;
}

.quality, .quality a:link, .quality a:visited { color: #000; }
.quality-1, .quality-1 a:link, .quality-1 a:visited { color: #CC8800; }
.quality0, .quality0 a:link, .quality0 a:visited { color: #808080; }
.quality1, .quality1 a:link, .quality1 a:visited { color: #CC9900; }
.quality2, .quality2 a:link, .quality2 a:visited { color: #00BB00; }
.quality3, .quality3 a:link, .quality3 a:visited { color: #0068FF; }
.quality4, .quality4 a:link, .quality4 a:visited { color: #8000FF; }
.quality5, .quality5 a:link, .quality5 a:visited { color: #FF8000; }
.quality6, .quality6 a:link, .quality6 a:visited { color: #E5CC80; }