/*
	Stylesheet voor de opmaak van de templates van de pagina.
	Uitsluitend voor gebruik op de website van Filostart.nl
	(c) 2005 M2M Automation Group
*/

html {
	overflow-y: scroll;
}

/* ---------- SPECIAL STYLES ----------*/
/* Error message tekst */
.error {
	color: red;
	font-weight: bold;
}

/* OK message tekst */
.OK {
	color: #00CC00;
	font-weight: bold;
}
/* ---------------------------------- */

a.rechts:link {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a.rechts:active {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a.rechts:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a.rechts:visited {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a.visit:link {
	color: blue;
	text-decoration: none;
}

a.visit:hover {
	color: blue;
	text-decoration: underline;
}

a.visit:active {
	color: blue;
	text-decoration: none;
}

a.visit:visited {
	color: blue;
	text-decoration: none;
}

body {
	font-size: 11px;
	color: #406ea1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border-width: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.searchterm {
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.search {
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -100px;
}

hr.divide {
	color: #406ea1;
	height: 1px;
	border: 0px solid #406ea1; 
	background-color: #406ea1;
}

/* In Internet Explorer is dit overbodig, maar Firefox maakt standaard margin bij p-tags */
p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pageTitle {
	height: 20px;
	font-size: 14px;
	font-weight: bolder;
}

select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406ea1;
}

table.databox {
	border: 1px solid #406ea1;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406ea1;
}

td.databoxTitle {
	text-align: left;
	color: #ff6600;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

/*---------------- Uit admin/css/style.css ----------------------------*/

/* body van een soort box, die bij home zit, o.a. bij kopje statistiek */
td.boxbody {
	border: 1px solid #406ea1;
	padding-right: 5px;
}

/* body van een soort box, die bij paginas en niews zit, met alleen linkerzijkant border */
td.boxbodyL {
	border-left: 1px solid #406ea1;
}

/* body van een soort box, die bij paginas en niews zit, met alleen rechterzijkant border */
td.boxbodyR {
	border-right: 1px solid #406ea1;
	padding-right: 5px;
}

/* body van een soort box, die bij paginas en niews zit, met alleen onderkant border */
td.boxbodyT {
	border-top: 1px solid #406ea1;
}

/* header van een soort box, die bij home zit, o.a. bij kopje statistiek */
td.boxheader {
	background-color: #406ea1; 
	color: #b6c6de;
	font-weight: bold; 
	padding: 4px 0px 2px 4px; /* top right bottom left */
}

/* celeigenschappen bij filemanger van de uploads, trbl */
td.cell {
	padding: 2px 10px 2px 4px;
}

/* ---------------------------------------------------- */

th {
	text-align: left;
}
