/********** News (Home Page) **********/

#news {
    
    }

.news {
    overflow: hidden;        
    background: #fff url(../img/newsbg.gif) 0 0 no-repeat;
    padding: 10px 5px;    
    }
.news a.newstitle {
    display: block;
    overflow: hidden;    
    padding: 5px 0 5px 57px;
    color: #0061ab;    
    }
    .news a.newstitle:hover {color: #000}

    .news-title {
        float: left;
        font-size: 14px;    
        font-weight: bold;
        text-decoration: underline;
        }
    .news-rcount {
        float: right;
        font-size: 11px;
        padding: 1px 0;
        margin-right: 14px;        
        }    
.news a.username {    
    color: #333;
    }
.news h3 {
    font-size: 11px;
    font-weight: normal;    
    color: #555;
    padding: 0 0 0 57px;
    }
.news p.newsbody {
    min-height: 40px;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
    color: #000;    
    font-size: 12px;    
    }
#servers {
    overflow: hidden;
    }
#servers .serverq {
    overflow: hidden;
    float: left;
    width: 600px;
    clear: both;
    list-style: none;
    padding: 0;    
    background: #333;
    border-bottom: 1px solid #000;    
    }    

#servers .serverq li {
    float: left;
    font-size: 11px;
    height: 23px;
    color: #fff;    
    white-space: nowrap;
    overflow: hidden;
    font-family: tahoma;    
    background: url(../img/h4a.gif) 0 0 repeat-x;    
    }    
    #servers li span {
        display: block;
        text-align: center;
        padding: 5px 0;
        }
    #servers li.s-title {
        width: 240px;
        padding-left: 5px;
        border-right: 1px solid #000;                
        }
        #servers li.s-title span {
            display: block;
            padding-left: 20px;
            background-position: 0 50%;
            background-repeat: no-repeat;
            text-align: left;
            }
    #servers li.s-ip {
        width: 147px;
        text-align: center;
        border-right: 1px solid #000;               
        }
    #servers li.s-map {
        width: 155px;
        text-align: center;
        border-right: 1px solid #000;        
        }
    #servers li.s-players {        
        width: 50px;
        text-align: center;
        }
        
.bar {
    height: 14px;
    padding: 6px 0;
    margin: 5px 0;
    background: url(../img/base_round.gif);
    text-align: center;
    color: #ccc;
    }
    .bar a {
        color: #999;
        }
        .bar a:hover {
	    		color: #eee
				}
