#main {
	width: 740px;
	margin: 40px auto 10px auto;
}

.sqr1 {
	width: 39px;
	height: 39px;
	float: left;
	line-height: 39px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 1px 1px 0px;
	border: 1px solid #e0e0e0;
	background: center center no-repeat;
	background-color: #f0f0f0;
	font-size: 10px;
}

.sqr0 {
	width: 39px;
	height: 39px;
	float: left;
	line-height: 39px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 1px 1px 0px;
	border: 1px solid #a0a0a0;
	background: center center no-repeat;
	background-color: #a0a0a0;
	font-size: 10px;
}

a#flip {
	text-decoration: none;
	font-size: 10px;
}

a#flip:hover {
	text-decoration: underline;
}

.hlite {
	width: 37px;
	height: 37px;
	line-height: 37px;
	position: absolute;
	z-index: 1;
	border: 2px solid #f00000;
}

.me {
	font-weight: bolder;
}

.player {
	height: 24px;
	background: no-repeat left;
	padding-left: 26px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 11px;
	color: #008000;
	font-weight: bolder;
}

.player a {
	font-size: 10px;
	font-weight: normal;
}

#players {
	font-size: 11px;
	color: #800000;
}

#status {
	font-size: 11px;
}

h3 {
	border-bottom: 1px dotted rgb(176, 176, 176);
	padding-bottom: 3px;
	font-weight: bolder;
	margin-bottom: 10px;
	/*text-align: center;*/
	font-size: 10px;
}

.current {
	font-size: 11px;
	color: #008000;
	font-weight: bolder;
}

.button {
	border: 2px solid;
	padding: 2px 5px;
	border-color: #80b0e0;
	background: #f0f0ff;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#overlay {
	position: absolute;
	display: none;
	background: #000000;
	opacity: 0.25;
	filter:alpha(opacity=25);
	z-index: 2;
}

.game {
	line-height: 28px;
	vertical-align: middle;
	height: 28px;
}

.game .p1 {
	background: no-repeat left url(img/x.gif);
	padding: 5px 0px 6px 26px;
	line-height: 28px;
}

.game .p2 {
	background: no-repeat left url(img/o.gif);
	padding: 5px 0px 6px 26px;
	line-height: 28px;
}

#chat {
	overflow: auto;
	height: 155px;
	border: 1px solid #ffcccc;
	background: #ffffff;
	font-size: 10px;
	padding: 2px;
}

#chat .nick {
	color: #000080;
	font-weight: bolder;
}

#msg {
	border: 1px solid #ccccff;
	background: #ffffff;
	width: 183px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 2px 0px;
	margin-top: 2px;
}

.title {
	font-size: 14px;
	font-weight: bolder;
	background: #a0e0ff;
	color: #000010;
	width: 700px;
	margin: 10px auto 0px auto;
	padding: 4px 4px;
}

.title .login {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: square inside;
}

li {
	margin: 3px 0px;
}

td {
	vertical-align: top;
}
