

/* General ----------------------------------- */

body
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #000;
	}		

a:link,
a:visited
	{
	color: #000;
	border-bottom: 1px dotted #493994;
	text-decoration: none;
	}

a:hover,
a:active
	{
	color: #fff;
	background: #493994;
	border-bottom: 0px dotted #493994;
	text-decoration: none;
	}

h1
	{
	font-size: 310%;
	line-height: 120%;
	font-weight: bold;
	}

#vis h1
	{
	font-size: 180%;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	}


h2
	{
	font-size: 300%;
	line-height: 130%;
	font-weight: normal;
	font-style: italic;
	}

#vis h2
	{
	font-size: 90%;
	}
	
h3
	{
	font-size: 125%;
	line-height: 130%;
	font-weight: normal;
	}
	
h4
	{
	font-size: 100%;
	font-weight: normal;
	}
	

input, 
textarea
   {
	border: 1px solid #666;
   }

input:focus, 
textarea:focus
   {
	border: 1px solid #ED1746;
   }

img a,
img
	{
	border: 0px solid #fff;
	}
	
/* Pagetop ----------------------------------- */


#menu_my,
#menu_main,
#menu_search,
#menu
	{
	display: none;
	background: #9cf;
	}
	
	
#idn .container
	{
	text-align: left;
	background: #f06;
	}

#idn p
	{
	font-size: 190%;
	line-height: 300%;
	display: inline;
	}
	
.checkbox
	{
	border: 0px;
	}
	
	
/* Content ----------------------------------- */

#content #dv
	{
	background: #fff;
	}

#content #dv .intro .wiki
	{
	font-weight: bold;
	}

.copyright,
.copyright a,
#content #dv .caption,
.date
	{
	color: #666;
	}

	
#content #dv .fig img
	{
	float: left;
	}

.metadata,
.metadata a
	{
	font-weight: bold;
	color: #000;
	}

#content #dv .body .wiki .caption
	{
	display: block;
	}
	
	
	
/* make new links */
#content #dv .lp_manage_new
	{
	margin: 0 0 0 10px;
	}

#content #dv .lp_manage_new span
	{
	display: block;
	margin-bottom: 5px;
	font-size: 70%;
	}

#tafel_select
	{
	font-size:85%;
	}


.vis_switch
	{
	text-align: right; 
	float: right; 
	}

.vis_switch a  
	{
	border: 0px solid #fff;
	}
/*topic------------------------------------ */

.tpc_first_p
	{
	color: #fff;
	background-color:#999;
	border: 3px dotted #fff;
	}
	
.tpc_first_p .body a:link,
.tpc_first_p .body a:visited
	{
	color: #fff;
	}
	
.tpc_first_p h1
	{
	color:#fff;
	}


.tpc_first_p .body .wiki p
	{
	color:#fff;
	font-weight: bold;
	}


/* List style ----------------------------------- */

a.selected
	{
	font-weight: bold;
	color: #000;
	}

a.doing
	{
	font-weight: normal;
	color: #000;
	}

.list_header
	{
	background: #ddd;
	text-decoration: none;
	border: 0px;
	}

.list_header a:link,
.list_header a:visited
	{
	text-decoration: none;
	border: 0px;
	}
	

/* List items ----------------------------------- */

.list_item
	{
	color: #666;
	}

.list_item h3,
.list_item h3 a:link,
.list_item h3 a:visited
	{
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	}

	
.list_item .intro p
	{
	display: inline;
	}
	

.manage .list_item
	{
	background-color:transparent;
	border: 0px solid #f8f8f8;
	}


.comment .list_item 
	{
	clear: left;
	color: #000;
	border: 3px dotted #fff;
	}
	
.comment .list_item h3
	{
	font-size: 100%;
	font-weight: bold;
	color: #000;
	}
	
.masked,
.masked .list_item
	{
	font-weight: normal;
	background: #f8f8f8;
	}
	
.masked .list_item
	{
	font-size: 100%;
	color: #ccc;
	}

.masked .list_item a
	{
	color: #ccc;
	}

.person .list_item 
	{
	background: #fff;
	font-size: 7pt;
	border: 0px solid #fff;
	}
	
.tpc_first_p .person .list_item,
.tpc_first_p .person .list_item p
	{
	background: #999;
	color: #666;
	}

.person .list_item p 
	{
	color: #999;
	line-height: 110%;
	}
	
.person .list_item p a:link,
.person .list_item p a:visited,
.person .list_item a 
	{
	border-bottom: 0px dotted #fff;
	}	
	
.comment .list_item .intro p
	{
	display: block;
	}

.comment .list_item hr
	{
	border: 1px solid #eee;
	}
	
#quote
	{
	background-color:#EBEBEB;
	_background-color:#fff; /* removed the backgroundcolor because of some strange ie bug */
	color:#999;
	}
	
#quote b 
	{
	color:#999;
	}

#quote p
	{
	color:#000;
	}

.topic .list_item h4 
	{
	background: #ddd;
	color: #666;
	border-top: 3px dotted #fff;
	border-left: 3px dotted #fff;
	border-right: 3px dotted #fff;
	border-bottom: 0px dotted #fff;
	}
	
