@charset "UTF-8";
/* CSS Document */

/****************************************

styles specific to Sea Ice Index sub-site

****************************************/

/*******************

toolbox 

*******************/

#seaIceIndexToolbox {
	position: relative;
	top: 0;
}

.secondaryToolboxContentFloating {
	padding:0;
	margin:0 0 5px 0;
	right: 0;	
	float:right;
	width:285px;
	min-width:285px;
	clear:both;
	position: relative;
	top: 0;
	border-top:1px solid #CCCCCC;
}
#topRow .secondaryToolboxContentFloating p {
	padding: 0 10px;
}

#secondaryToolboxColumn {
	width: 285px; /* fixes toolbox column display in FF 2.0+ */
	float: right;
}

/*************

images

*************/

#siiImageContainer {
	width: 27%;
	padding: 0 0 10px 0;
}

#siiMainImage {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.siiThumbImage {
	width: 35%;
	border: 0;
	margin: 0;
}

.thumbSmall {
	clear: left;
	width: 50px;
	border: 0;
	margin: 0 15px 10px 0;
}

.mainFixed {
	width: 250px;
	padding-right: 10px;
}

.thumbFixed {
    width: 75px;
    height: 100px;
	margin: 0 0 20px 0;
}

.thumbFixed2D {
	width: 75px;
	height:98px;
}

.thumbFixed3D {
    width: 98px;
    height:98px;
}

#topRow {
	width:1000px;
	margin: 10px auto;
}

#topRow h1 {
	padding: 0;
	margin: 0;
	white-space: none;
	font-size: 1.8em;
}
#topRow p {
	padding: 0;
	font-size: .9em;
}

/*thumbnails & image swap */

#thumbsRow {
	float:left;
	max-width:70%;
}


#thumbsRow ul {
	clear:both;
	width: 100%;
	padding: 15px 0 0 0;
	margin:0;
}

#thumbsRow ul li {
	display:inline; 
	width:75px; 
	height:100px; 
	float:left; 
	margin:0 0 17px 5px;
}

#selectImage {
	position:relative;
	float:right;
	width:267px;
	padding:0;
	margin: 0;
	background:#D6D6D6;
	text-align:left;
	//padding-top: 5px!important; /* fix for IE7 */
}

#selectImage h4 {
	margin: 0!important;
	padding: 0!important;
}

#seaiceSwapImage {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 0;
	/*width: 361px!important;*/
	/*height: 457px!important;*/
}

#trendImage {
	width: 250px;
	border:0;
}

#trendsInExtent {
	height:259px;
	text-align:center;
	//text-align: left!important; /* fix for IE7 */
}

#trendsInExtent h4 {
	text-align:left;
	margin-bottom:3px;
}

#trendsInExtent form {
	position:absolute;
	bottom:5px;
}

#formsContainer {
	position:relative;
	clear:both;
	float:right;
	background: #D9D9DB;
	border:1px solid #D9D9DB;
	height:93px;
	padding:10px;
	white-space:nowrap;
	width: 265px;
	padding-top: 5px;
}

#formsContainer form {
	//margin: 0!important;
	//padding: 0!important;
}

#formsContainerBlank {
	position:relative;
	clear:both;
	float:right;
	background: #FFF;
	border:1px solid #FFF;
	height:93px;
	padding:10px;
	white-space:nowrap;
	width: 265px;
	padding-top: 5px;
}

/*content row*/

.contentSection {
	padding:0;
	margin:0;
}

.contentRow {
	/*clear: both;*/
	width: 100%;
	list-style:none;
	margin-left: 25px;
	margin-top: 15px;
}

.contentRow img {
	float:left;
	padding-right: 10px;
}

#dhtmlgoodies_slideshow {}

#previewPane {
	/*width: 100%;*/
	/*width: 700px!important;
	height: 600px!important;*/
}

#largeImageCaption {
	margin-bottom: 10px;
	padding: 10px;
	width: 267px!important;
	height: 285px!important;
	//height: 287px!important; /* fix for IE7 */
	
}

#selectTrendForm select {}


