 body {
margin: 0px; padding: 0px; font: Verdana; 
background: #ffffff;
}

a.button {
	text-decoration: none;
	font: 12px Verdana;
	color: #000;
	margin-right: 5px;
	background: transparent url('../img/buttons_bg.png') no-repeat right top;
	display: block;
	float: left;
	outline: none;
	line-height: 23px;
	text-align: center;
	padding-right: 9px;
}
a.button div {
	background: transparent url('../img/buttons_bg.png') no-repeat left top;
	width: 69px;
	font: 12px Verdana;
	height: 23px;
	padding-left: 9px;
}
a.button:hover {
	background-position: right -23px;
}
a.button:hover div {
	background-position: left -23px;
}
a.button:active {
	background-position: right -46px;
}
a.button:active div {
	background-position: left -46px;
}
a.inactive, a.inactive:hover, a.inactive:active {
	color: #999;
	cursor: default;
	background-position: right bottom;
}
a.inactive div, a.inactive:hover div, a.inactive:active div {
	background-position: left bottom;
}


a#butScan {
	margin-top: 3px;
	text-decoration: none;
	font: 12px Verdana;
	color: #000;
	background: transparent url('../img/scan_bg.png') no-repeat center 0px;
	display: block;
	outline: none;
	line-height: 30px;
	text-align: center;
}
a#butScan:hover {
	background-position: center -30px;
}
a#butScan:active {
	background-position: center -60px;
}
a.inactive#butScan, a.inactive#butScan:hover, a.inactive#butScan:active, a.disabled#butScan, a.disabled#butScan:hover, a.disabled#butScan:active {
	color: #999;
	cursor: default;
	background-position: center -90px;
}


#noflash {
	font: 32px Verdana;
	color: #ffffff;
	display: block;
	text-decoration:none;
	background: url('../images/png50.png');
}

#noflash a {
	color: #6699ff;
}


#app {position: relative; left: 0px; top: 0px; width: 100%; height: 75%; font: 12px Verdana; -moz-user-select: none; -webkit-user-select: none;}
#chatblock {position: relative; overflow: hidden; left: 0px; top: 7px; bottom: 0px; width: 100%; height: 25%; margin: 0px auto;}
.unsel#chatblock {-moz-user-select: none; -webkit-user-select: none;}
#chat {background: #ffffff; width: 500px; margin: 0px auto; padding: 0px; font: 12px Verdana; overflow-y: hidden; overflow-x: hidden;}

.chatlog {/*height: 100%; */width: 500px; text-align: left; border: 0px solid #cfd3d8; overflow-y: auto; overflow-x: hidden;}
.log {
	height: 100%;
	font: 12px Verdana;
	zoom: 1;
}
.log #log_inner div {_height: 23px; min-height: 23px; padding: 0 5px 5px 5px;}
* html .log #log_inner div {height: 23px;}
.log #log_inner div img {float: left; margin-right: 5px;}

#chatform {
	position: relative;
	top: 7px;
	height: 40px;
	margin-bottom: 12px;
}

#buttons {
/*
	position: absolute;
	bottom: 5px;
*/
	overflow-y: hidden;
	font: 12px Verdana;

	width: 300px;
	-moz-user-select: none; -webkit-user-select: none;
	position: relative;
	width: 100%;
	bottom: 0;
}

#buttons button {width: 110px; margin-top: 5px; margin-left: 4px; margin-right: 4px; height:21px; font: 10px Verdana;}

#chatform textarea {
	height: 15px;
	width: 485px;
	margin: 0 auto;
	padding: 5px;
	resize: none;
	font: 12px Verdana;
	border: 1px solid #cfd3d8;
	
	overflow-y: auto;
	outline: none;
	
}


#resizebar {
	position: absolute;
	width: 700px;
	height: 7px;
	left: 50%;
	margin-top: 0px;
	font-size: 0;
	cursor: ns-resize;
	
	z-index: 100;
	position: absolute; left: 50%; margin-left: -350px;
}
.collapsed#resizebar {
	width: 700px;
}
*+html #resizebar {/*left: auto;*/ cursor: move;}
