* {
    margin: 0;
    padding: 0;
}
html, body { /* xhtml as xml compatible */
	color: #000;
	height: 100%;
}
html {
    overflow: auto; /* @ IE/Win, hide vertical scroll bar if not necessary */
    border: 0; /* @ IE/Win, hide the viewport's border */
}
body{
	font-size: 11px;
   }

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
}
a:focus, a:active {
    outline: none; /* @ Firefox, remove ugly dotted border */
}

/*	Text	*/
strong {
    font-weight: bold;
}

/*	Lists	*/
ol {
    margin-left: 40px;
}
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
td, th {
    vertical-align: top;
    text-align: left;
}

img {
    border: 0;    
}

hr {
    display: none;
}

fieldset {
    border: 0 solid transparent; /* 'solid transparent' required by Opera */
}
legend {
    color: #000; /* IE/Win does not inherit color */
}
optgroup {
    font-style: normal;
    font-weight: bold;
}


blink{
	font-size:2em;
	color:Red;
	font-weight:bold;
}


/*===== Debug =====*/
.debug,
.editordebug{
	display:block;
	position:absolute;
	bottom:0px;
	right:10px;
	font-size:12px;
	width:365px;
	background-color:#e1ff3e;
	border-top:1px solid green;
	border-right:1px solid green;
	border-left:1px solid green;
	color:#444;
	z-index:2000;
	font-family:Segoe UI,Verdana;
	background-color:#a9c800;
	
	box-shadow:0px 2px 10px #555;
	-webkit-box-shadow:0px 2px 10px #555;
	-moz-box-shadow:0px 2px 10px #555;
	
	border-radius: 1em 1em 0 0;
	-webkit-border-radius:1em 1em 0 0;
	-moz-border-radius: 1em 1em 0 0;
}

.editordebug
{
    left: 10px;
	border-top:1px solid blue;
	border-right:1px solid blue;
	border-left:1px solid blue;
	background-color:#003AC4;
}
.debug h3,
.editordebug h3{
	color:black;
	cursor:pointer;
	font-weight:bold;
	padding: 2px 5px;
	xbackground-color:#a9c800;
}

.editordebug h3{
	color:white;
	xbackground-color:#003AC4;
}

.debug div.in,
.editordebug div.in{
	display:none;
	padding: 2px;
	background-color:#e1ff3e;
}

.editordebug div.in{
	background-color:#99C6FF;
	color:White;
}

.debug a,
.editordebug a{
	text-decoration:none;
	font-weight:bold;
	color:green;
	font-size:12px;
}

.editordebug a{
	color:white;
}
.debug a:hover,
.editordebug a:hover{
	text-decoration:underline;
}
