/* pub.css: style sheet for publications web page
   author: Alexandre Cunha
   last modification: Jul-2004
*/

A.pdf { font-size: 80%;
        padding: 0px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid #ffffff;
        text-decoration: none;
}

A.pdf:hover { border: 1px solid #d2691e; }

P.title { font-style: normal;
          font-weight: bold;
          clear: left;
          text-align: left;
          margin: 0;
          padding: 2px;
}

SPAN.pub { font-style: normal;
           font-weight: normal;
}

IMG#pdf { text-align: right; }

/* colored arrows */
     
LI.mesh { list-style-image: url("../images/redarrow.png"); }
LI.shape { list-style-image: url("../images/greyarrow.png"); }
LI.other { list-style-image: url("../images/greenarrow.png"); }

