 
    #vkeys
    {
			border:1px solid black; 
      max-width:2750px; 
      background-color:RGB(245, 243, 203);
      position:absolute;    
      z-index: 10;
    }
    
.note {
  font-size: 12px;
}
.note_small {
font-size: 10px;
  font-style:italic;
  padding-left:40px;
}
.dis {
  color:darkgray;
  font-size:12px;
}
.sel {
  background-color:Highlight;
  color:HighlightText;
}
.unsel {
  background-color:Window;
  color:WindowText;
}
.popup {
  font-size:10px;
  font-family:Trebuchet MS,Verdana;
}
.helplink {
  font-size:12px;
  color:#650000;
  font-weight:bold;
}
.prop {
  font-size:10px;
  font-style:italic;
}
#waitbox {
  z-index: 500;
  position:fixed;
  left:50%;
  display:none;
  top:50%;
  width:60px;
  height:20px;
  margin-left: -30px;
  margin-top: -20px;
  padding:15px;
  border:1px solid black;
  background-color:RGB(250, 248, 208);
}
#goUp {
  position:fixed;
  left:0;
  top:0;
  padding:5px;
  border:1px solid black;
  background-color:RGB(250, 248, 208);
}
#content {
  width:1024px;
  margin:0 auto;
}

ul.prop {
  list-style-type:none;
  padding-left:10px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
}
td.prop {
  padding-left:15px;
  padding-top:0px;
  padding-bottom:0px;
  vertical-align:top;
}
td.list {
  padding-top:5px;
  padding-bottom:0px;
}
body,select,input {
  font-family:verdana,Arial;
  font-size:12px;
  cursor:default;
}

th {
  font-size:12px;
}
td {
  font-size:12px;
  padding:5px;
}
table {
  border-collapse: collapse;
}
span.vkey:hover {
  background-color: #FFFFFF;
}
td.vkey:hover {
  background-color: #FFFFFF;
  text-allign:center;
  vertical-allign:middle;
}
span.vkey {
  margin:0;
  border:0;
  padding:3px;
}
select {
  width:200px;
}

table.dataTable tbody tr {
    background-color: inherit;
}

table.dataTable.cell-border thead th, table.dataTable.cell-border thead td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}
table.dataTable.cell-border thead tr th:first-child,
table.dataTable.cell-border thead tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border thead tr:first-child th,
table.dataTable.cell-border thead tr:first-child td {
  border-top: 1px solid #ddd;
}

.dataTables_length {
	padding-bottom: 5px;
}

div.dataTables_filter input {  
	font-family: Menaion;
} 

