﻿div#documentlist
{
    
}
div#documentlist #documentlistleft
{
    float:left;
}
div#documentlist #documentlistright
{
    float:right;   
}

#newsitem
{
    min-height:300px;
}
.gridview
{
    border:0;
    width:536px;
}
.rowstyle
{
    background-color:#f1f1f1;    
}
.alternatingrowstyle
{
    background-color:#e3e3e3;
}
.readmorecolumn,
.datecolumn,
.titlecolumn
{
    height:20px;    
}
.readmorecolumn,
.datecolumn
{
    width:75px;
}
.titlecolumn
{
    width:400px;
    font-weight:bold;
}

.documentitem
{
    width:182px;
    height:76px;
    background-color:#f1f1f1;
    padding:4px;
}
.artnrTD
{
    width:100%;
    vertical-align:bottom;
}
.titleTD
{
    height:50px;
    vertical-align:top;
}
td
{
    padding-right:5px;
    padding-bottom:5px;
}
