/* modifications over other css */
#content {
	background-color: white;
	overflow: hidden;
}


.clear {
	clear: both;
}

#content {
	min-height: 500px;	
}
/* module table modifiers */



.list h3 a, .moduletable .list h3 a:hover, .list h3 a, .moduletable .list h3 a {
	font-weight: bold;
	color: black;	
}

.list h3 a, .moduletable .list .list-item .data li strong {
	color:  #12baed;
}

.top-banner {
	width:728px;
	height:90px;
	overflow: hidden;
}

.side-banner, .top-banner, .rectangle {
	/* background-color: #efefef; */
}

.clr_blue {
	color: #12baed !important;
}
.clr_red {
	color: #ec1c24 !important;
}
.clr_green {
	color: #49bb19 !important;
}
.clr_gray {
	color: #3f3f3f !important;
}
.hover_blue:hover {
	color: #12baed !important;
}
.hover_red {
	color: #ec1c24 !important;
}
.hover_green {
	color: #49bb19 !important;
}
.hover_gray {
	color: #3f3f3f !important;
}

/* herdefinitie ivm links */
h3, h3 a, h3 a:hover {
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	text-decoration:none;
}
.clickable {
	cursor: pointer;
}
.moduletable.clickable:hover {
	background-color: #f3f3f3 !important;
	
}

/* aanpassing contest blokje */
.beurs-block table td:first-child {
	text-align: right;
	width: 30px;
	padding-right: 3px;	
}
.beurs-block table td {
	text-align: left;
	padding-right: 3px;	
}

/* joomla redefinitons .. */
.componentheading {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.contentpane {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;	
}
#content #com-form-login {
	padding-left: 10px;
	padding-right: 10px;
}
.contentpane form input {
	margin-top: 10px;
	margin-bottom: 10px;

}
.sectiontableentry1 td, .sectiontableentry2 td {
	padding-right: 10px;
}

.moduletable.default {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.moduletable.liftmodule {
	/* 'lifts' a module zodat die uitlijnt met de rechterkolom */
	margin-top: 0px !important;	
}
.moduletable.liftmodule2 {
	/* 'lifts' a module zodat die uitlijnt met de rechterkolom */
	margin-top: -15px !important;	
}

#sidebar .story-block {
	width: 340px;
}

/* editor formulier */
table.adminform {
	width: 800px;
	
}
table.adminform legend {
	display: none;
}
table.adminform td.key {
	width: 200px;
	font-weight: bold;
}
form[name=adminForm] fieldset {
	padding-bottom: 15px;
	margin-bottom: 15px;	
	margin-left: 10px;
	margin-right: 10px;
}
form[name=adminForm] fieldset legend {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #12baed;
	position: relative;
	left: -6px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

/**
voor microblog links..
*/
.microblog_item_content a {
	font-weight: bold;
}


#system-message {
	margin: 10px;
	margin-top: 20px;
	padding: 10px;
	background-color:#eeeeee;
}

form.striped-form {
	background-image: url(../images/bg-form.gif);
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
