﻿.NewsItemStyle
{
    /*    border-bottom:solid 1px #dbe1d2;*/
    width: 100%;
}

.NewestTitle
{
    font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
    text-decoration: none;
}

.NewestTitle:hover
{
    text-decoration: underline;
}

.NewestCategory
{
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: none;
}

.NewestCategory:hover
{
    text-decoration: underline;
}

.PanelRound
{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    border-top: solid 1px #b6b5b5;
    border-left: solid 1px #b6b5b5;
    border-right: solid 1px #b6b5b5;
    border-bottom: solid 1px #b6b5b5;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius:0px;
    border: solid 1px #e0e0e0;
}

.TabHeader
{
    background:transparent url(Images/Panels/tabHeader.png) no-repeat top left;
    width:115px;
    height:21px;
    color:White;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    padding-top:7px;
}

.TabHeader span
{
    padding-right:10px;
}