#accordion
{
    width:403px;
    height:auto;
    float:left;
}
.news
{
    width: 58px;
    height: 24px;
    background: url(../images/news.gif) no-repeat;
    float: left;
}

.updates,.servers
{
    width: 58px;
    height: 24px;
    float: left;
    background: url(../images/update.gif) no-repeat;
}
.subject_wrap
{
    width: 454px;
    height: auto;
    float:left;
    outline: 0;
    margin: 0 0 10px 0;
/*    border: 1px solid red;*/
    border-bottom: 1px dashed #5a5a5a;
    cursor: pointer;
    padding: 0 0 10px 0;
}   
.subject_wrap img
{
    float:left;
    margin:0 5px 0 0;
}
.newsright
{
    width: 99%;
    height:auto;
    float:left;
    margin:0 3px 10px 10px;
    padding:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.subject_wrap  h2
{
    width: 288px;
    height: auto;
    color: #717171;
    padding:0;
    font-weight:bolder;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 5px 0 0 5px;
    text-shadow: none;
    overflow: hidden;
}
.ndetails
{
    
    padding:0 0 5px 0;
    color:#0c68b5;
    float:right;
    width:auto;
    height:auto;
    margin:-16px 0 20px 0;
}
.posted
{
    width: 70px;
    height: auto;
    float: right;
    padding: 2px 0 0 0;
/*    margin:15px 10px 5px 0;*/
    color: #b00e0f;
    font-weight:bolder;
    font-size: 10px;
    text-align: right;
}
.ndetails p
{
    margin:0;
    padding:0;
}
.pagination
{
    width:auto;
    height:auto;
    float:right;
    margin:20px 20px 0 20px;
    padding:5px 0;
    text-align: right;
}
#pager
{
    float:left;
}
#pager a 
{ 
    text-decoration: none; 
    margin: 3px; 
    padding: 5px 8px;  
    color:#fff;
    text-align: center;
    background:url(../images/pstarth.png) no-repeat center;
    font-size:9px;
}
#pager a.activeSlide 
{ 
     background:url(../images/pstar.png) no-repeat center;  
}
#pager a:focus { outline: none; }

.mask
{
    width: 100%;
    height: auto;
    overflow-y: scroll;
}
