/* Item colors */
.redname,    .quality6 { color: #FF0000; font-weight: bold; }
.orangename, .quality5 { color: #FF8000; font-weight: bold; }
.purplename, .quality4 { color: #A335EE; font-weight: bold; }
.bluename,   .quality3 { color: #0070DD; font-weight: bold; }
.greenname,  .quality2 { color: #1EFF00; font-weight: bold; }
.whitename,  .quality1 { color: #FFFFFF; font-weight: bold; }
.greyname              { color: #9D9D9D; font-weight: bold; }
.yellowname			   { color: #FFD100; font-weight: bold; }

/* Item colors */
.wowred		{ color: #FF0000; font-weight: normal; }
.woworange	{ color: #FF8000; font-weight: normal; }
.wowpurple	{ color: #A335EE; font-weight: normal; }
.wowblue	{ color: #0070DD; font-weight: normal; }
.wowgreen	{ color: #1EFF00; font-weight: normal; }
.wowwhite	{ color: #FFFFFF; font-weight: normal; }
.wowgrey    { color: #9D9D9D; font-weight: normal; }

table.tooltip {
	border: 0;
	border-spacing: 0; 
	border-collapse: collapse;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

table.tooltip td, table.tooltip tr {
	border: 0;
}

table.tooltip td.top-left {
	background-image: url(http://wowjutsu.com/i/itemstats/tooltip.gif); 
	background-position: top left; 
	height: 4px;
}

table.tooltip td.top-right {
	background-image: url(http://wowjutsu.com/i/itemstats/tooltip.gif); 
	background-position: top right; 
	height: 4px;
}

table.tooltip td.bottom-left {
	background-image: url(http://wowjutsu.com/i/itemstats/tooltip.gif); 
	background-position: bottom left; 
	height: 4px;
}

table.tooltip td.bottom-right {
	background-image: url(http://wowjutsu.com/i/itemstats/tooltip.gif); 
	background-position: bottom right; 
	height: 4px;
}

table.tooltip td.left {
	background-image: url(http://wowjutsu.com/i/itemstats/tooltip.gif); 
	background-position: center left;
	padding: 0;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

table.tooltip td.left div.right {
	background-image: url(http://wowjutsu.com/i/itemstats/tooltip-right.gif); 
	background-position: center right; 
	background-repeat: repeat-y;
	padding: 0 8px 0 8px;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

div.tooltip {
	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

.tooltip {
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 17px; 
	color: white; 
}

.tooltip { z-index: 100000001; }
.tooltip a { text-decoration: none }
.tooltip a:hover { text-decoration: underline }

.tooltip table { 
	border-spacing: 0; 
	border-collapse: collapse; 
	margin-right: 0;
	width: 100%;
	width:expression("auto");
}

.tooltip td, .tooltip tr, .tooltip table, .tooltip th { border: 0; }

.tooltip td, .tooltip th { background: none; font-family: Verdana, sans-serif; font-size: 11px; line-height: 17px; color: white; padding: 5px }
.tooltip th { padding: 3px; padding-right: 8px; height: 8px }
.tooltip td { padding: 8px 4px 1px 9px }

.tooltip b { font-size: 14px; line-height: 17px; font-weight: normal }
.tooltip div.indent { padding-left: 0.6em }

.tooltip td th, .tooltip td td { background: none }
.tooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal }
.tooltip td td { padding: 0 }

.tooltip table.shrink b { font-size: 12px; line-height: 15px }
.tooltip table.shrink td, .tooltip table.shrink th { font-size: 10px; line-height: 14px }

.raid-link {

}
