/* Sets attributes for <body> tag */

	body
	{background-color:#ffffff; 
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px;}

/* Sets attributes for <h> tags */

	h1
	{font-weight:bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 14pt; 
	text-align: center;
	text-decoration : none;}

	h2
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}
        
	h3{font-weight :bold;
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 12pt; 
	text-align: center; 
	text-decoration : none;}

	h4
	{width:500px; 
	font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}

	.text
	{font-weight :bold; 	
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}
	
/*To make text same as links*/

	.inlink
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color: #000000; 
	font-size: 8pt; 
	text-decoration : none;}

/*For ECOHAB hydro page*/

	.hydroinlink
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color: #000000; 
	font-size: 8pt; 
	text-decoration: none;
	text-align: left;}

/* Sets attributes for <p> tag */

	p
	{font-weight :normal; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-align: left; 
	text-decoration : none;}

	.special
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-decoration : none;}
	
/* Sets attributes for standard <a href> tags using standard ocg link colors for use in main body of page. Use convention in making link <a class="standard" href="whatever.html">whatever</a> */

    	A.standard:link 
	{font-weight : bold; 
	font-family: arial, sans-serif; 
	color : #0000ff; 
	font-size: 8pt; 
	text-decoration : underline; }
    
	A.standard:visited 
	{font-weight : bold; 
	font-family: arial, sans-serif; 
	color : #038BBD; 
	font-size: 8pt; 
	text-decoration : underline; }

	A.standard:hover   
	{color : #09E3BD; }
    	
	A.standard:active  
	{color : #0000ff; }

    	.archive A:link 
	{font-weight : bold; 
	font-family: arial, sans-serif; 
	color : #0000ff; 
	font-size: 8pt; 
	text-decoration : underline; }
    
	.archive A:visited 
	{font-weight : bold; 
	font-family: arial, sans-serif; 
	color : #038BBD; 
	font-size: 8pt; 
	text-decoration : underline; }
    
	.archive A:hover   
	{color : #09E3BD; }
    
	.archive A:active  
	{color : #0000ff; }

	.info_table{margin-left:75px;}

	.inlink a:link
	{font-weight : bold; 
	font-family: arial, sans-serif; 
	color : #0000ff; 
	font-size: 8pt; 
	text-decoration : underline; }

	.inlink a:visited
	{font-weight : bold; 
	font-family: arial, sans-serif; 
	color : #038BBD; 
	font-size: 8pt; 
	text-decoration : underline; }

	.inlink a:hover
	{color : #09E3BD; }

	.inlink a:active
	{color : #0000ff; }

/*Style for back link on top of page*/ 

    	A.back:link    
	{font-family:arial, sans-serif;
    	font-weight: bold;
    	font-size:8pt;
	color : #ffffff; 
	text-decoration : none; }
    
	A.back:visited 
	{font-family:arial, sans-serif;
    	font-weight: bold;
    	font-size:8pt;
	color : #ffffff; 
	text-decoration : none; }
    
	A.back:hover   
	{color : #09E3BD; }
    
/*positioning for back link on top of page*/

	.backpad
	{vertical-align:middle; 
	margin-right:10px; 
	text-align:right; height:20px;}

    	.inlink
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}

    	.cinfo
	{font-weight :normal; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-align: center; 
	text-decoration : none;}
    
	.cinfo_name	
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-align: center; 
	text-decoration : none;}
	
     	blockquote
	{font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-align: left; 
	text-decoration : none;}

/* For toga */

	td.spec_text
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}

/* Sets height for menu and main content table */

	.pageheight {height:100%;}

/*Menu Styles */

	#nav 
	{font-family:arial, sans-serif;
    	font-size:8pt;                             
    	font-weight: bold;
    	background-color: transparent;
    	width: auto;
    	padding: 0px;}

	.sidenav 
    	{padding:5px;
    	margin-bottom: 5px;
    	margin-top: 0px;}

	.sidenav a
	{font-family:arial, sans-serif;
    	font-size:8pt;
    	font-weight: bold;
    	color: #fff;		     /* Sets link color in sidenav menu */
    	padding: 2px;
    	text-indent:3px;
    	text-decoration: none;}

	.sidenav a:hover
	{font-family:arial, sans-serif;
    	font-weight: bold;
    	font-size:8pt;
    	color: #09E3BD;                  /*00FF00  Sets hover color in sidenav menu */
    	padding: 2px;
    	text-indent:3px;
    	text-decoration: none;}

	#index #nav-index,             /* For each page create unique identifier */
	#facstaff #nav-facstaff,       /* In body tag do <body id="jpage4"> */
	#students #nav-students,       /* In sidenav include do <a id="nav-jpage4" href="url">link</a> */
	#products #nav-products,       /* Make sure there is no comma after last id */
	#pubs #nav-pubs,		     
	#pics #nav-pics,		     
	#wfs #nav-wfs,
	#current #nav-current,		     
	#archive #nav-archive,    
	#pacequa #nav-pacequa,
	#coare #nav-coare,		     
	#toga #nav-toga,
	#tiwe #nav-tiwe,		     
	#pacs #nav-pacs,
	#cariaco #nav-cariaco,		     
	#sfomc #nav-sfomc,		     
	#dods #nav-dods,
	#ftp #nav-ftp,		     
	#contact #nav-contact
	
	{font-weight: bold;
	font-size:8pt;
	color: #6BAFB1;		     /*Sets current page color in sidenav menu */
	padding: 2px;
    	text-indent:3px;
    	text-decoration: none;}  

	.spacer {margin-left:15px;}    /*For indentation on side nav menu*/
	.spacer2 {margin-left:25px;}

	.nohover 
	{font-family:arial, sans-serif;
    	font-size:8pt;
    	font-weight: bold;
    	color: #fff;	     
    	padding:2px;
    	text-indent: 5px;
    	text-decoration: none;}

/*For shelf data pages*/

        .moorname
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 12pt;
	text-decoration : none;}

	td.typeid
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	vertical-align: top;  
	text-decoration : none;}

	td.info
	{font-weight :normal; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	vertical-align: top;  
	text-decoration : none;}

	td.comments
	{font-weight :normal; 
	font-family: arial, sans-serif; 
	color : red; 
	font-size: 10pt; 
	vertical-align: top; 
	text-decoration : none;}

	td.data
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	vertical-align: top; 
	text-decoration : none;}

	td.plot
	{text-align :center;}

	.caption
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt;  
	text-decoration : none;}

	.note
	{font-weight :normal; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt;  
	text-decoration : none;}

