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: 900px;
	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;
}

.danger a {
	color: #FF0000;
}

.danger a {
	color: #FF0000;
}

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);
}

.iconsmall { background:transparent none no-repeat scroll 3px; width:26px; height:26px; position:relative; }
.iconsmall .tile { background-image:url(http://static.wowhead.com/images/icon_border_small.png); width:26px; height:26px; }
.iconsmall a { width: 20px; height: 20px; left: 3px; top: 3px; position: absolute; z-index: 20; display: block; border: 0; background: url(http://static.wowhead.com/images/icon_hilite_small.png) no-repeat 0 0; }
.iconsmall a:hover { background-position: -20px 0 }
.iconsmall .glow {cursor:default; font-size:18px; font-weight:bold; margin:5px 7px; }
.iconsmall .hilite{display: none;position: absolute; width: 26px; height: 26px; left: 3px; top: 3px; background: url(http://static.wowhead.com/images/icon_hilite_small.png);}

.iconmedium { background:transparent none no-repeat scroll 3px; width:44px; height:44px; position:relative; }
.iconmedium .tile { background-image:url(http://static.wowhead.com/images/icon_border_medium.png); width:44px; height:44px; }
.iconmedium a { width: 38px; height: 38px; left: 3px; top: 3px; position: absolute; z-index: 20; display: block; border: 0; background: url(http://static.wowhead.com/images/icon_hilite_medium.png) no-repeat 0 0; }
.iconmedium a:hover { background-position: -38px 0 }
.iconmedium .glow {cursor:default; font-size:18px; font-weight:bold; margin:5px 7px; }
.iconmedium .hilite{display: none;position: absolute; width: 48px; height: 48px; left: 3px; top: 3px; background: url(http://static.wowhead.com/images/icon_hilite_medium.png);}

.iconlarge { background:transparent none no-repeat scroll 3px; width:68px; height:68px; position:relative; }
.iconlarge .tile { background-image:url(http://static.wowhead.com/images/icon_border_large.png); width:68px; height:68px; }
.iconlarge a { width: 56px; height: 56px; left: 6px; top: 6px; position: absolute; z-index: 20; display: block; border: 0; background: url(http://static.wowhead.com/images/icon_hilite_large.png) no-repeat 0 0; }
.iconlarge a:hover { background-position: -56px 0 }
.iconlarge .glow {cursor:default; font-size:18px; font-weight:bold; margin:5px 7px; }
.iconlarge .hilite{display: none;position: absolute; width: 68px; height: 68px; left: 6px; top: 6px; background: url(http://static.wowhead.com/images/icon_hilite_large.png);}

/*
.iconsmall .tile  { width: 26px; height: 26px; background-image: url(http://static.wowhead.com/images/icon_border_small.png) }
.iconsmall a { width: 20px; height: 20px; left: 3px; top: 3px; position: absolute; z-index: 20; display: block; border: 0; background: url(http://static.wowhead.com/images/icon_hilite_small.png) no-repeat 20px 0; }
.iconsmall a:hover { background-position: 0 0 }

.iconmedium { width: 44px; height: 44px; background: 4px 4px no-repeat; position: relative }
.iconmedium .tile  { width: 44px; height: 44px; background-image: url(http://static.wowhead.com/images/icon_border_medium.png) }
.iconmedium a { width: 38px; height: 38px; left: 3px; top: 3px; position: absolute; z-index: 20; display: block; border: 0; background: url(http://static.wowhead.com/images/icon_hilite_medium.png) no-repeat 0 0; }
.iconmedium a:hover { background-position: -38px 0 }

.iconlarge { width: 68px; height: 68px; background: 6px 6px no-repeat; position: relative }
.iconlarge .tile { width: 68px; height: 68px; background-image: url(http://static.wowhead.com/images/icon_border_large.png) }
.iconlarge .hover { width: 54px; height: 56px; left: 6px; top: 6px; position: absolute; z-index: 20; cursor: default }
.iconlarge .hover a { width: 54px; height: 56px; display: block; border: 0 }

.iconsmall  .glow { font-size: 11px; margin: 2px 5px 2px 4px; cursor: default; font-weight: bold }
.iconmedium .glow { font-size: 13px; margin: 4px 6px 4px 6px; cursor: default; font-weight: bold }
.iconlarge  .glow { font-size: 18px; margin: 4px 6px 4px 6px; cursor: default; font-weight: bold }
*/

/* 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;
}

/* Smaller font versions of the wowhead item quality styles */

.qs {
	color:#FFD100 !important;
	font-size: 10px;
	font-weight: bold;
}

.q0s, .q0s a {
	color:#9D9D9D !important;
	font-size: 10px;
	font-weight: bold;
}

.q1s, .q1s a {
	color:#FFFFFF !important;
	font-size: 10px;
	font-weight: bold;
}

.q2s, .q2s a {
	color:#1EFF00 !important;
	font-size: 10px;
	font-weight: bold;
}

.q3s, .q3s a {
	color:#0070DD !important;
	font-size: 10px;
	font-weight: bold;
}

.q4s, .q4s a {
	color:#A335EE !important;
	font-size: 10px;
	font-weight: bold;
}

.q5s, .q5s a {
	color:#FF8000 !important;
	font-size: 10px;
	font-weight: bold;
}

.q6s, .q6s a {
	color:#E5CC80 !important;
	font-size: 10px;
	font-weight: bold;
}

.q7s, .q7s a {
	color:#FF0000 !important;
	font-size: 10px;
	font-weight: bold;
}

.q8s, .q8s a {
	color:#FFFF98 !important;
	font-size: 10px;
	font-weight: bold;
}