@import "./settings.css";
table {
	width: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

div.movable {
	display: block;
	top: 0;
	background: #ccc;
}

div.movable:hover {
	background: #dde;
}

div.movable_inner {
	background: #ddd;
	margin: 4px;
	border: 1px solid #eee;
	width: auto;
	height: 100%;
	text-align: center;
}

div.movable_inner:hover {
	background: #eed;
}

pre.debug {
	margin: 8px;
	width: auto;
	height: 85%;
	background: #fff;
	border: 1px solid #999;
	overflow: scroll;
	text-align: left;
	font-family: Monospace;
	font-size: 14px;
}

div.message {
	width: auto;
	margin: 2px;
	text-align: left;
	height: 60%;
	background: #333;
	overflow: auto;
	border: 1px solid #fff;
	color: #fff;	
}

.mess_button {
	margin: 4px;
}

.debug_mini {
	float: right;
	width: 100px;
 	margin-right: 8px;
}

table.listing {
	border: 1px solid #888;
	float: left;
}

table.listing td, table.listing th {
	border: 1px solid #ccc;
	padding-left: 4px;
}

div.list {
	width: auto;
	margin: 2px 0 2px 0;
	float: left;
	width: 100%;
	text-align: right;
}

div.list a {
	margin: 0 1px 0 0;
	background: #69f;
	padding: 0 6px 0 6px;
	text-align: center;
	cursor: hand;
}

div.list a:hover {
	background: #ccc;
}

div.flat_block {
	float: left;
}

span#waitLoad {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
	opacity: 0.6;
	vertical-align: top;
	background: #000 url(/tpl/images/load.gif) no-repeat center;
	width: 100%;
	height: 100%;
	padding: 20px 0 20px 0;
	top: 0px;
}

div#waitBG {
	position: relative;
	float: left;
}

