#banner_wrap {position:relative; width:860px; height:500px;}
#inner_element {position:absolute; top: 0px; left:50px; width:1000px; height:40px; font-family: Palatino; color:maroon; font-size: 16pt}

/* .tabs {
    background-color: #800000;
}

.tabs .tab a.active{
    background-color: #00563e;
    color: #eee;
}

.tabs .tab a {
    color: #eee;
}

.tabs .tab a:hover{
    color: #00563e !important;
    background-color: #eee;
} */

.tabs {
    background-color: #800000;
}

.tabs .tab a.active{
    background-color: #eee;
    color: #800000;
}

.tabs .tab a {
    color: #eee;
}

.tabs .tab a:hover{
    color: #800000 !important;
    background-color: #eee;
    font-weight: bold;
}

#modal-soa {
    width: 90%;
  }
  
  .action_btn {
    width: 145px;
    margin: 0 auto;
    display: inline;
    float: right;
  }