body {
        line-height: 1.2;
font-size: 12pt;
	font-family: Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
}
body[within] .hideonembed
{
display: none
}
[rel='iridl:hasFigure']{
display: none;
}
/* start of direction support via body lang tag -- default is ltr */
body[lang]{direction: ltr}
body[lang="ar"]{direction: rtl}
/* default langgroup rules (additional generated by uicore.js ) */
.langgroup [lang] {display:inline}
.langgroup [lang] + [lang] {display:none}
body[failed]::before {
content: attr(failed) " downloads unavailable";
display: block;
border: 4pt;
border-style: outset;
border-color: DarkGrey;
text-align: center;
color: brown;
padding: 5pt;
position: fixed;
bottom: 5pt;
right: 5pt;
z-index: 100;
background-color: WhiteSmoke;
border-radius: 10px;
}
body[failed="1"]::before {
content: attr(failed) " download unavailable";
}
/* gloss support: lbl followed by gloss shows gloss on hover over lbl*/
.gloss {
display: none;
-webkit-column-break-inside: avoid;
}
.lbl:hover + .gloss:not(:empty) {
display: block;
position: absolute;
z-index: 30;
white-space: normal;
color: #111;
border: 1px solid #DCA;
background: #FFFAF0;
text-indent: 0pt;
margin-left: 5pt;
padding-left: 2pt;
padding-right: 2pt;
min-width: 100pt;
max-width: 300pt;
overflow: visible;
}
.lbl:hover {
cursor: help;
}

[property="wn20schema:lexicalForm"],[rel="wn20schema:containsWordSense"],[property="wn30:lexicalForm"],[rel="wn30:hasSense"]{
font-style: italic;
color: #222222;
text-decoration: underline;
cursor: help; 
}
.sharebutton{
display: inline;
margin: 3px;
padding: 0px;
}
.dlcontrol .sharebutton {
vertical-align: middle;
}
.regionwithinbbox {
display: none !important;
}
body.regioniswithinbbox .regionwithinbbox {
display: inline !important;
}
/* while pageform inputs are mostly type hidden so this is not currently
necessary, adding this css allows adding hidden checkbox support in the
future which might simplify multiple value element specification */
#pageform input{
display: none;
}
#pageform input.visible{
display: inline
}
img {
opacity: 1.0;
}
.valid {
opacity: 1.0;
 transition: opacity 1s ease-out 0s;
 -webkit-transition: opacity 1s ease-out 0s;
 -moz-transition: opacity 1s ease-out 0s;
}
.invalid-zooming {
opacity: 0.3;
 transition: opacity 0.1s ease-out 0s;
 -webkit-transition: opacity 0.1s ease-out 0s;
 -moz-transition: opacity 0.1s ease-out 0s;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.invalid {
opacity: 0.2;
 transition: opacity 6s ease-out 0.1s;
 -webkit-transition: opacity 6s ease-out 0.1s;
 -moz-transition: opacity 6s ease-out 0.1s;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.invalid.loading {
opacity: 0.2;
background: url('icons/wait30.gif') center no-repeat transparent;
}
.slowly img.invalid.loading {
opacity: 0.2;
visibility: hidden;
background: url('icons/wait30.gif') center no-repeat transparent;
}
.invalid.failed {
opacity: 1.0;
border: 2px;
border-color: red;
border-style: solid;
background-color: #FFBBBB}
.bold {
font-weight: bold;
}
.invalid .bold {
display: none !important;
}

/* more button support */
.hasMoreButton >  .moreitem {
display: none;
}
.hasMoreButton.ShowAll >  .moreitem {
display: block;
}
.hasMoreButton > .moreitem.belowMoreCount {
display: block;
}
.hasMoreButton::after {
cursor: pointer;
margin-top: 5pt;
content: attr(morehide) ' more';
border: solid 1px DarkGrey;
background-color: white;
display: block;
color: SlateGrey;
font-style: italic;
font-size: 80%;
text-align: center;
border-bottom-right-radius: 5pt;
border-bottom-left-radius: 5pt;
border-top-right-radius: 5pt;
border-top-left-radius: 5pt;
margin-bottom: 0pt;
padding-bottom: 0pt;
margin-right: 20pt;
margin-left: 20pt;
}
.hasMoreButton.ShowAll::after {
content: 'hide ' attr(morehide);
border: solid 1px DarkGrey;
background-color: white;
}
.lowerLimit, .lowerLimit-disabled {
display: inline-block;
padding-left: 5px;
padding-right: 2px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10pt;
border-bottom-left-radius: 10pt;
border: 2px;
background-color: WhiteSmoke;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.oneStep, .oneStep-disabled {
display: inline-block;
vertical-align: middle;
cursor: pointer;
padding-left: 5px;
padding-right: 5px;
margin-left: 1px;
margin-right: 1px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10pt;
border-bottom-right-radius: 10pt;
border: 2px;
background-color: WhiteSmoke;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lowerLimit + .oneStep {
margin-left: 5pt;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10pt;
border-bottom-left-radius: 10pt;
}
.oneStep + .upperLimit {
margin-left: 5pt;
}

.controlLabel {
display: inline-block;
    vertical-align: middle;
margin-right: 14pt;
font-size: 14pt;
}
.controlSet {
display: inline-block;
font-size: 8pt;
color: SlateGrey;
}
.controlSet:active, .controlSet:hover {
display: inline-block;
font-size: 8pt;
color: black;
}
.upperLimit, .upperLimit-disabled {
display: inline-block;
padding-left: 2px;
padding-right: 5px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10pt;
border-bottom-right-radius: 10pt;
border: 2px;
background-color: WhiteSmoke;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#homelink {
position: relative;
float: left;
height: 52px;
width: 52px;
margin: 1px;
border: 0px;
z-index: 0;
    background: url('icons/iriwh.png') center no-repeat;
        background-color: WhiteSmoke;
	background-size: 95%;
}
#homelink:hover{
background-size: 100%;
}
#homelink select {
position: absolute;
left: 0px;
bottom: 0px;
opacity: 0.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=05)";
height: 52px;
min-width: 52px;
z-index: 1;
padding: 2px;
}
#homelink + .navitem {
position: relative;
z-index: 2;
}
#homelink.HomeSelect::after{
position: absolute;
font-size: 65%;
text-align: bottom;
content: "\25BC";
left: 42px;
top: 42px;
}
.controlBar {
             border-style: outset;
	     border-color: LightGrey;
             border-width: 4px;
             margin: 1px;
	     margin-bottom: 1px;
	font-size: 12pt;
	background-color: WhiteSmoke;
	font-family: Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
-moz-border-radius: 12px;
border-radius: 12px;
padding-bottom: 2px;
padding-right: 2px;
            }
