﻿/*scroller*/

body.items_iframe 
{
    background: #CCCCCC;
    margin: 0;
    padding: 0;
}

body.items_iframe *
{
    font-family: Arial;
    font-size: 12px;
}

body.items_iframe a
{
    font-weight: bold;
}

.items_scroller
{
    width: 130px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 5px 0 5px;
}

.items_scroller #content
{
    position: absolute;
    right: 0;
    top: 0;
}

.items_scroller a
{
    color: #3333CC;
}

/* news */
.news_item_content *
{
 font-size: 14px;
}

.news_item_content .date
{
    color: Gray;
    font-size: 12px;
    margin-bottom: 10px;
}

.news_item_content p
{
 margin:0 0 10px;
}

.news_item_gallery
{
 margin-top: 20px;
}

.news_item_gallery img
{
 border: solid 2px black;
 float: right;
 margin: 0 0 10px 10px;
 width: 152px; height: 114px;
}


.items_archive .date,
.items_archive .title
{
    vertical-align: top;
}

.items_archive .date
{
    white-space: nowrap;
    padding-left: 10px;
}

.items_archive .title
{
    padding-bottom: 20px;
}

.items_archive .title a,
.items_archive .title a:hover,
.items_archive .title a:visited
{
    font-size: 14px;
}

.browse_items
{
    clear: both;
}

a.prev_news_item
{
    float: right;
    padding: 10px;
}
a.next_news_item
{
    float: left;
    padding: 10px;
}
