html{
	background-color:#e3e4e6;
}

body{
	background-color:#e3e4e6;
}

.tableText
{
	width: 25px;
	text-align: center;
}

.centerText
{
	text-align: center;
}

.unselectable{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.hyperLink{
	color:blue;
	cursor: pointer;
}
.hyperLink-up-hovering{
    font:cursive;
    text-decoration: underline;
}

.mainPanel{
	height:800px;
	width:100%;
}

.menuPanel{
	width:100%;
	height:600px;
}

.menuPanelInner{
	width:100%;
	height:100%;
}

.listBox{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.generateButton{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.solveButton{
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	float:bottom;
}

.tabsPanel .gwt-TabLayoutPanelTab{
	position:relative;
	bottom:-3px;
}

.gwt-TabLayoutPanelTabInner .closeButton{
	width:15px;
	height:15px;
	text-align:left;
	background: url("images/close.png");
	border:none;
	margin-left:auto;
	margin-right:auto;
}



.tabsPanel{
	width:100%;
	height:100%;
	background-color:#e3e4e6;
}

.tabsPanel .div{
	background-color:#e3e4e6;
}

.centerWindow{
	width:100%;
	height:100%;
	float:left;
}

.dataGridSmall{
	margin-left:auto;
	margin-right:auto;
}

.dataGridLarge{
	
}

.classificationPanel{
	width:100%;
	height:100%;
}

.canvasStyle{
	float:left;
	
	border:solid;
	border-width:2px;
}

.tabData{
	float:left;
	width:350px;
	height:100%;
	margin-left:20px;
	margin-right:auto;
}

.imageButtonsBlock{
	width:100%;
	text-align:justify;
}