/* -- Author: Jonah Luo -- ----- */

/* -- Written in May 2013; Last revised May 2013 -- */
/* File touched and made-tidy:  June 2014   */

/* We have placed some more features at ndic.css 
-- -- ndic stands for 'indicators' -----------
-- Comments added on July 2015 --------
*/

:target:before
{	content: url(/images/icon_star.png); } 
      /* corrected folder name */

/* experimental class; NOT WORKING YET */
li  .expand-ch
{
    display: none;
}
li: hover .expand-ch
{
	display: block;
}
li:hover >a .expand-ch
{
	display: inline;
}

/* display tooltips on hovering */ 
.tooltip{
	display: none;
}

li:hover .tooltip
{
	display: inline;
}
li:hover >a .tooltip
{
	display: inline;
}

.chTip{
	display: none;
}
li:hover .chTip
{
	display: none;
}
li:hover >a .chTip
{
	display: none;
}

/* class HL_sel -- 
  Highlight the selected area -- used in math_on_line,
  the mathNotes section */

.HL_sel li{
    background-color: white;
	color: #2222ff; /* old value #aaaa55 */ 
}
.HL_sel li{
   margin-top: 30px;
   border-top: 1px #EBEBEB solid;
}
.HL_sel li li{
   margin-top: 5px;
   color: #888855;
}
.HL_sel li:hover
{
	background-color: teal;
	color: #aaaa55; 
}
.HL_sel li:hover .tooltip
{
    color: #ccaa44;
}
.HL_sel li li:hover >a
{
    color: #bbddbb;
}
.HL_sel li li:hover .tooltip >a
{
    color: #bbddbb;
}

/* #jtitle */
/* .jtitle is moved to ndic.css */
/* jtitle class is currently used as 
  showing the title, followed by comments or translates */
