/* pilot_list - Related */
/* ==================== */
#list_pilot ul {
  list-style-type:none;
  border:solid 1px red;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  width: 450px;
  height:20px;
  margin-top:5px;
  overflow:hidden;
  margin-bottom:5px;
}
#list_pilot ul li {
  float:left; 
  color: #f0f0f0;
  padding-left:20px; padding-right:20px;
  font-family: Tahoma, Segoe UI, Arial;
  color:#FFF;
}
#list_pilot ul li.selected {
  background-color: orange;
  color: #305400;
}
#list_pilot a {
  text-decoration:none;
}
#list_pilot a img {
  border:none;
}
#list_pilot a:hover { 
  color:  #305400; 
  font-weight:900;
}
#list_pilot table {
padding:0;margin:0;
}
#list_pilot th {
  border-bottom:solid 2px black;
  border-top:solid 2px black;
  font-weight:200;
  overflow:hidden;
}
#list_pilot td {
 border-bottom:solid 1px black;
 border-right:dotted 1px black;
 padding-left:5px;
 padding-right:5px;
}
#list_pilot .editPencil {
  padding-left:5px;
  padding-right:0px;
  padding-top:3px;
}     
#list_pilot .lastCol {
  border-right:none;
}    
#list_pilot .icon {
  padding:0;
  margin:0;
  text-align:center;
}