.header_only table {
border-collapse: collapse; 
text-align: center; 
width: 100%;
 } 

.header_only {
width: 75%;
font: normal 12px/150% Helvetica, sans-serif;
background: #fff; 
overflow: hidden; 
padding-top: none;
border: 1px solid #652299; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}

.header_only table th { 
padding: 10px 10px;
}

.header_only table thead th {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0081C2), color-stop(1, #003A57) );
background:-moz-linear-gradient( center top, #0081C2 5%, #003A57 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081C2', endColorstr='#003A57');
background-color:#55B847; color:#FFFFFF; font-size: 15px; font-weight: normal;
border-left: none;
} 


.header_only table thead th:first-child {
border: none; 
}