/* CSS Document e-leraning site version*/
.picleft {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.picleft2 {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.picmiddle {
	vertical-align: middle;
}
.picmiddle2 {
	vertical-align: middle;
	margin-left: 30px;
}
.picmiddle3 {
	vertical-align: middle;
	margin-right: 10px;
}
.indent {
	display: block;
	text-indent: 30px;
}
.math {
	display: block;
	padding: 2px 2px 2px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.dropdown {
	display: none;
	border: 1px solid #9A9A9A;
	padding: 10px;
}
.dropdown2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: none;
	border: 1px solid #9A9A9A;
	padding: 4px;
	background: #e7e7e7;
	margin: 0px 20px 0px 20px;
}
.dropdown3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: none;
	border: 1px solid #9A9A9A;
	padding: 4px;
	background: #f0f0f0;
	margin: 0px 20px 10px 20px;
}
.dropdown4 {
	display: none;
	border: 1px solid #9A9A9A;
	padding: 5px;
/* space between the border and the contents */
	background: #f6f6f6;
}
.ddbox {
	display: block;
	border: 1px solid #9A9A9A;
	padding: 10px;
/* space between the border and the contents */
	margin-left: 30px;
}
.ddheader {
	display: block;
	padding: 2px 2px 2px 30px;
	background: url('../images/help.png') center left no-repeat;
}
.ddheader a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #005DB5;
	font-weight: bold;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	color: #005DB5;
	font-weight: bold;
	font-size: 110%;
}
.uline {
	text-decoration: underline;
}
.red {
	color: #ff0000;
	font-style: italic;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}

.hilight{
	color: #ff3300;
	
  }
  
.hilight2{
color: #000000;
font-weight: bold;
font-style: italic;
}
.picframe{
   border: 1px solid #9A9A9A;
}

.picframeleft {
	border: 1px solid #9A9A9A;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.paddedframeleft {
	border: 1px solid #9A9A9A;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
/* Equation formatting styles*/
.math {
	font-family: Times New Roman;
	font-size: 110%;
	display: block;
	color: #0066ff;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}
.math2 {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid #9A9A9A;
*/
	width: auto;
}
.mathindent {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066ff;
	margin-top: 10px;
	padding-left: 30px;
	font-style: italic;
}
.mathlf {
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell;
	color: #0066ff;
	padding-left: 30px;
	font-style: italic;
}
.mathlf img {
	vertical-align: middle;
}
.mathrt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	display: table-cell;
	padding-left: 60px;
}
.mathnormal {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
}
.mathblue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066ff;
	font-style: italic;
}
.mathblue2 {
	font-family: Times New Roman;
	color: #0066ff;
	font-style: italic;
  font-weight:bold;  
}

.mb-bold{
   font-family: Times New Roman;
	color: #0066ff;
	font-style: italic;
  font-size: 110%;
  font-weight:bold;
}

.mathleft {
	display: flex;
	justify-content: flex-start;
	color: #0066ff;
	padding: 0 0 0 30px; 
	margin-top: -10px; 
	margin-bottom: -10px; 
	  font-style: italic;
	align-items: center;
  }

  .mathleft2 {
	display: flex;
	justify-content: flex-start;
	color: #0066ff;
	padding: 0 0 0 30px; 
	margin-top: -10px; 
	margin-bottom: -10px; 
	  font-style: italic;
	align-items: center;
	border: 1px solid #9A9A9A; 
  }
  
  .mathline {
	display: flex;
	justify-content: flex-start;
	color: #0066ff;
	padding: 0 0 0 30px;
	  font-style: italic;
	align-items: center;
  }

  
.mathline2 {
	display: flex;
	justify-content: flex-start;
	color: #0066ff;
	padding: 5px 0 5px 30px;
	  font-style: italic;
	align-items: center;
  }

  .eqn-number{
	padding-left: 40px;
	font-family: Times New Roman;
	color:#000000; 
	font-weight:bold;
	font-style:normal; 
  }

  .eqn-prefix {
	padding-right: 40px;
	margin-left: -30px;
	color:#000000; 
	font-weight:normal;
	font-style:normal; 
	font-family: Arial, Helvetica, sans-serif;
  }
  .eqnbox {
	border: 1px solid #9A9A9A;  
	margin:5px 30px 0 30px;
	padding:2px;
	font-size:90%;
	background:#fafafa; 
  }
  
