/* ------------------------------------------*
 * For the edit buttons *
 * ------------------------------------------*/ 
.icmaBtns {
	position : static;
} 
.icmaBtn {
	width : 10px;
	border : 2px outset #FFD377;
	padding : 1px 4px;
	background-color: #FEA000;
	font-family : Arial;
	font-size : 11px;
	color : white;
	font-weight : bold;
	cursor : hand;
}
.icmaBtnGreen {
	width : 10px;
	border : 2px outset #81CC81;
	padding : 1px 4px;
	background-color: #019901;
	font-family : Arial;
	font-size : 11px;
	color : white;
	font-weight : bold;
	cursor : hand;
} 
.icmaBtnRed {
	filter : alpha(opacity=60);
	width : 10px;
	border : 2px outset #f18575;
	padding : 1px 4px;
	background-color: #ff0000;
	font-family : Arial;
	font-size : 11px;
	color : white;
	font-weight : bold;
	cursor : default;
}

/* ------------------------------------------*
 * For the tools menu *
 * ------------------------------------------*/ 
.icmaMenu {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100px;
	background-color: black;
	padding : 5px;
	color : #FEA000;
	font-family : Arial;
	font-size : 16px;
	font-weight : bold;
	border : 2px ridge #FEA000;
	z-index: 30;
}

.icmaTitle {
	text-align : center;
	color : FEA000;
	font-size : 11px;
	margin : 5px;
}

.icmaMenuItems {
	text-align : left;
	cursor : default;
}

.icmaMenuItems .icmaBtn {
	width : 88px;
	color : black;
}