@import url("layout.css");
@import url("fonts.css");
@import url("menus.css");

html {
	background: #202020;
}
body { 
	background: #202020 url('../images/carbon.png') repeat;
	color: #D0D0D0;
}
.boxbar, .yui-panel .hd { 
	background: #606060; 
	color: #D0D0D0;
	border-bottom: 1px solid #303030;
}
.top-box, .yui-u { 
	background: #404040;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; */
}

#boards a { 
	color: #40D040; 
	text-decoration:none;
}

#boards a:hover { 
	color: #fff;
	background-color: #40D040;
}
#boards .chevron {
	color: #eee;
	padding-right: 1px;
	font-size: 1.1em; 
}

a { 
	text-decoration: none;
	color: #40D040;
}
#top {
color: #e0e0e0;
}

.yui-u {
background: #404040;

}

#disclaimer-dialog {
color: #202020;
}

#boards .menubutton a:hover {
background: #303040;
}

