@charset "utf-8";
/* CSS Document */

.dbg_pagenum {
	text-align:center;	
}
#debugger_footer {
	margin-left: 15px;
	margin-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b5b5b5;
	background-image: url(img/debug/bar_bg_bw.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	z-index:1000;
	bottom:0px;
	right:0px;
	position: fixed;
	height: auto;
	background-color: #006633;
	}
#debugger_footer a {
	text-decoration: none;
	color: #333333;
	font-family: "Trebuchet MS", Arial;
}

#debugger_footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
#debugger_footer ul li {
	width: 200px;
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}	
#debug_menu {
	margin-left: 15px;
	margin-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b5b5b5;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	z-index:1000;
	bottom:20px;
	right:0px;
	position: fixed;
	width:180px;
	height:400px;
	background-color: #E6E6E6;
	overflow:auto;
	}
#debug_menu a {
	font-family: "Trebuchet MS", Arial;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
#debug_menu ul {
	margin: 0px;
	padding: 0px;
}
#debug_menu ul li {
	list-style-type: none;
	margin-bottom: 2px;
}
.debug_menu_header {
	text-align: right;
	background-color: #DFDFDF;
}
.debug_menu_header a {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.debug_output {
	position:fixed;
	right:195px;
	bottom:22px;
	width:800px;
	height: 400px;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	overflow: auto;
	
	
}
.debug_output h2 {
	padding: 0px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #006699;
	margin-left: 5px;
}
.debug_output tr td {
	background-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.debug_mh {
	background-color: #BFBFBF;
}
.debug_output table {
	margin: 5px;
	padding: 0px;
	border: 1px solid #999999;
	width: 98%;
}
#debug_redir {
	background-color: #FF0000;
}
#debug_redir a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
