/* DEBUG MODE only... */
@media screen {
	.debug_link,
	.debug_link:link,
	.debug_link:visited,
	.debug_link_urg,
	.debug_link_urg:link,
	.debug_link_urg:visited {
		position:absolute;
		left:90%;
		top:1px;
		color:gray;
	}
	.debug_link_urg,
	.debug_link_urg:link,
	.debug_link_urg:visited {
		background-color:red;
		text-decoration:none;
		color:white;
		padding:2pt;
	}
	.debugHidden {
		display:none;
		visibility:hidden;
		position: absolute;
	}
	.debugVisible {
		display:block;
		visibility:visible;
		position: absolute;
		top:10%;
		left:10%;
		width:80%;
		bottom:10%;
		height:80%;
	}
	.debugVisible table {
		border:1pt solid black;
		border-style: outset;
		background-color:#ccc;
		color:#000;
		width:100%;
		height:100%;
	}
	.debugVisible caption {
		background-color:#ccc;
		color:#444;
		-moz-opacity:0.5;
		font-size: 8pt;
		font-family:sans-serif;
		font-stretch:ultra-expanded;
	}
	.debugVisible tr {
		display:none;
	}
	.debugVisible tr.debug_tr_show{
		display:table-row;
	}
	tr.debugSelected {
		display:table-row;
	}
	.debugVisible th {
		height:1.3em;
		border-bottom:2pt solid black;
		padding-top:0.5em;
		padding-bottom:0;
		vertical-align:top;
	}
	.debugVisible th a {
		text-decoration:none;
		color:#000;
		font-weight:100;
		border:1px solid #bbb;
		border-bottom:1px solid white;
		width:100%;
		display:block;
	}
	.debugVisible th a.debugSelected {
		font-weight:bold;
		border-bottom:1px solid #800;
	}
	.debugClose {
		width:15pt;
	}
	.debugClose a {
		font-family:sans-serif;
	}
	.debugVisible th a:hover {
		color:red;
		background-color: #cbb;
	}
	.debugVisible td {
		padding:1em;
		border:1px solid gray;
		border-top:none;
		vertical-align:top;
	}
	.debugVisible pre {
		font-size:8pt;
/*		overflow:scroll;*/

	}
}
@media print {
	.debugWithMsg ,
	.debug {
		display:none;
		visibility:hidden;
		color:red;
	}
}

