/* standard css */

/* prevent styling of image links */
img
{
	border:0px;
}

/* debug output */

#__debug
{
	position:absolute;
	top:0px;
	left:800px;
	background:#CCCCCC;
	opacity:0.8;
}

#cakeSqlLog
{
	position:absolute;
	top:0px;
	left:900px;
	background:#CCCCCC;
	opacity:0.8;
}