@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}

#table {
	border: 0;
	height: 100%;
	width: 100%;
}
#table td {
	height: 100%;
}
#info {
	background: #FED24F;
	text-align: center;
	width: 250px;
}
#info div {
	padding: 10px;
	text-align: left;
}
#info div h2 {
	color: #333;
	font: 18px Trebuchet MS, Sans-Serif;
	font-weight: bold;
	margin: 10px 0 1px 0;
	text-shadow: 1px 1px 2px #555;
}
#info div p {
	color: #333;
	font: 12px Trebuchet MS, Sans-Serif;
	margin: 0 0 2px 0;
}
#info div q {
	color: #400;
	font: 12px Trebuchet MS, Sans-Serif;
	font-style: italic;
	margin: 0 0 2px 0;
}
#info div ul {
	color: #000;
	font: 12px Trebuchet MS, Sans-Serif;
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
}
#info div ul li {
	margin: 0 0 2px 0;
}
#info div ul li strong {
	background: #FF9;
	color: #000;
}
#info div ul li em {
	color: #006;
	font-size: 10px;
}

#info_bar {
	border-left: 1px solid #eee;
	border-right: 1px solid #999;
	background: #ddd;
	color: #000;
	cursor: e-resize;
	font: 8px Small Fonts, Sans-Serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px #555;
	text-align: center;
	width: 12px;
}
#info_bar #hidden {
	display: none;
}

#chat {
	background: #F0F7FF;
}
#chat form {
	font: 14px Verdana, Sans-Serif;
	padding: 10px;
}
#chat form input {
	font: 14px Verdana, Sans-Serif;
}
#chatwin {
	border: 0;
	display: none;
	height: 100%;
	width: 100%;
}
