body{
	margin: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menuBoxCont1{
	font-size: 85%;
}

#menuBoxCont1 a:hover{
	color: Blue;
	text-decoration: underline;
}
.hovedvariant{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.SearchElmCont{
	padding: 8px;
	text-decoration: none;
	text-align: left;
	line-height: 15px;
}

.varianter, .varianter a{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
.activeMove{
	background-color: #7B6517;
	font-weight: bold;
	color: White;
}
#gamesCont{
	height: 100px;
	border: 1px dotted Black;
	overflow: auto;
	font-size: 80%;
	padding: 5px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: White;
}
#gamesContMenu{
	background-color: #E4C565;
   border: 1px solid Black;
	padding: 5px;
	padding-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 80%;
}

#gamesCont a{
	color: Black;
}

#gamesCont a:hover{
	color: Black;
}
#gamesCont a:visited{
	color: Maroon;
	background-color: #D8D8D8;
}

#gamesCont a:link{
	color: Blue;
}

#gamesCont a:focus{
	color: Black;
	background-color: #F1E2B4;
}

#gamesCont a:active{
	color: Black;
	background-color: #EAD390;
}
.TS{
	background-color: #D3ECBD;
}

.Gameline{

}
.ok{
	background-image: url(../images/control/ok.gif);
	position: relative;
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 10px;
}
.pleaseWait{
	background-image: url(../images/control/plaeseWait.gif);
	position: relative;
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 20px;
}

.wait{
	background-image: url(../images/control/wait.gif);
	position: absolute;
	left: 450px;
	top: 30px;
	width: 50px;
	height: 50px;
	display: none;
}

.menuBoxContClass form{
	padding: 10px;
}