.controlBar::after, .controlBar:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0px;
}
.optionsBar {
             clear: both;
             border-style: outset;
	     border-color: LightGrey;
             border-width: 4px;
             margin: 1px;
	     margin-bottom: 3px;
             min-height: 54px;
	     max-width: 100%;
	font-size: 12pt;
    background: url('icons/iriwh.png') right no-repeat;
	background-size: 50pt;
	background-color: WhiteSmoke;
	padding-right: 52pt;
	font-family: Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
-moz-border-radius: 12px;
border-radius: 12px;
padding-bottom: 2px;
overflow: hidden;
            }
#share, #contactus {
overflow: hidden;
opacity:  .75;
}
.clear {
	clear: both;
	height: 0px;
}
.navlink {
         font-size: 16pt;
         text-decoration: none;
         color: navy;
	 line-height: 1.1;
         }
.alttablink {
         text-decoration: none;
         color: black;
         }
.navtext {
         font-size: 16pt;
         text-decoration: none;
         }
.navlink:hover,.alttablink:hover {
         font-weight: bold;
         color: blue;
         }
.navmore {
	display: none;
	margin: 5px;
-moz-border-radius: 10px;
border-radius: 10px;
       min-height: 36px;
}
/* Google Search Element */
#GoogleSearch, .search {
margin-top: 5pt;
float: right;
width: 35%;
}
#GoogleSearch div, .search div {
margin-top: 2px;
}
@media only all and (max-width: 600px) {
#GoogleSearch, .search {
float: none;
width: 95%;
}
}
.selectvalue {
padding: 0px;
padding-left: 2px;
padding-right: 2px;
margin: 0px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline;
font-size: 120%;
color: navy;
}
.navitem + .navitem + .navitem .selectvalue {
font-size: 12pt;
}
.selectvalue::after, .selectvalue:after {
background-color: #EDEDED;
padding-left: 3px;
margin-left: 3px;
padding-right: 3px;
font-size: 50%;
vertical-align: middle;
content: "\25BC";
}
.selectvalue + select {
padding-left: 0px;
padding-right: 0px;
display: none;
}
.controlBar:hover .navitem select,.controlBar:active .navitem select, .navitem:active select {
display: inline;
}
.controlBar:hover .navitem .selectvalue,.controlBar:active .navitem .selectvalue {
display: none;
}

.navitem {
         padding-left: 4px;
         padding-right: 4px;
         padding-top: 2px;
         padding-bottom: 4px;
         display: inline;
	margin: 2px;
	margin-top: 0px;
        -moz-border-radius: 8px;
        border-radius: 8px;
       min-height: 32px;
        border-style: inset;
	background-color: LightGrey;
       vertical-align: middle;
}
.lang, .login {display: inline;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-right: 2px;
         padding-left: 4px;
         padding-right: 4px;
         padding-top: 2px;
         padding-bottom: 6px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border-style: inset;
	background-color: LightGrey;
       vertical-align: middle;
}
.login {display: none}
.navitem > legend {
       font-size: 10pt;
        border-style: outset;
        border-width: 2px;
        border-top-width: 0px;
        border-left-width: 0px;
        -moz-border-radius: 4px;
        border-radius: 4px;
	background-color: WhiteSmoke;
        border-color: LightGrey;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}
.lang > legend {
       font-size: 10pt;
        border-style: outset;
        border-width: 2px;
        border-top-width: 0px;
        border-left-width: 0px;
        -moz-border-radius: 4px;
        border-radius: 4px;
	background-color: WhiteSmoke;
        border-color: LightGrey;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
}
.dlimage {
border-color: #AAAAAA;
       float: right;
       margin: 5px;
       -moz-border-radius: 10px;
       border-radius: 10px;
       border-width: 3px;
	width: 40%;
}
/* so dlimage will provide as basis for absolute images within */
.dlimage {
position: relative;
}
  .popup {
display: none;
  position: absolute;
  background-color: white;
  top: 12px;
  left: 0px;
  z-index: 25;
  padding: 4pt;
  border: 1px solid;
-moz-border-radius-topleft: 8pt;
border-top-left-radius: 8pt;
-moz-border-radius: 8pt;
border-radius: 8pt;
  }
.regioniswithinbbox .popup.regionwithinbbox {
display: block
}

.dlimage wide {
width: 50%;
}

.dlimage:hover {
border-color: black;
border-style: outset; 
}

.dlimagelegend {
	margin: 0px;
        text-align: center;
}
.dlimagecaption {
	margin: 0px;
        text-align: justify;
        line-height: 1.1;
}
.imageOverlayDiv {
cursor: crosshair;
z-index: 20;
}
.imageOverlayDiv.pickRegion {
cursor: crosshair;
}
.zoomArea {
cursor: se-resize !important;
}
.clipper {
border-color: red;
border-width: 1px;
border-style: solid;
}
.imageOverlayDiv+img{
cursor: crosshair;
}
.imageOverlayDiv.pickRegion+img {
cursor: crosshair;
}
/* switch to resize cursor during active zoom
   also fade the base image slightly during active zoom 
   to make the selected area clearer */