.topic .list_item h4 a
	{
	border-bottom: 0px dotted #fff;
	}

.list_item .nieuw
	{
	color:#c03;
	}
	
.topic .list_item 
	{
	border: 1px solid #999;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 15px 0px;
	color:#dcdcdc;
	}

	
.topic .list_item .intro a:link,
.topic .list_item .intro a:visited
	{
	color:#fff;
	font-weight:bold;
	}
	
.discussion .list_item 
	{
	background-color:#000;
	}
	
.discussion .list_item .intro
	{
	color:#DCDCDC;
	font-size:60%;
	}
	
.discussion .list_item .intro span a
	{
	color:#fff;
	font-weight:bold;
	}
	
.red
	{
	text-align:center;
	letter-spacing:-1px;
	font-size:9px;
	color:#fff;
	}
	
.grey
	{
	text-align:center;
	letter-spacing:-1px;
	font-size:9px ;
	color:#666;
	}
	




/* wiki -------------------------------------------------- */	

.body .wiki h1
	{
	font-size: 375%;
	line-height: 110%;
	color: #09f;
	}
	
.body .wiki h2
	{
	font-size: 250%;
	line-height: 100%;
	color: #09f;
	}
	
.body .wiki h3
	{
	font-size: 190%;
	line-height: 100%;
	color: #09f;
	}
	
.body .wiki h4
	{
	font-size: 125%;
	line-height: 100%;
	color: #09f;
	}
	
.body .wiki h5
	{
	font-size: 70%;
	line-height: 100%;
	font-weight: normal;
	color: #09f;
	}

.body .wiki h6
	{
	font-size: 125%;
	line-height: 200%;
	color: #fff;
	background: #09f;
	font-weight: normal;
	display: inline;
	}
	
.body .wiki hr
	{
	border: 1px solid #eee;
	}
	
.body .wiki table,
.body .wiki td
	{
	border: 1px solid #ccc;
	border-collapse:collapse
	}
	

/* forms -------------------------------------------------- */	

.newsletter .list_item
	{
	background: #eee;
	}


.newsletter p
	{
	display: inline;
	}
	
.frm 
	{
	font-size: 120%;
	font-family: verdana, arial, helvectica;
	}

.frm h3
	{
	display: inline;
	color: #fff;
	background: #ED1746;
	}

.content .frm h3
	{
	font-size: 110%;
	line-height: 110%;
	display: block;
	color: #c1dadc;
	background-color: #fff;
	}
	
.frm h4
	{
	color: #fff;
	font-size: 100%;
	}

.content .frm h4
	{
	color: #000;
	font-size: 100%;
	}
	
.frm_content
	{
	background: #ED1746;
	font-size: 85%;
	color: #000;
	}

.list_item .frm_content
	{
	background: #fff;
	color: #000;
	}

.frm p.help
	{
	background: #ED1746;
	color: #fff;
	font-style: italic;
	}
	
.frm p.error input
	{
	background: #fff;
	color: #000;
	border: 1px solid #000;
	}

.frm p.error
	{
	display: inline;
	color: #fff;
	font-style: italic;
	background-color: #000;
	padding: 0px;
	}
	
.table .frm_content 
	{
	background: #ED1746;
	font-size: 100%;
	color: #fff;
	margin: 7px -7px -8px -8px;
	padding: 1px 7px 7px 7px;
	}	
	
.table .frm_content .submit
	{
    background: #fff; 
    color: #ED1746;
    font-size: 100%;
    border: 1px solid #ED1746;
	}
	
.table .frm_content .radio
	{
	background: none;
	border:0px;
	}
	
.frm .radio
	{
	width: 10px;
	height: 10px;
	background: none;
	border:0px;
	}

.frm input,
.frm textarea
	{
	background: #fff;
    font-size: 100%;
	color: #000;
	border: 1px solid #ED1746;
	}

.frm textarea
	{
    font-size: 120%;
	}

.frm .date input
	{
	width: 20px;
	}
	
.content .frm input,
.content .frm textarea
	{
	border: 1px solid #c1dadc;
	}

.frm .submit
   {
    background: #fff; 
    color: #ED1746;
    font-size: 100%;
    border: 1px solid #ED1746;
   }

.content .frm .submit
	{
	color: #000;
	}
	
input.sffocus, textarea.sffocus, input:focus, textarea:focus
   {
	border: 1px solid #ED1746;
   }
   
.frm input.sffocus, 
.frm textarea.sffocus, 
.frm input:focus, 
.frm textarea:focus
   {
	border: 1px solid #000;
   }
 
.content input.sffocus, 
.content textarea.sffocus, 
.content input:focus, 
.content textarea:focus
   {
	border: 1px solid #ed1746;
   }


/* footer -------------------------------------------------- */ 

.footer
	{
	display: none;
	}


/* design by ----------------------------------------------------------------- */

#design_by
	{      
	display: none;
	}
	
#design_by span
	{
	color: #ccc;
	font-weight: normal;
	border-bottom: 0px solid #fff;
	}

#design_by a
	{
	color: #666;
	font-weight: normal;
	font-style: italic;
	border: 0px;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	}

#design_by a:hover
	{
	color: #fff;
	text-decoration: none;
	}

	
