table.brandtable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 50%;
  text-align: left;
  border-collapse: collapse;
  margin: 0 25% 0 25%;
  vertical-align: baseline;
}

table.brandtable td, table.brandtable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;  
}
table.brandtable tbody td {
  font-size: 13px;
  text-align: center;
  vertical-align: baseline;
}
table.brandtable tr:nth-child(even) {
  background: #D0E4F5;
}
table.brandtable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.brandtable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.brandtable thead th:first-child {
  border-left: none;
}

table.brandtable tfoot {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.brandtable tfoot td {
  font-size: 15px;
}
table.brandtable tfoot .links {
  text-align: right;
  margin: 5px;
}

table.brandtable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
}
a.aaction{
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
	margin: 5px;
}
table.brandtable td.title {
	text-align: right;
	margin: 5px;
}

table.brandtable td.inputval {
	text-align: left;
	margin: 5px;
}
	
