@media screen {


	.legendheadline{
	}

	#editortools{
		display: none;
	}	

	DIV.fronttendeditbox {		
		background-color:white;
		border: 1pt solid black;
		width:180px;
		height:auto;
		z-index: 100000;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95)
	}
	
	A.feacommand{		
		font-size: xx-small;
		font-family: verdana;
		color:black;
		text-align:center;
		text-decoration: none;
	}

	A.feacommand:VISITED{
		font-size: xx-small;
		color:black;
		font-family: verdana;
		text-align:center;
		background-color: #FFFFFF;
		text-decoration: none;
	}

	A.feacommand:HOVER {		
		font-size: xx-small;
		font-family: verdana;
		text-align:center;
		color: #135A7D;
		font-weight: bold;
		background-color: #FFFFFF;
		text-decoration: none;		
	}
	
	TD.fea, TH.fea {
		font-size: xx-small;
		font-family: verdana;
		text-align: left;
		vertical-align:top;
		cursor: default;
		
	}
	TH.fea {
		font-weight: bold;
	}
	
	.nextversion{
		color: #CC0000;
	}

	#notactive{
		font-size: xx-small;
		font-family: verdana;
		color:black;
		text-align:center;
		text-decoration: none;
		cursor: default;
	}

	#lock{
		color: #CC0000;
	}

	INS {
		color: green;
	}	

	DEL {
		color: red;
	}
}


@media print {
	DIV.fronttendeditbox {
		DISPLAY: none;
	}
}
