#news-side-box
{
    margin-top:2px;
    border: 0px;
}
.news-side-container
{
    border: 3px solid #eeeeee;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 2px;
    margin-top:3px;
    height:80px;
    cursor: pointer;
    float:left;
    margin-left: 2px;
    width: 234px;
}
.news-side-container-clicked
{
    border: 3px solid #325c31;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 2px;
    margin-top:3px;
    height:80px;
    cursor: pointer;
    float:left;
    margin-left: 2px;
    width: 234px;
}
.news-side-type-img 
{
    width:32px;
    float:left;
}
#news-side-type-img img
{
    border: none;
}
.news-side-type-content 
{
    width:192px;
    padding: 2px;
    float:left;
    font-size: 12px;
}
.news-side-title 
{
    font-weight:bold;
    margin-bottom:2px;
    font-size: 13px;
}
.news-side-date
{
    color:#666;
    margin-bottom:1px;
    font-size: 13px;
}
.news-side-content 
{
    font-size: 10px;
}
#news-side-pages 
{
}
#news-side-page-prev 
{
    width: 50px;
    height: 30px;
    top: 0px;
    left: 28px;
    line-height: 30px;
    cursor: pointer;
    float: left;
}
#news-side-page-current 
{
    width: 100px;
    height:30px;
    top:0;
    left:78px;
    line-height:30px;
    float:left;
}
#news-side-page-next 
{
    width: 50px;
    height:30px;
    top:0;
    left:178px;
    line-height:30px;
    cursor: pointer;
    float:left;
}
#news-container
{
    position:relative;
    width:676px;
    height:471px;
    overflow:auto;
}
#news-preload 
{
    width: 31px;
    height: 31px;
    background-image: url('../images/basic_elements/gui/loading_big.gif');
    background-repeat: no-repeat;
    background-position:left top;
    position:absolute;
    left:323px;
    top:235px;
}
#news-box
{
    padding:6px;
    font-size: 12px;
}
#news-image
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border: 2px solid #e4e5e3;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
#news-image img
{
    /* border: none; */
}
#news-title
{
    font-weight:bold;
    margin-bottom:0px;
    border:0px;
}
#news-date
{
    margin-bottom:5px;
    color:#666;
    border:0px;
}
#news-content
{
    border:0px;
    font-size: 14px;
    line-height: 20px;
}
#news-filters
{
    width:678px;
    height:30px;
    position:relative;
    margin-top:5px;
}
#news-filter-info
{
    width:48px;
    height:30px;
    position:absolute;
    left:0px;
    top:0px;
    text-align:left;
    line-height:30px;
}
#news-filter-options
{
    /*width:420px;
    height:30px;
    position:absolute;
    left:48px;
    top:0px;
    text-align:left;*/
}
.news-filter-options-radio
{
    /*width:30px;
    height:30px;
    vertical-align:middle;
    float:left;*/
}
.news-filter-options-info
{
    /*height:30px;
    line-height:30px;
    float:left;*/
}
#news-filter-amount
{
    width:210px;
    height:30px;
    position:absolute;
    left:468px;
    top:-4px;
    text-align:right;
    line-height:30px;
    clear:left;
}
.news-select-pages
{
    text-align: center;
    font-size: 12px;
    height: 24px;
}


/* Temp GUI */
.window1_topleft
{
    width: 4px;
    height: 25px;
    background-image: url('../images/basic_elements/gui/tmp/win1_topleft.png');
    background-repeat: no-repeat;
}
.window1_topright
{
    width: 4px;
    height: 25px;
    background-image: url('../images/basic_elements/gui/tmp/win1_topright.png');
    background-repeat: no-repeat;
}
.window1_title
{
    height: 25px;
    line-height: 25px;
    background-image: url('../images/basic_elements/gui/tmp/win1_topfill.png');
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 14px;
    color: #393a39;
    padding-left: 5px;
}

.window1_left
{
    width: 4px;
    background-image: url('../images/basic_elements/gui/tmp/win1_leftfill.png');
    background-repeat: repeat-y;
}
.window1_right
{
    width: 4px;
    background-image: url('../images/basic_elements/gui/tmp/win1_rightfill.png');
    background-repeat: repeat-y;
}
.window1_content
{
    /*background-color: #f4f8f3;*/
    background-color: #ffffff;
    padding: 0px;
}
.window1_bottomleft
{
    width: 4px;
    height: 4px;
    background-image: url('../images/basic_elements/gui/tmp/win1_bottomleft.png');
    background-repeat: no-repeat;
}
.window1_bottomright
{
    width: 4px;
    height: 4px;
    background-image: url('../images/basic_elements/gui/tmp/win1_bottomright.png');
    background-repeat: no-repeat;
}
.window1_bottom
{
    height: 4px;
    background-image: url('../images/basic_elements/gui/tmp/win1_bottomfill.png');
    background-repeat: repeat-x;
}