/*---------------------------------------------
PANEL STYLING
---------------------------------------------*/
.item
{
border: 1px #444 solid;
margin: 0 0 5 0;
padding: 2;
}
.head
{
background: #339933;
color: #fff;
font-family: arial;
font-size: 9pt;
font-weight: bold;
text-align: left;
padding: 0 2 0 2;
margin: 0 0 2 0;
}
.content
{
background: #fcfee2;
color: #000;
font-size: 8pt;
font-family: verdana;
padding: 5;
}
.lcontent
{
background: #eee;
color: #000;
font-size: 8pt;
font-family: verdana;
padding: 5;
}
.categorie
{
color: red;
}
.datum
{
color: #009900;
}
.title
{
background: #ccc;
color: #fff;
font-size: 10pt;
font-family: verdana;
}
.content
{
background: #eee;
color: #000;
font-size: 9pt;
font-family: verdana;
}
#panel
{
margin: 0 5 0 5;
}
h1
	{
	font-family: arial;
	font-size: 14pt;
	color: #bbb;
	}
.bnews
	{
	font-family: verdana;
	font-size: 9pt;
	color: #000;
	}
.update
	{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background-color: green;
	font-family: arial;
	font-style: bold;
	color: #fff;
	font-size: 9pt;
	padding: 2 2 2 2;
	margin: 2 2 2 ;
	}
.verwijder
	{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background-color: red;
	font-family: arial;
	font-weight: strong;
	color: #fff;
	font-size: 9pt;
	padding: 2 2 2 2;
	margin: 2 2 2 ;
	}
.archief
	{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background-color: #aaa;
	font-family: arial;
	font-weight: strong;
	color: #fff;
	font-size: 12pt;
	padding: 2 2 2 2;
	margin: 2 2 2 ;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	background-color: transparent;
	outline: none;
	font-size: 8pt;
	font-family: verdana;
	}
a:visited {
	color:  #000000;
	background-color: transparent;
	font-family: verdana;
	font-size: 8pt;
	}
a:active {
	color:  #000000;
	background-color: transparent;
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	}
a:hover {
	color: #660000;
	background-color: transparent;
	text-decoration: underline;
	font-family: verdana;
	font-size: 8pt;
	}
	
#leftnav {
  	  color: #000;
	
	  font-family: verdana;
	  font-size: 9pt;
	  }

	



.maintable, .logintable{
border: 1px #000000 solid;
}
.actions, .actions A{
text-align: center;
font-size: x-small;
font-family: verdana;
color: #0a6896;
background-color: #EEEEEE;
padding: 3px;
height: 24px;
vertical-align: -4px;
}
.actions A:Hover{
color: #0d94d5
}
.header{
font-family: verdana;
font-size: xx-small;
color: #000000;
background-color: #EEEEEE;
padding: 3px;
font-weight: bold;
}
.filenfo{
font-family: verdana;
font-size: xx-small;
color: #000000;
background-color: #EEEEEE;
padding: 3px;
}
.sign, .sign A, .footer{
font-family: verdana;
font-size: xx-small;
color: #555555;
background-color: #EEEEEE;
padding: 2px;
text-align: center;
height: 20px;
vertical-align: -6px;
}
.sign A:Hover{
color: #aaaaaa;
}
.login{
font-family: Verdana;
font-size: x-small;
color: #555555;
background-color: #EEEEEE;
padding: 2px;
}	
.formhead{
font-family: Verdana;
font-size: 9pt;
color: #000;
padding: 2px;
}
/* ----------------------------------------------
WORKSHOPS
---------------------------------------------- */
#workshop {
		  width: 400;
		  padding: 10 10 10 10;
		  margin: 0 0 10 0;
		  border-top: 1px #777 solid;
		  border-bottom: 1px #777 solid;
		  border-right: 1px #777 solid;
		  border-left: 1px #777 solid;
		  text-align: left;
		  }
.type{
	  background-color: #ddd;
	  color: #000;
	  font-family: verdana;
	  font-size: 9pt;
	  margin: 0 0 0 0 ;
	  }
.onderwerp{
	  background: url(images/nav_back.gif) repeat;
	  color: #fff;
	  font-family: arial;
	  font-size: 14pt;
	  font-style: bold;
	  text-align: center;
	  padding: 2 5 2 5;
	  margin: 0 0 0 0 ;
	  }
.inhoud{
	  background: url(images/right_intro_back.gif) repeat;
	  color: #000;
	  font-family: verdana;
	  font-size: 10pt;
	  padding: 2 5 2 5;
	  margin: 0 0 0 0 ;
	  }
.duur{
	  background-color: #ddd;
	  color: #000;
	  font-family: verdana;
	  font-size: 10pt;
	  padding: 2 5 2 5;
	  margin: 0 0 0 0 ;
	  }
.kosten{
	  background-color: #eee;
	  color: #000;
	  font-family: verdana;
	  font-style: bold;
	  font-size: 10pt;
	  padding: 2 5 2 5;
	  margin: 0 0 0 0 ;
	  }