/*
body { 
	background-color: #ffffff;
}
*/

/*
HTML, FORM, DIV, SPAN, P, A, UL, OL, LI,  IMG, FORM,  LEGEND, LABEL, INPUT, BUTTON, SELECT, TEXTAREA,  CAPTION,   {margin:0px; padding:2px;}
DIV IMG {border:0px; font-size:1em; font-weight:bold;}
*/

p {
	font-family: Geneva,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*
LI {padding:0.4em 0px 0.4em 0px;color:#000;line-height:1.7em;}
UL {padding:0.4em 0px 0.8em 10px;}
OL {padding:0.4em 0px 0.8em 10px;}
UL UL, OL UL {padding:0.5em 0px 0px 10px;}
OL OL, UL OL {padding:0.5em 0px 0px 30px;}
UL LI, UL UL LI, UL OL UL LI, OL UL LI {padding:0em 0px 0em 2px; margin:0px;background:none;}
OL LI, OL OL LI, OL UL OL LI, UL OL LI {padding:0.2em 0px 0.2em 0px;margin:0px 0px 0px 2px;background:none;}
HR {height:1px;border:none; line-height:1px; color:#666366}
*/
/* TD {padding:4px;color:#000;} */


li {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	border-spacing:0px 0px;
	padding:4px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div table {
	border-spacing:0px 0px;
	padding:4px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
}




.header_topnav_right {
	float: right;
	margin: 2px;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    clear: right; 

    margin: 4px; 
}

img.floatRightResize { 
    float: right; 
    clear: right; 
    width:100px;
	height: auto;
    margin: 4px; 
}

img.floatRightResize50 { 
    float: right; 
    clear: right; 
    width:50px;
	height: auto;
    margin: 4px; 
}

img.resize{
    	width:100px; /* you can use % */
    	height: auto;
}



.nav-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	line-height: 2px;
}


.toplinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 3px;
	color: #FFFFFF;
}
.site-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 5px;
	letter-spacing: 1pt;
	text-decoration: none;
}

.sidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
.sidelinks2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.sidelinks2-grey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBCBCB;
	text-decoration: none;
}


.button-link {
    height:24px;
    padding: 2px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}


