@CHARSET "ISO-8859-1";

body {
	background-attachment: fixed;
	background-image: url("../images/mcworld1.png");
	background-size: 100%;
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0;
	border: 0;
	padding: 0;
}

fieldset {
	background-color: #F0F0F0;
	padding: 2px;
}

legend {
	color: #4040B0;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.opacity-80 {
	background: rgba(255, 255, 255, 0.8);
}

.opacity-opaque {
	opacity: 1;
}

.error {
	font-family: lucidatypewriter, lucida console, monospace;
	font-weight: bold;
	color: red;
}

p.menuitems {
	font-size: 10pt;
}

p.monospace {
	font-family: lucidatypewriter, lucida console, monospace;
}

p.small {
	font-size: 8pt;
}

input.strong {
	font-weight: bold;
	font-family: lucidatypewriter, lucida console, monospace;
	font-size: 12pt;
}

span.link {
	color: blue;
	text-decoration: underline;
}

td.documentleft {
	background-color: #EEEEFF;
}

td.ok {
	background-color: green;
	color: white;
	font-weight: bold;
}

td.failed {
	background-color: red;
	color: white;
	font-weight: bold;
}

td.added {
  background-color: #aaffaa;
  font-family: sans-serif;
  font-size: smaller;
}

td.deleted {
  background-color: #ffaaaa;
  font-family: sans-serif;
  font-size: smaller;
}

td.changed {
  background-color: #ffff77;
  font-family: sans-serif;
  font-size: smaller;
}

tr.documenttop {
	background-color: #EEEEFF;
}


