table.cursusoverzicht
{
	width: 95%;
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;	
	
    /* border: 1px solid #DDDDDD; */
}

.cs_titel
{
    font-weight: bold;
    text-align: left;
}

.cursusoverzicht tr
{
	
}

.cursusoverzicht td
{
    padding-top: 3px;
    padding-bottom: 3px;
    
    height: 20px;
    
    text-align: left;
    
    border-bottom: 1px dotted #aaaaaa;
}

.cursusoverzicht td a
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

div.detailfiche_cursus 
{
	margin: 0 auto;
	display: block;
	
	float: left;
	
	width: 760px;
    
    border: 2px dotted #ddd;
    padding: 20px;
    
    border-top-right-radius: 25;
}

.vet
{	
    font-weight: bold;
}

.detailfiche_cursus p
{
    margin-top: 0px;
    margin-bottom: 3px;    
    text-align: left;
}

p.cursus_small_title 
{
    font-size : 12px;
    font-weight: bold;
    padding-top: 10px;
}

p.cursus_titel
{
	float: left; /* om de cursuscode ernaast te krijgen */
    font-size : 14px;
    font-weight: bold;
}

p.cursus_code
{
	text-align: right;
    font-size : 14px;
    font-weight: bold;
}

p.cursus_ondertitel
{
    font-size : 12px;
    font-style: italic;
}

p.cursus_inhoud
{
}

p.cursus_voorkennis
{
    padding-bottom: 10px;
}

table.cursus_sessies
{
	margin: 0;
	padding:0;
    padding-bottom: 20px;
    border-collapse: collapse;
}

table.cursus_sessies th
{
    font-weight: bold;
    text-align: left;
    padding-right: 15px;
}

table.cursus_sessies td
{
    text-align: left;
    padding-right: 15px;
}

p.cursus_prak_info 
{
}

p.cursus_samenwerking
{
}

table.cursus_prijzen
{
	margin: 0;
	padding:0;
    padding-bottom: 20px;
    border-collapse: collapse;
}

table.cursus_prijzen td
{
    text-align: left;
    padding-right: 15px;
    font-weight: normal;
}

p.cursus_adres 
{
}

p.cursus_begeleiding
{
}

td.zoekvenster_topcell
{
	background: url("/InformCMS/custom/images/zoek_ws.gif") ;
	background-repeat: no-repeat;
	height: 30px;
}

td.zoekvenster_bottomcell
{
	background: url("/InformCMS/custom/images/winkel2.gif") ;
	background-repeat: no-repeat;
	background-position: bottom left;
	
	height: 30px;
	padding-top: 10px;
	
}

table.zoekvenster_table 
{
	width: 190px;
}

table.zoekvenster_table tr 
{
	height: 35px;
}
table.zoekvenster_table tr  td
{
	padding-left: 10px;
}
