/* style.css by Ghegs */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

p { 	
	font-size: 1em;
}

p.center {
	text-align: center;
	margin: 0 auto;
}

p.totheright {
	font-style: italic;
	text-align: right;
	font-size: 0.9em;
}

strong {
	font-size: 1.5em;
}

small {
	font-size: 0.8em;
}

/* Unvisited links */
a:link {
	color: #FFFFFF;
}

/* Visited links */
a:visited {
	color: #C3C4C2;
}

/* Mouse hovering over links */
a.hover:hover {
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 0.1em;
	padding-top: 0.1em;
	padding-bottom:0.1em;
	padding-right: 0.1em;
}

a.oldnews:link {
	color: #000000;
}

a.oldnews:visited {
	color: #000000;
}

a.replaylinks:link {
	color: #0000FF;
}

a.replaylinks:visited {
	color: #7A7ACC;
}

a img {
	border: none;
}

img.about {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}


hr.news {
	position: absolute;
	width: 20%;
	left: 110px;
}

#main {
	position: relative;
	top: 50px;
	left: 0px;
	height: 80px;
	width: 1000px;
	padding: 10px;
	margin: 0 auto;
	z-index: 1;
	text-align: left;
	color: #FFFFFF;
	background-color: #0080FF;
	/* background-color: #0000FF; */
}

#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 120px;
	margin: 0 auto;
	z-index: 3;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2em;
	color: #FFFFFF;
	background-color: #0080FF;
	/* background-color: #0000FF; */
}

#textbody {
	position: relative;
	top: 14px;
	left: 130px;
	width: 850px;
	z-index: 3;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

#footer {
	position: relative;
	top: 40px;
	left: 120px;
	width: 800px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #FFFFFF;
	background-color: #0080FF;
	/* background-color: #0000FF; */
	z-index: 2;
	text-align: left;
}

ul.active {
	list-style-type: disc;
	padding-left: 10px;
	margin: 0;
}
ul.inactive {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

table.replays {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: black;
	border-style: none;
}

table.replays th {
	border-width: 1px;
	padding: 5px;
	border-color: black;
	border-style: inset;
}

table.replays th.invisible {
	border-width: 0px;
}

table.replays td {
	border-width: 1px;
	padding: 5px;
	border-color: black;
	border-style: inset;
}

table.replays td.invisible {
	border-width: 0px;
}

/* The "hide and display content" code is by Devin R. Olsen (http://www.devinrolsen.com), I merely took it and modified it for my site's needs. All kudos to him. */


.contentBox {
	width:50px;
	height:20px;
}

.contentBox ul {
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
}

.contentBox ul li {
	display:inline;
	float: right;
	color: #000000;
	background-color:#FFFFFF;
	margin-right:0px;
}

.titleCell {
	width:50px;
	height:22px;
	position:relative; z-index:10;
	margin:0px; padding:0px;
	cursor:pointer;
}

.titleCell strong {
	font-weight: normal;
	font-style: italic;
	font-size:1em;
	position:absolute; z-index:10;
	width:48px;  height:20px;
	text-align:center;
	border:#000 solid; border-width:0px;
}

.contentBox ul ul {
	position:absolute; left:0px;
	display:none;
	z-index:100;
}

.contentBox ul ul li {
	border:#000 solid;
	border-width:1px;
	width:726px;
	color: #000000;
	background-color:#FFFFFF;
	padding:10px;
}

.contentBox ul li:hover ul {
	display:block; top:-1px; top:21px;
}

.contentBox ul li:hover .titleCell strong {
	border-left:#000 solid;
	border-right:#000 solid;
	border-top:#000 solid;
	border-bottom:#fff solid;
	border-width:1px;
	background-color:#FFF;
	color: #000000;
}









/* BACKUP
.contentBox {
	width:50px;
	height:20px;
}

.contentBox ul {
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
}

.contentBox ul li {
	display:inline;
	float: right;
	color: #FFFFFF;
	background-color:#0000FF;
	margin-right:0px;
}

.titleCell {
	width:50px;
	height:22px;
	position:relative; z-index:1000;
	margin:0px; padding:0px;
	cursor:pointer;
}

.titleCell strong {
	font-size:14px;
	position:absolute; z-index:1000;
	width:48px;  height:20px;
	text-align:center;
	border:#000 solid; border-width:0px;
}

.contentBox ul ul {
	position:absolute; left:0px;
	display:none;
	z-index:100;
}

.contentBox ul ul li {
	border:#000 solid;
	border-width:1px;
	width:726px;
	color: #000000;
	background-color:#FFFFFF;
	padding:10px;
}

.contentBox ul li:hover ul {
	display:block; top:-1px; !important; top:21px;
}

.contentBox ul li:hover .titleCell strong {
	border-left:#000 solid;
	border-right:#000 solid;
	border-top:#000 solid;
	border-bottom:#fff solid;
	border-width:1px;
	background-color:#FFF;
	color: #000000;
}

*/