

.viewTable {
    width: 100%;
    border: 0px solid black;
    
    border-collapse: collapse;
    
}

.viewTable td {
    padding: 0px;
       
        height: 100px;
}

.centerTable {
    text-align: center;
    
   
}

.centerTable img {
    max-width: 120px;
    vertical-align: middle;
    height: 100px;

}


.moreInfoText {
    vertical-align: top;
    text-align: center;

}


.moreInfo {
     transition: all 0.2s linear;
    display: none;
  

    background-color: #F5F5F5;
     box-shadow: inset 10px 1px 5px #888;
    
}

.moreInfo .spacer {

    
    
}

.cursor {
    cursor: pointer;
}

.controlPNL {
    padding: 4px;
  
}

.eventPNL div {
    margin-top: 8px; 
    margin-bottom: 5px; 
    margin-left: 2px;
}

.controlPNL div {
/*    margin: 2px;*/
}

.controlPNL a {

    text-decoration: none;
    color: #005DAA;
    border: 1px solid #F7A81B;
    border-radius: 2px;
    padding: 5px 10px 5px 10px;
    background-color: #F7A81B;
    
        
}

.controlPNL a:hover {

  background-color: #FBC533;
        
}


.attachList {
    list-style-type: none;
}

.attachList li {
    text-decoration: underline;
    color: black;
    margin-left: -20px;
}

.attachList a {
    text-decoration: underline;
    color: black;
    font-size: 14px
}

.attachList img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}