@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 */
	.Normal, .NormalDisabled { font-weight: inherit; font-family: Verdana, Arial, Helvetica, sans-serif } /* overwrite font declarations of default css */

  tbody tr:hover td {background: none;}
  .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; margin-left: 0px!important;}  /* fix position module menu */  
  
  table { width: auto; 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 { background: none; color: ; }
  tbody th[scope="row"], tbody th.sub { background: none; }

  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 { background: none; }
  tbody tr:hover td { background: none; }*/

}

