body {
	background-image:url('../img/gris_fonce.png'); 
	color: silver;
}

#tblKnobs {
	table-layout: fixed;
	position: absolute;
	left: 70px;
	top: 40px;
}

#tblKnobs td {
	width: 70px;
	padding: 0 10 0 10;
	text-align: center;
}

#pnlChannel {
	position: absolute;
	left: 40px;
	top: 500px;
}

#pnlTranpose {
	position: absolute;
	left: 250px;
	top: 220px;
}

#pnlFinger {
	position: absolute;
	left: 250px;
	top: 500px;
}

#pnlReset {
	position:absolute;
	left: 600px;
	top: 76px;
	text-align: center;
}

#btnReset {
	height: 25px;
	width :25px;
	background-color: black;
	border: 2px solid #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#pnlMidi {
	position: absolute;
	left: 720px;
	top: 60px;
	width: 250px;
	height: 80px;
	 border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #888;
}

#lblMidiIn {
	position: absolute;
	left: 5px;
	top: 10px;
}

#lblMidiOut {
	position: absolute;
	left: 5px;
	top: 50px;
}

#pnlSel {
	position: absolute;
	left: 580px;
	top: 237px;
}

#souffleur {
	position: absolute;
	left: 40px;
	top: 200px;
	width: 180px;
}

.trValue {
	height: 30px;
	text-align: center;
}

.trValue td {
	text-align: center;
}

.trValue td div {
	width: 40px;
	height: 20px;
	margin-left:15px;
	margin-bottom:0px;
}

.trLabel {
	font-size: 12px;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	table-layout: fixed;
}

.tCase td {
	height: 40px;	
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;	
}

#tblChannel td {
	width: 40px;
}

#tblTranspose td {
	width: 70px;
}

#tblFinger td {
	width: 143px;
	height:53px;
}

.tdActif {
	background-image: radial-gradient(#7e0202, #460506);
	color: red;
}

.tdInactif {
	background-image: radial-gradient(#4e0000, #280606);
	color: #5c535f;
}

.dselect {
	width: 400px;
	height: 50px;
	text-align: center;
	table-layout: fixed;
	position: relative;
	margin-bottom: 15px;
}


.sellabel {
	position: relative;
	width: 100%;
	left: 0;	
	top: 5;
	font-size: 12px;
	color: silver;
}

.selValue {
	position: absolute;
	width: 100%;
	left: 0;	
	bottom: 7;
	font-size: 16px;
	font-weight: bold;
	color: red;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-image: url('../img/gris_clair.png');
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
 border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	 width: 300px;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}

#selDrop {
	width: 270px;
	
}

@media (hover: hover) { 
	 #selDrop {
		height: 500px;
	}
}

#pnlNavig {
	position: fixed;
	left: 5px;
	top: 5px;
	width: 50px;
}

#pnlNavig > a > img {
	width:48px;
	height: 48px;	
	margin-bottom:3px;
}

