@charset "UTF-8";
/**
 * Scalasca custom style sheet
 *
 * @file          custom.css
 */

@media all
{
  /**
  * -------------------------------------------------------------------------- #
  *
  * Custom tables formats
  *
  */

  /* Navigation menu */
  table.sc-subnav {
    width: 100%;
    text-align: left;
    background-color: #07456c;
  }
  table.sc-subnav th {
    color: #7eb017;
    font-weight: normal;
    border-bottom: #7eb017 solid 3px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
  }
  table.sc-subnav td {
    color: #ffffff;
    font-weight: normal;
    border-bottom: #ffffff solid 3px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
  }
  table.sc-subnav a {
    color: #ffffff;
  }
  table.sc-subnav a:visited {
    color: #ffffff;
  }
  table.sc-subnav a:focus {
    color: #ffffff;
    outline: 0 none;
  }


  /* Dense table */
  table.sc-dense {
    text-align: left;
  }
  table.sc-dense tr {
    vertical-align: top;
  }
  table.sc-dense td {
    padding: 0px 5px 0px 5px;
  }

/* navigation-sub */
div#navigation-sub ul li {
    heigth: ;
    line-height: 25px;
    margin-bottom: 0;
	border-bottom: 1px solid #fff;
}
div#navigation-sub li a:hover {
	color: #FFD48E;
}
div#navigation-sub li a.active {
	color: #FFD48E;
}	
	div#navigation-sub ul.subsub li {
	}
	div#navigation-sub ul.subsub a {
		padding: 5px 5px 0 30px;
	}
}
