@charset "utf-8";
/* CSS Document */

/* Basic Page Properties*/
body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	background: #111;
}
img {
	border: none;
}
input {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	border: 1px solid #666;
}
label {
	width: 100px;
	float: left;
}
a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: underline;
	color: #888;
}
a:active {
	text-decoration: none;
	color: #888;
}
h1 {
	color:#000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	color:#888;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}
#pagecontainer{
	width: 930px;
	text-align: left;
	border: none;
	margin:0px auto;
	padding: 10px;
	background:#FFF;
}
#logo {
	float: left;
}
#stats {
	float: right;
	width: 220px;
}
.regicon {
	font-size: 8px;
	vertical-align:top;
}
#footercontainer{
	color: #999;
}

/* --------------------------------- */

/* Navigation*/
#navigationcontainer {
	width: 98%;
	text-align: left;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid red;
	height: 60px;
	padding: 10px;
	margin-bottom: 20px;
}
#mainmenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 60px;
	float: left;
}
#mainmenuitem {
	margin-right: 20px;
	float: left;
	cursor: pointer;
}
.submenu {
	position: absolute;
	display: none;
	margin-top: 16px;
	background: #FFF;
	border: 1px solid #DDD;
	width: 160px;
	height: auto;
	cursor: default;
}
.submenu a {
	display: block;
	padding: 5px;
}
.submenu a:hover {
	background: #EEE;
}

/* --------------------------------- */

/* Debug Container*/
#debugcontainer {
	position: absolute;
	width: 100px;
	height: 20px;
	border: 1px solid #000000;
}
/* --------------------------------- */

/* Example Thumbnails*/
#thumbcontainer {
	float: right;
	width: 125px;
	text-align: right;
}
#thumbcontainer img {
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
}

/* --------------------------------- */


/* Integration */
textarea {
 	width: 910px;
	font-size: 11px;
	letter-spacing: -1px;
	background: #EEE;
	border: none;
	padding: 10px;
}