/* ------------------
 styling for the tables 
   ------------------   */

table.rounded-corner {
  font-size: 1em;
  border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  text-align: left;
}

table.rounded-corner tr th {
  font-size: 1.143em;
  padding: 8px;
  font-weight: normal;
  color: #fff;
}

table.rounded-corner tr td {
  padding: 8px;
  background: #ddd;
  border-top: 1px solid #fff;
  /*color: #669;*/
  color: #000;
}

table.rounded-corner thead th {
  /*
  background: #5582BC;
  background: -webkit-gradient(linear, left top, left bottom, from(#82AADE), to(#5582BC));
  background: -moz-linear-gradient(top, #82AADE, #5582BC);
  background: -o-linear-gradient(top, #82AADE, #5582BC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82AADE', endColorstr='#5582BC');
  */
  background:#5582BC;
}

table.rounded-corner tbody th {
  /*
  background: #5582BC;
  background: -webkit-gradient(linear, left top, left bottom, from(#82AADE), to(#5582BC));
  background: -moz-linear-gradient(top, #82AADE, #5582BC);
  background: -o-linear-gradient(top, #82AADE, #5582BC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82AADE', endColorstr='#5582BC');*/
  background:#5582BC;
}

/*
table.rounded-corner thead th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

table.rounded-corner thead th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

table.rounded-corner thead th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
*/

table.rounded-corner tbody tr:hover td {
  /*
  background: #d0dafd;*/
  background:#e8edff;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


/*
table.rounded-corner tfoot td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

table.rounded-corner tfoot td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

table.rounded-corner tfoot td:only-child {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
*/

table.hor-zebra {
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table.hor-zebra th {
  font-size: 1.143em;
  font-weight: normal;
  padding: 10px 8px;
  
  color: #039;
  background: #b9c9fe;

  text-align: inherit;
}

table.hor-zebra tr {
  background: #e8edff;
}

table.hor-zebra tr.odd {
  background: #e5e5e5;
}

table.hor-zebra tfoot tr {
  background: #b9c9fe;
}

table.hor-zebra td {
  padding: 8px;
  /*color: #669;*/
  color:#333;
  border-top: 1px solid #fff;
}

table.ver-zebra {
  font-size: 1em;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

table.ver-zebra th {
  font-size: 1.143em;
  font-weight: normal;
  padding: 12px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #039;
  text-align: inherit;
}

table.ver-zebra td {
  padding: 8px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #669;
}

table .vzebra-odd {
  background: #eff2ff;
}

table .vzebra-even {
  background: #e8edff;
}

table.ver-zebra .vzebra-adventure, .ver-zebra .vzebra-children {
  background: #d0dafd;
  border-bottom: 1px solid #c8d4fd;
}

table.ver-zebra .vzebra-comedy, .ver-zebra .vzebra-action {
  background: #dce4ff;
  border-bottom: 1px solid #d6dfff;
}

table.one-column-emphasis {
  font-size:1em;
  text-align: left;
  border-collapse: collapse;
}

table.one-column-emphasis th {
  font-size: 1.143em;
  font-weight: normal;
  padding: 12px 15px;
  color: #039;
  text-align: inherit;
}

table.one-column-emphasis td {
  padding: 10px 15px;
  color: #669;
  border-top: 1px solid #e8edff;
}

table.one-column-emphasis .oce-first {
  background: #d0dafd;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

table.one-column-emphasis tr:hover td {
  color: #339;
  background: #eff2ff;
}

table.box-table-a {
  font-size: 1em;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

table.box-table-a th {
  font-size: 1.143em;
  font-weight: normal;
  padding: 8px;
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;
  border-bottom: 1px solid #fff;
  color: #444;
  text-align: inherit;
}

table.box-table-a td {
  padding: 8px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #444;
  border-top: 1px solid transparent;
}

table.box-table-a tr:hover td {
  background: #d0dafd;
  color: #000;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
