@import "news_comments.css";

.news  .NewsPic {
    float:right;
    border-bottom: 5px solid #e2d7d9;
    border-left: 5px solid #e2d7d9;
}
.news .lead {
    font-size:1.2em;
    line-height: 1.6em;
    position:relative;
    color:#999;
    padding:10px;
    text-align:left;
    font-weight: bold;
    height:200px;
    background: url('../../../dsg/quote_bg.png') repeat ;
}

    .news a:hover .NewsPic {
        border:none;
    }
    .news .lead a {
        font-style: italic;
        text-decoration: none;
    }
    .news .lead a:hover{

        text-decoration: underline;
    }

    .news .NewsComments{
        background:#dbeff9;
        text-align:right;
        padding:0;
        margin:0;
        padding-right:5px;
    }

.news .newsFrame {

}
.news .LatestNews{
    width:100%;
}
.news .LatestNews .newsFrame{
    width:442px;
    height:auto;
    margin:0;
    padding:0;
    float:left;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #aa0114;
    position:relative;

}

.news .LatestNews .last{
    margin-right:0;
}
    .news .LatestNews h2 {
        font-size: 1.4em;
        background:#aa0114;
        color:#FFF ;
        font-weight:bold;
        margin:0;
        padding:4px 10px;
    }


.news .archiveFrame{
    clear:both;

}
    .news .archiveFrame .oldNews{
        margin-bottom:2px;
        border-bottom: 1px dashed #CCC;
    }
    .archiveFrame .title {
        font-size:12px;
        margin:0;
        padding:3px;
    }
    .archiveFrame .title  a{
        font-size:1.2em;
        margin:0;
        color:#797575;
        padding:3px;
        text-decoration:none;
    }


.news .ArchiveFrame h1{
    margin-bottom:0 !important;
    color: #999!important;
    font-size:16px !important;
    background:url(../dsg/header_h1_bg.jpg) repeat-y left center !important;
}
.news .date {
float: right;
}


.news h1 a{

    float:right;
    margin-right:20px;
    margin-top:5px;
    color:#FFF;

}
.news a.more {
    color: #FFF;
    padding:5px;
    display:block;

    font-size: 1.2em;
    background:#aa0114;
    position:absolute;
    text-decoration:none;

    bottom:0;
    right:0;
    z-index:2;
}