/* outline box around text.*/
.box {
	background-color: #e7e7e7;
	border: 1px solid #9A9A9A;
	padding: 5px;
}
.superscript {
	position: relative;
	top: 5px;
	font-size: 90%;
	vertical-align: super;
}
.caption {
	margin-top: 10px;
	font-size: 80%;
	font-weight: bold;
}
.ddfloat {
	display: block;
	border: 1px solid #9A9A9A;
	padding: 5px;
	/* space between the border and the contents    margin-left: 20px;
*/
	background: #f6f6f6;
}
/* outline box around text.*/
.box {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	background: #e7e7e7;
}

/* wood joints */
.wood table{
  border: 1px solid #9a9a9a;
	border-collapse:collapse;
	border-spacing: 1px;

}

.wood table td{
  border: 1px solid #9a9a9a;
	border-collapse:collapse;
	border-spacing: 1px;
  text-align:center;
  padding: 5px;

}



.subhead{
  font-weight: bold;
	font-size: 100%;   
}

.blue{
  color: #3366FF;
}

.stripe{
background: url('../images/stripe.png');
background-repeat: repeat;
background-size:100% 100%;  
}

.green{
  color: #009900; 
} 

.centered-flash > div {
	margin: 0 auto 1em auto;
}


/*biology */
.bio table{
 
	border-collapse:collapse;
	border-spacing: 1px;

}

.bio table td{
 
	border-collapse:collapse;
	border-spacing: 1px;
  text-align:center;
  padding: 5px;

}

.infobox{   
  border: 1px solid #9A9A9A;
  padding:5px;
  margin:10px 30px 10px 30px;
  background:#fcfcfc; 
  font-size:100%;
  font-family: Arial, Helvetica, sans-serif;   
  
}

.infobox2{   
   border: 1px solid #9A9A9A;
  padding:5px; 
  margin:10px 30px 10px 30px;
  background:#fcfcfc; 
}

#webglinfo{
		    font-family: Arial, Helvetica, sans-serif;
			background-color:transparent;
			position:absolute;
			font-size:100%;
			font-weight: bold;
			color:#ffffff;
			padding: 5px 0 0 5px;
			cursor:default;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
    
	#webglinfoblack{
		    font-family: Arial, Helvetica, sans-serif;
			background-color:transparent;
			position:absolute;
			font-size:100%;
			font-weight: bold;
			color:#ffffff;
			padding: 5px 0 0 5px;
			cursor:default;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
    
#glcontent{
  border: 1px solid #9a9a9a;
  position:relative;
}

/*#3d{
   border: 1px solid #9a9a9a; 
}*/

#clock{
		   
			position:absolute;	
				
			left:10px;
			top:10px;
			z-index:100;
		}
    
#content{
 background-color:#ffffff;
 position:relative;
}

.timeline{  
  margin-top:20px;
}

.timeline2{  
  margin-top:20px;
}

.indexbutton {
	display: inline-block;    
    white-space: nowrap;
	width: auto !important;
    margin: 5px 0 5px 0;
    padding:5px 10px 5px 10px;
    border:1px solid #9A9A9A; 
    cursor: pointer;
    background:#f0f0f0;
}
 
.ibselected{
	background:#b0c4de;
	font-weight: bold;
} 

.tableft {
	border-top-left-radius:10px 10px;
	border-bottom-left-radius: 10px 10px;

}

.tabright {
	border-top-right-radius:10px 10px;
	border-bottom-right-radius: 10px 10px;

}

 .indexbutton1 {
    display: inline-block;    
    white-space: nowrap;
	width: auto !important;
    margin: 5px 0 5px 0;
    padding:5px 10px 5px 10px;
    border:1px solid #9A9A9A; 
    cursor: pointer;
    background:#f0f0f0;
 }
 
 .ibselected1{   
     background:#b0c4de;
     font-weight: bold;
 } 
 
  .indexbutton2 {
    display: inline-block;    
    white-space: nowrap;
	width: auto !important;
    margin: 5px 0 5px 0;
    padding:5px 10px 5px 10px;
    border:1px solid #9A9A9A; 
    cursor: pointer;
    background:#f0f0f0;
 }
 
 .ibselected2{
     background:#b0c4de;
     font-weight: bold;
 } 
 
 .indexbutton4 {
	display: inline-block;    
    white-space: nowrap;
	width: auto !important;
    margin: 5px 0 5px 0;
    padding:5px 10px 5px 10px;
    border:1px solid #9A9A9A; 
    cursor: pointer;
    background:#f0f0f0;
  }
  
  .ibselected4{   
	background:#b0c4de;
	font-weight: bold;
  } 
 
 
 .indexbutton3 {
    display: inline-block;    
    white-space: nowrap;
	width: auto !important;   
	margin: 5px 5px 5px 0;
	padding:5px;
	border:1px solid #9A9A9A; 
	cursor: pointer;
	color:#ffffff;
     /* background:#f0f0f0; */
 }
 .ibselected3{
     border:2px solid #000000;  
   
     /* background:#b0c4de; */
     font-weight: bold;
 }
 
 .eqn{
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
   margin:10px 0 10px 0;
} 

