/* wow stylesheet */

a {text-decoration: none; color: #FFA500;}
a:hover {text-decoration: underline;}

.fs8 { font-size: 9px; }
.sm { font-size: 9px; }
.lg { font-size: 18px; }

.nowr,.nobr,.nowrap { white-space: nowrap; }

.msgopt {font-size: 9px; }

.wowitem, .wowitemt, .wowitemname
{
    font-family: arial,sans-serif;
	background-color: #999999;
/*	background-color: #333333; */
	text-align: left;
	width: 225px; 
	min-width: 150px;  
	max-width: 350px;
	-moz-border-radius: 5px;
	padding: 3px;
	border: 1px solid #a9a9a9;
/*	border-top: 2px;
	border-right: 5px;
	border-bottom: 3px;
	border-left: 5px; */
/*	border-color: #CC9966; */
/*	border-color: #000000; */
	border-style: solid;
	position: relative;
}



.wowover {
 position: absolute;
  top : 100px;
 left: 100px;

}

.credit {font-family: arial,sans-serif;font-size: 11px;}

.wowitemt td, .wowitem th, .wowitem
{
	background-color: #111111;
/*
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;

*/
  font: 10px arial,sans-serif;
  color: white;

}
.wowrttxt {
    float: right;
    display: compact;
    position: relative;
    text-align: right;
    right: 3px;
    top: -14px;
    color: #FFFFFF;
}

HR.ws
{
  height: 1px; 
  border: 1px solid #5E3B20; 
  color: #5E3B20; 
  background-color: #5E3B20;
}

#Horde,.Horde {color:#00FF00;}
#Alliance,.Alliance {color:yellow;}
#BothSides,.BothSides {color:white;}

.iname { font-size: 14px; }

.greyname {color: #9d9d9d; }
.whitename {color: #FFFFFF;}
.greenname,.greentext,.itemeffectlink {color: #1EFF00;}
.bluename {color: #0070DD; }
.purplename {color: #A434EE; }
.orangename {color: #D17C22; }
.redname {color: #FF0000; }
.goldtext {color: #ffd200;}
.yellowname { color: yellow; }

.itemeffectlink {max-width: 400px;}

.greyback {background: #9d9d9d; }
.whiteback {background: #FFFFFF;}
.greenback {background: #1EFF00;}
.blueback {background: #0070DD; }
.purpleback {background: #A434EE; }
.orangeback {background: #D17C22; }
.redback {background: #FF0000; }

.iho { cursor: pointer; }    /* hide/show image */

