/***********************************************************
* news.css
************************************************************/

.news-silver-4 { height:4px;  background-color:#eeeeee; overflow: hidden; clear:both;}
.news-silver-30 
{
    height:30px;
    background-color:#eeeeee;
    overflow: hidden;
    clear:both;
    border-bottom: solid 1px #dcdcdc;
}

.news-silver-80 
{ 
    height:80px;
    background-color:#F6F6F6;
    overflow: hidden; 
    clear:both;
    border-bottom: solid 1px #dcdcdc;
}

.news-silver-30 h2
{
    margin-top:3px;
    margin-left:15px;
    font-weight:bold;
    font-size:130%;
    color:#505050;
/*#C4D5DD*/
}

.news-gray-30 
{ 
  height:30px;  
  background-color:#dcdcdc; 
  overflow: hidden; 
  clear:both;
  text-align:center;
}

.news-gray-30 p
{
    margin-top:3px;
    font-weight:bold;
    font-size:110%;
    color:#505050;
}

.news-gray-30 a
{
    text-decoration: none; 
    font-weight: bold;
    color:#505050;
}

.news-gray-30 a:hover
{
    text-decoration: underline; 
}

#news_r1
{
        background-color:#eeeeee;
        margin-top:1px;
        margin-right:1px;
        text-align:left;
        padding-top:15px;
}

#news_r1 p
{
        font-weight:normal;
        font-size:110%;
        color:#505050;
}

#news_r1 h3
{
        font-weight:bold;
        font-size:120%;
        color:#505050;
}

#news_r1 ul
{
        font-weight:normal;
        font-size:100%;
        margin-left:40px;
        color:#505050;
}

.filter_ui
{
        float: left;display: inline;
        position: relative;
        /*background: url(../res/page/recent_device1.gif) no-repeat;*/
        /*background: url(../res/page/recent_box.gif) no-repeat;*/
        height:60px;
        width:60px;
        margin:10px 11px 5px 0px;
        padding-top:8px;
        padding-left:8px;
}

.filter_ui_sel
{
        float: left;display: inline;
        position: relative;
        background: url(../res/news/selected_ui.gif) no-repeat;
        height:60px;
        width:60px;
        margin:10px 11px 5px 0px;
        padding-top:8px;
        padding-left:8px;
}

