/* ----- Joomla styles ----- **/

/* Forms */
.inputbox {
	padding:3px 3px 3px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	background: #F6F6F6;
	border:1px solid #CCC;
	margin-right:3px;
}

.button {
	background:#333 url(../images/grad1.gif) repeat-x scroll center top;
	border:1px solid #333;
	color:#FFF;
	font-size:85%;
	padding:3px 5px;
	text-transform:uppercase;
	cursor:pointer;
	height:24px;
	margin-top:-1px;
}

* html .button {
	padding:2px 0 !important;
}

fieldset {
	padding:2px 0;
}

/* Related arcticles */
div.relateditems {
	border-top:1px solid #d9d9d9;
	padding-top:15px;
}

.relateditems p{
	font-weight:700;
	font-size:14px;
}

.relateditems ul{
	display: block;
	margin: 0 !important;
	padding: 0;
}

.relateditems ul li {
	margin-left:30px !important;
	padding: 0;
	background: transparent;
	list-style-image:none !important;
	list-style-type:square;
	color:#f67615;
}

.relateditems ul li a {
	color:#f67615;
	text-decoration:none;
	font-weight:700;
	font-size:11px;
}

.relateditems ul li span {
	color:#474747;
	text-decoration:none;
	font-weight:400;
	font-size:11px;
}

/* Sitemap */
.sitemap ul {
	display: block;
	list-style: square;
	margin: 0 !important;
	padding: 0;
}

.sitemap ul li {
	margin-left:30px !important;
	padding: 0;
	background: transparent;
	list-style-image:none !important;
	list-style-type:square;
}

.sitemap ul.level_0 ul {
	list-style: inside square !important;
	padding: 0;
}

.sitemap ul.level_1 li {
	padding: 0 0 0 10px;
	list-style-image:none !important;
	list-style-type:square;
}

/* Demo page*/
.demolayout img {
	padding:1px;
	margin:0 0 20px;
	border:5px solid #f0f0f0;
}	

.demolayout a {
	border:none;
}

.demolayout img:hover {
	border:5px solid #d9d9d9;
}

.demolayout h3 {
	font-size: 115%;
	font-weight:700;
	line-height:20px;
	margin-bottom:6px;
}

/* Search */
.searchlabel {
	width:120px;
	display:block;
	float:left;
	margin-bottom:10px;
	line-height:20px;
}

.searchformulier span{
	margin-left:10px;
}

.searchintro {
	margin: 15px 0;	
}

.results {
	clear:right;
}

.results ol {
	margin-top:0;
	margin-left:-25px;
}

.results li {
	list-style-image:none !important;
	list-style-type: decimal !important;
}

.results h4 a{
	text-decoration:none;
	font-weight:700;
	color:#F56316;
	font-size:120%;
	text-transform:none;
}

.results h4 a:hover{
	text-decoration:underline;
}

.results p {
	margin-bottom:10px;
}

.results .highlight {
	background-color:#ffe9d4;
	padding:1px 0;
}

.results .description {
	margin-bottom:20px;
}

.pagination {
	margin: 15px 0 !important;
	width:100%;
	float:left;
}

.pagination span, .pagination a {
	margin-right: 5px;
}

.pagination span {
	padding: 2px 5px;
}

.pagination a {
	padding: 2px 5px;
	border: 1px solid #CCC;
	background-color:#F6F6F6;
	text-decoration:none;
	color:#474747;
}

.pagination a:hover, .pagination a:active, .pagination a:focus {
	border: 1px solid #f65c20;
	background: #f68920;
	color:#FFF;
	text-decoration:none;
}

.pagenavbar {
	margin: 15px 0 !important;
	float:right; 
	width:24%; 
	text-align:right
}

.pagenavbar span{
	padding: 2px 5px;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, .contentheadingnieuws, .componentheadingnieuws{
	font-family:Tahoma, Geneva, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, a.readonnieuws, .img_caption {
	color: #666;
	font-size: 92%;
}

/* Meta */
.article-tools.nieuws {
	border-top: none !important;
	width: 195px !important;
	float: right !important;
	margin-bottom: 15px;
	display: block;
	clear:none !important;
	line-height:32px;		
	border-bottom:1px solid #d9d9d9 !important;
	background-color: #f0f0f0 !important;
	_margin: 0 !important;
	_display: inline !important;
	_clear:right !important;
	_line-height:24px;	
}

.article-meta.nieuws {
	padding-right: 5px;
	float: right;
}

.createdate.nieuws {
	padding: 3px 0 3px 20px;
	_padding: 1px 0 0 0; !important;
}

h2.contentheadingnieuws, .contentheadingnieuws {
	margin: 0 0 15px;
	font-weight: 400;
	width:480px;
	float:left;
	line-height:32px;
	background: #f0f0f0;
	border-bottom:1px solid #d9d9d9;
	_border-bottom:3px solid #d9d9d9;
	padding-left:5px;
}

.article-content {
	_clear:both;
}

.article-tools {
	border-top: 1px solid #DDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 8px 0 0;
	border: 0;
	float: right;
}

/* Layout */
.article_separator {
	clear: both;
	display: block;
	height: 25px;
}

.leading_separator {
	clear: both;
	display: block;
	height: 5px;
}

.column_separator {
	padding: 0 0 0 10px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen, table.contentpaneopennieuws {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3px;
	border-bottom: 1px solid #CCC;
	text-indent: 5px;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px !important;
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: 700;
}

h1.componentheading, .componentheading, h1.componentheadingnieuws, .componentheadingnieuws {
	padding: 0 0 15px;
	margin: 0;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading, .componentheadingnieuws {
	font-size: 170%;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 0 0 15px;
	margin: 0;
	font-weight: 400;
}

table.blog .contentheading, table.blognieuws .contentheadingnieuws {
	font-size: 150%;
}

table.blog .contentheading {
	background: #f0f0f0;
	border-bottom:1px solid #d9d9d9;
}

table.blog h2 {
	padding: 0 0 0 5px;
	margin: 0 0 5px;
	line-height:32px;		
}

.contentheading, .contentheadingnieuws {
	font-size: 170%;
}

a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon, a.readonnieuws {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	height:22px;
	width:95px;
	background: transparent url(../images/btn_readon.jpg) no-repeat 0 0;
	float: right;
	margin-top: 10px;
	display:block;
	padding-left:12px;
}

a.readon:hover, a.readon:active, a.readon:focus, a.readonnieuws:hover, a.readonnieuws:active, a.readonnieuws:focus {
	text-decoration:none;
	color: #FFF;
}

table.contentpaneopen, table.contentpaneopennieuws, table.contentpane, table.blog, table.blognieuws {
	width: 100%;
}

.moduletable {
	padding: 0;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444;
	color: #FFF;
}

.sectiontableheader a {
	color: #FFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #069;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}