.zoomArea+img {
cursor: se-resize !important;
opacity: 0.6;
}

.imageOverlayDiv.inactive {
display: none;
}

.dlimage > legend {
margin-left: auto; 
margin-right: 0pt; 
}

.button > .label {
font-weight: bold;
}
.button > .icon {
opacity: 0.6;
}


.dlimage > legend > div, .dlimagecontrol {
        display: inline-block;
	width: 10pt;
	height: 10pt;
	padding: 2pt;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 2px;
        margin-right: 2px;
       -moz-border-radius: 10px;
       border-radius: 10px;
border-width: 2px; border-style: outset; border-color: #DFDFDF;
}

.dlimage > legend > .dlimagecontrol {
display: none;
    background-color: WhiteSmoke;
	opacity: 0.6;
}
.dlimage > .dlcontrol {
	min-height: 0px;
	max-height: 0px;
        padding: 0px;
	border-width: 0px; 
        background-color: WhiteSmoke;
	border-color: LightGrey;
	border-style: inset; 
       -moz-border-radius: 8px;
       border-radius: 8px;
       font-size: 10pt;
	text-align: center;
	opacity: 0.0;

transition:         min-height 1.5s linear, padding .5s linear .5s,max-height 1.5s linear,border-width .5s linear .5s;
-webkit-transition: min-height 1.5s linear, padding .5s linear .5s,max-height 1.5s linear,border-width .5s linear .5s;
-moz-transition:    min-height 1.5s linear, padding .5s linear .5s,max-height 1.5s linear,border-width .5s linear .5s;
}
.zoomStatus{
cursor: pointer;
background-color: WhiteSmoke;
color: DarkSlateGrey;
text-align: center;
border-style: inset;
border-color: LightGrey;
border-width: 3px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 4px;
width: 160px;
left: 0px;
top: 3px;
z-index: 10;
}

.dlimage > .dlcontrol input {
	text-align: center;
}
.dlimageswitch {
    background: url('icons/onoff16.png') center no-repeat;
        background-color: WhiteSmoke;
	background-size: 10pt;
	opacity: 0.6;
/* disables button styling for on-off switch
/* border-width: 2px; border-style: solid; border-color: white; */
}

.dlimage:hover       > legend > .dlimageswitch,
.dlimage.ControlLock > legend > .dlimageswitch
{
/* display: none;  */
	border-style: inset;
        border-width: 3px 1px 1px 3px; 
        position:relative;
        left: 1px;
        top: 1px;
}
.dlimage:hover             > legend > div,
.dlimage.ControlLock > legend > div
{
display: inline-block;
}
.dlimage:hover > legend > div.settings,
.dlimage:hover > legend > div.layers,
.dlimage:hover > legend > div.download,
.dlimage.ControlLock > legend > div.settings,
.dlimage.ControlLock > legend > div.layers,
.dlimage.ControlLock > legend > div.download
{
display: none;
}
.dlimage.hasIvars:hover > legend > div.settings,
.dlimage.hasLayers:hover > legend > div.layers,
.dlimage.hasDownload:hover > legend > div.download,
.dlimage.hasIvars.ControlLock > legend > div.settings,
.dlimage.hasLayers.ControlLock > legend > div.layers,
.dlimage.hasDownload.ControlLock > legend > div.download
 {
display: inline-block;
}
.dlimage div.arcgis,
.dlimage div.googleearth,
.dlimage div.asKML,
.dlimage div.asGeoTiff,
.dlimage div.asGeoTiffPaletteColor,
.dlimage div.asWMS {
display: none;
}
.dlimage.hasKML div.googleearth,
.dlimage.hasKML div.asKML {
display: inline-block;
}
.dlimage.hasWMS div.arcgis,
.dlimage.hasWMS div.asWMS,
.dlimage.hasGeoTiffPaletteColor div.asGeoTiffPaletteColor,
.dlimage.hasGeoTiff div.asGeoTiff
 {
display: inline-block;
}
.dlimage .dlcontrol {
display: none;
}
.dlimage .messagearea {
display: none
}
.dlimage .messagearea.show {
display: block;
white-space: normal;
z-index: 100;
}
.dlimage.ShowControlLayers .dlcontrol.layers {
display: block;
}
.dlimage.ShowControlShare .dlcontrol.share {
display: block;
}
.dlimage.ShowControlDownload .dlcontrol.download {
display: block;
}
.dlimage.ShowControlIvars .dlcontrol.ivar {
display: block;
}
.dlimage.ShowControlDownload .selectedImage,
.dlimage.ShowControlShare .selectedImage {
    border-width: 2pt;
    border-style: solid;
}

