@charset "UTF-8";

/* ________________________________CSS resets______________________________________________________________________ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color:#F6F6F6;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. 
For consistency, you can either specify the amounts you want here, 
or on the list items (LI, DT, DD) they contain. 
Remember that what you do here will cascade to the 
.nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	padding: 0;
	margin: 0;
}


/* ________________________________Main Fixed Width 960px Centered Container__________________________________________________ */


.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	
	-webkit-box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
}

/* ____________________________________Header for Banner Image_______________________________________________________________ */


/*  Set to height of banner image */
header {
	height: 90px;
}


/* ____________________________________Navigation/Menu Panel_______________________________________________________________ */


nav {
	background: rgb(3,57,109);
	color: white;
	border: 0;
	float: left;
	font-size: 0.8em;
	height: 28px;
	-webkit-border-bottom-right-radius: 4px;
    	-moz-border-radius-bottomright: 4px;
    	border-bottom-right-radius: 4px;
}

nav ul{
	list-style: none; /* this removes the list marker */
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0.5em;
}

nav > ul > li > a {
	color: #fff;
	display: block;
	text-decoration: none;
}

nav li a:hover, nav a:active, nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	text-decoration: underline;
}

/* set for currently selected list item */
.selected {
	/*border-bottom: inset #FFFFFF;*/
	/*border-width:small;*/
	background-color: rgb(33,87,139);
	height: 15px;
}

/* set for currently selected list item */
.selected_r {
	/*border-bottom: inset #FFFFFF;*/
	/*border-width:small;*/
	background-color: rgb(33,87,139);
	height: 15px;
	border-bottom-right-radius: 4px;
}

/* set for currently selected list item */
.selected_l {
	/*border-bottom: inset #FFFFFF;*/
	/*border-width:small;*/
	background-color: rgb(33,87,139);
	height: 15px;
	border-bottom-left-radius: 4px;
}

#right_nav {
	float: right;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0px;
}

#left_middle_nav {
	background: rgb(3,57,109);
	float: left;
	height: 28px;
}

#left_middle_nav2 {
	background: white;
	padding:0.5em;
	border-top-left-radius: 4px;
}
#right_middle_nav {
	background: rgb(3,57,109);
	float: right;
	height: 28px;
}

#right_middle_nav2 {
	background: white;
	padding:0.5em;
	border-top-right-radius: 4px;
}

/* ____________________________________Center Title styling_______________________________________________________________ */

#centre_title {
	color: 	rgb(3,57,109);
	margin-top: 5px;
}

#centre_title > h2 {
	font-size: 1.1em;
}

#mapandglacierbar {
	width: 430px;
	
}

#map_title {
	float: left;
}

#glacier_title {
	float: left;
	color: white;
	background-color: rgb(3,57,109);  
	width: 350px;
	text-align: center;
	line-height: 16px;
	padding-top: 8px;
	margin-left: 4px;
	
}

#dynamic_image_pane {
	float: left;
}

#glacier_selection_outerpane {
	width: 457px;
	height: 320px;
	background-color: rgb(3,57,109);	
	border-color: white;
	border-style: solid;
    	border-width: 3px;
	padding: 6px;
	margin: 2px;
	margin-top: 11px;	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:relative;
}

#glaciermap_innerpane {
	position: absolute;
	top: 40px;
	left: 11px;
}


/* ____________________________________Main Left Column content (570px)_______________________________________________________________ */


.maincontent {
	clear: both;
	float: left;
	width: 500px;	
	font-size:14px;
}

/* ____________________________________Main Left Column content (570px)_______________________________________________________________ */


.mainwidecontent {
	clear: both;
	float: left;
	width: 920px;	
	font-size:14px;
}
/* ____________________________________Main Right Column content (370px)_______________________________________________________________ */


