/* 
    Document   : right.list
    Created on : Mar 16, 2010, 12:00:13 AM
    Author     : mfk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.news_list_header
{
    font-size: 14px;
    width:190px;
    height:10px;
    color:#ff7700;
    padding:3px 5px 8px 25px;
    margin:5px 0px 0px 2px;
    background-image:url('../images/design/bullets/big_bullet.jpg');
    background-repeat:no-repeat;
    /*border-bottom:1px solid #ddd;*/
}

.news_box
{
    font-family: georgia,sans;
    border:1px solid #DDDDDD;
    margin:5px auto;
    width:167px;
    min-height:40px;
    padding:2px 5px 7px 42px;
    background:url('../images/design/bg/haberler.png') no-repeat top left;
    cursor:pointer;
    font-style:italic;
    color:Gray;
}
.news_box:hover
{
    border-color:#999999;
/*    background:#f0f0f0;*/
}
.news_footer
{
    float:right;
    margin:5px 5px 0px 0px;
}
a.news
{
    font-family: Arial,helvetica,sans-serif;
    font-size: 13px;
    color:#444;
    font-style:normal;
}
a.news:hover
{
    color:#ff7700;
}
.ukinput
{
width:185px;
margin:5px 0px 5px 0px;
}
.uklabel
{
    
}
.ukbutton{
width:70px;
margin:10px 10px 0px 120px;
}

#no-spam {font-size:9px; font-style:italic; color:#666; margin:5px 0px 5px 2px;}

