body {
	font-family: helvetica;
	font-size: 10pt;
	margin: 0;
	text-align: center;
	background-color: #000000;
	color: #fefefe;
}

div.container {
	text-align: left;
	border: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #fefefe;
	background-color: #333333;
	width: 710px;
	margin: auto;
	padding: 2em;
	line-height: 1.4em;
}

h3 {
	border-bottom: 1px solid #ddd;
}

table {
	border-collapse: collapse;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

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

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
}

/* Tooltip styles */

div#tooltip {
	width: 100%;
	margin: 0 auto;
}

table.tooltip {
	font-size: 12px;
	width: 100%;
	line-height: 15px;
}

table.tooltip td.bg {
	background: url(images/tt_bg.png);
}

table.tooltip td.tl, table.tooltip td.tr, table.tooltip td.bl, table.tooltip td.br {
	width: 3px;
	height: 6px;
}

table.tooltip td.ml, table.tooltip td.mr {
	width: 3px;
	height: 1px;
}

table.tooltip td.tm, table.tooltip td.bm {
	width: 1px;
	height: 6px;
}

table.tooltip td.tl {
	background: url(images/tt_tl.png);
}

table.tooltip td.tr {
	background: url(images/tt_tr.png);
}

table.tooltip td.bl {
	background: url(images/tt_bl.png);
}

table.tooltip td.br {
	background: url(images/tt_br.png);
}

table.tooltip td.ml {
	background: url(images/tt_ml.png);
}

table.tooltip td.mr {
	background: url(images/tt_mr.png);
}

table.tooltip td.tm {
	background: url(images/tt_tm.png);
}

table.tooltip td.bm {
	background: url(images/tt_bm.png);
}

/* Wowhead item quality styles */

.q {
	color:#FFD100 !important;
}

.q0, .q0 a {
	color:#9D9D9D !important;
}

.q1, .q1 a {
	color:#FFFFFF !important;
}

.q2, .q2 a {
	color:#1EFF00 !important;
}

.q3, .q3 a {
	color:#0070DD !important;
}

.q4, .q4 a {
	color:#A335EE !important;
}

.q5, .q5 a {
	color:#FF8000 !important;
}

.q6, .q6 a {
	color:#E5CC80 !important;
}

.q7, .q7 a {
	color:#FF0000 !important;
}

.q8, .q8 a {
	color:#FFFF98 !important;
}