div.standart
{
	border: solid 2px #202020;
	background: #303030;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
}

table.main
{
	border: none;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

td.menu
{
	padding: 0px;
	width: 108px;
	height: 100%;
	background-image: url(design/menu_bg.png);
	vertical-align:	top;
	text-align: center;
}

table.main td
{
	padding: 0px;
	vertical-align: top;
}

table.topmenu
{
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.topmenu td
{
	padding: 0px;
}

td.corner,img.corner
{
	width: 3px;
	height: 3px;
}

td.vborder,img.vborder
{
	width: 3px;
}

td.hborder,img.hborder
{
	height: 3px;
}

td.spacer,div.spacer
{
	border: none;
	height: 10px;
}

.head
{
	color: #0090FF;
	text-align: center;
}

.center
{
	text-align: center;
}

div.standart div
{
	border: solid 1px #202020;
	margin: 2px;
}

div.standart table
{
	border: none;
	width: 100%;
	vertical-align: middle;
}

div.standart table td
{
	border: solid 1px #202020;
}

div.standart div.cell
{
	border: solid 1px #202020;
	margin: 2px;
	margin-bottom: 10px;
	text-align: center;
}

img
{
	border-width: 0px;
}

img.bigbutton
{
	width: 100px;
	height: 30px;
	margin-top: 0px;
}

img.smallbutton
{
	width: 125px;
	height: 25px;
}

img.chessfield
{
	border-width: 0px;
	width: 50px;
	height: 50px;
}

a:link { color:#008080; }
a:visited { color:#808080; }
a:active { color:#808080; }

body
{
	background-color: #000000;
	color: #008000;
	margin-top: 0px;
	margin-left: 0px;
}