@CHARSET "UTF-8";

/* Tools */
.clearFloat {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#globalLoading {
	position: absolute;
	top: 25px;
	right: 35px;
}

#console {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 300px;
    height: 500px;
    overflow: auto;
    border: 2px solid black;
    background-color: white;
    color: black;
    visibility: hidden;
}
#console xmp { padding: 0px; margin: 0px; }
#console .log { margin: 3px; }
#console .error   { background-color: #fd9090; color: white; }
#console .warning { background-color: #ffcc68; color: white; }
#console .notice  { background-color: #afe8ed; color: white; }
#console .info    { background-color: #fcff00; color: white; }
#console .debug   { background-color: #f1f1f1; color: white; } 
#console .test    { background-color: #a4e68f; color: white; }

#console .exception { border-top: 1px solid red; border-bottom: 1px solid red; }
#console .stackButton { float: right; }



