body{
	background:#222 url('greim.png') repeat-x 50% 100px;
	font-family:helvetica,arial,sans-serif;
	text-transform:lowercase;
	font-size:13px;
	color:#777;
}

p{
	line-height:140%;
}
p.intro{
}

a:link,
a:visited,
* html a:hover,
a[href]:hover,
a:active{
	color:#fff;
	text-decoration:none;
}

img{border:none;}
img,input{vertical-align:middle;}

a:active{
	color:#ff0;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,blockquote,pre{
	margin-top:15px;
	margin-bottom:15px;
}
h1,h2,h3,h4,h5,h6{
	color:#999;
}
div#pagewrap1{
	border:5px solid #f0f;
	width:620px;
	margin:50px auto;
	padding:2px;
	border-radius:5px 22px;
}
div#pagewrap2{
	border:5px solid #0f0;
	background:#444 url('box-bg.png') repeat-x 0px 0px;
	background-color:rgba(62,62,62,0.95);
	color:#777;
	padding:4px 20px;
	border-radius:0px 15px;
}
div#masthead h1{font-size:30px;}
p#info{text-transform:none;}
div.table{
	margin:20px -20px;
	border:1px solid #000;
	border-width:1px 0 1px 0;
	border-color:#000 #555 #555;
	color:#fff;
}
table{
	border-spacing:0px;
	width:610px;
}
table thead{
	color:#777;
	background:#333;
}
.regenabled thead{
	display:none;
}
th,
td{
	border:1px solid #000;
	border-width:1px 0 1px 0;
	border-color:#555 #000 #000;
	border-color:rgba(255,255,255,0.2) #444 rgba(0,0,0,.6);
	text-align:center;
	padding:4px 20px;
	font-weight:normal;
}
thead th,
thead td{
	border-top-color:#444;
}
table .num{
	text-align:right;
	width:1px;
	padding-left:35px;
}

table .dow{
	white-space:nowrap;
}
table .num,
table .tit{
	text-align:left;
}

table .num{
	padding-right:5px;
}
table .tit{
	padding-left:5px;
}

tbody .tit{
	text-transform:none;
	width:90%;
}

tbody .num:after{
	content:".";
}

.regenabled tbody tr{
	cursor:pointer;
}

.regenabled tbody tr.current,
.regenabled tbody tr:hover{
	background-color:#505050;
	background-color:rgba(255,255,255,0.1);
}
.regenabled tbody tr.current .num{
	background-image:url('speaker.png');
	background-repeat:no-repeat;
	background-position:9px 50%;
}
.regenabled tbody tr.current{
	text-shadow:0 0 4px rgba(255,255,255,0.6);
}

div#footer a.crlink{
	border-bottom:1px dotted;
}

p.copyright img{
	margin-right:10px;
	-moz-opacity:.5;
	opacity:.5;
	-webkit-opacity:.5;
}

div.player{
	margin:10px -61px;
	border:4px solid #c6c6c6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 10px 10px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 5px 10px rgba(0,0,0,0.4);
}

.hidden{
	display:none;
}

#players .player:target{
	display:block;
}
