div.debug {
	border: 1px solid #777777;
	background: #c3ff8e;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
div.debug table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	}
div.debug table th,
div.debug table td {
	border: 1px solid #7ea55c;
	font-size: 11px;
	font weight: bold;
	padding: 2px;
	}
div.debug table td a {
	font-size: 11px;
	}
#debug_info,
#debug_info a {
	font-size: 11px;
	}
#debug_info {
	display: none;
	}
	
	
	
.editbar, 
.editbutton { 
	font-size: 12px; 
	color: #ff0000; 
	background: #ff9900; 
	padding: 3px 10px 3px 10px; 
	text-align: left;
	border-radius: 0px 0px 10px 10px;	
	}
.editbutton { 
	border-radius: 10px 10px 10px 10px;	
	}
.editbar a,
.editbutton a { 
	font-size: 12px; 
	font-weight: normal; 
	color: white; 
	padding: 0 10px 0 10px;
	text-decoration: none;
	}
.editbar a:hover {
	text-decoration: underline;
	}
.editbutton:hover { 
	background: #ffb951;
	}
._editbutton a:hover { 
	color: #000000;
	}	



a.createlink, a.createlink:hover { 
	font-size: 12px; 
	margin: 5 5 5 5; 
	padding: 0 3 0 0; 
	border: 1px dashed #aaaaaa; 
	text-decoration: none;
	background: red; 
	color: white; 
	}
a.createlink:hover { 
	background: white; 
	color: red; 
	}	