.dlimagecontrol.zoomout {
    background: url('icons/Zoom-out-16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.info {
    background: url('icons/Information-16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.layers + .dlimagecontrol.info {
}
.dlimagecontrol.info + .dlimagecontrol.share {
}
input:disabled + span { color: grey }
.leftarrow, .rightarrow {
opacity: 0.2;
}
.controlSet.singleValue.aboveLower .leftarrow, .controlSet.singleValue.belowUpper .rightarrow,
.connectedgraph.aboveLower .leftarrow,.connectedgraph.belowUpper .rightarrow
{
opacity: 0.4;
}
.controlSet:hover.singleValue.aboveLower .leftarrow,
 .controlSet:hover.singleValue.belowUpper .rightarrow,
.connectedgraph.aboveLower .leftarrow:hover,.connectedgraph.belowUpper .rightarrow:hover
{
opacity: 0.6;
}
.leftarrow:before {
    width: 13pt;
    content: url('icons/arrow_full_left_16.png');
}
.rightarrow:before {
    width: 13pt;
    content: url('icons/arrow_full_right_16.png');
}
.dlimagecontrol.linkadd {
    background: url('icons/link_add_16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.share {
/*    display: none !important; */
    background: url('icons/share_16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.settings {
    background: url('icons/settings_16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.layers {
    background: url('icons/text_align_full_16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.download {
/*    display: none !important; */
    background: url('icons/download_16.png') center no-repeat;
    background-size: 10pt;
}
.dlimagecontrol.downloadselect {
border-width: 2pt;
border-radius: 0px;
opacity: 1.0;
}
/* slightly darker control button on hover */
.dlimage:hover > legend > .dlimagecontrol:hover,
.dlimage:hover > legend > .dlimageswitch:hover
{
opacity: 0.8;
}
/* fully dark control button on selected */
.dlimage.ShowControlLayers > legend > .dlimagecontrol.layers,
.dlimage.ShowControlShare > legend > .dlimagecontrol.share,
.dlimage.ShowControlDownload > legend > .dlimagecontrol.download,
.dlimage.ShowControlIvars > legend > .dlimagecontrol.settings,
.dlimage.ControlLock > legend > .dlimageswitch,
.dlimage.ControlLock > legend > .dlimageswitch:hover
 {
opacity: 1.0;
}
.dlimage > legend > .dlimagecontrol:active,
.dlimage.ShowControlLayers > legend >.layers,
.dlimage.ShowControlShare > legend >.share,
.dlimage.ShowControlDownload > legend >.download,
.dlimage.ShowControlIvars > legend > .settings
 {
	border-style: inset;
        border-width: 3px 1px 1px 3px;
        position:relative;
        left: 1px;
        top: 1px;
}
.dlimage:hover > .dlcontrol,
.dlimage.ControlLock > .dlcontrol
 {
min-height: 22px;
max-height: 66px;
background-color: LightGrey;
        padding: 4px;
	border-width: 3px; 
	opacity: 1.0;
}
.dlimage:hover > .dlcontrol.ivar + .dlcontrol,
 {
margin-top: 5px;
}
.dlimage.ShowControlAlways  .dlcontrol {
display: block;
opacity: 1.0;
}
/* these are nominally 1024 choices -- they appear here for IE8 which seems to ignore @media sections */

.dlimage {
	width: 46%;
}
.dlimage.wide {
	width: 65%;
}
.selectvalue {
display: none;
}
.selectvalue + select {
display: inline;
}


@media only all and (max-width: 750px) {
.selectvalue {
display: inline;
}
.selectvalue + select {
display: none;
}
.dlimage, .dlimage.wide, .dlimage.tall{
	width: 95%;
}
.dlimage.tall{
	width: 50%;
}
.dlimage.narrow{
	width: 30%;
}
.navitem {
font-size: 10pt;
}
.navitem > legend {
       font-size: 8pt;
}
.navitem + .navitem > legend {
       font-size: 8pt;
}
.navitem + .navitem + .navitem > legend {
       font-size: 7pt;
}
.lang > legend {
       font-size: 8pt;
} 
.zoomStatus{
font-size: 10pt;
}
}
@media only all and (max-width: 750px) {
.selectvalue {
display: inline;
}
.selectvalue + select {
display: none;
}
#homelink {
height: 37px;
width: 37px;
margin: 2px;
}
#homelink:hover{
background-size: 37px;
}
#homelink.HomeSelect::after{
left: 29px;
top: 29px;
}
#homelink select {
height: 37px;
width: 37px;
min-width: 37px;
}
.navlink {
         font-size: 10pt;
         }
.navtext {
         font-size: 10pt;
         }
.navlink:hover,.alttablink:hover {
         font-weight: bold;
         }
.navitem {
	min-height: 10px;
}
.navitem + .navitem {
       display: inline;
       min-height: 10px;
       margin: 2px;
       vertical-align: middle;
}
.lang {
       display: inline;
       min-height: 10px;
}
.navitem select {
font-size: 8pt;
}
.lang select {
font-size: 8pt;
display: none;
}
.navitem {
font-size: 10pt;
}
.selectvalue {
font-size: 100%;
display: inline;
}
.navitem + .navitem + .navitem .selectvalue {
font-size: 8pt;
}
.selectvalue + select {
display: none;
}
.navmore {
       display: none;
       min-height: 16px;
}
.lang {
       min-height: 10px;
}
.navitem:hover select {
display: inline;
}
.navitem:hover .selectvalue {
display: none;
}

.lang:hover select {
display: inline;
}
.controlBar:hover .navlink {
}
.controlBar:hover .navtext {
}
.controlBar:hover .navitem {
       min-height: 20pt;
       display: inline;
}
.controlBar:hover .lang {
       display: inline;
}
.controlBar:hover .navmore {
	display: none;
}
.controlBar:hover .navitem select {
	font-size: 7pt;
display: inline;
}
.controlBar:hover .navitem .selectvalue {
display: none;
}
.controlBar:hover .lang select {
	font-size: 7pt;
	display: inline;
}
.controlBar:active .navitem {
       display: inline;
       min-height: 16px;
}
.controlBar:active .navmore {
	display: none;
}

.controlBar:active .navitem select {
display: inline;
}
.controlBar:active .navitem .selectvalue {
display: none;
}
.controlBar:active .lang select {
display: inline;
}
.navitem:active select {
display: inline;
}
.lang:active select {
display: inline;
}
.navitem + .navitem > legend {
       font-size: 7pt;
}
.navitem + .navitem + .navitem > legend {
       font-size: 6pt;
}
.navitem > legend {
       font-size: 7pt;
}
.lang > legend {
       font-size: 6pt;
}
.controlBar:hover .navitem > legend  {
display: inline;
}
.controlBar:hover .navitem + .navitem > legend  {
display: inline;
}
.controlBar:hover .lang > legend  {
display: inline;
}
}

img.dlimg, img.dlauximg, img.dlimgts {
         width: 99%;
}
.ui-widget {
	}
.ui-widget-header {
	background: LightGrey;
	 font-size: 9pt;
}
@media only all and (max-width: 600px) {
.dlimage, .dlimage.wide, .dlimage.tall{
	width: 92%;
}
.dlimage.narrow {
	width: 40%;
}
}
@media only all and (max-width: 479px) {
.dlimage, .dlimage.wide, .dlimage.tall, .dlimage.narrow {
	width: 89%;
}
 #homelink {
height: 30px;
width: 30px;
}
#homelink select {
height: 30px;
width: 30px;
min-width: 30px;
}
#homelink.HomeSelect::after{
left: 24px;
top: 24px;
}
.controlBar:hover #homelink.HomeSelect::after{
left: 30px;
top: 30px;
}
.controlBar:hover #homelink {
height: 37px;
width: 37px;
}
.controlBar:hover #homelink:hover{
background-size: 37px;
}
.controlBar:hover #homelink select {
height: 37px;
width: 37px;
min-width: 37px;
}
.selectvalue {
display: inline;
}
.navitem + .navitem + .navitem .selectvalue {
font-size: 6pt;
}

