#table .head {
border-bottom:1px solid #fff;
}
.head td {
font-weight:700;
}
tr:nth-child(even) {
background: #333;
}

.sfw {
display:block;
}
.overflow {
display:block;
width: 420px;
overflow:hidden;
}
#table {
display:block;
overflow:hidden;
}
#content {
display:block;
position:absolute;
left:50%;
margin-left:-514px;
}
#contentholder {
margin:0;
border:12px solid #333;
-moz-border-radius:8px;
}
.left {
display:block;
margin-left:16px;
float:left;
}
.right {
display:block;
margin-right:16px;
float:right;
}
.clear {
clear:both;
}
#load {
display: none;
position: absolute;
right: 6px;
top: 6px;
background: url(/ajax-loader.gif);
width: 16px;
height: 16px;
text-indent: -9999em;
}
.footer {
padding-top:4px;
text-align:left;
background:#333;
}
.footer a:hover {
background:#444;
}

#container {
display:block;
min-height:660px;
width:960px;
overflow:hidden;
}
ul {
display:block;
width:600px;
margin:0;
padding:0;
}
li {
display:block;
width:600px;
list-style-type:none;
}
.commentsbox {
display:none;
overflow:auto;
height:150px;
}
