.news-title{
    background-color: #66A5E5;
    border: #1272D8 solid 1px; 
    border-width: 1px 0 1px 0;
    margin: 0;
    padding: 5px 0;
    font-size: 1.0em;
    color: #FFF;
    font-weight: bold;
    width: 100% !important;
    text-indent: 35px;
    z-index: 50;
}

#announce .news-title{
    margin-top: 20px;
}

.archive{
    text-align: right;
    margin-top: 5px;
}

.container{
    margin: 5px;
    min-height:20px;    
}

.container a{
    display: block;
}

#news div.container span{
    font-weight: bold;
    display: block;
    width: 45px;
    float: left;
    color: #1272D8;
}

#announce div.container span{
    font-weight: bold;
    display: block;
    width: 70px;
    float: left;
    color: #1272D8;
}

#event{
    margin: 20px 30px 10px 30px;
    border-bottom: #EFEFEF solid 1px; 
}

#event-text{
    margin-top: 15px;
}

#announce div.container span.newnews{
    color: #4C3000;
}

#other-event{
    background-color: #F9F9F9;
    margin: 20px 30px 10px 30px;
}

#comment-event{
    margin: 20px 30px 10px 30px;
    background-color: #F9F9F9;
    width: 50%;
    float: right;
}

#other-event .container{
    border-bottom: #EFEFEF solid 1px; 
}

#other-event div.container span{
    font-weight: bold;
    color: #1272D8;
    display: block;
    width: 70px;
    float: left;
}

#event h1{
    text-align:left;
    display: block;
}

#event h2{
    text-align:left;
}

.boxgrid{ 
    width: 320px;
    height: 240px;
    margin: 15px 10px 10px 0;
    float: left;
    background:#161613;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.boxgrid a{
    color: #ffffff;
    font-size: 1.2em;
}

.boxgrid img{ 
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 0 auto;
    max-width: 320px;
    max-height: 240px;
}

.boxgrid .cover{ 
    float: left;
    position: absolute;
    background: #000;
    height: 50px;
    padding: 0 5px;
    opacity: .6;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#main-news{
    margin-top: 5px;
}

#main-news img{
    display: block;
    margin-right: 10px;
    
}

.adv{
    float: right;
    width: 200px;
    margin-bottom: 3px;
    color:#4C3000;
}

.adv span{
    background:#FECE2F url('/public/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png') center top;
    display: block;
    margin: 0 3px;
    border: 1px solid #D19405;
    font-size: 1.1em;
    font-family:Georgia,sans-serif;
    text-align: center;
    padding: 3px 0;
}

.adv div{
    border: 1px dotted #D19405;
    border-width: 0 1px 1px 1px;
    margin: 0 3px 3px 3px;
    text-align: center;
    padding: 3px 3px;
    font-size: 0.84em;
}

.adv p{
    text-align: center;
    margin-top: 2px;
}

.adv a.block-title{
    display: block;
    text-transform: none;
    position: relative;
    z-index: 10;
/*    background-image: url('/public/img/arrow_white.gif');
    background-repeat: no-repeat;
    background-position: center left;*/
}

.adv div.subadv img{
    width: 100%
}

.conference{
    background: #F8F4E6;
    margin: 5px 0px;
    border: 1px solid #FFD777;
    padding:3px 1px;
}

.conference div{
    background: #FFF;
    padding:0px 10px 0px 10px;
}

.conference span{
    font-weight: bold;
    color: #4C3000;
    margin: 5px 10px;
    display: block;
    font-size: 0.9em;
}

/* Pagination */
.pagination {
    margin: auto;
    text-align: center;
}

.pagination ul {
    list-style: none;
}

.pagination li {
    display: inline;
}

.pagination li a, .wslide-menu a{
    padding: 0px 5px 0px 5px;
    border: 1px solid #ccc;
    cursor:pointer;
    text-decoration: none;
    margin: 0 5px 0 5px;
    
}
.pagination ul li a:hover, .wslide-menu a:hover {
    background: #e0d670 repeat;
}
.pagination_current, .wactive{
    background: #e0d670 repeat;
}
