.NewsGrid
{
    border-bottom: solid 1px #EFEFEF;
    border-top: none;
    border-right: none;
    border-left: none;
}
.NewsGrid .news-title { font-weight: bold; }
.NewsGrid .news-text { padding-top: 1px; font-weight: normal; }

.RowStyle
{
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #696969;
    border-bottom: solid 1px #EFEFEF;
    border-top: none;
    border-right: none;
    border-left: none;
}
.RowStyle td
{
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #696969;
    vertical-align: middle;
    border-bottom: solid 1px #EFEFEF;
}
.RowStyle a
{
    font-family: Verdana,Arial;
    font-size: 11px;
    text-decoration: none;
    color: #696969;
}
.RowStyle a:hover
{
    font-family: Verdana,Arial;
    font-size: 11px;
    text-decoration: underline;
    color: #696969;
}
.HeaderStyle
{
    background-color: #E9E9EB; /*background-image: url(../ir/Img/newsGrid/header_rowBg.gif);*/
    background-image: url(../Img/newsGrid/header_rowBg.gif);
    color: Black;
    font-weight: bold;
}
.HeaderStyle th
{
    height: 20px;
    font-family: Verdana,Arial;
    font-size: 11px;
    color: Black;
    vertical-align: middle;
}
.PagerStyle
{
    color: Black;
    font-family: Verdana,Arial;
    font-size: 11px;
    background-color: White;
}

