.turntool{
	display: inline;
	float:left;
	width:600px;
	height:450px;
}
.tntwidth{
	display: inline;
	float:left;
	width:800px;
}
.maindiv {
	text-align:center;
}
.tntsidebar {
	width:240px;
	height:400px;
	vertical-align:top;
	display:block;
	float:left;
	margin: 20px;
	
}
.buttomelement { 
	display: block;
	float: center;	
}
.sidewidth {
	display:block;
	float:left;
	width:240px;
	margin-left: 20px;
	margin-right: 20px;
}
.help {
	width:240px;
	text-align:center;
}
.saveImage {
	display: block;
	float:center;
	width: 800px;
}
.restart {
	display: block;
	float:center;	
}
.newlinebr { clear: both; }
/* Object hide / unhide list */
#objectListHolder {
	text-align:left;
	width:240px;
	height:400px;
	overflow:auto;
}
#objectListheader {
	background-color: #f6f6f6;
	font-size:larger;
	font-weight:bold;
}
#objectList {
	height:400px;
	width:220px;
}
.objListEven { background-color:#f0f0f0; }
.objListOdd { background-color:#f6f6f6; }
.objectListLess { float:left; cursor:pointer; cursor:hand; display: block; background-color:#f0f0f0; padding:0px 5px 0px 5px;}
.objectListMore { float:right; cursor:pointer; cursor:hand; display: block; background-color:#f0f0f0; padding:0px 5px 0px 5px;}
.objectListMoreLessHidden { display:none; width:0px; height:0px;}


