/*
algemeen.css: algemene style informatie
website.css: style alleen voor deze website
beheer.css: style alleen voor het CMS
menu.css: style voor het Tigra Menu
kalender.css: style voor het Kalender
*/

body {
	margin: 0px;
	background-color: #9B9A9A;
}

table th {
	text-align: left;
	font-style: italic;
}

img {
	border: none;
}

form,
input {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Tahoma;
	font-size: 13px;
}

.input {
	border-right: silver 1px solid; 
	border-top: silver 1px solid; 
	border-left: silver 1px solid; 
	border-bottom: silver 1px solid; 
}

h1 {
	font-family: Verdana;
	font-size: 16px;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Mouse pointers */

.clickable {
	cursor: pointer;
}

/* Text Decoration */

.highlight {
	background-color: #FFFF9F;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.success {
	font-weight: bold;
	color: #3AAF15;
}

.hide {
	visibility: hidden;
	display: none;
}

.show {
	visibility: visible; 
	display: block;
} 

/* Input decoration */

INPUT[type='text'] {
	padding-left: 1px;
}

.readonly {
	background-color: #E2E2E2;
}
