/* general.css,v 1.0 (c) 2006 Tim van den Hoff for Erasmus University Rotterdam */
/* Stylesheet for Playful Identities website */


/* Main page elements */

body {
 margin: 0px;
 padding: 0px;
 background: white;
 font-size: 12pt;
 font-family: serif;
}

div.headerNoCSS h1{
 line-height: 1;
 font: 14pt;
}

div.headerNoCSS h4 {
 line-height: 1;
 font: 10pt;
}

#navigation ul {
 display: none;
}

#navigation ul li {
 display: none;
}

#navigation h5 {
 display: none;
}

div.footer {
 color: #000000;
}

div.footer a:link, div.footer a:active, div.footer a:hover, div.footer a:visited {
 text-decoration: none;
 color: #000000;
}




/* Block elements */


div.overviewBlock {

 margin-bottom: 25px;
 clear: both;
 border-top: none;
 font: 12pt serif;
 background-color: #FFFFFF;
}

div.overviewBlock h3, div.overviewBlock h3 a {
 background-color: #000000;
 color: #FFFFFF;
 text-decoration: none;
 margin: 0;
 margin-bottom: 5px;
}

div.overviewBlock h3, div.overviewBlock h5, div.overviewBlock p {
 padding-top: 2px;
 padding-bottom: 2px;
}

table.overviewTable {
 margin: 0px;
 padding: 0px;
 color: #000000;
 text-align: left;
 width: 100%;
}

table.overviewTable th {

}

table.overviewTable tr td {
 padding-bottom: 5px;
}



/* Text markup */


.noPrint {
 display: none;
}

.notice {
 text-align: left;
 border: 2px dashed #9B7D4E;
 padding: 5px;
 margin-top: 10px;
 margin-bottom: 10px;
 clear: both;
}

.warning {
 text-align: left;
 border: 2px dashed red;
 padding: 5px;
 margin-top: 10px;
 margin-bottom: 10px;
 clear: both;
}


.bold {
 font-weight: 600;
}


