body
{
	background-color: #000000;
	font-family: arial;
	color: #777777;
	text-align: center;

	background: url("extra/back.jpg") no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a:link { color: #aaaaaa; }

a:visited { color: #aaaaaa; }

a:hover { color: #ccaaaa; }

div
{
	color: #888888;
	background: rgba(50, 50, 50, 0.8);
	margin: 4px 32px 4px 32px;
	padding: 4px 6px 4px 6px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(90, 90, 90, 0.9);
	border-bottom-style: dotted;
}

fontred		{ color: #774444; }
fontred_l	{ color: #aa7777; }
fontdark	{ color: #444444; }
tiny		{ font-size: 10px; }
tiny12		{ font-size: 12px; }

div:hover
{
	background: rgba(50, 15, 15, 0.8);
	border-color: rgba(90, 40, 40, 0.9);
}

div.box {
	border-style: hidden; background-color: transparent;
}

div.code_list
{
	background: #000000;
	border-color: #555555;
	margin: 4px 6px 4px 6px;
	font-family: courier;
	font-size: 12px;
	text-align: left;
	border-style: solid;
}

div.inner
{
	border-style: solid;
	border-left-style: none;
	border-right-style: none;
	margin-left: -39px;
	margin-right: -39px;

	background: rgba(60, 60, 60, 0.8);
	border-color: rgba(90, 90, 90, 0.7);
}

div.inner:hover
{
	background: rgba(60, 25, 25, 0.8);
	border-color: rgba(90, 40, 40, 0.7);
}

div.uber
{
	position: fixed;
	top: 0;
	width: 8px;
	height: 100%;

	border-color: #ddb000;
	border-width: 0;
	border-style: solid;
	background: transparent;
	margin: 0;
	padding: 0;
}

div.uber:hover
{
	background: transparent;
	border-color: #c90;
}

H2 { font-weight: normal; font-size: 20px;
	margin: 0;
	color: #aaaaaa;
}

H3
{
	color: #888888;
	text-align: left;
	margin: 8px;
	font-weight: normal;
}

hr {
	border-style: hidden;
	border-width: 1px;
	border-top-style: solid;
	border-color: #777777;
}

hr.master {
	margin-left: -8px;
	margin-right: -8px;
}

img.tile
{
	margin: 4px 4px 4px 4px;
}

nocenter
{
	text-align: left;
}

rnocenter
{
	text-align: right;
}

img.thumb
{
	margin-top: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
