﻿
/* table-t04
-------------------- */
table.t04,td.t04,td.t04a,th.t04 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-collapse: collapse;
  width: 97%;
  border-collapse:separate;
  border-spacing: 0;
}


table th.t04:last-child{
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #4d4d45;
  border-left: 1px solid #4d4d45;
  border-right: 1px solid #4d4d45;
}

table th.t04{
  font-size: 10pt;
  text-align: center;
  color:#ffffff;
  background: #333333;
  width: 20%;
  padding: 15px 0;
}

table td.t04a{
  font-size: 9pt;
  color:#333333;
  text-align: center;
  background: #1a1a1a;
  border-bottom: 1px solid #4d4d45;
  border-left: 1px solid #4d4d45;
  border-right: 1px solid #4d4d45;
  border-top:none;
  width: 20%;
  padding: 10px 15px;
}

table td.t04{
  font-size: 9pt;
  color:#333333;
  text-align: left;
  background: #ffffff;
  border-bottom: 1px solid #4d4d45;
  border-left: 1px solid #4d4d45;
  border-right: 1px solid #4d4d45;
  border-top:none;
  width: 20%;
  padding: 15px 15px;
}

table td.t04:last-child{
  border-right: 1px solid #4d4d45;
}

table tr.t04:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

table tr.t04:last-child td:last-child {
  border-radius: 0 0 4px 4px;
}


/* table-t10
-------------------- */
table.t10,td.t10,th.t10 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}


table th.t10:last-child{
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #4d4d45;
  border-left: 1px solid #4d4d45;
  border-right: 1px solid #4d4d45;
}

table th.t10{
  font-size: 10pt;
  text-align: center;
  color:#ffffff;
  background: #333333;
  border-left: 1px solid #4d4d45;
  width: 20%;
  padding: 15px 0;
}

table td.t10{
  font-size: 10pt;
  color:#f5f5f5;
  text-align: center;
  border-left: 1px solid #4d4d45;
  border-bottom: 1px solid #4d4d45;
  border-top:none;
  box-shadow: 0px 0px 0px 0px #f5f5f5 inset;
  width: 20%;
  padding: 15px 0;
}

table td.t10:last-child{
  border-right: 1px solid #4d4d45;
}

table tr.t10:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

table tr.t10:last-child td:last-child {
  border-radius: 0 0 4px 0;
}



/* table-t09
-------------------- */
table.t09,td.t09,th.t09 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th.t09:last-child{
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #4d4d45;
  border-left: 1px solid #4d4d45;
  border-right: 1px solid #4d4d45;
}

table th.t09{
  font-size: 10pt;
  text-align: center;
  color:#ffffff;
  background: #333333;
  border-left: 1px solid #4d4d45;
  width: 20%;
  padding: 15px 0;
}

table td.t09{
  font-size: 10pt;
  color:#f5f5f5;
  text-align: left;
  border-left: 1px solid #4d4d45;
  border-bottom: 1px solid #4d4d45;
  border-top:none;
  width: 20%;
  padding: 15px 15px 15px 25px;
}

table td.t09:last-child{
  border-right: 1px solid #4d4d45;
}

table tr.t09:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

table tr.t09:last-child td:last-child {
  border-radius: 0 0 4px 0;
}










