body, html {
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
    height: 100%;
}

table {
	font-family: Verdana;
	font-size: 12px;
}

input {
	font-family: Verdana;
	font-size: 12px;
}

div.buble {
	font-family: Verdana;
	font-size: 13px;
	width: 240px;
	padding-right: 10px;
  z-index: 1000;
}
/*
#content {
 width: 100%;
 height: 100%;
 padding: 0;
}
*/
#properties {
    position: absolute;
    width: 200px;
    text-align: center;
    padding: 10px;
    border: 5px solid #290B8B;
    background: #3F06FA;
	color: #eeeeee;
	font: bold 20px Verdana;
    z-index: 1;
	left:0px;
	top:0px;
	opacity: 0.7;
}

.itn {
	font-family: Verdana;
	font-size: 12px;
}

.itn {
	font-family: Verdana;
	font-size: 12px;
}

.sbutt {
	font-family: Verdana;
	font-size: small;
}

.stxt {
	font-family: Verdana;
	font-size: small;
}

.multiselect {
  width: 140px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  background-color: #FFFFFF;
  text-align: left;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}