#news_container {
    float: left;
    width: 620px;
    margin: 10px 0px 0px 0px;
}
#news_container .news {
    width: 620px;
    margin: 10px 0px 0px 0px;
}

.long_news {
    padding: 0px 15px;
}

.title{
    font-size: 12px;
    text-decoration:none;
    font-weight: bold;
    padding: 0px 0px 0px 35px;
    margin: 10px 0px 0px 10px;
    background: url('../../images/title_head.gif') no-repeat top left;
    height: 42px;
}
.title p {
    height: 30px;
}

.title .date_open{
    clear: both;
    font-weight: normal;
    padding: 0px 0px 5px 22px;
    font-size: 10px;
}

.b_box {
    width: 250px;
    float: right;
    clear: right;
    margin: 0px 0px 5px 5px;
    color: #000;
    padding: 0px;
    position: relative;
    text-align: right;
}

.n_box {
    width: 250px;
    float: right;
    clear: right;
    border: solid 1px #0a3965;
    margin: 0px 0px 5px 5px;
    color: #000;
    padding: 0px;
    position: relative;
    background: #f2f1ff;
}
.n_box_head {

    color: #fff;
    background-color: #0a3965;
    border: 0px;
    padding: 2px 3px; 
    font-weight: bold;
}
.n_box p {
    width: 250px;
}

.n_box .start_text {
    padding: 5px;
}
.n_box .start_date {
    padding: 2px 0px 5px 15px;
    font-weight: bold;
}


.text_long{
}

.back {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    width: 200px;
}
.author{
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    
}
.date{
    text-align: left;
    line-height:10px;
    padding: 0px 0px 3px 0px;
    width: 200px;
}
.lead {
    font-size: 12px;
    text-align: justify;
    padding-top: 5px;
}

.lead table{
	line-height:18px;
    font-size: 12px;
}

.more {
    text-align: right;
}
hr {
    text-align: center;
    margin-top: 10px;
    width: 440px;
}
.link_pdf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_pdf.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_doc {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_doc.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_rtf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_rtf.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_xls {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_xls.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
}
.link_ppt {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_ppt.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_gal {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    height: 18px;
    background: url(../../images/ico_img.gif) transparent no-repeat top left; 
    padding: 0px 0px 0px 25px;
    display: block;
}

.link_a {
    text-decoration: none;
    float: left;
}

 .online {
    background: url(/images/online.jpg) transparent no-repeat top left; 
    display: block;
    width: 250px;
    height: 48px;
    float: left;
    text-align: left;
    padding: 15px 0px 0px 20px;
 }
