﻿/*----------------- BODY ----------------------*/


.CMSEdit {
	font-size: 100%;
}
/*----------------- PARAGRAPHS ---------------*/
p {
	padding: 0 0 15px;
	text-align: left;
}

.noEnter	{
	padding-bottom:0px!important;
	}
/*----------------- LINKS --------------------*/
a {
	color:#ff7d00;
	text-decoration: none;
}
a:hover {
	color: #da0c14;
	text-decoration: none;
}
/*----------------- HEADERS ------------------*/
h1
{
	font-size: 2em;
	font-weight: normal;
	color:#4eae00;
	padding: 0 0 10px 0;
	line-height: 26px;
}
h2 {
	font-weight: bold;
	color:#4eae00;
	font-size: 1em;
}

h3 {
	font-weight: bold;
	color:#ff7d00;
	font-size: 1em;
}

.OwnPracticeTitleHeader
{
	color: #216c00;
	font-size: 1.5em;
	padding-bottom:15px;
}
.mainTitle {
	font-size: 1.3em;
	padding-bottom:5px;
}
.gmSubTitle,
.subTitle {
	font-size: 1.1em;
	padding-bottom:2px;
}
.gmSubTitle
{
	width: 200px;
}

.paragraphTitle {
	font-size: 1.15em;
	padding-bottom:2px;
	color:#ff7d00;
}



.greenBold	{
	font-weight:bold;
	color:#4eae00;
	}

h2 a {
	color:#4eae00;
}
h2 a:hover {
	color:#da0c14;
}


/*----------------- KLEUREN --------------------*/
.colorLight {
	color:#fff;
}
/*----------------- BOLD & HIGHLIGHT --------------------*/
.bold {
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	color:#993399;
}
/*----------------- HORIZONTAL RULERS -------*/
hr {
	border: 0;
	color: #62002E; /* IE */
	background-color: #62002E; /* FF */
	width: 100%;
	margin: 3px 0 11px;
}
* html hr {
	margin:-7px 0 -2px;
}
hr.dun {
	height: 1px;
}
hr.dik {
	height: 2px;
}
/*----------------- TABLE --------------------*/
table.ContentTable {
	border-collapse:collapse;
	font-size: 100%;
	width:100%;
	margin-bottom:13px;
	border-bottom: 1px solid #94d715;
}
table.ContentTable th {
	padding: 6px 12px 6px 12px;
	text-align: left;
	speak-header: once;
	background-color:#94d715;
	border-left: 1px solid #94d715;
	color:#FFFFFF;
}
table.ContentTable th a {
	font-weight: bold;
}
table.ContentTable a {
	color:#F0037F;
	font-size:11px;
}
table.ContentTable a:hover {
	color:#3e82af;
}
table.ContentTable tbody {
	border: 1px solid #94d715;
}
table.ContentTable td {
	border-left: 1px solid #94d715;
	border-right: 1px solid #94d715;
	padding: 6px 12px 6px 12px;
	background-color:#fff;
}
table.ContentTable td.alt {
	padding: 6px 12px 6px 12px;
	background-color:#f1f9e6;
}
table.ContentTable td.sub {
	padding: 6px 12px 6px 12px;
	background-color:#4eae00;
	color:#FFFFFF;
}
/*----------------- IMAGES ------------------*/
img.ImageLeft {
	float:left;
	margin: 3px 10px 10px 0;
}
img.ImageRight {
	float:right;
	margin: 3px 0 10px 10px;
}
