@charset "UTF-8";

@media all
{
	a:hover,
	#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: #9ba300;
	}
	
	thead th, tbody th {
		border-bottom: 1px dashed #9ba300;
	}
	
	tbody td {
		background: #f0f1c5;
		border-bottom: 1px dashed #9ba300;
	}
	
	/* first alternate table color (blue) */
	.csc-frame-frame1 thead th, tbody th {
		border-bottom: 1px dashed #009de0;
	}
	
	.csc-frame-frame1 tbody td {
		background: #e0f2fc;
		border-bottom: 1px dashed #009de0;
	}
	
	/* second alternate table color (grey) */
	.csc-frame-frame2 thead th, tbody th {
		border-bottom: 1px dashed #465248;
	}
	
	.csc-frame-frame2 tbody td {
		background: #e8e8e8;
		border-bottom: 1px dashed #465248;
	}
	
	#nav_sub li#title {
		border-bottom: 1px dashed #cbd401;
	}
}