body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#page_options {
	border:1px #000000 solid;
	padding:5px;
	clear:both;
	display:none;
}

a.close_tab {
	border:1px #000000 solid;
	background-color:#CCCCCC;
	text-decoration:none;
}

a.close_tab:hover {
	border:1px #000000 solid;
	background-color:#FF0000;
}
	
#current_users {
	float:left;
	width:20%;
	border:1px #000000 solid;
	margin-top:20px;
	padding-bottom:20px;
}

.online_user {
	padding-left:5px;
	padding-bottom:5px;
}

#chat_area {
	float:right;
	width:78%;
	margin-top:24px;
}

.chat_user, .timestamp {
	display:inline;
	font-weight:bold;
	padding-right:10px;
}

.message {
	color:#FF0000; /*Colour Scheme - Text colour for messages*/
	margin-left:20px;
	margin-bottom:10px;
}

#chat_message {
	border:1px #000000 solid;
}

#type_message {
	border-top:1px #000000 solid;
	background-color:#FFFF66; /*Colour Scheme - The area where you type the message*/
	padding:10px;
}

#write_message_input {
	width:200px;
	margin-right:20px;
	padding:3px;
}

#send_message_input {
	padding:3px 20px 3px 20px;
	font-weight:bold;
}

.sub_heading {
	margin-bottom:10px;
	text-align:center;
	background-color:#FFFF66; /*Colour Scheme - Online users heading area*/
	border-bottom:1px #000000 solid;
	font-weight:bold;
	padding:5px 10px 0px 10px;
}

.active_room {
	border:1px #000000 solid;
	border-bottom:1px #ffffff solid;
	display:inline;
	padding:5px 20px 2px 20px;
	background-color:#ffffff;
}

.other_rooms {
	border:1px #000000 solid;
	display:inline;
	padding:5px 20px 2px 20px;
	background-color:#FFFF66;
}

.other_rooms a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

iframe {
	margin:10px;
	width:98%;
	height:300px;
	border:#000000 solid 0px;
}

#note {
	font-size:12px;
	display:inline;
	color:#FF0000;
}

#disclaimer {
	margin-top:20px;
	font-size:12px;
}

#other_options {
	margin-top:20px;
}

.form_login {
	/*margin-bottom:10px;*/
}

.form_input {
	margin-bottom:10px;
}

.needed {
	visibility:hidden;
	width:1px;
	left:-30px;
	position:relative;
}