.dek{
	z-index: 200;
	visibility: hidden;
	position: absolute;
}
.status{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 8pt ! important;
	color: red;
	font-weight: normal;
}
.imageOut{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	cursor: pointer;
	cursor: hand;	
}

.imageOver{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor: pointer;
	cursor: hand;	
}
/*
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
*/
.textOut{
	background: transparent;
	cursor: pointer;
	cursor: hand;	
}
.textOver{
	background: #DDDDDD;
	cursor: pointer;
	cursor: hand;
}
.popup-image{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 9pt;
	text-align: center;
	background: #99CCFF;
	width: 120;
	border: 1px solid #000077;
	padding: 3px;
}
.menuDivider{
	height: 1px;
	width: 100%;
	color: #CCCCCC;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-bottom:0px;
	margin-bottom: 0px;
}
.editMenu{
	position: absolute;
	visibility: hidden;
	background: #DDDDDD;
	width: 100px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	padding: 0px;
	z-index: 10;
}
.editLinks{
	font-family: Arial, Helvetica, Verdana, Sans-Serif ! important;
	font-size: 9pt ! important;
	color: #000000 ! important;
	background: transparent;
	text-align: left;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}
.editLinksOver{
	font-family: Arial, Helvetica, Verdana, Sans-Serif ! important;
	font-size: 9pt ! important;
	color: #FFFFFF ! important;
	background: #000080;
	text-align: left;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}
/*-- EDIT LINKS --*/
a.editLinks, a.editLinks:link, a.editLinks:visited{
	font-family: Arial, Helvetica, Verdana, Sans-Serif ! important;
	font-size: 9pt ! important;
	color: #000000 ! important;
	text-decoration: none ! important;
}
a.editLinks:hover, a.editLinks:active{
	font-family: Arial, Helvetica, Verdana, Sans-Serif ! important;
	font-size: 9pt ! important;
	color: #FFFFFF ! important;
	text-decoration: none ! important;
}
.devMenu{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	background: #DDDDDD;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	padding: 0px;
	z-index: 14;
}
.devMenuOpen{
	position: absolute;
	top: 0px;
	left: 0px;	
	visibility: hidden;
	background: #DDDDDD;
	width: 100px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	padding: 0px;
	z-index: 15;
}
