﻿

#rptItems .item
{
    clear:both;
    margin-bottom:15px;
}

#rptItems .item #header
{
    font-size: 14px;
    font-weight:bold;  
    text-align:center;
}

#rptItems .item .show_button
{
    font-size:13px;
    font-weight:bold;
    width:100%;
    display:block;
}

#rptItems .item #more
{
    text-align:center;    
}

#rptItems .item .text_cnt
{
    text-align:left;
    width:100%;    
    display:block;
}

#news_edit #title,
#news_edit #short_message,
#news_edit #message,
#news_edit #start_date,
#news_edit #end_date
{
    clear:both;
    margin-top:15px;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    margin-bottom:5px;
}

#news_edit #start_date_item,
#news_edit #end_date_item
{
    margin:0 auto;
    width:150px;
}

.check_all
{
    float:right;
}

#all_news 
{
    text-align:right;
    margin-right:20px;    
    font-weight:bold;
}

