body { 
    color: #000;
    background: #fff;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
a {
	text-decoration: none; 
	color: #369; 
}
a:hover { 
	color: #69c;
}
.status { 
	color: #333;
}
#message { 
	color: red; 
}
#user { 
	float: right; 
    font-size: x-small; 
    padding: 1em 1em;
	text-align:right;
	color:#333;
}
#links { 
	border-bottom:1px solid #369;
    margin: 0px;
    padding: 5px 10px;
    background:#fff;
}
#links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#links ul li { 
	margin-left: 0;
    padding: 3px 15px;
    border-left: 1px solid #369;
    list-style: none;
    display: inline;
    color: #fff;
}
#links ul li.first { 
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
h1 { 
	text-indent:0px;
    margin:0 0 0 0px;
    padding:2px 0 2px 40px;
    color:#fff; 
}
#header {
    background:#69c;
	padding-left:1em;
	padding-top:1em;
}
#user a {
	color:#FFF;
}
#user a:hover{
	color:#369;
}
h2 {
    color:#666; 
	font-size: medium;
	font-weight:bold;
}
h3 {
	font-weight:bold;
	font-size:small;
	color:#666;
	padding:0em 0em .25em 0em;
	margin:0em 0em 1em 0em;
}
h3.gamelist {
	padding:.25em 1em .25em 0em;
	background-color:#036;
	text-align: right;
	color:#fff;
}
.gameColumn { float: left; }
.game {
        margin: 0em 1em 1em 0em;
	font-size:x-small;
	padding:.5em;
	border:.125em solid #999;
	width:28em;
}
.dynastyImg { 
	float: left; 
	border: 0; 
	margin: 0em .1em; 
}
.name {
	font-size:small;
	font-weight:bold;
}
#leftside p {
	padding:0em;
	margin:0em;
}
#content {
	background: #fff;
	margin-left:16.5em;
	padding:.5em;
	font-size:small;
}
#leftside {
	padding:.5em;
	position: absolute;
	width: 15em;
	background: #ccc;
	font-size: small;
}
#leftside .divided {
	padding-bottom:1em;
}
#leftside h3 {
	color:#333;
	background-color:#aaa;
	padding:.25em;
}
div.autorefresh { 
	font-size: small; 
    float: right; 
}
table.userlist {  font-size: small; border: thin solid #69c; }
table.userlist .even {
	background-color: #ccc;
}
table.userlist .odd {
	background-color: #fff;
}
.tablehead {
	background-color: #ccc;
}
.players {
	font-size:x-small;
}

