/* $Id: mopp.css,v 1.12 2008/05/07 17:07:57 bzfpoehl Exp $ */

/* Links */
a:link            { color: #0000FF; text-decoration: underline; }
a:visited         { color: #800080; text-decoration: underline; }

/* General stuff */
body {
   color:            black;
   background-color: #FDF5E6;
   font-size:        medium;
}

address {
   color    : #202020;
   font-size: smaller;
}

hr {
   border-style: solid;
   border-width: thin;
}

hr.logo {
   border-style: solid;
   border-width: thin;   
   width:        90%;
   text-align:   left;
}

/* Images */
img.logo {
   border-style:   none;
   border-width:   0px;
   vertical-align: bottom;
   float:          right;
}

img.getbar {
   border-style:   none;
   border-width:   0px;
   padding:        6px;
}

img.legend {
   border-style:   none;
   border-width:   0px;
   padding:        6px;
}

img.flag {
   border-style:   none;
   border-width:   0px;
   text-align:     center;
   vertical-align: middle;
}

img.files_icon {
   border-style:   none;
   border-width:   0px;
   vertical-align: bottom;
}

.logobar {
   border-style:   none;
   border-width:   0px;
   vertical-align: bottom;
}

/* Years table */
p.years {
}

/* BibTeX entry tables */
table.entry {
   padding:          4px;
   margin-bottom:    1em;
   width:            100%;
   border-style:     none;
   border-collapse:  collapse;
   empty-cells:      show;
   table-layout:     auto;
   overflow:         visible;
   clear:            both;
}

/* defaults for all table fields */
td {
   border-width:     thin;
   border-style:     solid;
   border-color:     #DDDDDD;
   text-align:       left;
   padding-right:    1em;
   padding-left:     0.3em;
}

/* defaults for all key and value fields */
td.key { width: 10%; }
td.val { background-color: #FFFFCC; width: 90%; }

/* background colors for key fields */
table.article       td.key,
table.inproceedings td.key,
table.incollection  td.key,
table.inbook        td.key,
table.proceedings   td.key,
table.manual        td.key,
table.booklet       td.key   { background-color: #8080FF; }

table.book          td.key,
table.phdthesis     td.key   { background-color: #FF7070; }

table.techreport    td.key,
table.mastersthesis td.key,
table.misc          td.key,
table.unpublished   td.key   { background-color: #B0B0D0; }