.spacedlist li{
   padding: 5px;
}


.spacedlist2 li{
   padding: 3px;
}

.achemeqn{
    margin: 10px 0 10px 50px;
    font-family: times new roman;
    font-weight: bold; 
}

.top20{
   margin-top:20px;
} 

.tp10{
    padding-top:10px;
}   

.tp15{
    padding-top:15px;
} 

.tp5{
    padding-top:5px;
} 

/* new style for tab button in the dt  Math compound shapes */
.tabbutton {
	display: block;
	float:left;
	width:100px;
	text-align:center;     
	margin: 3px 3px 3px 0;
	padding:3px;
	border:1px solid #9A9A9A; 
	cursor: pointer;
	background:#f0f0f0;
  }
  
  .tabselected{
	background:#b0c4de;
	font-weight: bold;
  } 

  .question-header{   
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	padding:5px; /* space between the border and the contents */
	margin-top:10px;
	background:#9dc9ff; 
	font-family: Arial, Helvetica, sans-serif;  
  }
  
  .woodtable{
  border: 1px solid #9a9a9a;
	border-collapse:collapse;
	border-spacing: 1px;
  margin-top:10px;
}

.woodtable td{
  border: 1px solid #9a9a9a;
	border-collapse:collapse;
	border-spacing: 1px;
  text-align:center;
  padding: 5px;

}

.polymerbutton {
     display: block;
     float:left;
     width:100px;
     text-align:center;     
     margin: 5px 5px 5px 0;
     padding:5px;
     border:1px solid #9A9A9A; 
     cursor: pointer;
     background:#f0f0f0;
	 color:black;
 }
 .polymerbuttonselected{   
	background:#b0c4de;
	font-weight: bold;
  } 
  
.tabnav  a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: black;
 }

 .boxed{  
	display:inline-block;
	width: auto;  
	border: 1px solid #9A9A9A;
	padding:5px; /* space between the border and the contents */
	margin:10px 30px 10px 30px;
	background:#fcfcfc; 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 100%;
  }

  .content {
	display: grid;
  }
  .twoD, .threeD {
	grid-area: 1 / 1;
  }

  .clrf {
    clear:left;
  }

  .ul5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.tabbutton2 {
	display: inline-block;    
	white-space: nowrap;
	 width: auto !important;
	 margin: 5px 0 5px 0;
	padding:5px 6px 5px 6px;
	border:1px solid #9A9A9A; 
	cursor: pointer;
	background:#f0f0f0;
  }
  .tbselected{   
	background:#b0c4de;
	font-weight: bold;
  } 

  .pjtable{
	border: 1px solid #9a9a9a;
	  border-collapse:collapse;
	  border-spacing: 1px;
	margin-top:10px;
  }
  
  .pjtable td{
	border: 1px solid #9a9a9a;
	  border-collapse:collapse;
	  border-spacing: 1px;
	text-align:left;
	padding: 5px;
  
  }
  
#resinput {
    display: block;
    width: 80px;
    height:28px;
    position:absolute;
    font-size: 16px;
    font-weight:600;

}
#resinput::-webkit-inner-spin-button, #resinput::-webkit-outer-spin-button{
  appearance:none; 
  -webkit-appearance: none; 
  margin: 0; 
  border: none;
}
table.addborders {
	border: 1px solid #4f82bb;
	border-collapse:collapse;
	border-spacing: 1px;
}
table.addborders td{
	
	border: 1px solid #4f82bb;
	padding: 5px;

}

table.addborders th{
	
	border: 1px solid #4f82bb;
	padding: 5px;
}