/* CSS Document */

body {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:0.8em;
 font-style:normal;
 line-height:normal;
 font-weight:normal;
 font-variant:normal;
 background-color:white;
 color:black;
 margin:0;
}

img.logo {
 position:absolute;
 top:0px;
 left:0px;
 width:150px;
 height:150px;
 z-index:1;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
}

span.welcome {
 position:absolute;
 top:10px;
 right:82px;
 text-align:right;
}

img.donate {
 position:absolute;
 top:10px;
 right:10px;
 width:62px;
 height:31px;
 border:0;
}

div.head {
 background:#66cc66;
 text-align:center;
 top:0;
 left:0;
 right:0;
 padding:10px;
}

div.body {
 width:70%;
 margin:20px auto;
}

div.copyright {
 background:#66cc66;
 text-align:center;
 font-size:xx-small;
 padding:5px 0;
 position:fixed;
 left:0px;
 right:0px;
 bottom:0px;
#width:100%;
}

div.center {
 text-align:center;
}

span.bold {
 font-weight:bold;
}

span.srch {
 background-color:#FFFF00;
}

span.normal {
 font-weight:100;
}

span.bigbold {
 font-size:larger;
 font-weight:bold;
}

span.small {
 font-weight:normal;
 font-size:smaller;
}

span.where {
 color:#008800;
}

div.body table {
 margin:10px auto;
}

table.userlist {
 border-collapse:collapse;
 width:75%;
}

table.userlist td {
 border:1px solid black;
 padding:0 2px;
}

table.adminlist {
 border-collapse:collapse;
}

table.adminlist td {
 border:1px solid black;
 padding:0 2px;
}

table.clownlist {
 border-collapse:collapse;
 width:75%;
}

table.clownlist td {
 vertical-align:top;
 border:0;
 padding:5px 2px;
}

table.clownlist th {
 font-size:larger;
 font-weight:bold;
 padding:10px 2px;
 text-align:left;
}

table.clownlist a {
 font-weight:bold;
}

table.clownlist a img {
 border:0;
 width:50px;
 height:50px;
}

table.tradelist {
 border-collapse:collapse;
 width:75%;
}

table.tradelist td {
 vertical-align:top;
 border:0;
 padding:5px 2px;
}

table.tradelist a {
 font-weight:bold;
}

table.clown td {
 vertical-align:top;
}

table.clown img {
 border:0;
 width:150px;
 height:150px;
}
