﻿.lsu_table {
   /* We set width=100.1% and margin-left=-1px to compensate for
      CHROME BUG: when using border-collapse on large tables with 100% width! */
   width: 100.1%;
   margin-left: -1px;
   font-family: tahoma;
   font-size: 8pt;
   border-spacing: 0;
   border-collapse: collapse;
   overflow: hidden;
}

   .lsu_table td {
      border: solid 1px black;
      vertical-align: top;
      padding: 2px 4px;
      font-family: tahoma;
      font-size: 8pt;
   }

.lsu_ADMIN_table {
}

   .lsu_ADMIN_table td {
      padding: 1px 3px;
   }

.lsu_playername_cell {
   min-width: 130px;
}

   .lsu_playername_cell:hover {
      cursor: pointer;
      color: #0000dd;
      font-weight: bold;
   }

lsu_div_MainTable {
   display: block;
   border: 3px solid red;
}

.lsu_div_MainTable a:link {
   text-decoration: none;
}

.lsu_div_MainTable a:active {
   color: #2222FF;
}

.lsu_div_MainTable a:visited {
   color: #ffffff;
}

.lsu_div_MainTable a:hover {
   font-weight: bold;
}

.lsu_table_stats {
   display: inline-block;
   font-family: verdana;
   font-size: 10pt;
   font-weight: normal;
   border: solid 0px red;
}

.lsu_row {
   color: #000000;
   background-color: #ffffff;
}

   .lsu_row:hover {
      background-color: #afffaf !important;
   }

.lsu_row_ineligible {
   color: #ffffff;
   background-color: #000000;
}

.lsu_row_legend {
   color: #000000;
   background-color: #ffffff;
}


.lsump_tr {
   display: table-row;
}

.lsump_td {
   display: table-cell;
   padding: 1px 3px;
}

.lsump_button_broadcast {
   display: inline-block;
   vertical-align: top;
   padding: 6px 13px;
   font-size: 1.3em;
   font-weight: bold;
   font-style: italic;
   color: #ffffff;
   background-color: #44bb44;
   border: 2px #66dd66 outset;
   border-radius: 0.5em;
}

.lsump_button_cancel {
   display: inline-block;
   vertical-align: top;
   padding: 5px 10px;
   font-size: 1.3em;
   border: 1px solid black;
   border-radius: 0.5em;
}
