@CHARSET "ISO-8859-1";

/*	-------------------------------------------------------------
	Flagsetledline
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
div.flagsetledline table tr td {
	background-color: #FF9;
	margin: 0;
	padding: 0;
}

div.flagsetledline table tr td:hover {
	background-color: #FF0;
}


div.flagsetledline table tr td.byte {
	border-left: 1px solid #00F;
}

div.flagsetledline table.s tr td {
	width: 5px;
}

div.flagsetledline table.l tr td {
	width: 11px;
}

div.flagsetledline table tr td.byte:first {
	margin: 1, 1, 1, 1;
	border-left: 0px;
}

div.flagsetledline table {
	border: 1px solid #777;
}

div.flagsetledline table tr {
	height: 20px;
}

div.flagsetledline td.pre {
	background-color: #F93;
}

div.flagsetledline td.add {
	background-color: #CC0;
}

div.flagsetledline td.both {
	background-color: #F30;
}