* {
margin:0pt;
padding:0pt;
}

body {
	background: #F0F0F0;
	color: #797979;
	font-family: Arial ,sans-serif;
}

a {
	color: #638B22;
}

div.msg_system {
	font-weight: bold;
}

div.msg_user_in {
	background: #FFF8E9;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.msg_user_out {
	background: #F8FFE9;
	margin-top: 5px;
	margin-bottom: 5px;
}


	span.time {
		font-weight: normal !important;
		font-size: 80%;
		cursor: pointer;
		font-family: Arial, sans-serif;
	}
	span.name {
		font-weight: bold !important;
	}

#chat_header {
	height: 100px;
}

#chat_users {
	background: #FFFFFF;
	position: absolute;
	z-index: 6;
	right: 30px;
	top: 20px;
	border-top: 1px solid #89A236;
    border-right: 1px solid #89A236;
    border-bottom: 1px solid #89A236;
    border-left: 3px solid #89A236;
	width: 20%;
}
	#chat_users H2 {
		font-size: 1.0em;
		cursor: pointer;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#chat_users_content {
		padding: 10px 20px 20px 20px;
		font-size: 0.8em;
		line-height: 1.6em;
	}
		#chat_users_content img.ul_mk {
			margin-right: 5px;
		}
		#chat_users_content img.st_mk {
			margin-left: 5px;
		}
		.chat_users_name {
			cursor: pointer;
		}
		.ignored {
			text-decoration: line-through;
		}


#chat_messages {
	background: #FAFAFA;
	padding: 20px;
	height: 80%;
	overflow: auto;
/*	white-space: pre;  */
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;

}

#chat_input {
	background: #F0F0F0;
	border-top: 3px solid #89A236; 
	padding: 20px;
}

#chat_input select {
line-height: 30px;
padding: 5px;
border: 1px solid gray;
}

#chat_input input {
	font-size: 1em;
	border: 1px solid #CFCFCF; 
	line-height: 1em;
}

#chat_input_text {
	width: 50%;
	line-height: 30px;
	vertical-align: bottom;
	height: 30px;
	padding: 5px;
	min-width: 150px;
	border: 1px solid gray;

}
#chat_input_submit {
	border: none;
	background: #EFEFEF;
	background-image: -moz-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #dfdfdf),
		color-stop(1.0, #ffffff));
	background-image: linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
	vertical-align: bottom;
	padding: 5px;
	height: 30px;
	border: 1px solid gray;
	border-radius: 0 10px 10px 0

}

div.info {
	position: absolute;
	width: 35%;
/*	right: 30px;*/
	top: 20px;
	background: #FFFFFF;
	z-index: 7;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-left: 3px solid #CFCFCF;
}

.info_header {
	padding: 3px; 
	font-weight: bold; 
	background: #CFCFCF;
}
span.ih_btn {
	float: right;
}
	.btn_close {
		color: darkred;
		background: #fff;
		font-size: 15px;
		padding: 0 4px 0 4px;
		text-decoration: none;
	}

.contactAfloat {
	padding: 10px;
}

#chat_topic {
	background: transparent;
	color: #FFFFFF;
	position: absolute;	
	z-index: 7;
	left: 0px;
	width: 100%;
	padding-bottom: 15px;
}
#chat_topic_body {
	background: #79A81A;
	font-size: 90%;
	padding: 10px 10px 10px 15px;
	display: none;
}
#chat_topic_body a {
	color: #fff;
}

#chat_messages_private {
	position: absolute;	
	z-index: 6;
	left: 0px;
	top: 10px;
	font-size: 90%;
}

div.pvt {
	margin: 10px;
	width: 300px;
	max-height: 300px;
	max-width: 300px;
/*	overflow: auto;*/
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-left: 3px solid #CFCFCF;
}
	div.pvtHead {
		background: #CFCFCF;
		padding: 5px;
		cursor: pointer;
	}
	div.pvtBody {
		padding: 10px;
		height: 200px;
		overflow: auto;
	white-space: pre;  
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;

	}
	span.wmBtn { /* Window management buttons */
		float: right;
	}
	span.pvtName {
		font-weight: bold;
	}

#chat_settings {
	background: #FFFFFF;
	position: absolute;
	z-index: 50;
	top: 20%;
	left: 20%;
	width: 60%;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-left: 3px solid #CFCFCF;
	min-width: 250px;
}
	#chat_settings div.pvtHead {

	}
	#chat_settings div.pvtBody {

	}

