body {
  background: url(../img/background.gif);
  background-repeat: repeat-x;
  background-color: #000;
  color: #ffe;
  font: 14px/24px Arial, Helvetica, sans-serif;
  margin: 0;
  height: 100%;
}

.hidden
{
	display: none;
}

a
{
  color: #999;
}

a:hover
{
  color: #FF8124;
}

a img
{
	border: 0px;	
}

kbd
{
	font-family: Consolas, "Courier New", monospace;
	border: outset 2px #ccc;
	background-color: #ccc;
	color: black;
	padding: 0 4px 1px 4px;
	font-size: 70%;
	vertical-align: top;
}

#canvas
{
	position: relative;
}

#header
{
  width: 990px;
  text-indent: -4242px;
  margin: 20px auto 0 auto;
}

#title
{
  display: block;
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 61px;
  background: url(../img/logo.gif) left no-repeat;
  margin-bottom: 20px;
}

body.game #title
{
  background: url(../img/logosmall.gif) left no-repeat;
  margin-bottom: 0;
  height: 30px;
  width: 183px;
}

body.game #header
{
	margin: 0 auto 0 auto;
}

#title span
{
	position: absolute;
	left: -4242px;	
}

.speelmee
{
  display: block;
  position: relative;
  height: 30px;
  width: 88px;
  background: url(../img/speelmee.gif) left no-repeat;
  overflow: hidden;
}

.speelmee:hover
{
	background: url(../img/speelmee-hover.gif) left no-repeat;
}

.speelmee span
{
	position: absolute;
	left: -142px;
}

#uitleg1, #uitleg2, #uitleg3
{
	visibility: hidden;
	height: 64px;
	position: relative;
	float: left;
}

body.home #uitleg1
{
  visibility: visible;
  background: url(../img/uitleg1.gif) left no-repeat;
  width: 198px;
  margin-right: 35px;	
}
	
body.home #uitleg2
{
  visibility: visible;
  background: url(../img/uitleg2.gif) left no-repeat;
  width: 373px;
  margin-right: 35px;	
}
	
body.home #uitleg3
{
  visibility: visible;
  background: url(../img/uitleg3.gif) left no-repeat;
  width: 334px;
  margin-right: 0px;

}
  
  #title h1
  {
  	margin: 20px 0;
  }

	  body.home #title h1
	  {
	    margin-bottom: 0;
	  }
  
  #description
  {
    font-size: 17px;
    color: #ffc;
  }

body.home #body
{
  background: url(../img/bodybackground.gif);
  background-repeat: repeat-x;
}

#body
{
  padding-top: 10px;	
}

	#columns
	{
		width: 990px;
		margin: 0 auto;
	}
	
	body.login #columns
	{
		padding-top: 30px;
	}
		
		#columns div.column
		{
			float: left;
		}
		
			#columns div.column div.columnContent
			{
				padding: 0px 20px 40px 10px;
			}
			
			#columns #mainColumn div.columnContent
			{
				padding-left: 0;
			}
			
			#columns #sideColumn div.columnContent
			{
				padding-right: 0;
			}
			
				#columns #sideColumn div.columnContent div.registerNotice
				{
					margin: 12px 0;
					padding: 10px;
					background-color: #151B26;
					text-align: center;
					border: double 3px #666666;
				}
	
		#mainColumn
		{
			width: 70%;
		}
		
			#mainColumn legend
			{
				font-size: 20px;
				color: #FF8124;
			}
			
			#mainColumn fieldset
			{
				border: double 3px #666666;
				padding: 0 10px;
				margin: 0;
			}
		
		#sideColumn
		{
			width: 30%;
		}
		
	table.form
	{
		margin: 30px 0;
		font-size: 12px;
	}
	
		table.form th
		{
			text-align: left;
			padding-right: 10px;
			width: 200px;
		}
		
		table.form tbody td input
		{
			background-color: #151B26;
			border: solid 2px #666;
			width: 250px;
			color: #ccc;
		}
		
			table.form tbody td input:focus
			{
	            background-color: #646464;
	            border-color: #ffc;
			}

