/* 
---------------------------------------------
  Title: Tables Style for Beenfunkd.com
Version: 00001
  email: support@beenfunkd.com
   Date: 11-28-2005
----------------------------------------------- 
*/
table {
  margin: 0;
  padding: 0;
  }
caption {
  padding: 8px 2px 3px 2px;
  color: #800;
  background-color: inherit;
  font-size: 175%;
  font-weight: Bold;
  text-align: left;
  text-transform: capitalize;

  }
th {
  width: 200px;
  padding: 8px 0px 5px 10px;
  color: #2B353A;
  background-color: #DAE5F6;
  font-size: 110%;
  font-weight: Bold;
  text-align: left;
  text-transform: uppercase;
  border-top: solid 1px #729DDC;
  border-bottom: solid 1px #729DDC;
  }
tr.odd th {
  color: #42525A;
  background-color: inherit;
  }
td {
  vertical-align: top;
  width: 320px;
  padding: 4px 10px;
  color: #42525A;
  background-color: inherit;
  font-size: 100%;
  }
tr.odd {
  color: inherit;
  background-color: #F3F6F8;
  }
tr.odd td {
  color: #42525A;
  background-color: inherit;
  }
th a {
  color: #2B353A;
  background: none;
  font-size: 100%;
  text-decoration: none;
  }
th a:hover, td a:hover {
  color: #F26521;
  background-color: inherit;
  }
th a:visited {
  color: #aaa;
  background-color: inherit;
  }
td a {
  background: none;
  font-weight: bold;
  color: #F26521;
  text-decoration: none;
  }
td a:hover img{ 
  border: none;
  text-decoration: none;
  
 }
td a:hover {
  color: #2B353A;
  background-color: inherit;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  }
tbody tr:hover {
  color: inherit;
  background-color: #FFF8F2;
  }
tbody .odd:hover {
  color: inherit;
  background-color: #FFF8F2;
  }
tfoot th{ 
  border-top: solid 1px #729DDC;
  background:#ECF2FA;
  text-align: right;
  padding: 6px 10px;
  margin: 0;
  }
td.summary{ 
  padding: 5px 2px 25px 10px;
}

tr.nohover:hover{ 
  background: white;
}
td.x-small { 
  width: 10%;
  }
td.small { 
  width: 15%;
  }  
td.medium { 
  text-transform: capitalize;
  width: 20%;
  }
td.large{ 
  text-transform: capitalize;
  width: 45%;
  }    
td.normal { 
  text-transform: capitalize;
  width: 30%;
}  
  
    
    