/* 
    Document   : paginator
    Created on : Feb 1, 2011, 10:42:19 AM
    Author     : ARA
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
div.newsTitleDetails{
    font-family: tahoma;
    font-size:11px;
    font-weight: normal;
    display: block;
}




div.newsTitleDetails img{
    display: block;
    margin:5px auto 5px auto;
}

div.newsTitleDetails span[name=title]{
    font-weight: bold;
    font-size:14px;
    display: block;
}

div.newsTitleDetails span[name=title] a{
    text-decoration: none;
}

div[name=refDetails]{
    display: block;
    margin-right: 400px;
    font-family: tahoma;
    font-size:12px;
    font-weight: normal;
}
