/* <!-- compression status: 1 --> */
/*   */
/*  */

body {
    background: url(http://www.bio-itworld.com/logo.jpg) no-repeat top left;
    padding-top: 75px;
}

#udm,
#bitw-globalnav,
#bitw-header-ads,
#portal-bitw-linkbar,
#portlet-bitw-lower-left,
#bitw-leaderboard,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

#portal-column-content #content {
  margin: 0 !important;
  padding: 0;
  width: auto !important;  
    font-family: Georgia, Garamond, Times, serif;
    font-size: 9pt !important;
}

#visual-portal-wrapper {
    width: auto !important;
}


dd {
  margin-bottom: 1em !important;
}

ul { 
    list-style-type: square;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Georgia, Garamond, Times, serif;
    font-weight: bold;
    font-size: 14pt !important;
}

.documentDescription {
    font-weight: bold;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

/*  */
/* vim: set ft=css: */