@charset "UTF-8";

@media all
{
	#nav_main li a:focus,
	#nav_main li a:hover,
  #nav_main li a:active,
	#nav_main .active a,
	#nav_main .active a:focus,
  #nav_main .active a:hover,
  #nav_main .active a:active,
	#nav_main .current,
	#nav_sub li#title,
	#nav_sub li a:focus,
	#nav_sub li a:hover,
  #nav_sub li a:active,
	#nav_sub .active a,
	#nav_sub .active a:focus,
  #nav_sub .active a:hover,
  #nav_sub .active a:active,
	#nav_sub .current,
	#nav_sub2 li a:focus,
	#nav_sub2 li a:hover,
  #nav_sub2 li a:active,
	#nav_sub2 .active a,
	#nav_sub2 .active a:focus,
  #nav_sub2 .active a:hover,
  #nav_sub2 .active a:active,
	#nav_sub2 .current,
	h1 {
		color: #db2b36;
	}
	
	thead th, tbody th {
		border-bottom: 1px dashed #db2b36;
	}
	
	tbody td {
		background: #e0f2fc;
		border-bottom: 1px dashed #db2b36;
	}
	
	#nav_sub li#title {
		border-bottom: 1px dashed #db2b36;
	}
  /* Glossary */
  .alphabet {
	margin-bottom: 1em;
  }
  .alphabet a {text-decoration: none;}
  
  a.filled,
  a.filled:focus,
  a.filled:hover,
  a.filled:active{color: #db2b36;}
  
  a.unfilled,
  a.unfilled:focus,
  a.unfilled:hover,
  a.unfilled:active {color: #f0b5a3;}
  
  .catchword {
  	color: #db2b36;
  	margin: 0.25em 0 0.5em 0;
  }
  
  .catchword_desc {
  	margin: 0 0 1em 0;
  }
  
  .top_link {
  	display: block;
  	margin: -0.5em 0 2em 0.5em;
  }
}