/*from olpubs page*/

	td.list
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 9pt; 
	text-align: left; 
	text-decoration : none;}
	
/*For form-email page*/

	td.publist
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: left; 	
	text-decoration : none;}
    
	td.buttons
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}

	i
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	font-style: italic; 
	color : #000000; 
	font-size: 8pt;  
	text-decoration: none;}

	.request
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : blue; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}

	.posterslist
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 9pt; 
	text-align: center; 
	text-decoration : none;}

	.mms
	{font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 8pt; 
	text-align: center; 
	text-decoration : none;}

	td.mmsleft
	{width:50%; 
	font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-align:right; 
	vertical-align: top; 
	text-decoration : none;}

	td.mmsright
	{width:50%; 
	font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 10pt; 
	text-align:left; 
	vertical-align: top; 
	text-decoration : none;}

/*for bsop pages*/

	ul.circle 
	{list-style-type: disc; 
	color: #0000ff; 
	padding: 10px; 
	text-align: left;
	padding-left: 2cm; 
	margin-top: 1.5cm; 
	margin-bottom: 1cm; 
	margin-left:4cm; 
	margin-right:1cm;}

	td.listbsop
	{background-image:url(/BSOP/smbsopunit-1.jpg);
	background-repeat: no-repeat;
        font-weight :bold; 
	font-family: arial, sans-serif; 
	color : #000000; 
	font-size: 9pt; 
	text-align: left; 
	text-decoration : none;}

	.special
	{font-weight :bold; 
	font-family: verdana, serif; 
	color : #000000; 
	text-align:center;
	font-size: 8pt; 
	text-decoration : none;}

	ul.circle2 
	{list-style-type: disc; 
	padding: 10px; 
	text-align: left;
	padding-left: 1cm; 
	margin-bottom: 1cm; 
	margin-left:3.6cm; 
	margin-right:3cm;}

       
	