body {
	background: url('../layout/fade_to_black.jpg') top center;
	background-attachment: fixed;
	background-size: 100% 100%;
	color: #ccc;
	font: 90%/1.6 "Aldrich", "lucida grande", "verdana", "arial", "sans-serif";
}

/**/
a {color:#9b9b9b;}
	a:hover {color:#656565;}
	a.edit {color:#bbb;}
		a.edit:hover {color: #9b9b9b;}
button {border:1px solid #444; padding:2px; margin:4px; background:#111; color:white; font-weight:bold; border-radius:8px;}
span {display:inline-block; margin:0px; padding:0px; vertical-align:top;}
gap {width:28px; display:inline-block; font-weight:bold; color:#fff;}
	gap a{padding:4px 6px; color:#888; text-decoration:none; transition: color 0.3s ease; transition: background-color 0.3s ease; background:rgba(0,0,0,0); border-radius:10px;}
	gap a:hover{color:#ddd; background:rgba(96,96,96,1);}
td {padding:5px;border:1px solid #333;}
tr {vertical-align:top;}

/**/
.page-head 		{ color: #9b9b9b; }
.page-subhead	{ color: #C4C3C4; }
.gray			{ color: #999999; }
.red			{ color: #cc334c; }
.orange			{ color: #656565; }
.green			{ color: #33cc66; }
.blue			{ color: #334ccc; }
.MD			{ color: #00cc00; }
.black		{ color: #000; }
.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.collapsible {background:#080808; color:white; cursor:pointer; padding:4px; width:calc(100% - 8px); text-align:left; transition: background-color 0.3s ease;}
.active, .collapsible:hover {background: #444;}
.content {max-height:0; overflow: hidden; transition: max-height 0.4s ease;}
.pgListBG {padding:4px; margin:4px; background: #111; border:1px solid #444; border-radius:8px; text-shadow: 1px 1px 0px #000; white-space:nowrap; width:480px;}