/* css para o snake */
body, html
{
    margin: 0px;
    padding: 0px;
    background-color:#E8E8E8;
}

.Anonymous { 

	cursor: pointer; cursor: hand;
	font-family: verdana;
	font-weight: normal; 
	font-size: 10px; 
	color: #000000;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.Known { 

	cursor: pointer; cursor: hand;
	font-family: verdana;
	font-weight: bold; 
	font-size: 10px; 
	color: #333399;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.Selected { 
	cursor: pointer; cursor: hand;
	font-family: verdana;
	font-weight: bold; 
	font-size: 10px; 
	color: #333399;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.pathSearch { 
	position: relative;
	background-color: #999999;
	layer-background-color: #999999;
	visibility: inherit;
}

.pathInvisible { 
	position: relative;
	visibility: hidden;
}

.pathSelected { 
	position: relative;
	background-color: #333399;
	layer-background-color: #333399;	
	visibility: inherit; 
}

.SnakeLevel1 { position: relative; visibility: inherit; background-color: #e8e8e8;  }
.SnakeLevel2 { position: relative;  visibility: inherit; background-color: #e8e8e8; }
.SnakeLevel3 { position: relative;  visibility: inherit; background-color: #e8e8e8; }
.SnakeLevel4 { position: relative;  visibility: inherit; background-color: #e8e8e8;}