.playerBarContainer
{
  height: 25px;
  top: 0px;
  width: 990px;
  margin: 0px auto 0px auto;
}
		
.playerBar
{
  background: url(../img/playerbar.gif) bottom left repeat-x;
  height: 25px;
  float: right;
  font-size: 12px;
  text-align: right;
  color: #999;
  padding: 0px 10px 0px 10px;
}

.playerBarCorner
{
  background: url(../img/playerbarcorner.gif) bottom left no-repeat;
  height: 25px;
  width: 20px;
  float: right;
}

div.inactivePlayer
{
	background-color: #FFFF99;
	color: #222222;
}

div.inactivePlayer a
{
	color: blue;
}

  .loginForm
  {
    text-align: left;
    padding: 0 0 5px 4px;
  }
  
  	#playerBar .loginForm
  	{
    	display: none;
	    position: absolute;
	    top: 32px; right: 140px;
	    width: 260px;
   		background: url(../img/dropshadow.png) bottom left no-repeat;
  	}
  
    #playerBar .loginForm.show { display: block; }
    
    .loginForm form
    {
      border: solid 2px #111;
      background-color: #222;
      padding: 0 4px; margin: 0;
    }
      
      .loginForm fieldset legend
      {
        font-weight: bold;
        font-size: 14px;
        padding: 2px; margin: 0 0;
      }
      
      .loginForm p
      {
        padding: 0 2px;
        position: relative;
        font-size: 11px;
      }
      
        .loginForm label
        {
        }
        
        .loginForm input.input
        {
          background-color: #333;
          border: solid 2px #424242;
          width: 150px;
          position: absolute;
          left: 90px;
          color: #ccc;
        }
        
          .loginForm input.input:focus
          {
            background-color: #646464;
            border-color: #ffc;
          }
        
        .loginForm input.submitButton
        {
          margin-right: 3px;
          padding: 2px 5px;
          background-color: #333;
          border: outset 2px #424242;
          color: #ffc;
          font-weight: bold;          
        }
        
        	.loginForm input.submitButton:focus
        	{
        		border-color: #ffd100;
        		background-color: #646464;
        	}
        
        .loginForm a.forgotPassword, #loginForm a.register
        {
          color: #666;
          font-size: 11px;
        }
        
        	.loginForm a.register
        	{
        		color: #999;
        		font-weight: bold;
        		margin-right: 10px;
        	}
  
    img.pointer
    {
      position: absolute;
      top: 0; right: 10px;
      margin-top: -6px;
    }

#footer
{
  position: relative;
  width: 990px; 
  height: 48px;
  margin: 20px auto 0;
  font: 11px "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  clear: both;
}

body.login  #footer
{
	margin: 200px auto 0;	
}

body.game #footer, body.profile  #footer
{
	margin: 150px auto 0;	
}

#footerLeft
{
  position: absolute;
  top: 0;
  left: 0;	
}

#footerRight
{
  position: absolute;
  top: 0px;
  right: 13px;
}

#footer img
{
  vertical-align: middle;
  border: 0;
  margin-left: 10px;	
}

.error, .message
{
  width: 970px;
  margin: 5px auto;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.loginForm .error
{
	width: 100%;
}

.error
{
	background: #c00;
	border: solid 2px #f33;
}

.message
{
	background: #ffd100;
	color: #1C222D;
	border: solid 2px #FFFF99;
}

.message a
{
	color: #151B26;
}

.message a:hover
{
	color: #ffc;
}

.succes
{
	background: green;
	border: solid 2px #592;
}
.formError
{
	display: block;
	
	background:none;
	border: 0;
	color:#FF3333;
	font-weight:bold;
	text-align:left;
	width:100%;
	padding: 0;
}