#scrollbar_container {
	position: relative;
} 

img.ipsUserPhoto
{
	width: 30px;
	height: 30px;
}

#messages-display {
	margin-left: 0px;
	margin-bottom: 4px;
	background: #fff;
	position: relative; /* Necessary for the hider div to hide the border */
}

	.messages-list img.ipsUserPhoto {
		display: block;
		float: left;
		font-weight: bold;
		margin: 1px;
		text-align: right;
	}

	.messages-list label {
		display: block;
		font-weight: bold;
		font-size: 13px;
		margin-left: 40px;
		margin-bottom: 3px;
	}
	
		.messages-list label.fluid {
			display: inline;
			float: left;
			margin-right: 4px;
			font-size: 12px;
		}
	
	.messages-list li {
		border-bottom: 1px solid #e3e3e3;
		padding: 4px;
		font-size: 12px;
		overflow: auto;
	}
	
	.messages-list div {
		margin-left: 40px;
	}
	
	.messages-list div.hider {
		float: left;
		background-color: inherit; /* Pull appropriate bg color */
		width: 43px;
		margin-left: -4px; /* Counter the padding from the li */
		margin-top: -6px; /* Moves div up to hide the bottom border */
		position: absolute; /* Needed to show it on top */
	}


#chat-form {
	border: 1px solid #d5dde5;
	padding: 4px;
	background: #eef3f8;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 24px;
}

#ipboard_body #editor_message {
	margin: 0px;	
	margin-right: 150px;
	border: 0;	
}

	#ipboard_body #editor_message textarea {
		height: 20px;
		width: 99.7%;
		resize: none; /* disables the grip on safari */
		outline: 0; /* disables the 'halo' */
	}
	
#chat-submit {
	height: 22px;
	font-size: 12px;
	padding: 1px 10px 3px 10px;
	float: right;
	position: absolute;
	right: 15px;
	top: 4px;
}

.chat-me {
	font-style: italic;
	background-color: #e2f3e2;
}

.messages-list li.chat-time {
	font-size: 11px;
	font-weight: bold;
	color: #4f4f4f;
}

.messages-list li.chat-system {
	font-weight: bold;
	color: #fff;
	background: #913535;
	padding: 6px 20px;
}

.chat-message {
	background-color: #FFF;
}

.chat-myown {
	background-color: #F0FFFF;
}

.chat-notice {
	background-color: #FAFAD2;
}

.chat-moderator {
	background-color: #f2e4e7;
}

#chatters-online-wrap .title {
	cursor: pointer;
}

#chatters-online {
	list-style: none;
	padding: 5px;
}

	#chatters-online li {
		padding-bottom: 3px;
		padding-top: 3px;
		border-bottom: 1px solid #f6f6f6;
		height: 30px;
	}

	#chatters-online .names {
		display: inline-block;
	}

ul.kickmenu {
	margin-top: 0px;
	float: right;
	z-index: 10000;
}

	ul.kickmenu li {
		padding: 1px;
		float: left;
		border-bottom: none !important;
	}

	ul.kickmenu a {
		text-decoration: none;
		padding: 4px 4px 4px 4px;
		display: block;
		font-size: 11px;
	}

#initial_message {
	display: block;
	padding: 15px;
	color: #5e5e5e;
	font-style: italic;
}

/* Kill the loading bar at the top */

#ipboard_body #ajax_loading {
	display: none;
}

.chat-photo {
	width: 30px;
	max-width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	display: inline-block;
	text-align: center;
}

#iframeContainer {
	left: 5000px;
	display: none;
}

.chat-private-message {
	background-color: #eef3f8;
	border: 1px solid #d5dde5;
	padding: 4px;
}

	.chat-private-message textarea {
		height: 45px;
		width: 250px;
	}
	
	.chat-private-message input {
		float: right;
		height: 48px;
		padding: 0 15px;
	}
	

#chat-tab-wrapper {
	width: 100%;
	padding: 3px;
	height: 30px;
}

	#chat-tab-holder li {
		float: left;
		margin-right: 8px;
		background-color: #375880;
		display: block;
		font-size: 15px;
		line-height: 30px;
		overflow: hidden;
		padding: 0px 5px;
	}
	
		#chat-tab-holder li a, #chat-tab-holder li a:visited, #chat-tab-holder li a:hover {
			color: #fff;
			text-decoration: none !important;
			font-weight: bold;
		}

	#chat-tab-holder li.active {
		background-color: #FFF;
	}

		#chat-tab-holder li.active a, #chat-tab-holder li.active a:visited, #chat-tab-holder li.active a:hover {
			color: #375880
		}