/* CSS Document */
body {
	color: #FFFFFF;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
	padding: 0em;
	background: #000000;
	text-align: left;
	vertical-align: top;
	left: 0em;
	top: 0em;

:rtl;
	SCROLLBAR-FACE-COLOR: #821118; SCROLLBAR-HIGHLIGHT-COLOR: #333333; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-TRACK-COLOR: #202020; SCROLLBAR-DARKSHADOW-COLOR: black; SCROLLBAR-BASE-COLOR: #202020; SCROLLBAR-ARROW-COLOR: #FFFFFF;scrollbar-3dlight-color:#EFD79A;
}

a{
	color: #DFF4FF;
	text-decoration: none;

}
a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
p
{
	font-family: Verdana, sans-serif;
	font-size: 73%;
	line-height: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;


}
.blue-text {
	color: #0099FF;
}
.gold-text {
	color: #E6B559;
}
.textsmall
{font-family: Geneva, Verdana, sans-serif;font-size: 65%;line-height: 1.5em;color: #FFFFFF;text-decoration: none;text-align: justify;}

ul li {
	font: 70%/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code
{
	font-size: 120%;	/* monospace fonts are typically smaller that 
				   'normal' fonts under Mozilla. */
}

/*
	Time to try and get all the heading elements to the same size 
	regardless of browser. (IE seems to put them a big bigger
	than Mozilla, typically.)
*/
h1
{
	font-size: 125%;
	font-family: Georgia, Verdana, sans-serif;
	color: #E9BF5F;
	filter: Shadow(Color=000000, Direction=130);
}
h2
{
	font-size: 110%;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
	color: #FFFFFF;


}
h3
{
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;

}
h4
{
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
h5
{
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
h6
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
.welcome {
	font: italic 80%/16px Verdana, Arial, Helvetica, sans-serif;
	color: #E6B559;
	text-align: left;

}
hr {
	font-size: 0em;
	margin: 1em 0em;
	padding: 0px;
	height: auto;
	width: 98%;
	border: 1px dashed #666666;
}
#ranks {
	margin: 1em 0em 0.2em;
	padding: 0px;

}
#img {
	text-align: center;
	padding: 4px;
	height: 76px;
	width: 277px;
	border: 2px outset #FF0000;
	margin: 0em;
	background: #333333;
	z-index: auto;
	vertical-align: middle;
	display: block;
	cursor: crosshair;
}

.imgsgeneral {
	padding: 0px;
	border: 2px outset #FF0000;
	margin: 0em;
	background: #333333;
	cursor: crosshair;
}
#menu li {
	float: left;
	position: relative;
	z-index: auto;
	left: 2em;
	top: 2em;
	width: 40em;
	margin: .5em;



}
#menu li a {
	display: block;
	background: #000000;
	text-align: center;
	color: #EFC069;
	padding: 0.2em 0;
	text-decoration: none;
	margin: 0em 0em 0em 0.3em;
	border: 1px outset #666666;
	width:20em;
}
#menu li a:hover {
	background: #990000;
	color: #FFCC00;
	text-decoration: underline;
	border: 1px inset #990000;
}
#pokerseriescontent {
	text-align: left;
	vertical-align: top;
	margin: 1em;
	padding: 0px;
	height: auto;
	width: 40em;
	position: absolute;
	z-index: auto;
	left: 1em;
	top: 1em;
}
