/*
 *  Module News v 1 . 0
 *  CSS Style Document
 */

 /* NewsEntry first page preview */
 /*.newsEntryFirstPagePreviewSpacer {
     float: left;
     width: 6px;
     height: 230px;
}

.newsEntryFirstPagePreview {
    float: left;
    width: 168px;
    height: 230px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(187, 172, 159);
    background: white url(inc/img/newsEntry_bcg.png) repeat-x bottom;
    font-size: 12px;
    color: rgb(77, 62, 49);
}

.newsEntryFirstPagePreviewHead {
}

.newsEntryFirstPagePreviewCategory {
    display: block;
    height: 24px;
    padding-top: 9px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
    background: url(../../img/content_bcg.png) repeat-x;
    color: rgb(240, 240, 240);
}

.newsEntryFirstPagePreviewTitle {
    display: block;
    height: 37px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(166, 13, 0);
}

.newsEntryFirstPagePreviewDate {
    display: block;
    padding-left: 5px;
    font-size: 9px;
}

.newsEntryFirstPagePreviewBody {
    display: block;
    height: 120px;
    margin: 0px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    font-size: 11px;
}

.newsEntryFirstPagePreviewFoot {
    display: block;
    margin: 0px;
    padding-right: 5px;
    text-align: right;
    font-size: 10px;
}

.newsEntryFirstPagePreviewFoot a {
    color: rgb(62, 98, 117);
}

.newsEntryFirstPagePreviewFoot a:hover {
    color: rgb(196, 18, 0);
}*/

/* First Page Link */
/*.newsEntryFirstPageLink {
    float: left;
    height: 17px;
    width: 673px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
    text-align: right;
    background: url(../../img/arrow_white_right.gif) 677px 9px no-repeat;
    color: rgb(218, 218, 218);
    font-size: 11px;
}

.newsEntryFirstPageLink:hover {
    color: white;
}*/

/* NewsEntry preview */
.newsEntryPreview {
    display: block;
    /*height: 105px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    
    background: white url(inc/img/newsEntry_bcg.png) repeat-x bottom;
    font-size: 12px;
    color: rgb(77, 62, 49);*/
    border-bottom: 1px solid rgb(218, 218, 218);
    margin-bottom: 10px;
}

.newsEntryPreviewHead {}

.newsEntryPreviewTitle {
    font-size: 11px;
    font-weight: bold;
    color: rgb(249, 157, 0);
}

.newsEntryPreviewDate {
    font-size: 9px;
    color: gray;
}

.newsEntryPreviewBody {
    /*height: 52px;
    padding-top: 5px;
    margin: 0px;*/
    margin-top: 5px;
    margin-bottom: 10px;
}

.newsEntryPreviewFoot {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: right;
}

/*.newsEntryPreviewFoot a {
    color: rgb(62, 98, 117);
}

.newsEntryPreviewFoot a:hover {
    color: rgb(196, 18, 0);
}*/

/* NewsEntry view */
.newsEntryView {
    display: block;
    /*height: 105px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;

    background: white url(inc/img/newsEntry_bcg.png) repeat-x bottom;
    font-size: 12px;
    color: rgb(77, 62, 49);*/
    border: 1px solid rgb(218, 218, 218);
    margin-bottom: 10px;
}

.newsEntryViewHead {}

.newsEntryViewTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    color: rgb(229, 135, 0);
    background: rgb(240, 240, 240);
}

.newsEntryViewDate {
    float: right;
    font-size: 12px;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 20px;
    color: gray;
}

.newsEntryViewBody {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: rgb(252, 252, 252);
}

/*.newsEntryViewBody h3 {
    color: black;
}

.newsEntryViewBody b {
    color: black;
}

.newsEntryLink {
    display: block;
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 3px;
    border-top: solid 1px rgb(62, 98, 117);
    text-align: right;
    font-size: 11px;
    color: rgb(62, 98, 117);
}

.newsEntryLink:hover {
    color: rgb(196, 18, 0);
}*/
