/*
	Color scheme:
	Lime #00ff00
	Medium green #6c9659
	Pink #ff00a6
*/
body {
	font-family: arial, 'lucida console', sans-serif;
	color: #ffffff;
	background: #686868 url('images/background.jpg') repeat-x 0 0;
	font-size: 13px;
	margin: 0;
}

/**
 * Texts
 */
h1
{
	color: #ff00a6;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0 15px 0;
	padding: 0 0 3px 10px;
	border-bottom: 1px #ff00a6 solid;
	
}

p
{
	margin: 5px 20px 5px 20px;
}

/**
 * Links
 */
a,a:visited {
	color: #00ff00;
	text-decoration: underline;
}

a:hover {
	color: #6c9659;
}

a.box, a.box:visited
{
	display: block;
	background: #999999 url('../images/cube.png') no-repeat 10px 12px;
	border-right: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
	margin: 10px 20px 10px 20px;
	color: #ffffff;
	text-decoration: none;
}

a.box:hover
{
	background-color: #6c9659;
}

#header a, #header a:visited
{
	color: #00ff00;
	text-decoration: none;
}

#header a:hover
{
	color: #ff00a6;
}

/**
 * DIVs
 */
#panel
{
	width: 420px;
	height: 580px;
	margin: 0 auto;
	padding: 40px 30px 30px 30px;
	background: #999999 url('images/panel.jpg') no-repeat;	
}

#header
{
	float: right;
	margin: 8px 75px 0;
	text-align: right;
	
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#content
{
	margin-top: 30px;
	padding: 5px;
}

#footer
{
	margin: 0 auto;
	text-align: center;
}

.box-title
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:  #ff00a6;
}

.box
{
	background: #666666;
	border-right: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
	margin: 10px 20px 10px 20px;
	padding: 10px;
}

.error
{
	font-weight: bold;
	color: red;
	font-size: 14px;	
}

.box .name
{
	font-size: 18px;
	padding: 5px;
}

a.box .name
{
	padding-left: 30px;	
}

.box .name .online
{
	
}

.box .info
{
	font-size: 11px;
	background: #595959;
	color: #ffffff;
	padding: 3px;
	margin: 2px;
	text-align: center;
	overflow: auto;
}

.box .info .size, .box .info .score
{
	float: left;
	width: 50%;
	text-align: center;
}

/**
 * Forms
 */
.input-text
{
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 150%;
	color: #6c9659;
	background: #eeeeee;
	border: 2px #ff00a6 solid;
}

.input-button
{
	width: 150px;
	font-size: 150%;
	margin: 15px;
	color: #666666;
}
