@charset "utf-8";


figcaption {
	 text-align: center;
	margin: 0.5em 2em;
	font-style: italic;
	font-size: 90%;
	}
figure { 
	margin-bottom: 2em; 
	text-align: center;
	}
.figno:after {
	content: ':\00A0  ';
}

.bp { /*background-color:#ffffcc; border: 1px solid #ccc;*/ 
	background-color: #feb; 
	border-radius: 8px; 
	border-radius: 4px; 
	padding: 10px; 
	position: relative;  
	margin: 30px; 
	margin-right: 60px; 
	}
.bp a {
	font-style: italic;
	}
.bp a.local { 
	display:none;
	}

.advisement { /*background-color:#ffffcc; border: 1px solid #ccc;*/ 
	border-radius: 4px; 
	position: relative;  
	}
.advisement a {
	font-style: italic;
	}
.advisement a.local { 
	display:none;
	}

body {
	counter-reset: advisement;                  		 /* Set the section counter to 0 */
	/*counter-reset: bp;                  		  Set the section counter to 0 */
	}
a.self {
    position: absolute;
    top: -20px;
    border: medium none;
    transition: opacity 0.2s ease 0s;
    opacity: 0.5;
	color: #999;
	text-decoration: none;
	}
a.self:visited {
	color: #999;
	}
a.self:hover {
	color: red;
	}
a.self::after {
	content:  attr(href); 	
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
	}

.editor-note { 
	font-style: italic; 
	color: teal;
	}
.ed { 
	font-style: italic; 
	color: white;
	background-color: #F90;
	padding-left: 10px; padding-right: 10px; 
	}

.new-term { 
	font-weight: bold 
	}
code { 
	font-family: monospace; 
	}
del { 
	display: inline; 
	color: silver; 
	}
h2 {
	margin-top: 3em;
	margin-bottom: 0em;
	}
.head h2, #abstract h2, #sotd h2 {
	margin-top: 0;
	}
h3 {
	margin-top: 3em;
	}
h4  { font-size: 100%; font-weight: normal; }
h5 {
	margin-bottom: 0;
	}
ins { 
	background-color: #99FF99; 
	text-decoration: none; 
	}
.term { 
	font-weight: bold;
	margin-top: 1em;
	}
.definition {
	margin-left: 3em;
	}
a.termref:link {
	color:#C60;
	text-decoration:none;
	border-bottom: 1px dotted #FC0; 
	}
	
a.termref:hover {
	color:#C60;
	text-decoration:none;
	border-bottom: 1px dotted #FC0; 
	}
	
a.termref:visited {
	color:#C60;
	text-decoration:none;
	border-bottom: 1px dotted #FC0; 
	}
	
a.termref:active {
	color:#C60;
	text-decoration:none;
	border-bottom: 1px dotted #FC0; 
	}

      .note {
      	margin-left: 2em;
      	margin-right: 3em;
		margin-top: 1em;
      	border: 2px solid #CFF6D9;
      	padding: .5em;
      	padding-top: 0px;
      	padding-bottom: 1em;
      	color: #444;
      	background-color: #E2FFF0;
      	font-size: 0.8em;
      }
      span.note-head {
      	padding: .2em;
      	color:#066;
      	border: none;
      	position:relative;
      	display: block;
      	width: 40px;
      	left: -1.5em;
      	top: -.5em;
      	background: #F2FFF1;
      	padding-left: .2em;
      	text-align: center;
      }
	  
.counterstyle { margin: 20px 30px; }
.counterstyle code { font-family: "Lucida Console", Monaco, monospace; color: black; font-size: 12px; }

@media print {
 .bp { background: #ffcc99 }

body { font-size: 80%; margin: 2em; }
.copyright { font-size: 80%; }
}




h4 { 	color: #005a9c; margin-top: 2em;  }
.indent { margin-left: 3em; }


.link { display: inline; }
.desc { display: inline; margin-left: 1em;  }
.desc:before { content: '— '; }

.links { /*background-color: #a09de5; background-color: #EFEFF9; border: 1px solid #ccc; border-radius: 10px;*/  font-size: 90%; padding: 0 10px; margin-bottom: 50px; /*float: left; width: 60%;*/  }
.xref { /* background-color: #feb; border: 1px solid #fc0; border-radius: 10px;*/  font-size: 90%; padding: 0 10px; margin-bottom: 50px; /*float: right;  width: 30%;*/  }

.subtopic, .topic { clear: both; }