div#chat_buttons {
	text-align: center;
	width: 351px;
	height: 28px;
	font: normal 14px Verdana, sans-serif;
	color: black;
	margin: 0px;
}

	div#chat_buttons div {
		display:block;
		float:left;
		line-height: 28px;
		height: 28px;
		margin: 0;
		text-align: center;
	}
	div#chat_buttons div a {
		color: black;
		text-decoration: none;
	}
	#btn_snd, #btn_set, #btn_log, #btn_for, #btn_ext {
		background-image: url('/chat/i/buttons_notext.png');
		background-repeat: no-repeat;
	}
	#btn_snd {
		width: 22px;
		height: 28px;
		background-position: 0px -28px;
	}
	#btn_set {
		width: 82px;
		height: 28px;
		background-position: -22px -28px;
	}
	#btn_log {
		width: 82px;
		height: 28px;
		background-position: -104px -28px;
	}
	#btn_for {
		width: 82px;
		height: 28px;
		background-position: -186px -28px;
	}
	#btn_ext {
		width: 83px;
		height: 28px;
		background-position: -268px -28px;
	}

.col_cell {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0;
	border: 2px solid white;
	cursor: hand;
	cursor: pointer;
}
.col_bigcell {
	width: 100px;
	height: 100px;
	float: left;
}
.highlite .time {

}
.timedo {
	color: black;
	cursor: pointer;
	font-size: 80%;
}
	img#palantir {
		position:relative;
		top: 0;
		z-index: 100;
		width: 550px;
		height: 550px;
	}
	div#lastmessages_box {
		width: 550px;
		height: 550px;
		overflow: hidden;
		text-align: left;
		padding: 0;
	}
	#lastmessages {
		position:relative;
		top: -550px;
		z-index: 6;
		width:300px;
		height: 300px;
		margin: 125px 125px 125px 125px;
		overflow: hidden;
		font-size: 0.8em;
	}
	div#logon_errors {
		color: red;
		font-size: 0.8em;
		width: 550px;
		text-align: left;
	}
	label {
		display: block;
		margin-top: 10px;
		font-size: 80%;
	}
	label.inl {
		display: inline;
	}
	#chat_login_submit {
		background: #EFEFEF;
		background-image: -moz-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		background-image: -webkit-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		background-image: -ms-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.0, #dfdfdf),
			color-stop(1.0, #ffffff));
		background-image: linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		vertical-align: bottom;
		padding: 5px;
		height: 30px;
		border: 1px solid gray;
		border-radius: 0 10px 10px 0;
	}
	#chat_login_form label {
		display: inline; line-height: 30px
	}
	#chat_login_form input[type=text] {
		display: inline;
		line-height: 18px;
		vertical-align: bottom;
		height: 18px;
		padding: 5px;
		min-width: 150px;
		border: 1px solid gray;
		font-weight: bold;
	}
	.topic,.athedoor {
		width: 300px;
		padding: 10px;
		font-size: 12px;
		text-align: left;
		border: 1px solid gray;
		margin-top: 40px;
		border-radius: 0 10px 10px 10px;
		background: #fAfAfA;
	}
		.topic h3,.athedoor h3 {

		background: #EFEFEF;
		background-image: -moz-linear-gradient(bottom, #fafafa 0%, #dfdfdf 100%);
		background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #dfdfdf 100%);
		background-image: -ms-linear-gradient(bottom, #fafafa 0%, #dfdfdf 100%);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.0, #fafafa),
			color-stop(1.0, #dfdfdf));
		background-image: linear-gradient(bottom, #fafafa 0%, #dfdfdf 100%);
			padding: 5px 5px 0px 5px;
			position: absolute;
			margin-top: -33px;
			margin-left: -11px;
			border-top: 1px solid gray;
			border-left: 1px solid gray;
			border-right: 1px solid gray;
			border-bottom: 1px dotted silver;
			border-radius: 10px 10px 0 0;

		}

@media (max-width:980px) {

	#palantir, #snow {
		display: none;
	}
	#lastmessages_box {
		width: 300px !important;
		height: 320px !important;
		border: 1px solid gray;
		margin-top: 20px;
		border-radius: 10px;

		background-image: -moz-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		background-image: -webkit-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		background-image: -ms-linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.0, #dfdfdf),
			color-stop(1.0, #ffffff));
		background-image: linear-gradient(bottom, #dfdfdf 0%, #ffffff 100%);


	}
	#lastmessages {
		width: 100% !important;
		top: 0px !important;
		margin: 10px !important;	
	}
	#logon {
		margin-top: 20px;
	}
	.topic,.athedoor {
		width: 280px !important
	}

}
.googlad {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}
img.emoji {
	max-height: 25px;
}