@charset "UTF-8";
/**
 * DotNetNuke & YAML
 *
 * @author			2sib
 * @link            http://yaml.dnn.ch
 * @version         1.0.0
 * @css-for			all browsers
 */

@media screen
{

  /* reset table properties for dnn tables */

  tbody tr:hover td {}
  .DNNAligncenter {	TEXT-ALIGN: left} /* fix issues in rad editor */
  
  /* ControlPanel --------------------------------------- */
  .ControlPanel {color: #000;}
  
  .ControlPanel td {padding: 0.1em; background-color: #fff;}
  
  .ControlPanel a.CommandButton, a#IconBar.ascx_cmdDeleteTab,
  .ControlPanel a,
  .ControlPanel a:link,
  .ControlPanel a:visited,
  .ControlPanel a:hover {cursor: pointer; color: #000; text-decoration:underline;}
  
  div.ModuleTitle_SubMenu {position:absolute;}  /* fix position module menu */  
  
  table { border-collapse:inherit; margin-bottom: 0; border-top: 0px; border-bottom: 0px; }
  table caption { font-variant: normal; }

  th,td { padding: 0; }
  thead th { color: ; border-bottom: 0px #800 solid; }
  tbody th {  color: ; }
  tbody th[scope="row"], tbody th.sub {  }

  tbody th { border-bottom: 0px solid #fff; text-align: left; }
  tbody td { border-bottom: 0px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { }
  tbody tr:hover td { }*/

}