.controlBar .navitem > legend {
       font-size: 4pt;
}
.controlBar .navitem + .navitem > legend {
       font-size: 4pt;
}
.controlBar .navitem + .navitem + .navitem > legend {
       font-size: 4pt;
}
/* suppress lang control on very small screens */
.lang {
display: none;
}
.lang:hover, .lang:active {
display: inline;
}
/* suppress tabs on very small screens */
.ui-tabs-nav {
border-width: 2pt !important;
padding-top: 0pt !important;
display: none !important;
}
.alttablink {
         color: navy;
         }
.ui-tabs-panel, .ui-tabs-panel-float {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        -moz-border-radius-topleft: 10px !important;
        -moz-border-radius-topright: 10px !important;
}
.ui-tabs-nav li {
display: none !important;
}
.dlimage {
margin-top: 2pt;
}
.navitem, .alttablink{
       font-size: 10pt;
}
.navitem + .navitem{
       font-size: 10pt;
}
.lang {
       font-size: 4pt;
}
.controlBar:hover .navlink {
       font-size: 10pt;
}
.controlBar:hover .navtext {
       font-size: 10pt;
}
.controlBar:hover .navitem {
       display: inline;
       font-size: 7pt;
}
.controlBar:hover .lang select{
       display: inline;
       font-size: 6pt;
}
.controlBar:hover .navitem > legend  {
display: inline;
       font-size: 6pt;
}
.controlBar:hover .navitem + .navitem > legend  {
display: inline;
       font-size: 6pt;
}
.controlBar:hover .lang > legend  {
       font-size: 6pt;
display: inline;
}

}

@media only all and (min-width: 750px) {
.dlimage {
	width: 95%;
}
.dlimage.tall {
	width: 50%;
}
.dlimage.narrow {
	width: 25%;
}
}
/* ipad is 1024 -- this 1024 and above */
@media only all and (min-width: 900px) {
.dlimage {
	width: 45%;
}
.dlimage.wide {
	width: 65%;
}
.dlimage.narrow {
	width: 20%;
}
.selectvalue {
display: none;
}
.selectvalue + select {
display: inline;
}

}
@media only all and (min-width: 1400px) {
.dlimage {
	width: 47%;
}
.dlimage.narrow {
	width: 27%;
}
.dlimage.wide {
	width: 55%;
}
}
@media only all and (min-width: 750px) and (orientation: landscape){
.dlimage.tall {
	width: 25%;
}
.dlimage.narrow {
	width: 15%;
}
}
.ui-widget-header .ui-state-default {
        background: #ECECEC;
}
.ui-widget-header .ui-state-active {
}
.ui-helper-reset {
	line-height: 1.0;
}
.ui-tabs-nav {
	background: LightGrey;
        border-width: 4px;
        border-bottom-width: 2px;
	border-style: inset;
        border-color: LightGrey;
        padding-top: 8px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
	margin: 2pt;
        margin-bottom: 0pt;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px;
        font-weight: bold;
        font-size: 9pt;
	font-family: Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
}
.ui-tabs-nav li{
        line-height: 1.8;
        background: #ECECEC;
        display: inline-block;
        margin-top: 4px;
        padding-top: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2px;
        margin-bottom: 0px;
        border-bottom: 0px none !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px;
	border-width: 2px;
	margin-left: 3px;
	margin-right: 3px;
        border-style: outset;
	border-color: #E2E2E2;
}
.ui-tabs-nav li.toggle {
display: inline-block;
}
.ui-tabs-nav li a { text-decoration: none;
display: inline-block;
text-align: center;
 }
.ui-tabs-nav li a img{
display: block;
margin-left: auto;
margin-right: auto;
 }
.ui-tabs-nav .ui-state-default a:visited,
.ui-tabs-nav .ui-state-default a:link
 
