body, body a
{
	background-color: #000000;
	color: #4191B6;
	font-weight: bold;
	text-align: justify;
}

a
{
	text-decoration: none;
}

#chatframe a
{
	color: #B62222;
}

#logo
{
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

img
{
	text-decoration: none;
	border: none;
}

#createRoom
{
	position: relative;
	top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	text-align: center;
	margin: auto;
}

#createRoom, #timeout, #timesetform
{
	border: solid 1px #4191B6;
}

#showinfos, #infos, #information
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#infos
{
	width: 500px;
	right: 20px;
}

.small, #showinfos, #infos, label
{
	font-size: 10pt;
}

#aliasInformation
{
	font-size: 8pt;
}

#label, #lblLock
{
	color: #9A9A9A;
}

#timesetform, #aliasset
{
	position: absolute;
	top: 10px;
	right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#aliasset
{
	top: 50px;
}

#aliasset #txtALS, #aliasInformation
{
	width: 230px;
}

#timeout
{
	padding: 10px 10px 10px 10px;
	width: auto;
	text-align: center;
	font-size: 14pt;
}

#messages
{
	border: solid 1px #FFFFFF;
	height: 300px;
	width: 400px;
	max-height: 300px;
	max-width: 400px;
	overflow: auto;
}

#message #chat_text
{
	width: 550px;
}

#message #button
{
	width: 50px;
}

#users
{
	width: 200px;
	height: 300px;
	max-width: 200px;
	max-height: 300px;
	overflow: auto;
	border: solid 1px #FFFFFF;
}

#chat
{
	position: absolute;
	top: 40px;
}

#users
{
	position: absolute;
	left: 401px;
	top: 0px;
}

#focusedUser
{
	color: #FFFFFF;
}

#beforeLeaving
{
	position: absolute;
	bottom: 10px;
	right: 105px;
}

#event
{
	color: #91B641;
}

#link div
{
	float: left;
	width: 120px;
}

#link input
{
	width: 480px;
}

#analytics
{
	position: absolute;
	bottom: 10px;
	left: 100px;
}

#counter
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.buttonStyle
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #FFFFFF;
	color: #000000;
	background-color: #BBBBBB;
	text-align: center;
	width: 80px;
}

#leaveButton
{
	margin-left: auto;
}

#chat_text
{
	max-height: 20px;
}