/* @override http://www.radicaldreamers.de/radon/style.css */

html, body	{ height:100%; }
body 
{ 
	color: #FFF; 
	margin:0;
	padding:0; 
	overflow:auto; 
	font-size: 13px;
    background-color: #000000; 
	
}   
.htmlpanel 
{
	visibility: visible; 
	margin: 10px;
	padding: 20px;
	border: 2px solid #c3c3c3;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
text-align: justify;
background: #001d2e url(images/htmlbg.gif) repeat;
display: none;
}

.htmlpanel img 
{
	padding: 2px;
	border: 2px solid #c3c3c3;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background-color: #001d2e;
margin-top: 0;
margin-bottom: 10px;
}

.htmlpanel p 
{
}

.continuegame
{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #399afe;
	color: #FFF;
	background-color: #215993;
	padding: 5px;
	width: 200px;
	text-align:center;
float: right;
margin-top: 10px;
}

.bodysection {
margin-left: 166px;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color:#CC6600;
}

#centerdiv
{
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   width: 840px;
}
.sidesection 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.headname {
	color: #9fe7f5;
font-size: 18px;
}
.nametitle
{
	color: #5b98f4;
}

.blue 
{
 color: #0066FF;
}

.green 
{
 color: #339900;
}

.red 
{
 color:#CC0000;
}

.yellow
{
	color:#FFCC00;
}

.cyan 
{
color: #00FFFF;
}

.magenta 
{
color: #FF00FF;
}

h1
{
	margin-top: 5px;
	margin-bottom: 5px;
}

h1,h2,h3,h4 {
	color: #FFFFFF;
}

label
{
	margin-right: 10px;
}
			
.formpanel {
	background-color: #333;
	display: none;   
	visibility: visible;
	funky:none;
}

#theprogress {
	background-image: url(images/theprogress.png);
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 0px;
	overflow: hidden;
}

.headersection {
	
	height: 150px;
	position: relative;
	background-image: url(images/genericheader.jpg);
}

.headersection h1
{
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.formpanel .bodysection {
	margin: 0;
	padding: 10px;
	color: #bbbbbb;
}



.formpanel h2 {
	margin-top: 35px;}

.keybox {
	 width: 150px;
	 text-align: center;
	 background: #444;
	 -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	padding: 20px;
}

.gamelementrow {
	 background: #444;
	 -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	padding: 10px;
	 -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	margin-bottom: 10px;
}

.gameelementgraphic {
	
	background: #555;
	width: 65px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 16px;
	 -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	margin-right: 20px;
	float: left;
}

.powerup {
	background-image: url(images/powerupsphere.png);
	width: 30px;
	height: 28px;
	color: #FFF;
	padding-top: 2px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
}

.gameelementbody {
	width: 700px;
	margin-left: 100px;
	height: 70px;
}

.gamelementrow h4 {
	margin: 0;
}

.onekey {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #c3c3c3;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	display: inline-block;
	margin: 3px;
	min-width: 30px;
}

.proceedbutton
{
	border-radius: 10px; 
	-moz-border-radius: 10px;
	
	display: inline-block;
	padding: 10px;
	background-color: #254a77;
	border: 3px solid #67a1e9;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}

.proceedbutton:hover {
	cursor: pointer;
}

.pollblock {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	padding: 10px;
	 background: #404040;
}



.questionblock select {
	width: 200px;
}

.questionblock {
	padding: 4px;
	padding-left: 10px;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	border: 1px solid #444444;
	
	background-color: rgb(85,85,85);
	margin-bottom: 5px;
}

.questionblock p {
	font-weight: bold;
}


.paneselectorbox {
	text-align: center;
}

.leftselector {
	padding: 10px;
	background-color: #666;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	min-width: 100px;
	
	display: inline-block;
	cursor: pointer;
}

.middleselector {
	padding: 10px;
	min-width: 100px;
	background-color: #666;
	margin: 0px;
	border-left: 1px solid #444;
	
	display: inline-block;
	cursor: pointer;
}

.rightselector {
	padding: 10px;
	background-color: #666;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 1px solid #444;
	display: inline-block;
	cursor: pointer;
}

.highscoretable {
	width: 500px;
	padding: 10px;
	background: #444;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px; 
	font-size: 20px;
}

.yournickname {
	text-align: center;
	width: 480px;
	padding: 10px;
	background: #444;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px; 
	font-size: 14px;
}

.submitbuttonsmall
{
	border-radius: 5px; 
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 5px;
	background-color: #254a77;
	border: 3px solid #67a1e9;
	font-size: 14px;
	cursor: pointer;
}
.posi,.name,.points {
	margin-bottom: 3px;
	border-bottom: 1px solid #777;
}
.own {
	background-color: #BBB;
	color: #333;
}