{color: #2E6E9E; }
.ui-tabs-nav .ui-state-active a:visited,
.ui-tabs-nav .ui-state-active a:link
{color: #E17009; }
.ui-tabs-nav .ui-state-default{
        position:relative;
	border-style: outset;
	border-bottom: 1px;
        margin-bottom: 1px;
        left: 0px;
        top: 0px;
}
.ui-tabs-nav .ui-state-active{
        background: white;
	border-width: 3px;
        border-bottom: 0px none !important;
	margin-left: 0px;
	margin-right: 0px;
        position:relative;
        left: 2px;
        top: 2px;
        padding-bottom: 4px;
	margin-bottom: 0px;
}
.ui-tabs-nav .ui-state-active:active,
.ui-tabs-nav .ui-state-default:active{
	border-color: LightGrey;
	border: 4px;
	padding-left: 4px;
	padding-right: 4px;
        margin-top: 3px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
	border-style: inset;
        position:relative;
        left: 3px;
        top: 3px;
}
.ui-tabs .ui-tabs-panel-hidden{ 
        padding-left: 8pt;
        padding-right: 8pt;
        background: white;
	font-size: 14pt;
	font-family: Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
        padding-top: 0px;
        margin-top: 10px;
        border: 1px solid LightGrey;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        display: none;
                                 }
.ui-tabs .ui-tabs-panel-active, .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-panel-float  {
        padding-left: 8pt;
        padding-right: 8pt;
        background: white;
        padding-top: 0px;
        margin-top: 0px;
        border: 1px solid LightGrey;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
}
.ui-tabs-panel::after, .ui-tabs-panel-active::after, .ui-tabs-panel-hidden::after, .ui-tabs-panel:after, .ui-tabs-panel-active:after, .ui-tabs-panel-hidden:after  {
content: ".";
height: 0px;
display: block;
clear: both;
visibility: hidden;
}

.clear { clear: both }
.ui-tabs {
        border: none;
}

/* nested tabs to go on side instead of top */

.ui-tabs-panel .ui-tabs {
}
.ui-tabs-panel .ui-tabs .ui-tabs-nav{
width: 20%;
display: inline-block;
vertical-align: top;
margin-bottom: 10pt;
border-top-left-radius: 0pt;
border-top-right-radius: 0pt;
border-bottom-left-radius: 10px;
padding-right: 0pt;
}
.ui-tabs-panel .ui-tabs li
 {
display: block;
border-bottom: 2px outset !important;
border-top-left-radius: 5pt;
border-bottom-left-radius: 5pt;
border-top-right-radius: 5pt;
border-bottom-right-radius: 5pt;
}
.ui-tabs-panel .ui-tabs li.ui-state-active{
margin-right: 0px;
margin-bottom: 6px;
margin-top: 0px;
}
.ui-tabs-panel .ui-tabs li.ui-state-default:active{
border-bottom: 2px inset !important;
}
.ui-tabs-panel .ui-tabs li.ui-state-active:active{
border-bottom: 2px inset !important;
}
.ui-tabs-panel .ui-tabs li.ui-state-default{
margin-right: 0px;
margin-bottom: 8px;
margin-top: 0px;
}
.ui-tabs-panel .ui-tabs .ui-tabs-panel {
display: inline-block;
width: 75%;
vertical-align: top;
}

@media only all and (max-width: 750px) {
/* spread dlimagecontrols on small screens to increase usability for touch */
.dlimage:hover > legend > div,
.dlimage:hover > legend > div:hover {
	width: 12pt;
	height: 12pt;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 6px;
        margin-top: 6px;
}
.ui-widget-header {
	background: LightGrey;
}
.ui-tabs-nav {
display: block;
}
.alttablink {
         color: navy;
         }

.ui-tabs-nav .ui-state-active a:visited,
.ui-tabs-nav .ui-state-active a:link
{color: #2E6E9E; }

.ui-tabs-nav .ui-state-default{
        position:relative;
        left: 0px;
        top: 0px;
}
.ui-tabs-nav .ui-state-active{
        background: #ECECEC;
	border: 2px;
        border-style: outset;
        margin-left: 1px;
        margin-right: 1px;
}
.ui-tabs-nav .ui-state-active:active,
.ui-tabs-nav .ui-state-default:active{
        margin-left: 1px;
        margin-right: 1px;
        left: 3px;
        top: 3px;
}
.ui-tabs-nav li{
        padding-bottom: 4px;
        padding-top: 2pt;
        padding-left: 2pt;
        padding-right: 2pt;
        font-size: 7pt;
	margin-left: 2px;
	margin-right: 2px;
}

.ui-tabs .ui-tabs-panel-hidden { 
        display: block;
                                 }
}

@media only all and (max-width: 479px) {
.ui-tabs-nav li{
        padding-bottom: 4px;
        padding-top: 2pt;
        padding-left: 2pt;
        padding-right: 2pt;
        font-size: 5pt;
	margin-left: 2px;
	margin-right: 2px;
}
.ui-tabs-panel-hidden h2, .ui-tabs-panel h2 
{ font-size: 1.25em }
}
@media print {
body {
-webkit-print-color-adjust: exact;
}
.ui-tabs .ui-tabs-panel-hidden {display: block;}
.navlink {font-size: 14pt;}
.navitem select { font-size: 10pt;}
.ui-tabs-nav li {font-size: 8pt;}
#share,#contactus {display: none;}
#chooseLanguage {display: none;}
.imagecontrols {display: none;}
.dlimage, .dlimage.wide, .dlimage.tall{
	width: 50%;
}
.dlimage.tall{
	width: 40%;
}
.dlimage.narrow{
	width: 30%;
}

.selectvalue {
display: inline;
}
.selectvalue + select {
display: none;
}
}
#displayText {
	color: #000033;
	display: block;
	clear: both;
}
#ForecastTypeRadioBox {
	float: left;
	margin: 5px;
	width: 120px;
}
#ForecastIssueDateBox {
	margin: 5px;
	float: left;
	width: 190px;
}
#LeadTimesBox {
	float: left;
	margin: 5px;
	width: 210px;
}
#RegionsBox {
	float: left;
	margin: 5px;
	width: 135px;
}
#ValidationBox {
	margin: 5px;
}
.off  {
	color: #CCCCCC;
}
.on  {
	color: #000000;
}
#climateInfo {
	margin-top: 6px;
	border: thin solid #333333;
	font-size: 12pt;
	color: #FFF;
	background-color: #00205B;
	font-family: Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
}
#climateInfo a {
	color: #FC3;
	text-decoration: underline;
}
.item      { width: 98%; clear:both; padding-top: 2px; border: 1px outset grey; border-spacing: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; margin: 2px;  background-color: WhiteSmoke;
-moz-border-radius: 7px;
border-radius: 7px;
display: inline-block;
}
.itemGroup0 { background-color:  LightGrey; font-weight: bold;
             border-style: inset;
	     border-color: LightGrey;
             border-width: 2px;
 padding-bottom: 2px; 
border-spacing: 2px; padding-left: 6px; padding-right: 6px; padding-top: 2px; padding-bottom: 2px; margin: 2px; margin-top: 10px; margin-left: 2px; margin-right: 2px;  
-moz-border-radius: 7px;
border-radius: 7px;
}
.itemGroup {display: block; text-align: center; font-weight: bold;
          padding-top: 8pt; padding-bottom: 8pt; font-size: 130%;
}
.itemGroupDescription {display: block; text-align: inherit; font-weight: normal;
          padding-top: 0pt; padding-bottom: 8pt;  padding-left: 20pt; padding-right:20pt}
