html, body { background: black; color: white; font-size:100%; font-family: Monaco, Tahoma, sans-serif; }

h6 { font-weight: normal; border-bottom: none; }

a:link { text-decoration: none; border-bottom: thin dashed; }
/*a:visited { border-bottom: thin dashed; }
a:hover { border-bottom: thin dashed; }
a:active { border-bottom: thin dashed; }
a:focus { border-bottom: thin dashed; }
*/

h6.section-header a { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }
/*h6.section-header a { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }

h6.section-header a:link { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }
h6.section-header a:visited { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }
h6.section-header a:hover { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }
h6.section-header a:active { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }
h6.section-header a:focus { color: rgb(255,204,0); text-decoration: none; border-bottom: none; }
*/
a { text-decoration: none; border-bottom: thin dashed; }
				
.underlined { border-bottom: medium dashed; }
.non-underlined { border-bottom: none; }

.white,  a.white:hover   { color: rgb(255,255,255);  border-color: rgb(255,255,255); }
.orange, a.orange:hover  { color: rgb(255,102,0);    border-color: rgb(255,102,0); }
.yellow, a.yellow:hover  { color: rgb(255,204,0);    border-color: rgb(255,204,0); }
.green,  a.green:hover   { color: rgb(102,255,0);    border-color: rgb(102,255,0); }
.violet, a.violet:hover  { color: rgb(119,44,183);   border-color: rgb(119,44,183);  }
.blue,   a.blue:hover    { color: rgb(51,153,153);   border-color: rgb(51,153,153);  }

.bold   { font-weight:bold; }

.section-content div { margin-left: 1.5em; margin-bottom: 0em; }

#control_overlay { background-color:#000; } 
 
.modal { background-color:#fff; padding:10px; border:1px solid #333; }

.collapsed * {
	border-bottom: thin dashed rgb(255,102,0) !important;
}

/*.collapsed * {
	border-bottom: none;
}
*/
h6.collapsed:after {
	color: white;
/*	content: img("../../images/ruby.png");*/
	content: '\22ef';
}