.highlight
{
    color: #ff9900;
    border-bottom: 150px dotted;
}

ul
{
    margin: 0;
    padding: 15;
    list-style: none;
}

li
{
    line-height: 15px;
    padding-left: 15px;
    padding-top: 0px;
    background-image: url(../images/M_images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.contentpane td
{
    padding-top: 3px;
}

/* Instellingen voor het pad naar de huidige pagina */
.tdpathway
{
    background-image: url(../images/pathway.gif);
    background-repeat: no-repeat;
    padding-left:16px;
}

/* Instellingen voor het pad naar de huidige pagina als deze een link is*/
a.pathway:link , a.pathway:visited
{
    font-size: 12px;
    color: #184284;
}

/* Instellingen voor de links op de website */
a:link, a:visited
{
    font-size: 12px;
    color: #184284;
}
/* Instellingen voor muisovergang op links */
a:hover
{
    text-decoration: none;
}

/* Instellingen voor de index van artikelen die meerdere pagina's bevatten (is uitgeschakeld bij ons) */
table.contenttoc
{
    border: 1px solid #cccccc;
    padding: 2px;
}

/* Instellingen voor de table header (th) voor de index van artikelen die meerdere pagina's bevatten */
table.contenttoc th
{
    border-bottom: 2px solid #D3D6D3;
    background: #FFFFFF;
    color: #6D7E90;
    text-align: left;
    padding-top: 4px;
    padding-left: 5px;
    height: 23px;
    font-weight: bold;
    font-size: 12px;
}

/* Instellingen voor de table cell style (td) voor de index van artikelen die meerdere pagina's bevatten */
table.contenttoc td
{
    background: #6D7E90;
    line-height: 12px;
}

/* Instellingen voor de inhoudsopgave van artikelen die meerdere pagina's bevatten */
table.contenttoc a:link , table.contenttoc a:visited
{
    font-size: 11px;
    color: #FFFFFF;
    /*color: #000000;*/
    text-decoration: none;
}

/* Instellingen voor de muisovergang op de inhoudsopgave van artikelen die meerdere pagina's bevatten */
table.contenttoc a:hover
{
    font-size: 11px;
    text-decoration: none;
}

/* Instellingen voor de navigatie van artilelen die meerdere pagina's bevatten (previous - next) */
.pagenavbar a:link , .pagenavbar a:visited
{
    font-size: 11px;
    color: #6D7E90;
    /* color: #FFFFFF; */
}

/* Instellingen voor de muisovergang op de navigatie van artilelen die meerdere pagina's bevatten (previous - next) */
.pagenavbar a:hover
{
    text-decoration: none;
}

a.category:link, a.category:visited
{
    font-size: 12px;
    color: #000000;
}

a.category: hover
{
    text-decoration: none;
}

/*Instellingen voor de 'Terug'-knop */
.back_button a:link , .back_button a:visited
{
    font-size: 12px;
    color: #000000;
}

/* Instellingen voor de muisovergang op de 'Terug'-knop */
.back_button a:hover
{
    text-decoration: none;
}


/* Instellingen voor de navigatie van artilelen */
.pagenav a:link , .pagenav a:visited

{
    font-size: 12px;
    color: #000000;
}

/* Instellingen voor de muisovergang op de navigatie van artilelen */
.pagenav a:hover
{
    font-size: 12px;
    text-decoration: none;

}

/* Instellingen voor de 'Lees verder...'-links */
a.readon:link, a.readon:visited
{
    font-size: 10px;
    font-weight: bold;
    color: #184284;
    text-decoration: none;
    padding-bottom: 15px;
    padding-top: 10px;
}

/* Instellingen voor muisovergang op de 'Lees verder...'-links */
a.readon:hover
{
    text-decoration: none;
    color: #819DC9;
}

a.blogsection:link, a.blogsection:visited
{
    font-size: 12px;
    color: #000000;
}

a.blogsection:hover
{
    text-decoration: none;
}

/* Instellingen voor de tekst op de pagina's */
.contentpaneopen
{
    text-align: justify;
}

/* Instellingen voor de lay-out van de datum op de website en de kop van de auteur die de pagina heeft geschreven, deze zijn ook bij simpleboard van toepassing! */
.createdate , .small
{
    font-family: verdana;
    font-size: 10px;
    color: #184284;
}

/* Instellingen voor de kop van componenten zoals 'Contact' enz. */
.componentheading
{
    border-bottom: 1px solid;
    font-size: 15px;
    font-weight: bold;
    color: #6788BA;
}

/* Instellingen voor de kop van de pagina */
.contentheading
{
    height: 35px;
    color: #184284;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    vertical-align: bottom;
}

.sectiontableheader
{
    background :#819DC9;
    color: #FFFFFF;
}

/* Instellingen voor de inhoud van de pagina's */
.tdmainbody
{
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
}

/* Instellingen voor de knoppen */
.button
{
    background: #B5BBB6;
    height: 20px;
    font-size: 11px;
    font-family: verdana;
    border: 1px solid #FFFFFF;
}

/* Instellingen voor de invoervelden */
.inputbox
{
    border: 1px solid #B5BBB6;
    font-family: verdana;
    font-size: 11px;
}

/* Instellingen voor de links in het menu */
table.moduletable a:link, table.moduletable a:visited
{
    color: #ffffff;
}

/* Instellingen voor het menu */
table.moduletable
{
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding-left: 5px;
}

/* Instellingen voor muisovergang op het menu */
table.moduletable a:hover
{
    color: #000000;
}

/* Instellingen voor de naam van het hoofdmneu */
table.moduletable th
{
    border-bottom: 2px solid #FFFFFF;
    background: #C3D3ED;
    color: #000000;
    text-align: left;
    padding-top: 4px;
    padding-left: 11px;
    height: 23px;
    font-weight: bold;
    font-size: 12px;
}

/* Instellingen voor de links in het menu */
table.moduletable td
{
    font-size: 11px;
    margin: 0px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 3px;
}

/* Instellingen voor een link in het menu die actief is */
#active_menu
{
    background: #C3D3ED;
    color: #000000;
}

a.mainlevel:link, a.mainlevel:visited
{
    display: block;
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
    padding-left: 11px;
    height: 18px !important;
    height: 23px;
    text-decoration: none;

}

/* Instellingen voor muisovergang op een mainlink in het menu */
a.mainlevel:hover
{
    text-decoration: none;
    background: #C3D3ED;
}

/* Instellingen voor de sublinks in het menu */
a.sublevel:link, a.sublevel:visited
{
    display: block;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    height: 18px !important;
    height: 23px;
}

/* Instellingen voor muisovergang op een sublink in het menu */
a.sublevel:hover
{
    text-decoration: none;
    font-size: 12px;
    background: #C3D3ED;
    height: 18px !important;
    height: 23px;
}

a.logo:link, a.logo:visited
{
    text-decoration  : none;
}

/* Instellingen voor de algemene stijl van de inhoud en tekst die niet aan een klasse is gekoppeld */
tr, p
{
    font-family      : Verdana;
    font-size        : 12px;
    color            : #184284;
}

/* Instellingen voor de algemene stijl van de inhoud en tekst die niet aan een klasse is gekoppeld */
div
{
    font-family      : Verdana;
    font-size        : 12px;
    color            : #184284;
    padding-left     : 0px;
}

/* De onderstaande gedeelte is speciaal voor ACIS neergezet */

legend {
         FONT-SIZE: 12px; COLOR: #ff9900; FONT-FAMILY: Verdana; FONT-WEIGHT: bold; COLOR: #ff9900
}

h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #184284; FONT-FAMILY: Verdana; 
}
body
{
    font-family      : Verdana;
    font-size        : 12px;
    color            : #184284;
}

.registratieknop {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/AlexionRegistrerenKnop.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:86px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:505px;
	}
	
.registratieknopnieuw {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/registreerKNOP1.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:40px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:122px;
	}
	
.registratieknopnieuw1 {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/registreerbuttonTest.gif) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:50px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:160px;
	}
	
.inloggenknop {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/inlogKNOP1.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:40px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:97px;
	}
	
.inloggenknop1 {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/inlogbuttonTest.gif) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:50px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:160px;
	}
	
.gastinloggenknop {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/gastinloggen.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:37px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:136px;
	}
	
.gastinloggenknop1 {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/gastInlogKnop4.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:40px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:235px;
	}
	
.verzendenknop {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/verzenden.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:37px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:136px;
	}
	
.registreerdownloadknop {
	background:transparent url(http://alexioncrm.nl/site/wp-content/themes/alexion/images/RegistreerEnDownloadKnop.png) no-repeat scroll 0 0;
	border:medium none;
	display:block;
	height:40px;
	line-height:22px;
	margin-left:0;
	padding:0 20px 0 10px;
	width:192px;
	}