.itemTitle { background-color:  #ECECEC; font-weight: bold; border: 1px outset; padding-bottom: 2px; 
padding-left: 4px;
padding-right: 4px;
-moz-border-radius: 7px;
border-radius: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
margin-bottom: 2pt;
clear: both;
font-size: 120%;
}
.itemTitle:after {content: ""; display: block;}
.itemFooter {clear: both; }
.itemIcon{ float:right; background-color: WhiteSmoke; font-size: 12pt; color: #000080; display:table-cell; display: inline-block; text-align: center; padding-right: 5px; padding-top: 2px; border-left-width: 1px; max-width: 50%;}
.itemImage { max-height: 180px; max-width: 100%;
}
.itemDescription { font-size: 12pt; color: #000000; display: inline; vertical-align: top; padding-top: 0px; padding-bottom: 0px; line-height: 1.3;}
.searchDescription, .leftcolumnset { max-width: 450px; min-width: 100px; display: inline-block; margin-right: 2px}
.a_column{font-size: 10pt; margin: 0px 0px 5px 0px; padding-left: 5px; padding-right: 5px; width: 137px; float: left; background-color: inherit}
.column { margin: 0; padding-left: 3%; padding-right: 3%; border-right-width: 1px; border-left-width: 1px; width: 44%; float: left; }
.leftcol { margin: 0; padding-left: 0%; padding-right: 2%; width: 300px; float: left; }
.rightcol { max-width: 490px;  display: table-cell; display: inline-block; vertical-align: top; margin-right: 2px}
A.titleLink:link, A.titleLink:visited, A.titleLink:active {text-decoration: none;
color: navy;}
A.titleLink:active, A.titleLink:hover {color: blue;}
@media only all and (max-width: 970px){
.searchDescription, .leftcolumnset {
width: 48%;
}
.rightcol {
width: 48%;
}
}
@media only all and (max-width: 700px) {
.searchDescription, .leftcolumnset {
width: 100%;
max-width: 750px;
}
.rightcol {
width: 100%;
max-width: 750px;
}
}
@media only all and (min-width: 1250px) {
.ui-tabs-nav li.toggle {
display: inline-block;
float: right;
}
.ui-tabs-panel-float {
float: right;
width: 36%;
margin-left: 2px;
resize: horizontal;
overflow: hidden;
}
 .itemIcon {
padding-top: 16px;
}
.searchDescription {
max-width: 340px;
}
.leftcolumnset {
max-width: 340px;
}
.rightcol {
width: 880px;
}
.rightcol .ui-tabs {
width: 902px;
}
.rightcol .ui-tabs-panel {
width: 880px;
-webkit-column-count: 2;
column-count: 2;
-moz-column-count: 2;
}
.rightcol .ui-tabs-panel .itemGroup,
.rightcol .ui-tabs-panel  .itemGroupDescription{
column-span: all;
-moz-column-span: all;
-webkit-column-span: all;
}
}
  #custom-tweet-button{
    display: inline-block;
    background: LightGrey;
padding: 0pt;
margin: 0pt;
  }
  #custom-tweet-button a {
    height: 18px;
    width: 18px;
    cursor: pointer;
text-indent:-9999px; overflow:hidden; 
    display: inline-block;
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 1px;
 background: white url('icons/tweet.png') center no-repeat;
background-size: 16px;
-moz-border-radius: 7px;
border-radius: 7px;
       border: 1px solid #ccc;
opacity: 0.8;
  }
  #custom-tweet-button a:hover{
opacity: 1.0;
  }
  .fb-like {
      display: inline-block;
        height: 24px;
        position:relative;
        left: 0px;
        top: -2px;
overflow: visible;
   }

  #fb-like a {
      display: inline-block;
        height: 24px;
	width: 24px;
        position:relative;
    background: url('icons/f_logo.png') center no-repeat;
    background-size: 90%;
    border: 1px solid #ccc;
}
  .fb-like span {
        height: 24px !important;
}
  .fb-like span iframe {
        height: 24px !important;
}
/* share button at bottom */
  #evernote a {
    cursor: pointer;
    height: 20px;
    display: inline-block;
    padding: 2px 5px 2px 15px;
    background: url('http://static.evernote.com/site-mem-22.png') center no-repeat;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
