body {
  color: black;
  background-color: white; 
  margin: 0px;
  padding: 0px;
  border: 0px none; 
}


div.boxout {
  display: block;
  background-color: #ccccff;
  border: 1px solid black;
  width: 290px;
  padding: 0.3em;
  margin: 0.3em; 
  float: right; 
  }

div.boxout h2 {
margin: 0em;
padding: 0em;
}

a {
text-decoration: none;
}
a:link {
color: #0000FF;
}
a:visited {
color: #330099;
}
a:hover {
text-decoration: underline;
}
table.mlayout {
	width: 100%; 
	border-color: #404000;
	}


/* nice borders for layout */  
td.mlayoutCorner {
	width: 20%; 
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	color: black;
	} 
td.mlayoutNavbar {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
td.mlayoutHeader {
	border-bottom: 1px solid black;
	}


td.mlayoutNavbar, td.mlayoutHeader {
	background-color: #ccccff;
	color: black;
	}

td.mlayoutData {
	margin: 0px;
	padding: 10px; 
	background-color: white;
	color: black
	}

/*li {
	list-style-type: circle;
	} */

ul.NavbarList {
	font-size: 100%;
	list-style: none;
	margin-left: 5px;
	padding-left: 5px; 
	margin-left: 20px;
	font-size: 92%;

	list-style-type: circle;
        margin-top: 0;
	}

p.NavbarPara {
	margin-left: 5px;
	padding-left: 5px; 
	font-size: 92%;
        margin-top: 1px;
}
	
h3.NavbarListhead {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-size: 100%;
	/*color: #404000;*/
	text-align: left;
        margin-bottom: 0;
	}
	
/*h1, h2 {
    text-align: center;
}
h3, h4, h5, h6 {
    text-align: left;
}*/




h2 {
margin-top: 1.5em;
margin-bottom: 0.5em;
}

p.PageFooter {
	font-size: 80%;
	font-style: italic;
	}

h4.NavbarHeader {
	color: #404000;
	text-align: right;
	}
h5.NavbarHeader {
	color: #404000;
	text-align: right;
	font-weight: normal;
	}

h2.NavbarHeader {
	color: #404000;
	text-align: center;
	}

code {
	font-size: 80%; 
	color: #555555;
	}

/*hr.PageFooterHr {
	width: 90%;
	}
*/
hr	{
	width: 90%;
	}
.warning {
	color: red;
	font-weight: bold;
	}

dt {
	font-weight: bold;
	}

/* "participating organisations" tables have hor. lines */
table.partOrg {
   margin: 0;
   padding: 0;
   border-top: 1px solid black;
}

table.partOrg td {
   padding-top: 6px;
   padding-bottom: 6px;
   padding-right: 6px;
   border-bottom: 1px solid black;
}

a img {
   border: none;
}



.headlines {
	background-color: #ccf;
}
ul.headlines {
	margin-left: 15px;
	padding-left: 5px; 
}

div.new {
    width: 300px;
    background-color: #eef;
    border: 1px solid black;
    padding: 0.5em;
}

p.first, .new p.first {
    padding-top: 0px;
}
.new p {
    font-size: 80%;
    padding: 0px;
    padding-top: 0.5em;
    margin: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

table.task th {
	text-align: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

table.task tbody td {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

table.task thead {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

table.task tbody tr+tr {
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 1px;
        vertical-align: top;
}

table.task {
	margin-top: 3em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-collapse: collapse;
}

table.task tbody tr.subtask {
    vertical-align: top;
}	

table.subtasks {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-collapse: collapse;
}
table.subtasks thead {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

table.subtask tr {
    border-bottom: none;
}

table.millstones {
    border-collapse: collapse;
    vertical-align: top;
}

table.millstones tr {
    border-bottom: none;
}

.taskstarted {
    background: #ffffcc;
}

.taskdone {
    background: #ccffc6;
}

.tasknotdone {
    background: #ffccc6;
}

.taskissue {
    background: #ccffff;
}

td.taskstarted, span.taskstarted {
    color: #666600;
    font-size: small;
    font-weight: normal;
}

td.taskdone, span.taskdone {
    color: #006600;
    font-size: small;
    font-weight: normal;
}

td.tasknotdone, span.tasknotdone {
    color: #660000;
    font-size: small;
    font-weight: normal;
}

td.taskissue, span.taskissue {
    color: #000066;
    font-size: small;
    font-weight: normal;
}
