/* CSS for the ACARA opening page 10 January 1999 */
/*     Copyright Sven O Kullander, 1999  */
/* Last modified 22 Mar 2002 */

/* There are  two more acara styelsheets */
/* Menu pages have stylesheet acara.css */
/*     Factpage is for taxon pages stylesheet tacara.css     */
/*  BODY includes both text-align: center which is only for centering */
/*  and align: center (for NN) which is not validatable  */
/* Font sizes are in pt. Using smaller, medium, etc. gives very different */
/*       results in NN and IE  */


address,blockquote, body, dd, div, dl, dt, fieldset, form,frame, frameset,
h1, h2, h3, h4, h5, h6, iframe, noframes, object, ol, p, ul, applet,
center, dir, hr, menu, pre   { display: block }

span, em { display: inline }

/* For Screen display (see below for print display) */

@media screen {
/*Sets left margin to 200px to clear from the background-image */
body.mainpage  {
       color: #000000;
       margin-left: 200px;
       font-family: Arial, sans-serif;
       font-size: 10pt;
       background: url(/ve/pisces/acara/images/blueback.jpg) #FFFFFF
       }

/* These are the only permitted link-related colors */
a:link { color: #0000ff }
a:hover { color: #ff0000 }
a:visited { color: #640096 }
a:active { color: #ff0000 }


/* EVERY PAGE: sets width of HR elements ... */

hr.six        {
					text-align: left;
           width: 600px
            }


/* MAINPAGE ONLY : temporary warning text */
.warning { color: #ff0b0b;
          font-family: arial, sans-serif;
          font-weight: 400;
          font-style: italic;
          text-align: center
            }

				
/* MAINPAGE ONLY : table on top of page */
		
table.headtable {
				table-layout: auto;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: none;
				border-spacing: 4px;
				padding-top: 2px;
				padding-left: 2px;
				padding-right: 2px;
				padding-left: 2px;
				width:600px						
						}

/* MAINPAGE ONLY : bodytext table  */						
table.breadtable {
				table-layout: auto;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: none;
				border-spacing: 0px;
				padding-top: 10px;
				padding-left: 10px;
				padding-right: 10px;
				padding-left: 10px;
				width:600px						
						}

/* left column */
						
td.tdleft	{width: 240px;
				padding-right: 10px;
				vertical-align: top;
				  }

/* right column */
td.tdright {width: 360px;
						padding-bottom: 10px;
						background-color:#c0c0c0;
						vertical-align: top;
						border-style: solid;
						border-color: #000000;
					  border-width: 1px	
	 					}

						
/* Centers Image and places small Legend */

.cimage { font-family: Arial, sans-serif;
          font-size: 8pt;
          font-weight: 300;
          text-align: center
            }


/* MAINPAGE ONLY, left column : Title author and institute */

.acaratitle  {
          font-family: arial, sans-serif;
          font-size: 12pt;
          font-weight: bold;
          font-style: italic;
          line-height: 14pt;
          text-align: left;
          color: #9c00ce
            }
.author {
          font-family: arial, sans-serif;
          font-style: italic;
          line-height: 12pt;
          text-align: left;
          font-variant: small-caps;
          color: #004040;
					border-top-style:solid;
					border-top-width: 1px		
            }

.institute {
          font-family: arial, sans-serif;
          font-size: 8pt;
          text-align: left;
          font-variant: small-caps;
          color: #004040
            }

.boldleft  {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 10pt;
          }

.lilac    {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 10pt;
          font-style: italic;
          color: #9c00ce
            }

.smalltext {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 8pt;
          font-weight: 300
            }

/* MAINPAGE ONLY: Menu text */


.boldmenu {
          font-family: arial, sans-serif;
          font-size: 10pt;
          font-weight: 600;
          text-align: center;
          line-height: 14pt
              }

.menu {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 10pt;
          font-weight: 400
              }

/* The small text refering to author, NRM homepage and NRM webmaster */

.bottommenu {
					width: 600px;
          font-family: arial, sans-serif;
          font-size: 7pt;
          font-weight: bold

            }
/* End screen media */
}

/* Here starts the print media style. Explanations as above */

@media print {

/*Sets left margin to 200px to clear from the background-image */
body.mainpage  {
       color: #000000;
        font-family: arial, sans-serif;
       font-size: 10pt
        }

/* EVERY PAGE: sets width of HR elements ... */

hr.six        {
					text-align: left;
           width: 600px
            }


/* MAINPAGE ONLY : temporary warning text */
.warning { color: #ff0b0b;
          font-family: arial, sans-serif;
          font-weight: 400;
          font-style: italic;
          text-align: center
            }

				
/* MAINPAGE ONLY : table on top of page */
		
table.headtable {
				table-layout: auto;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: none;
				border-spacing: 4px;
				padding-top: 2px;
				padding-left: 2px;
				padding-right: 2px;
				padding-left: 2px;
				width:600px						
						}

/* MAINPAGE ONLY : bodytext table  */						
table.breadtable {
				table-layout: auto;
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: none;
				border-spacing: 0px;
				padding-top: 10px;
				padding-left: 10px;
				padding-right: 10px;
				padding-left: 10px;
				width:600px						
						}

/* left column */
						
td.tdleft	{width: 240px;
				padding-right: 10px;
				vertical-align: top	
				  }
/* right column */
td.tdright {width: 360px;
						padding-bottom: 10px;
						background-color:#c0c0c0;
						vertical-align: top;
						border-style: solid;
						border-color: #000000;
					  border-width: 1px		 }

						
/* Centers Image and places small Legend */

.cimage { font-family: arial, sans-serif;
          font-size: 8pt;
          font-weight: 300;
          text-align: center
            }


/* MAINPAGE ONLY, left column : Title author and institute */

.acaratitle  {
          font-family: arial, sans-serif;
          font-size: 12pt;
          font-weight: bold;
          font-style: italic;
          line-height: 14pt;
          text-align: left;
          color: #9c00ce
            }
.author {
          font-family: arial, sans-serif;
          font-style: italic;
          line-height: 12pt;
          text-align: left;
          font-variant: small-caps;
          color: #004040
            }

.institute {
          font-family: arial, sans-serif;
          font-size: 8pt;
          text-align: left;
          font-variant: small-caps;
          color: #004040
            }

.boldleft  {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 10pt;
          }

.lilac    {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 10pt;
          font-style: italic;
          color: #9c00ce
            }

.smalltext {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 8pt;
          font-weight: 300
            }

/* MAINPAGE ONLY: Menu text */


.boldmenu {
          font-family: arial, sans-serif;
          font-size: 10pt;
          font-weight: 600;
          text-align: center;
          line-height: 14pt
              }

.menu {
          font-family: arial, sans-serif;
          text-align: left;
          font-size: 10pt;
          font-weight: 400
              }

/* The small text refering to author, NRM homepage and NRM webmaster */

.bottommenu {

display: none;
          font-family: Arial, sans-serif;
          font-size: 8pt;
          text-align: left
             }
/*Ends the Print media type */
}