/* 
    Document   : publications
    Created on : 31 трав 2010, 23:02:07
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

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

div#publications-list {
    overflow: hidden;
}

div#publications-list h2 {
    padding-bottom: 5px;
}

div#publications-list h2 a {
    color:#0B456D;
    font-size:2.1em;
    font-weight:bold;

}

div.b-publication-content {
    overflow: hidden;
}

p.publication-toolbar-container {
    overflow: hidden;
}


input.page-link {
    width: 300px;
}
