
/* CSS Document */
#wrapper {
	margin:0 auto;
	padding-bottom:25px;
	background:#dcdcdc;
	color:#000;
	width:97%;
	border:1px solid #c0c0c0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

#newroomform {
	float:left;
	padding-top:18px;
	padding-left:10px;
	margin:5px 5px 0 5px;
	padding-bottom:25px;
	background:#dcdcdc;
	width:350px;
	height:180px;
	color: #000;
	border:1px solid #c0c0c0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

#loginform {
	float:left;
	padding-top:18px;
	padding-left:10px;
	margin:5px 0 0 5px;
	padding-bottom:25px;
	background:#dcdcdc;
	width:350px;
	height:180px;
	color: #000;
	border:1px solid #c0c0c0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

#loginform p {
	margin: 5px;
}

#chatbox {
	float:left;
	text-align:left;
	color: #000;
	margin:5px 0 0 5px;
	margin-bottom:15px;
	padding:10px;
	background:#eee;
	height:270px;
	width:70%;
	border:1px solid #c0c0c0;
	overflow:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#onlinebox {
	float:right;
	text-align:left;
	color: #000;
	margin:5px 5px 0 0;
	margin-bottom:15px;
	padding:10px;
	background:#eee;
	height:270px;
	width:20%;
	border:1px solid #c0c0c0;
	overflow:auto;
	background-image: url(bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#onlinebox1 {
	float:right;
	text-align:left;
	color: #000;
	margin:5px 5px 0 0;
	margin-bottom:15px;
	padding:10px;
	background:#eee;
	height:270px;
	width:20%;
	border:1px solid #c0c0c0;
	overflow:auto;
	background-image: url(bg1.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

#onlinebox2 {
	text-align:left;
	color: #000;
	/*margin:5px 5px 0 0;
	margin-bottom:15px;
	padding:10px;*/
	background:#eee;
	max-height:250px;
	width:100%;
	border:1px solid #c0c0c0;
	overflow:auto;
	/*background-image: url(bg1.png);
	background-position: center center;
	background-repeat: no-repeat;*/
}

#usermsg {
	background:#eee;
	color: #000;
	margin:5px 0 0 5px;
	width:75%;
	height: 53px;
	border:1px solid #c0c0c0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#submitmsg {
	margin-top:5px;
	width: 15%;
	height:55px;
	vertical-align:top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#chatmenutop {
	padding:12.5px 25px 12.5px 25px;
	color:#000;
}

#newroom {
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	color: #696969;
	font-size:x-small;
}

#newkickban {
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	color: #696969;
	font-size:bigger;
}

#optionen {
	cursor:pointer;
	cursor:hand;
	white-space:no-wrap;
	margin:0 5px 0 5px;
	color:#000;
}

#actionmsg {
	background:#eee;
	color:#000;
	width:300px;
	border:1px solid #c0c0c0;
}

.newmod {
	font-weight:bold;
	color: #696969;
	font-size:bigger;
}

.optionen {
	margin:5px;
	color:#000;
	width:100%;
	height:55px;
	white-space:no-wrap;
}

.optionen a {
	color:#000;
	cursor:pointer;
	cursor:hand;
}

.optionen img {
	vertical-align:middle;
	padding:3px;
	border:none;
}

.gamesbox {
	margin:5px;
	color:#000;
	width:100%;
	height:55px;
	white-space:no-wrap;
}

.gamesbox a {
	color:#000;
	cursor:pointer;
	cursor:hand;
}

.gamesbox img {
	vertical-align:middle;
	padding:3px;
	border:none;
}

.error {
	color: #ff0000;
	font-weight:bold;
	text-align:center;
	font-size: 14px;
}

.welcome {
	float:left;
	padding-left:5px;
	color:#000;
}

.logout {
	float:right;
	padding-right:5px;
}

.msgln {
	margin:0 0 2px 0;
}

.chatname {
	font-weight: bold;
	color: #696969;
}

.chatdate {
	font-size: 10px;
	color: #a9a9a9;
}

.success {
	color:green;
	font-weight:bold;
	text-align:center;
	font-size: 16px;
}

.chatmenu{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-bottom: 5em;
border: 1px solid #778;
border-bottom: 1px solid gray;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.chatmenu:hover{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-bottom: 5em;
border: 1px solid #778;
border-bottom: 1px solid gray;
color: #2d2b2b;
background: white url(../images/shadeactive.gif) top left repeat-x;
}

.chatmenu a{
text-decoration: none;
color: #2d2b2b;
display: block;
}

.chatmenu a:hover{
text-decoration: none;
color: #2d2b2b;
}

.sep{
text-decoration: none;
padding: 3px 1px;
margin-right: 1px;
margin-bottom: 5em;
border-bottom: 1px solid gray;
color: #2d2b2b;
width:1px;
}

.chatmenuactive{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-bottom: 5em;
border: 1px solid #778;
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
position: relative;
top: 1px;
}

.smileys {
border:0;
padding:2px;
}

.smileys:hover {
border:2px solid #ff0000;
padding:0px;
}

.license {
	background-image: url(bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}