* {
    font-family: Verdana;
}
body,td,th {
	//font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC66;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.js {
	text-align: justify;
}
.greenText {color: #98C51B}
.greyText {color: #939A98}
.thumb {
	border: 1px solid silver;
}
.thumb2 {
	border: 1px solid black;
}
.thumb3 {
	border: 2px solid black;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
.titleGreen {
	font-size: 18px;
	font-weight: bold;
	color: #98C51B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.titleGreenNoborder {
	font-size: 18px;
	font-weight: bold;
	color: #98C51B;
}
.size10 {
	font-size:10px;
}
.dotted {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.dottedGrey {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	color: #939A98;
}
.silverBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}
.orange {
	color: #FF9933;
}
.blue {
	color: #A4BBFF;
}
.red {
	color: #FF8080;
}
.green {
  color: #A8FFA8;
}
.smallGrey {
	font-size: 10px;
	color: #939A98;
	font-style: italic;
}
.smallWhite {
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
}
.smallRed {
	font-size: 10px;
	color: #FF0000;
	font-style: italic;
}
.smallGreyN {
	font-size: 10px;
	color: #939A98;
}
.ranked {
	font-size: 40px;
	font-weight: bold;
}
.rankedGold {
	font-size: 48px;
	font-weight: bold;
	color: #FFD700;
}
.rankedSilver {
	font-size: 48px;
	font-weight: bold;
	color: #C0C0C0;
}
.rankedBronze {
	font-size: 48px;
	font-weight: bold;
	color: #CD7F32;
}
.combat_hit {
  color: #FF8080;
}
.combat_hit_target {
  color: #FF0000;
}
.greyscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}