@charset "utf-8";
/* CSS Document */

body{
	background-color: #016692;	
	
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 1.6em;	
	font-weight:bold;
	padding-top:20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom:12px;
}

p a{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom:12px;
	text-decoration:none;
}

.arrows {
	float:right
}

.arrows img {
	border:0;
	}


.video {
	float:left;
	margin-right:20px;
	}

.video a {
	color: #ffffff;
	text-decoration:none;
	}
	
.video a:link {
	color: #ffffff;
	text-decoration:none;
	}

.close {
	display:block;
    	position:absolute;
    	bottom:10px;
    	right:10px;
}

.ImgofDay {
	overflow:scroll;
	}


/* Styles for Numbers Slideshow with Numbers 
-------------------------------------------------------------------- */

.slideshow {

	border: 0px dotted #cccccc;
	padding-left : 0px;
	padding-bottom : 6px;
	padding-top : 0px;
	padding-right : 0px;
	float : left; 
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right:20px;
}

.slideshow img {
	margin: 5px 0px 0px 0px;
}

#numbers {
	height: 18px;
	margin: 0px 0px 0px -.2em;
	padding: 3px;
	overflow: hidden;
	}

#numbers ul, #numbers li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#numbers a:link, #numbers a:visited {
	float: left;
	background: #eef6f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 9px 3px 9px;
	margin-right: 0px;
	border: 1px solid #bbbbbb;
	text-decoration: none;
	color: #052155;
	background-image: url(http://www.whoi.edu/cms/images/whoi/h5.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#numbers a:link.active, #numbers a:visited.active {
	border: 1px solid #bbbbbb;
	background: #052155;
	background-image: url(http://www.whoi.edu/cms/images/whoi/h5_on.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #ffffff;
	}


#numbers a:hover {
	background: #ffffff;
	color: #052155;
	}
