/* @override http://dev.lga/WWW_v1_3_0/inc/css/global.css */

/* CSS Document */

* {
  
}

html, body {
  margin:0;
  padding:0;
	height:100%;
	font-size:11pt;
}

html {
	/*border:1px solid red;*/
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
  overflow:-moz-scrollbars-vertical;
  background-color:#000000;
	/*border:1px solid blue;*/
}

.clear {
	clear:both;	
}

.credits {
  text-align:center;
  font-size:70%;
}

.mini1 {
  font-size:70%;
}

.mini2 {
  font-size:65%;
}

.label1 {
  font-size:90%;
}

.label2 {
  text-align:center;
}

.title1 {
  font-size:110%;
  letter-spacing:1px;
}

.title2 {
  font-size:110%;
  letter-spacing:1px;
}

.title3 {
  font-size:110%;
}

.title4 {
  font-size:140%;
  text-align:center;
}

.menu1 {
  font-size:100%;
}

a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #555555;
}

.btnMenu {
	display: block;
	padding: 4px 15px;
	font-size: 13px;
	height: 18px;
}

#legend {
  position:fixed;
  bottom:0;
  background-color:black;
  width:740px;
}

#legend_spacer_color {
  height:40px;
}

#legend_spacer_result {
  height:38px;
}

#debug {
  position:fixed;
  top:0;
  left:0;
}

#debug #bg {
  position:absolute;
  width:100%;
  height:100%;
  background-color:red;
  opacity:0.3;
  top:0;
  left:0;
  z-index:10;
}

#debug #items {
  position:relative;
  padding:10px;
  z-index:20;
}

#debug #items ul {
  list-style:none;
  padding:0;
  margin:0;
}

