/* Top Into */
.introLeftContainer
{
    width: 370px;
    float: left;
    background: url(../images/news/vertical-separator.gif) no-repeat right;
    height: 62px;
    overflow: hidden;
    margin-right: 10px;
}
.introRightContainer
{
    width: 516px;
    float: left;
}

a.newsJoin, a.newsJoinFr, a.newsJoinDe
{
    width: 62px;
    height: 63px;
    display: block;
    background: url(../images/news/join-button.gif) no-repeat top right;
}
a.newsJoinFr { background-image:url(../images/news/join-button-fr.gif); }
a.newsJoinDe { background-image:url(../images/news/join-button-de.gif); }
a:hover.newsJoin, a:hover.newsJoinFr, a:hover.newsJoinDe
{ background-position: bottom left; }

.introRightContainer input
{
    width: 190px;
    height: 25px;
    padding: 5px 5px 0px 5px;
    background: transparent url(../images/news/input-bg.gif) no-repeat top left;
    border: 0px;
    line-height: 30px;
    color: #666;
    margin-right: 10px;
    float: left;
}

.newsLeftColumn
{
    width: 715px;
    float: left;
}
.newsRightColumn
{
    width: 210px;
    float: right;
    background: url(../images/news/archives-bg.gif) repeat-y;
    margin-top: 17px;
}
.newsArchivesTopBrdr
{
    background: url(../images/news/archives-top-brdr.gif) no-repeat top left;
}
#newsArchivesBtmBrdr
{
    background: url(../images/news/archives-bottom-brdr.gif) no-repeat bottom left;
    padding: 10px;
    padding-bottom: 30px;
    color: #fff;
}
.newsArchivesSubTitle
{
    font-weight: bold;
}
.archivesListContainer
{
    margin: 5px;
}
.archivesListContainer label
{
    display: block;
}


.newsImageContainer
{
    float: left;
    background-color: #fff;
}

.newsDetailsContainer
{
    width: 500px;
    float: right;
}




/* buttons */
a.openNewsItem, a.closeNewsItem
{
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/news/news-open-btn.gif) no-repeat top left;
    float: right;
}
a.closeNewsItem
{
    background: url(../images/news/news-close-btn.gif) no-repeat top left;
}
a:hover.openNewsItem, a:hover.closeNewsItem
{
    background-position: bottom left;
}


.newsRecordContainer
{
    background: url(../images/guestbook/top-brdr-bg.gif) repeat-x top;
    margin-top: 17px;
}
.newsBtmBrdr
{
    background: url(../images/guestbook/bottom-brdr-bg.gif) repeat-x bottom;
}
.newsLeftBrdr
{
    background: url(../images/guestbook/left-brdr-bg.gif) repeat-y left;
}
.newsRightBrdr
{
    background: url(../images/guestbook/right-brdr-bg.gif) repeat-y right;
}
.newsTopLeftCorner
{
    background: url(../images/guestbook/top-left-corner.gif) no-repeat top left;
}
.newsTopRightCorner
{
    background: url(../images/guestbook/top-right-corner.gif) no-repeat top right;
    padding: 20px;
    padding-bottom: 0px;
    !display: inline-block;
}
.newsBtmLeftCorner
{
    background: url(../images/guestbook/bottom-left-corner.gif) no-repeat bottom left;
    !display:inline-block;
}
.newsBottomRightCorner
{
    background: url(../images/guestbook/bottom-right-corner.gif) no-repeat bottom right;
    height: 12px;
}
.newsTitle
{
    float: left;
}
.newsSignDate
{
    background: url(../images/guestbook/date-left-brdr.gif) no-repeat top left;
    float: right;
}
.newsSignDate b
{
    height: 21px;
    line-height: 21px;
    padding-right: 12px;
    padding-left: 12px;
    background: url(../images/guestbook/date-right-brdr.gif) no-repeat top right;
    display: block;
    _display: inline-block;
    color: #fff;
}
.newsRecordText
{
    padding-top: 5px;
    overflow: hidden;
}


/* Pages */
.pagesContainer
{
    display: inline;
}
.pagesContainer a.previous
{
    float: left;
}
.pagesContainer a.next
{
    float: left;
}
.pagesContainer li
{
    float: left;
    height: 20px;
    background: url(../images/bottom-link-separator.gif) no-repeat top left;
}

.pagesContainer li a
{
    color: #fff;
    font-weight: bold;
    padding: 0px 5px;
}
