@charset "UTF-8";
/**
 * DotNetNuke & YAML
 *
 * @author			2sib
 * @link        http://yaml.dnn.ch
 * @version     1.0.1
 * @css-for			all browsers
 */

@media screen
{
  /* avoid yaml & dnn conflict ---------------------------- */
	.Normal, .NormalDisabled { font-weight: inherit; font-family: inherit; } /* overwrite font declarations of default css */
  #col3 { position: static; } /* fix position of dnn module menu in col3, but overites yaml iehacks.css "avoiding horizontal scrollbars for layouts with oversized content in IE7" */  
  
  /* table fix for dnn ------------------------------------ */
  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; }
  
  /* 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; }
  
  /* rad editor ------------------------------------------- */
	.DNNAligncenter {	text-align: left; }
}

