*{
	border:none;
	margin:0px;
	padding:0px;

}
html {
}


/**************************************************************************/
/* DEBUG                                                                  */
/*                                                                        */
/**************************************************************************/
#dbg {
	position:absolute;
	right:0px;
	top:0px;
	width:640px;
}
#dbg a{
	background-color:#67A6FF;
	border:1px #4A77B7 dotted;
	padding-left:10px;
}
#dbgcontainer {
	
	height:480px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
	border:1px #4A77B7 dotted;
	background-color:#8FDFFF;
}
div#dbg.show {
	text-align:right;
	width:640px;
}
div#dbg.hide {
	text-align:right;
	width:640px;
}
div#dbg.show #dbgcontainer{
	display:block;
	text-align:left;
}

div#dbg.hide #dbgcontainer{
	display:none;
}
#wymeditor{
	width:750px;
	position:relative;
}