#evernote a:hover {
opacity: 1.0;
}
/* evernote share element */
  .evernote{
    cursor: pointer;
    height: 20px;
   width: 20px;
    display: inline-block;
    padding: 2px;
    background: url('http://static.evernote.com/site-mem-22.png') center no-repeat;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
.evernote:hover {
opacity: 1.0;
}
/* IRI forum share element */
  .iriforum{
    cursor: pointer;
    height: 20px;
   width: 20px;
    display: inline-block;
    padding: 2px;
    background: url('icons/csp36.png') center no-repeat;
	background-size: 25px;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
.iriforum:hover {
opacity: 1.0;
}
/* tumblr share element */
  .tumblr{
    cursor: pointer;
    height: 20px;
   width: 20px;
    display: inline-block;
    padding: 2px;
    background: url('http://platform.tumblr.com/v1/share_4.png') center no-repeat;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
.tumblr:hover {
opacity: 1.0;
}
  .pinterest{
    cursor: pointer;
    height: 22px;
   width: 22px;
    display: inline-block;
    padding: 2px;
    background: url('icons/pinterest_badge_red22.png') center no-repeat;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 12px;
border-radius: 12px;
opacity: 0.8;
  }
.pinterest:hover {
opacity: 1.0;
}
/* googleearth share element */
  .googleearth{
    cursor: pointer;
    height: 20px;
   width: 20px;
    display: inline-block;
    padding: 2px;
    background: url('icons/googleearth24.png') center no-repeat;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
.googleearth:hover {
opacity: 1.0;
}
/* arcgis share element */
  .arcgis{
    cursor: pointer;
    height: 20px;
   width: 20px;
    display: inline-block;
    padding: 2px;
    background: url('icons/arcgis24.png') center no-repeat;
    border: 1px solid #ccc;
text-indent:-9999px; overflow:hidden; 
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
.arcgis:hover {
opacity: 1.0;
}
/* asGDrive buttons
gDriveSubButton is marked gdriveurl="standby" and then hidden
so that only the gdriveurl="active" button is shown
*/
.asGDrive .gDriveSubButton[gdriveurl="active"]{}
.asGDrive .gDriveSubButton[gdriveurl="standby"]{display: none  !important;}

.asGeoTiffPaletteColor,  .asGeoTiff, .asKML,.asWMS,.asPDF,.asPNG,.asGIF,.asJPG, .asTSV, .asHTML, .asCutAndPaste{
    min-height: 10pt;
    min-width: 20pt;
    cursor: pointer;
    display: inline-block;
    padding: 2px;
    background-color: WhiteSmoke;
    border: 1px solid #ccc;
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
  }
.asCutAndPaste {display:none}
.ShowWidgetDownload .asCutAndPaste { display: inline-block}
.asGeoTiffPaletteColor:before {
content: "GeoTiff";
}
.asGeoTiff:before {
content: "data GeoTiff";
}
.asKML:before {
content: "KML";
}
.asWMS:before {
content: "WMS";
}
.asTSV:before {
content: "TSV table";
}
.asHTML:before {
content: "table";
}
.asPDF:before {
content: "PDF";
}
.asPNG:before {
content: "PNG";
}
.asGIF:before {
content: "GIF";
}
.asJPG:before {
content: "JPG";
}
.asGeoTiffPaletteColor::before {
content: "GeoTiff";
}
.asGeoTiff::before {
content: "data GeoTiff";
}
.asKML::before {
content: "KML";
}
.asWMS::before {
content: "WMS";
}
.asHTML::before {
content: "table";
}
.asTSV::before {
content: "TSV table";
}
.asPDF:before {
content: "PDF";
}
.asPNG::before {
content: "PNG";
}
.asGIF::before {
content: "GIF";
}
.asCutAndPaste::before {
content: "Widget";
}
.asJPG::before {
content: "JPG";
}
.asKML:hover,.asWMS:hover,.asTSV:hover,.asPDF:hover,asGDrive:hover,.asPNG:hover,.asGIF:hover,.asJPG:hover,.asCutAndPaste::hover {
opacity: 1.0;
}

#tumblr a {
display:inline-block; 
    cursor: pointer;
    height: 20px;
    padding: 2px 2px 2px 2px;
text-indent:-9999px; overflow:hidden; 
width:20px;
background:url('http://platform.tumblr.com/v1/share_4.png') center no-repeat transparent;
background-size: 95%;
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
}
#tumblr a:hover {
background-color: white;
opacity: 1.0;
}
#csp a {
display:inline-block; 
    cursor: pointer;
    height: 20px;
    padding: 2px 2px 2px 2px;
text-indent:-9999px; overflow:hidden; 
width:20px;
background:url('icons/csp36.png') center no-repeat transparent;
background-size: 95%;
-moz-border-radius: 7px;
border-radius: 7px;
opacity: 0.8;
}
#csp a:hover {
background-color: white;
opacity: 1.0;
}
#googleplusbutton div {
width: 200px !important;
}
#gmailbutton a {
display:inline-block; 
    cursor: pointer;
    height: 20px;
    padding: 2px 2px 2px 2px;
text-indent:-9999px; overflow:hidden; 
width:22px;
background:url('http://mail.google.com/mail/images/2/mail_icon_32.png') center no-repeat transparent;
background-size: 95%;
}
#mailbutton a {
display:inline-block; 
    cursor: pointer;
    height: 20px;
    padding: 2px 2px 2px 2px;
text-indent:-9999px; overflow:hidden; 
width:22px;
background:url('icons/mail_32.png') center no-repeat transparent;
background-color: WhiteSmoke;
background-size: 80%;
opacity: 0.8;
-moz-border-radius: 7px;
border-radius: 7px;
}
#mailbutton a:hover {
opacity: 1.0;
background-color: white;
}
#helpmailbutton a {
display:inline-block; 
    cursor: pointer;
    height: 20px;
    padding: 2px 2px 2px 2px;
text-indent:-9999px; overflow:hidden; 
width:22px;
background: url('icons/mail_32.png') center no-repeat transparent;
background-color: WhiteSmoke;
background-size: 80%;
opacity: 0.8;
-moz-border-radius: 7px;
border-radius: 7px;
}
#helpmailbutton a:hover {
opacity: 1.0;
background-color: white;
}
.datasetdocumentation dd {margin: 0;}
.datasetdocumentation dt {float: left; clear: left; font-weight: bold; padding-right: .8em;}
.datasetdocumentation dt::after {content: ":"}
/* special support for multiple dlimages:  if the .dlimage.regionwithinbbox division is immediately followed by a .dlimage
*/
@media only all and (min-width: 800px) {
.regioniswithinbbox .dlimage.regionwithinbbox + .dlimage {
width: 45%;
}
.regioniswithinbbox .dlimage.regionwithinbbox + .dlimage.wide {
width: 45%;
}
}
@media only all and (min-width: 1200px) {
.regioniswithinbbox .dlimage.regionwithinbbox + .dlimage {
width: 30%;
}
.regioniswithinbbox .dlimage.regionwithinbbox + .dlimage.narrow {
width: 25%;
}
.regioniswithinbbox .dlimage.regionwithinbbox + .dlimage.wide {
width: 30%;
}
}