/* Styles for ladder. */

table.ladderTable {
	border-collapse: collapse;
	padding: 0px;
	border: 0px solid #666666;
 background: #000000  margin-top: 1px;
	margin-left: 0;
	margin-right: 0;
	width: 33%;
	text-align:center;
}
table.ladderTable TD {
	padding: 0px;
	color:#FFF;
	vertical-align:top;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
table.ladderTable TR.row {
/* Huge IE resource hog when having to handle more than 40 rows.
              h: expression(onmouseover=new Function("this.style.backgroundColor='#8A7000'; this.style.color='#000000'; this.style.width='100%'; this.style.height='100%'; this.style.opacity=0.15; this.style.position='relative'; "),
				   onmouseout=new Function("this.style.backgroundColor='transparent'; this.style.color='#FFFFFF'; this.style.width='100%'; this.style.height='100%'; this.style.opacity=1; this.style.position='relative'; ")); */
}
table.ladderTable TR.row:hover #translucentbkg {
	background-color: #FFE155;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}
table.ladderTable TR.row:hover #opaquetext {
	background-color: transparent;
	position: absolute;
}
table.ladderTable TR.row #translucentbkg {
	position: relative;
}
table.ladderTable TR.row #opaquetext {
	background-color: transparent;
	position: absolute;
}
table.ladderTable TD.title {
	text-align: left;
	border-bottom: 1px solid #666666;
	padding: 1px;
	white-space: nowrap;
}
table.ladderForm {
	border: 0px;
	padding: 0px;
}
.maxResults {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
.maxResults TD.cell {
	background: #000000 url(http://www.guildwars.com/images/spotimages/alchemy-big.jpg);
	padding: 2px;
	width: 20%;
	text-align: center;
	border-bottom: none;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	white-space: nowrap;
}
.maxResults IMG {
	vertical-align: middle;
}
table.guildTable {
	border-collapse: collapse;
	padding: 0px;
	border: 1px solid #666666;
	background: #000000 url(http://www.guildwars.com/images/spotimages/alchemy-big.jpg);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.contentTable {
	line-height: 1;
	left: 20em;
	right:auto;
}
table.contentTable2 {
	line-height: 1;
	left: auto;
	right: 0em;
	position:fixed;
	top: 0.5em;
	bottom: auto;
}
table.contentTable3 {
	line-height: 1;
	left: auto;
	right: 0em;
	position:fixed;
	top: 13em;
	bottom: auto;
}
div.banner {
	margin: 0;
	font-size: 80% /*smaller*/;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	top: 0em;
	left: 0em;
	right: auto;
	height:100%;
	width:100%;
}
div.banner2 {
	margin: 0;
	font-size: 80% /*smaller*/;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: auto;
	height: 100%;
}
div.banner3 {
	margin: 0;
	font-size: 80% /*smaller*/;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	top: auto;
	left: auto;
	right: 0em;
	bottom: 0em;
}

div.banner3 a, div.banner3 em {
	border-bottom: 0px
}
	div.banner4{
		position:fixed;
		top:auto;
		left:auto;
		right:2em;
		bottom:auto;
		height:90%;
		width:90%;
}
	div.banner5{
		font-size:80%;
}
body {
	background-color:#000;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	font-size:14px;
}
div.text {
	text-align:left;
	color:#FFF;
}
a:link {
	color: #CCC;
}
