/* CSS Document for BIOTEX website */
/* Jean Luprano, August 2007 */

body {  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
    text-align: left;
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
	padding-left: 12em;
	padding-top: 13em;
	margin-top: 0;
	margin-bottom: 0.5em;
    margin-left: 0.5em;
	margin-right: 0.5em }

p.leadingline { position: absolute;
                top:0;
                background-color: #006699;
                padding: 2px;
				width: 100% }

p.trailingline { position: absolute;
                 background-color: #006699;
                 padding: 2px;
				 width: 100% }

p.title { position: absolute;
          top: 2em;
          left: 12em }

p.logo { left: 0;
         padding-top: 2em }


p.note { font-size: 8pt;
         font-style: italic;
         padding-top: 0;
         padding-bottom: 1em;
         margin-top: -1em;
         margin-bottom: 0 }
		 
p.contact { position: absolute;
            top: 45em;
            left: 0;
            width: 12em;
            list-style-type: none;
			font-size: 8pt;
			text-align: left;
            padding: 0;
            margin: 0 }
			
table { border-width: 1pt;
        border-color: #006699;
        border-style: solid;
        margin-bottom: 1em }

tr,th,td { color: #006699;
           border-width: 1pt;
           border-color: #006699;
           border-style: solid;
           margin-bottom: 1em }

ul.navbar { position: absolute;
            top: 16em;
            left: 0;
            width: 12em;
            list-style-type: none;
            padding: 0;
            margin: 0 }


ul.navbar li { background: #008ACC;
               margin: 0.5em 0;
               padding: 0.3em;
               border-right: 1em solid black }

ul.navbar a { text-decoration: none;
              font-size: 8pt;
              font-weight: bold }

ul.navbar a:link    { color: #FFFFFF; text-decoration: none }
ul.navbar a:visited { color: #FFFFFF; text-decoration: none }
ul.navbar a:hover   { color: #006699; text-decoration: none }
ul.navbar a:active  { color: #FFFFFF; text-decoration: none }

table.contact {border-width: 2pt}
table.contact tr,td {border: none}
table.contact td {vertical-align: top }

a:link    { color: #006699; text-decoration: underline }
a:visited { color: #000000; text-decoration: none }
a:hover   { color: #000000; text-decoration: underline; font-style: italic }
a:active  { color: #006699; text-decoration: none }

a.blank { }

h1,h2,h3,h4,h5,h6 { text-align: left; color: #006699 }
					
h1 { font-size: 18pt }
h2 { font-size: 14pt }
h3 { font-size: 10pt }




pre { font-family: monospace }


div.figure { float: right;
             width: 25%;
             border: thin silver solid;
             margin: 0.5em;
             padding: 0.5em }

div.figure p { text-align: center;
               font-style: italic;
               font-size: smaller;
               text-indent: 0 }


img { border: 0 }
img.scaled { width: 100% }

address { font-size: 8pt;
          padding-top: 1em;
          padding-bottom: 1em;
          margin-top: 1em;
          border-top: thin dotted }

li.emphasis { color: #006699;
              font-style: italic }


@media print {
	ul.navbar {
		display: none;
	}
	body {
		padding-left: 0em;
	}
	p.note, address {
		margin-left: 3em;
		margin-right: 3em;
	}
}
