@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 */
  
  #col3 { position: static; } /* fixed position of module menu */ 
  
  
  /* Table fix for DNN --------------------------------------- */
  table {  border-collapse:inherit; margin-bottom: 0; border-top: 0px;}
  table caption { font-variant: normal; }

  th,td { padding: 0; }
  thead th { color: ;  }
  tbody th { color: ; }
  tbody th[scope="row"], tbody th.sub { }

  tbody th {text-align: left; }
  tbody td { }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { }
  tbody tr:hover td { }*/
  
  /* 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;}
	
	#RadWindowContentWindow0 table{width:100%;}


}

