@charset "utf-8";
/* CSS Document styles for Dr. Gary Loechelt's web pages on helium in zircons and the RATE group */

body {
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	margin: 10px 5% 10px 5%;
}
h1 {
	line-height:115%;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
}
h2 {
	line-height:115%;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
	font-weight:normal;
}
hr {
	width: 90%;
	color: #006;
	background-color: #006;
	height: 2px;
	border: none;
	margin-top: 20px;
}
hr.section {
	width: 30%;
	color: #369;
	background-color: #369;
	height: 1px;
	border: none;
}
.Quotation {
	background:#DBE5F1;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px 5px 5px 5px;
}
.Quotation .Quotation {
	background: #E4E6E9;
}
.Quotation .Quotation .Quotation {
	background:#DBE5F1;
}
.Quotation .Quotation .Quotation .Quotation {
	background: #E4E6E9;
}
.Caption {
	text-indent:-.75in;
	text-align: left;
	font-style:italic;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
}
.Equation {
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
	margin-left:5%;
}
.EditorsNote {
	font-size: 85%;
	line-height:115%;
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
}
li {
	margin-bottom: 6px;
}
img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
.SansSerif {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
}
/* DataTables hide some elements */
#WS_Data_filter, #WS_Data_info, #Diff_Data_filter, #Diff_Data_info, #Spike_Data_filter, #Spike_Data_info {
	display: none;
}
/* DataTables border on the bottom of the scrolling region */
.dataTables_scrollBody {
	border-bottom: 1px solid;
}
/* DataTables highlighting */

#WS_Data tbody tr.even:hover, #Diff_Data tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #b3d5ff;
}

#WS_Data tbody tr.odd:hover, #Diff_Data tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #b3d5ff;
}

#WS_Data tr.even:hover, #Diff_Data tr.even:hover{
	background-color: #ECFFB3;
}

#WS_Data tr.even:hover td.sorting_1, #Diff_Data tr.even:hover td.sorting_1 {
	background-color: #6bacfd;
}

#WS_Data tr.even:hover td.sorting_2, #Diff_Data tr.even:hover td.sorting_2 {
	background-color: #6bacfd;
}

#WS_Data tr.even:hover td.sorting_3, #Diff_Data tr.even:hover td.sorting_3 {
	background-color: #6bacfd;
}

#WS_Data tr.odd:hover, #Diff_Data tr.odd:hover {
	background-color: #6bacfd;
}

#WS_Data tr.odd:hover td.sorting_1, #Diff_Data tr.odd:hover td.sorting_1 {
	background-color: #6bacfd;
}

#WS_Data tr.odd:hover td.sorting_2, #Diff_Data tr.odd:hover td.sorting_2 {
	background-color: #6bacfd;
}

#WS_Data tr.odd:hover td.sorting_3, #Diff_Data tr.odd:hover td.sorting_3 {
	background-color: #6bacfd;
}

/* Column Visibility plugin for Data Tables */
.ColVis_MasterButton {
	margin: 10px 10px 10px 10px;
}

/* Articles downloaded from Reasons to Believe */

.articleDate, .articleAuthor {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	text-align: right;
	font-size: 90%;
}

/* For the big data table */
.ExcelTable {
	color: windowtext;
	vertical-align: bottom;
	white-space: nowrap;
	text-align: center;
	font-family: Tahoma, Geneva, Helvetic, sans-serif;
	font-size: 12px;
	width: auto;
	clear: both;
	margin-top: 15px;
}
.ColorKeyTable {
	font-family: Tahoma, Geneva, Helvetic, sans-serif;
	font-size: 12px;
}
.GreenBackground {
	background: #a1cd89;
}
.OrangeBackground {
	background: #fdc26a;
}
.BlueItalic {
	color: blue;
	font-style: italic;
}
.MagentaItalic {
	color:#5d003c;
	font-style: italic;
}
.DarkRedItalic {
	color: #CC0000;
	font-style: italic;
}
.CalculatedD {
	background-color: #FF9;
}
