/*
 * ILM stylesheet
 * 9 Oct 2008
 */

/*
 * 
 * ILEBox styles
 * 
 */
#ileBox {
  position:fixed;
	top:0px;
	left:0px;
/*
	z-index:100;
*/
}
#ileBox.topLeft {
	width: auto;
	height: auto;
	top:2px;
	left:20px;
	padding: 0 2px;
}
#ileBox.topRight {
	width:200px;
	left:auto;
	top:0px;
	right:20px;
}
#ileBox.bottomLeft {
	width:200px;
	left:20px;
	top:auto;
	bottom: 0px;
}
#ileBox.bottomRight {
	width:200px;
	left:auto;
	top:auto;
	bottom:0px;
	right:20px;
}
#ileBox.sideRight {
	width:auto;
	height:200px;
	left:auto;
	right:0px;
	top:50%;
}
#ileBox.sideLeft {
	width:auto;
	height:200px;
	left:0px;
	top:50%;
}

.main-menu {
  font-weight:bold;
  color:#000;
  text-align: center;
  font-size: 1.1em;
	height: 28px;
	background: #DCDCDC;
	border: 1px solid #778899;
}

.menu-item {
  float: left;
  margin: 0 auto;
  padding: 0;
	height: 28px;
	width: 28px;
}
.menu-item:hover {
	background: white;
}
.menu-item img {
	height: 24px;
	width: 24px;
	padding: 2px;
	cursor: pointer;
}

#ileBoxGrabImg {
	cursor: hand;
}

.ileToolFrame {
	background: white;
	border: 1px solid #778899;
	padding:0;
	margin: 0;
}