.mainside {
	float: left;
	width: 427px;	
	font-size: 14px;
	background-color: rgb(3,57,109);
/*box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);*/
	background-color: rgb(3,57,109);	
	border-color: rgb(3,57,109);	
	border-style: solid;
    border-width: 1px;
	border-radius: 8px 8px 8px 8px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

/* ____________________________________H1, H2 defaults_______________________________________________________________ */


h1 {
	color: 	rgb(3,57,109);
	font-size: 1.1em;
}

h2 {
	color: 	rgb(3,57,109);
	font-size: 1.0em;
	margin-bottom: 16px;
}

/* ____________________________________Page Footer_______________________________________________________________ */

footer {
	font-size:0.7em;
	height: 1.5em;
	padding: 8px 0;
	color: white;
	background-color: rgb(3,57,109);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

footer a {
	color: #fff;
	text-decoration: none;
}

/* ____________________________________Old Browser support_______________________________________________________________ */

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

/* ____________________________________Misc_______________________________________________________________ */

.centre {
	text-align: center;	
}

.clearfix{ clear: both }


/* ------- annotation at top of blue pane ------- */

.outerpane_annotation_glaciermap {
	position: absolute;
	top: 10px;
	left: 10px;	
	color: white;
	font-size: 0.9em;
}

.outerpane_annotation {
	position: absolute;
	top: 10px;
	left: 10px;	
	color: white;
	font-size: 0.9em;
}

.outerpane_annotation2 {
	position: absolute;
	top: 10px;
	left: 235px;	
	color: white;
	font-size: 0.75em;
}

.outerpane_annotation2b {
	position: absolute;
	top: 10px;
	left: 215px;	
	color: white;
	font-size: 0.75em;
}

.outerpane_annotation3 {
	position: absolute;
	top: 10px;
	left: 160px;	
	color: white;
	font-size: 0.75em;
}

.outerpane_annotation3b {
	position: absolute;
	top: 10px;
	left: 220px;	
	color: white;
	font-size: 0.75em;
}

.outerpane_annotation4 {
	position: absolute;
	top: 3px;
	left: 5px;	
	color: white;
	font-size: 0.75em;
}

.outerpane_annotation5 {
	position: absolute;
	top: 4px;
	left: -2px;	
	color: white;
	font-size: 0.95em;
}

.outerpane_annotation5a {
	position: absolute;
	top: 4px;
	left: 210px;	
	color: white;
	font-size: 0.95em;
}


.outerpane_annotation5b {
	position: absolute;
	top: 4px;
	left: 500px;	
	color: white;
	font-size: 0.95em;
}

#glacier_menu {
	position: absolute;
	top: 0px;
	right: 120px;
}


/* ------- image placeholder in blue pane, leaving annotation gap at top of pane ------- */

.image_placeholder {
	position: absolute;
	top: 40px;
	left: 10px;	
	border-style:groove;
	border-width: 1px;
}

/* ------- popout information pane ------- */

.info_wrapper {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 70%;
	box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
	background-color: rgb(3,57,109);	
	border-color: rgb(3,57,109);	
	border-style: solid;
    border-width: 3px;
	border-radius: 8px 8px 8px 8px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;	
}

.info_pane {
	position: relative;
	top: 10px;
	left: 0px;
	background-color: white;	
	padding-top: 5px;
}

/* ------- download icon wrapper ------- */

.download_icon_div {
	position: absolute;
	top: 6px;
	right: 40px;	
	color: white;
	font-size: 7px;
	width: 16px;
	height: 32px;
}

.txtwrap {
	float: right;
	margin: 10px;
}

a.download_link:hover, a.download_link:active, a.download_link:visited, a.download_link:link {color: white;}


.txtsmaller {
font-size: 0.8em;
}

.whiteheader {
	color: white;
	font-size: 1.4em;
	padding-top: 3px;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: rgb(3,57,109);
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgb(3,57,109);
}

#nrt_archive_bar {
	background-color: rgba(3,57,109,0.6);
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	color: white;
	border-width:0;
	font-size: 12px;
	height: 30px;
}

#blue_box {
	position: absolute;
	top: 145px;
	left: 465px;
	width: 40px;
	height: 30px;
	background-color: rgb(3,57,109);
	z-index: 1;
}

#login_outerpane {
	width: 470px;
	height: 200px;
	background-color: rgb(3,57,109);	
	border-color: white;
	border-style: solid;
    	border-width: 3px;
	padding: 2px;
	margin: 2px;
	margin-top: 11px;	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:relative;

}

#login_outerpane2 {
	width: 470px;
	height: 280px;
	background-color: rgb(3,57,109);	
	border-color: white;
	border-style: solid;
    	border-width: 3px;
	padding: 2px;
	margin: 2px;
	margin-top: 11px;	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:relative;

}

#login_innerpane {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 460px;
	height: 160px;
	background-color: rgb(255,255,255);
	font-size: 0.9em;
}

#login_outerpane3 {
	width: 470px;
	height: 100px;
	background-color: rgb(3,57,109);	
	border-color: white;
	border-style: solid;
    	border-width: 3px;
	padding: 2px;
	margin: 2px;
	margin-top: 11px;	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:relative;

}

#login_innerpane2 {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 460px;
	height: 245px;
	background-color: rgb(255,255,255);
	font-size: 0.9em;
}

#login_innerpane3 {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 460px;
	height: 70px;
	background-color: rgb(255,255,255);
	font-size: 0.9em;
}

#loginform {

  margin : 0 auto;
  margin: 5px;

  padding: 10px;
  background-color: rgb(43,89,149);
  
  text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 4px;
padding:10px;
border: 0px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);

padding-top: 15px;
padding-bottom: 20px;

}

#username1 {
  
  width : 150px;
  
}
#username_label1 {
  
  width : 100px;
  
}
#email_label1 {
  
  width : 100px;
  
}
#email1 {
  
  width : 150px;
  
}

.reg_field {
	width: 234px;
	margin-bottom: 15px;
}


.download_table {
	margin:0px;padding:0px;
	width:100%;
	/*box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;*/
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.download_table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.download_table tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.download_table table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.download_table table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.download_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.download_table tr:hover td{
	
}
.download_table tr:nth-child(odd){ background-color:#cccccc; }
.download_table tr:nth-child(even)    { background-color:#ffffff; }.download_table td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:9px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.download_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.download_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.download_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.download_table tr:first-child td{
	background:-o-linear-gradient(bottom, #EFF2F6 5%, #EFF2F6 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EFF2F6), color-stop(1, #EFF2F6) );
	background:-moz-linear-gradient( center top, #EFF2F6 5%, #EFF2F6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFF2F6", endColorstr="#EFF2F6");	background: -o-linear-gradient(top,#EFF2F6,00007f);

	background-color:#EFF2F6;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.download_table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #EFF2F6 5%, #EFF2F6 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EFF2F6), color-stop(1, #EFF2F6) );
	background:-moz-linear-gradient( center top, #EFF2F6 5%, #EFF2F6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFF2F6", endColorstr="#EFF2F6");	background: -o-linear-gradient(top,#EFF2F6,00007f);

	background-color:#EFF2F6;
å.download_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.download_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

#lower_right_image_wrap {
	margin: 30px;
	background-color:#EFF2F6;
	width: 400px;
	height: 400px;
	
}

#imagegrid {
	display: block;
	margin: 0 auto;
	
	width: 100px;
	height: 100px;
	background-color:#EFF2F6;
}

#myimage1
{
 background-color: #EFF2F6;
 width: 30%;
 height: 30%;   
    
}
.image2 {
position: relative;
	float: right;
}

.floated_imgr
{
    float: right;
}

.smaller {
font-size:0.8em;
}





