#header {
	height: 122px;
	background-image: url("/img/gladiators/headerBlue.jpg");
	background-repeat: no-repeat;
}

#wrapper {
	background-image: url("/img/gladiators/bgBlue.png");
	background-repeat: repeat-y;
}
		 
#header ul {
	list-style: none;
	position: relative;
	top: 35px;
	margin-left: 210px;
}

#header li {
	float: left;
	text-align: center;
	padding: 16px 0.8em;
	font-size: 1.2em;
}
#header a {
	display: block;
	text-decoration: none;
	color: #4b308c;
}

#header li:hover {
	background-image: url("/img/gladiators/navbarInvertedBlue.gif");
	background-repeat:repeat-x; 
}

#header li.selected {
	font-weight: bold;	
}

#footer {
	text-align: center;
	font-size: smaller;
	background-image: url("/img/gladiators/footerBlue.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-bottom: 1em;
}

thead {
	background-color: #ddf;
}

col#playerParents, col.description { border: none; }

tr.even { background-color: #eef; }
tr.SPE { background-color: #ffd; }

/* tr.PRC, tr.SPE { background-color: #eef; }
tr.GEX { background-color: #ddf; }
tr.GTN { background-color: #ccf; } */


h2, caption { color: #77f; }

.title {
	color: #77f;
	font-size: 2em;
}
