body {
    background: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

td:nth-child(1) {
    width: 270px;
}

td:nth-child(2) {
    width: 350px;
}

td:nth-child(3) {
    width: 90px;
}

td select {
  width: 100%;
}

td input {
  width: 100%;
}

.outer_ring {
  border: thin solid #999999;
  padding: 10px;
}

.eai_accordion_table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
}

.eai_user_table {
}

.eai_user_table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input.file {
        position: relative;
        text-align: right;
        -moz-opacity: 0;
        filter: alpha(opacity:0);
        opacity: 0;
        z-index: 1;
        width: 100px;
        height: 21px;
        font-size: 13pt;        
}

.feedbackPanel ul {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 9pt;
  color: #333;
  line-height: 11pt;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: -10px;
  list-style-image: url('img/bullet.gif')
}

div.uploadFile {
        position: absolute;
        top: 0;
        left: 0;
        height: 21px;
      }

button.uploadButton {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        width: 100px;
        height: 17px;
        font-size: 9px;    
        font-family: Arial,sans-serif; 
        color: #00A994; 
        text-decoration: none; 
        font-weight: bold; 
        overflow: hidden; 
        white-space: nowrap; 
        position: relative; 
        bottom: 0px;
      }

input.uploadText {
    position: absolute;
            top: 0;
            left: 105px;
            width: 305px;
            border: none; 
    
    font-size: 9px;    
    font-family: Arial,sans-serif; 
    color: #00A994; 
    text-decoration: none; 
    font-weight: bold; 
    overflow: hidden; 
    white-space: nowrap;              
    bottom: 0px;
}

div.fileinputs {
  position: relative;
}

table.center1 {
    border-collapse: collapse;    
    margin-left: auto;
    margin-right: auto;
    color: #000;
    padding: 0 0 0 0    
}

.down-arrow {
            width: 0; 
            height: 0; 
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #006699;
        }
div.wicket-aa {
        font-family: Arial,sans-serif;
        font-size: 12px;
        background-color: white;
        padding: 2px;
        text-align:left;
}
 
div.wicket-aa ul {
        list-style:none;
        padding: 2px;
        margin:0;
}

div.wicket-aa ul li.selected {
        background-color: #02aa95;
        padding: 2px;
        margin:0;
}