
.footer {
	font-size: 0.7em;
	color: #777777;
}
body,td,th {
	color: #FF6600;
}
body {
	background-color: #202020;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.88em;
}
a:link {
	color: #FFB00C;
}
a:visited {
	color: #FFB00C;
}
a:hover {
	color: #FFB00C;
}
a:active {
	color: #FFB00C;
}
img {
	border: none;
}


.SmallieSlantie {
	font-size: small;
	font-style: italic;
}

.RemoveLink {
	font-size:x-small;
	text-decoration:none;
}

.Icon {
	background-repeat:no-repeat;
	background-position:center;
	height: 48px;
	width: 52px;
	display: block;
	position: relative;
	float: left;
	margin-right: 3px;
	text-decoration: none;
}

.IconOverlayTop {
	position:absolute;
	top:2px;
	left:2px;
	font-size: 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFF00;
}

.IconOverlayBottom {
	position:absolute;
	right:2px;
	bottom: 2px;
	font-size: 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:right;
	color:#FF0;
}

.IconOverlayTop span { position:absolute; display:block; top:0px;  }
.IconOverlayTop:before { display:block; padding:1px; content: attr(title); color:#000;  }

.IconOverlayBottom span { position:absolute; display:block; top:0px;  }
.IconOverlayBottom:before { display:block; padding:1px; content: attr(title); color:#000;  }


.RealmTable {
	font-size: 0.88em;
}

.RealmTable th {
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #888888;
}

.RealmTable td {
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	height: 48px;
	vertical-align: top;
	background-repeat:no-repeat;
	background-position:left top;
}

.ExtraTable {
	font-size: 0.88em;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}

.ExtraTable td {
	vertical-align: top;
}

.ExtraTable th {
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

.RealmTableRow1 {
	background-color: #222;
}
.RealmTableRow2 {
	background-color: #333;
}

.RealmTableRealmName {
	position:absolute;
	top:1px;
	left:1px;
	font-weight: bold;
}

.RealmTableRealmCommands {
	font-size:x-small;
	text-decoration:none;
	padding-top: 30px;
}

.LetterLink:hover, .LetterLink:active, .LetterLink:visited, .LetterLink:link { 	
	        color: #FF6600;
	}