

.open_debug{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.open_debug a{
	text-decoration: none;
	color: #4072B7;

}
table.static_debug {
    background-color: THREEDFACE;
    border-top: 1px solid white;
    border-bottom: 1px solid silver;
}

table.static_debug td {
    font-size: 80%;
}

table.static_debug a.button {
    text-decoration: none;
}

.debug_arrow{
	height:18px;
	width:18px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='../../framework/images/debug/debug.png');
}
.debug_arrow[class]{
 	background-image:url(../images/debug/debug.png);
 	background-repeat:no-repeat;
}