@charset "UTF-8";

a:link {
	color: #aaf;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #aaa;
}

a:active {
	color: #ff0;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 854px;
}

#footer {
    text-align: center;
    font-size: 10px;
    height: 10px;
    padding-top:2px;
    padding-bottom:2px;
    position:fixed;
    bottom:2px;
    right:2px;
}

body, html {
	border: none;
	margin: 0;
	padding: 0;
	background-color: #222;
	color: #e0d0d0;
	background-image:url('/static/bg.gif');
	font-weight: normal;
	font-family: sans-serif;
        height:100%;	
}

#toppanel {
	height: 48px;
	background-color: #555;
	background-image:url('/static/top-bg.gif');
	border-bottom: 3px solid #000;	
}

#toppanel #links {
	float: left;
	margin: 12px;
	font-size: 18px;
}

#toppanel #loginpanel {
	float: right;
	margin: 12px;
	font-size: 18px;
}

#toppanel #logo {
	float: left;
	border: 0px; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.pad {
	margin: 4px;
}

.rightgap {
	padding-right: 16px;
}

#users {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.user-box {
    background-image: url(/static/user-box.png);
    color: #e0d0d0 !important;
    min-width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.announcement {
    background-image: url(/static/user-box.png);
    color: #e0d0d0 !important;
    width: 100%;
    text-align: center;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    margin-top: 0.83em;
}