/*
 * Main File : /templates/jf_chrome/less/jf_typo_05_tables.less
 * Included Files : 
 * /templates/jf_chrome/less/jf_global_00_mixins.less
 * /templates/jf_chrome/less/jf_global_00_variables.less
 */
table.jf_typo_table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  width: 100%;
  text-align: center;
}
table.jf_typo_table thead tr th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#fff,#ECECEC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ECECEC));
  background-image: -webkit-linear-gradient(top,#fff,#ECECEC);
  background-image: -o-linear-gradient(top,#fff,#ECECEC);
  background-image: linear-gradient(to bottom,#fff,#ECECEC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  font-size: 18px;
  text-shadow: 0 1px 0 white;
  padding: 5px 0 4px 0;
  font-weight: 100;
  line-height: 25px;
  height: 24px;
}
table.jf_typo_table tbody tr {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.jf_typo_table tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
  width: 20%;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
table.jf_typo_table.style2:hover tbody tr td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
  padding: 5px 0;
  width: 20%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
table.jf_typo_table.style2:hover tbody tr td:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
table.jf_typo_table.style3 thead tr th {
  background-color: #206f8d;
  background-image: -moz-linear-gradient(top,#2A7B99,#105D7A);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2A7B99),to(#105D7A));
  background-image: -webkit-linear-gradient(top,#2A7B99,#105D7A);
  background-image: -o-linear-gradient(top,#2A7B99,#105D7A);
  background-image: linear-gradient(to bottom,#2A7B99,#105D7A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a7b99', endColorstr='#ff105d7a', GradientType=0);
  text-shadow: none;
  color: white;
}
table.jf_typo_table.style4 thead tr th {
  background-color: #206f8d;
  background-image: -moz-linear-gradient(top,#2A7B99,#105D7A);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2A7B99),to(#105D7A));
  background-image: -webkit-linear-gradient(top,#2A7B99,#105D7A);
  background-image: -o-linear-gradient(top,#2A7B99,#105D7A);
  background-image: linear-gradient(to bottom,#2A7B99,#105D7A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a7b99', endColorstr='#ff105d7a', GradientType=0);
  text-shadow: none;
  color: white;
}
table.jf_typo_table.style4:hover tbody tr td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
  padding: 5px 0;
  width: 20%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
table.jf_typo_table.style4:hover tbody tr td:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