.button-delete {
    height:24px;
    padding: 5px 15px;
    background: red;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-green {
    height:24px;
    padding: 5px 15px;
    background: green;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}


.button-green-small {
    height:16px;
    padding: 2px 4px;
    background: green;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}


.button-orange {
    height:24px;
    padding: 5px 15px;
    background: orange;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-json {
    height:24px;
    padding: 2px 15px;
    background: #007377;;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	padding-top: 10px;
}

.arrow {
	padding-left:7px;
	background:transparent url(../icons/arrow_brown.gif) left no-repeat;
		}

.doi {
	padding-left:24px;
	background:transparent url(../icons/doi.gif) left no-repeat;
		}

.external {
	padding-right:13px;
	background:transparent url(../icons/externalLink.gif) center right no-repeat;
		}

.pdf {
	padding-right:20px;
	background:transparent url(../icons/pdf_small.gif) right no-repeat;
		}

.orcid {
	padding-right:20px;
	background:transparent url(../icons/orcid.gif) right no-repeat;
		}

.get_data {
	padding-right:25px;
	padding-top:2px;
	padding-bottom:2px;
	background:transparent url(../icons/boxar3.gif) right no-repeat;
		}

.download {
	padding-right:20px;
	background:transparent url(../icons/url_tgz.gif) center right no-repeat;
		}

.go_link {
	padding-right:13px;
	background:transparent url(../icons/btn-go.png) center right no-repeat;
		}
.data_link {
	padding-right:33px;
	background:transparent url(../icons/download_icon.gif)  right no-repeat;
		}


.data-breadcrumbs {
   background: #00478b;
   color: #e9e1ca;
   font-size: x-small;
   padding: 5px 20px 5px 20px;
   height: 20px;
   text-align: left;
   clear:none;
   float:none;
}

.data-breadcrumbs a,.data-breadcrumbs a:link,.data-breadcrumbs a:visited  {
   color: #e9e1ca;
   text-decoration: none;
}

.data-breadcrumbs a:hover {
   color: #e9e1ca;
   text-decoration: underline;
}

.ccby {
   color: black;
   font-size: x-small;
   padding: 5px 5px 5px 20px;
   height: 20px;
   text-align: center;
   clear:none;
   float:none;
}



.rowon:hover {
	background-color: #E8E8E8;
}


.left_col {float:left; width:500px; margin-left:10px}
.right_col {float:right; width:800px; margin-left:20px}
.spacer { clear : both; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }


.normalbttnstyle {
    background-color: #EeEeE5;
    border-bottom-width: 1px;
    border-color: #666655;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    color: black;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 18px;
    margin: 2px;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right:1px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
}

.selected_language {
    background-color: #ADADBC;
}

.dashed_line {
	border-top: 1px dashed #C0C0C0; border-bottom: 0px; border-left: 0px; border-right: 0px; background:#FFFFFF;
	}

.eightpt {
	font-size: 10px;
	color: #4A4A4A;
	}

.tooltip {
	width: 300px;
	font-size: 11px;
	color: #4A4A4A;
	z-index:1000;
	}


.tooltip_600 {
	width: 600px;
	font-size: 11px;
	color: #4A4A4A;
	z-index:1000;
	}

.tooltip_900 {
	width: 900px;
	font-size: 11px;
	color: #4A4A4A;
	z-index:1000;
	}

#14pt {
	font-size: 14px;
	}

.size14 {
	font-size: 14px;
	font-weight: bold;
	}


.pagetitle {
	font-size: 18px;
	font-weight: bold;
	}


.curvey_div {
		
	border:1px solid #000000;
	border-radius:12px;
	-moz-border-radius:12px;
	padding:10px 20px;
	background:white;
	width:370px;
	}



.curvey_div_free {
		
	border:1px solid #000000;
	border-radius:12px;
	-moz-border-radius:12px;
	padding:10px 20px;
	background:white;
	}

div.roundedpanel  { float: left; width: 380px; padding: 10px; margin: 1em; background: #ffffff; }

.left_col  {float:left;  width:390px;}
.right_col {float:left; width:390px; margin-bottom:10px; margin-left:30px;}

.left_tree {float:left; width:280px; margin-left:10px}
.right_tree {float:right; align:right;  margin-bottom:10px; margin-left:20px; margin-right:20px; font-size:9px;}

.spacer { clear : both; }





/***** https://stackoverflow.com/questions/15734105/jquery-ui-tooltip-does-not-support-html-content *****/
div#Tooltip_Text_container {
  max-width: 25em;
  height: auto;
  display: inline;
  position: relative;
}

div#Tooltip_Text_container a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#Tooltip_Text_container a span.tooltips {
  visibility: hidden;
  opacity: 1;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  position: absolute;
  left: 10px;
  top: 18px;
  width: 50em;
  border: 1px solid #404040;
  padding: 0.2em 0.5em;
  cursor: default;
  line-height: 140%;
  font-size: 11px;
  font-family: 'Segoe UI';
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 7px 7px 5px -5px #666;
  -webkit-box-shadow: 7px 7px 5px -5px #666;
  box-shadow: 7px 7px 5px -5px #666;
  background: #F9f9f9  repeat-x;
}


div#Tooltip_Text_container:hover a span.tooltips {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

div#Tooltip_Text_container img {
  left: -10px;
}

div#Tooltip_Text_container:hover a span.tooltips {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}




#get_data {
  width: 100px;
  height: 64px;
  display: block;
  background: url('../icons/get_dataaa.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;       /* To not show the text-link */
}

/* When the mouse-cursor is over the button */
#get_data:hover {
  background-position: 0 50%;
}

/* When the the button /link is clicked */
#get_data:active {
  background-position: 0 100%;
}



/***** makes a table where table bordered and cells are not ****/
table.data14 th, table.data14 td {
	padding: 6px 6px;
	font-size: 14px;
	border-spacing:0;
}


table.data th, table.data td {
	padding: 4px 4px;
	font-size: 11px;
	border-spacing:0;
}

table.data th {
	background-color: #f2efef;
	text-align: center;
	font-weight: bold;
}

/***** makes a table where each cell is bordered ****/

table.data_border {
	/*border: 1px solid #858585;*/
	border:0px;
	border-spacing:0;
	padding:4px;
	}
table.data_border th {
	background-color: #E8E1E1;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #858585;
	}
table.data_border td {
	padding: 4px 4px;
	font-size: 11px;
	border: 1px solid #858585;
	}

/***** makes a table where each cell is bordered only on bottom ****/

table.data_border_bot {
	// border: 1px solid #858585;
	border-spacing:0;
	}
table.data_border_bot th {
	background-color: #E8E1E1;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #858585;
	}

table.data_border_bot td {
	padding: 6px 12px;
	font-size: 11px;
	border-bottom: 1px dashed #858585;
	}


/***** simple padded table with no borders ****/
table.data_padding {
	cellspacing:0;
	border-spacing:0;
	}
table.data_padding th {
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	}
table.data_padding th, table.data_padding td {
	padding: 4px 4px;
	font-size: 11px;
	}

#indent {
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;

}



#footer {
	width: 723px;
	clear: both;
	height: 85px;
	margin: 0px auto;
	clear: both;
}

#footer p {
	padding: 0px 2px;
	font-size: 11px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}