#accordion
{
    width:430px;
    height:auto;
    float:left;
}
.welcome { width: 430px; height: auto; float: left; margin: 0 0 20px 10px; color: #737373; }

.news
{
    width: 59px;
    height: 24px;
    background: url(../images/news.gif) no-repeat;
    float: left;
}

.updates,.servers,.events
{
    width: 69px;
    height: 29px;
    float: left;
    
    margin: 12px 8px 0 0;
}
.updates {
	background: url(../images/update.png) no-repeat;
	margin-top: 10px;
}
.servers {
    background: url("../images/news.png") no-repeat scroll 0 0 transparent;
    margin-top: 10px;
}
.events {
	background: url(../images/event.png) no-repeat;
	margin-top: 10px;
}
.subject_wrap {
    border-bottom: 1px dotted #BDBDBD;
    color: #F8B618;
    cursor: pointer;
    float: left;
    height: auto;
    outline: 0 none;
    width: 538px;
}

.subject_wrap h3 {
    border: 0 none;
    color: #0066AE;
    display: block;
    float: left;
    width: 380px;
}

.subject_wrap img
{
    float:left;
    margin:0 5px 0 0;
}
.newsright {
    border-bottom: 1px dashed #DDDDDD;
    color: #004847;
    float: left;
    height: auto;
    margin: 0 3px 10px 1px;
    padding: 0 10px;
    width: 517px;
}
.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: #0092eb;
    font-weight:bolder;
    font-size: 10px;
    text-align: right;
    margin: 16px 0 0 0;
}
.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; }
