body{
	font: 12px/22px Arial, Helvetica, sans-serif;
	background-color:#015A7C;
	text-align:center;
  margin: 0px;
}

.mainTable {
  width: 100%;
  margin: 0px;
}

.topbar {
  width: 100%;
  height: 75px;
  background-color: #0081B3;
  background-image: url(../images/upperBar.jpg);
}

.turntool{
	display: inline;
	float:left;
	width:720px;
	height:530px;
}

.tntsidebar {
	width:265px;
	height:530px;
}

.rightbar {
  width: 100%;
  height: 530px;
  background-color: #015a7c;
  background-image: url(../images/background.jpg);
}

.bottombar {
  width: 100%;
  height: 75px;
  background-image: url(../images/bottomBar.jpg);
}

/* ----------------------------------------------------------------- */

.tntwidth{
	display: inline;
	float:left;
	width:1000px;
}
.maindiv {
	text-align:center;
}

.buttomelement {
	background-color:#FFFFFF;
	display: block;
	float: center;
}
.sidewidth {
	display:block;
	float:left;
	width:240px;
}
.help {
	width:240px;
	text-align:center;
}
.saveImage {
	display: block;
	float:center;
	width: 1024px;
	background-color:#FFFFFF;
}
.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;}



