﻿/* Archive */
.newsArchive
{
    font-size: 11px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.newsArchiveHdr
{
    width: 355px;
    height: 30px;
    background-image: url(../../Images/header_newsarchive.gif);
    background-repeat: no-repeat;
}

.newsArchiveHdr .rssFeed 
{
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}

.newsArchive a 
{
    font-weight: bold;
    text-decoration: none;
}

.newsArchive a:hover
{
    text-decoration: underline;
}

.rowMidHdr,.rowMid,.rowMidAlt
{
    width: 355px;
    line-height: 20px;
    height: 20px;
}

.rowMidHdr 
{
    font-weight: bold;
}

.rowMid
{
    background-color: #EFEFEF;
}

.rowMid_RowL
{
    width: 50px;
    float: left;
    margin-left: 5px;
}

.rowMid_RowR 
{
    float: left;
}

.rowClr 
{
    clear: both;
}

/* Archive Paging */
.rowPaging
{
    margin-top: 5px;
}

.rowPaging .PagingLabel 
{
    width: 145px;
    float: left;
    text-align: center;
}

.rowPaging .Prev
{
    width: 100px;
    float: left;
}

.rowPaging .Next
{
    text-align: right;
    width: 100px;
    float: left;
}

