.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-fix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .clear-fix {
	height:1%;
}
.clear-fix {
	display:block;
}

a {
	color: #000;
	text-decoration: none;
}

.appMenu {
	margin: 0px;
	padding: 15px;
	background-color: #F60;
	height: 30px;
}

body {
	text-align: center;
	color: #222222;
	/*background: #555555 url('../images/background.png') repeat fixed;*/
	font-family: Arial;
}
.rankingHeader {
	font-weight: bold;
}
.ranking {
	margin: 10px 0px 0px 5px;
}
.ranking div {
	float: left;
}
.ranking_rank {
	text-align: right;
	width: 50px;
	padding: 0px 20px 0px 0px;
}
.ranking_guild_name {
	width: 200px;
}
.ranking_realm {
	width: 200px;
}
td.divTL {
	width: 20px;
	background-image: url(../images/CornerTopLeft.png);
	background-coor: transparent;
}
td.divTR {
	width: 20px;
	background-image: url(../images/CornerTopRight.png);
	background-coor: transparent;
}
td.divBL {
	width: 20px;
	background-image: url(../images/CornerBottomLeft.png);
	background-coor: transparent;
}
td.divBR {
	width: 20px;
	background-image: url(../images/CornerBottomRight.png);
	background-coor: transparent;
}
td.divCL {
	width: 20px;
	background-image: url(../images/SideLeft.png);
	background-repeat: repeat-y;
	background-color:transparent;
}
td.divCR {
	width: 20px;
	background-image: url(../images/SideRight.png);
	background-repeat: repeat-y;
	background-color:transparent;
}
td.divTC {
	height: 20px;
	background-image: url(../images/SideTop.png);
	background-repeat: repeat-x;
	background-color:transparent;
}
td.divBC {
	height: 20px;
	background-image: url(../images/SideBottom.png);
	background-repeat: repeat-x;
	background-color:transparent;
}
td.divCC {
	text-align: center;
}
div.page {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}
div.pageHeader {
}
img.headerLogo {
	width: 900px;
	border-bottom: 0px solid black;
}
div.topMenu {
	line-height: 26px;
	font-size: 1.2em;
	background: #fff;
}
div.bottomMenu {
	line-height: 26px;
	font-size: 1.2em;
	background: #fff;
}
div.footer {
	background: #fff;
	line-height: 26px;
}
span.menuButton {
	padding: 5px 8px;
	cursor: pointer;
}
span.menuButtonHovered {
	color: #888888;
}
div.pageContent {
	background-color: #FFF;
}
div.content-header {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	font-size: 120%;
	height: 60px;
	line-height: 58px;
	padding: 0px 20px 0px 20px;
	background-color: #5F5F5F;
	color: white;
}
div.content-footer {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	font-size: 120%;
	height: 60px;
	line-height: 58px;
	padding: 0px 20px 0px 20px;
	background-color: #5F5F5F;
	color: white;
}
table.ssTable {
	width: 800px;
}
div.content-body {
	text-align: left;
	padding: 20px 20px 20px 20px;
}
td.screenshot {
	margin: 10px;
	text-align: center;
}
td.ss-caption {
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
ul.features-list {
	list-style-type: circle;
	padding-left: 28px;
}
ol.details-list {
	list-style-type: lower-alpha;
	padding-left: 28px;
}
