﻿.item {
    padding: 5px;
}

.body {
    padding: 6px;
    font-size: small;
    text-align: justify;
}

    .body a {
        color: #48669D;
        text-decoration: underline;
    }

        .body a:hover {
            text-decoration: none;
        }


.news-item-description {
    padding: 6px;
    font-size: small;
    text-align: justify;
    word-wrap: break-word;
}

    .news-item-description a {
        color: #48669D;
        text-decoration: underline;
    }

        .news-item-description a:hover {
            text-decoration: none;
        }

.other {
    border: 1px solid #B8DEDE;
    padding: 4px;
    background-color: #F2F9F9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.readMore {
    height: 25px;
    padding-top: 4px;
}

    .readMore a {
        float: right;
        cursor: pointer;
        font-size: small;
        font-family: tahoma;
        color: #6F88A2;
        margin-right: 15px;
        text-decoration: none;
    }

        .readMore a:hover {
            text-decoration: underline;
        }

.comments {
    float: right;
    margin-right: 10px;
    font-size: small;
    color: #808080;
    background-image: url('../../photos/images/comm.gif');
    background-repeat: no-repeat;
    padding-left: 18px;
}

.date {
    padding-left: 10px;
    font-size: 12px;
    color: #808080;
}

.areyousure {
    font-size: 11px;
    color: #213A54;
    float: left;
    font-family: tahoma;
    cursor: pointer;
}

    .areyousure a {
        margin-left: 7px;
        text-decoration: none;
        font-size: 12px;
        color: #2E73B1;
    }

        .areyousure a:hover {
            text-decoration: underline;
        }

.Paging {
    border-style: none;
    background-image: none;
    background-color: transparent;
}

    .Paging a {
        border-style: none;
        background-image: none;
        color: #0066CC;
    }

    .Paging span {
        color: #747D8B;
    }
