﻿#listContainer
{
    margin-left:13px;
    margin-top:9px;
    float:left;  
    width:555px;
}

#greenStrip 
{
    padding:0px 0px 15px 0px;
}

.articleItem 
{
    clear:left;
}

.articleBullet
{
    float:left;
}

.articleSubject
{
    float:left;
    margin-left:6px;
    color:#4a4a4a;
    font-size:14px;
    font-weight:bold;
}

.articleSubject:hover 
{
    text-decoration:underline;
}

.articleDate 
{
    float:left;
    font-size:12px;
    margin-left:10px;
}

.articleSum 
{
    float:left;
    clear:left;
    margin-left:13px;
    margin-top:5px;
    width:515px;
    font-size:12px;
}

.toFullArticle 
{
    margin-left:10px;
}

.buffer 
{
    clear:both;
    float:left;
    margin-top:10px;
    width:515px;
    background-image:url(../images/buffer.gif);
    background-repeat:repeat-x;
}

#pager 
{
    text-align:center;
    clear:left;
}

.pagerNumber 
{
    font-size:12px;
    color:Black;
    text-decoration:none;
    cursor:pointer;
    padding:0px 7px 0px 7px;
    text-align:left;
}

.pagerNumber:hover 
{
    text-decoration:underline;
}

.pagerArrows
{
    cursor:pointer;
}

.publishedBy
{
    float:right;
    color:Black;
    font-size:10px;
}