/*	Style sheet voor filmer.nl
**	Concept, Design & Realisatie by
**	Netexpo Internet bv,
**	tel: +31 (0) 23-5730172
**	fax: +31 (0) 23-5731886
**	http://www.netexpo.nl
**	webmaster@netexpo.nl
**
**	heel light blauw = #DDE6F4
**	light blauw = #84A4D2
**	donker blauw = #175AB9
**	geel = #FFF747
*/

BODY 	{
	margin-top:0;
	margin-left:0;
	background:#FFFFFF;
	background-image: url('/shared/images/main/bg.jpg');
	background-attachment: fixed; 
	font-size:10pt;
	font-family: verdana,arial;
	scrollbar-face-color : #175AB9;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-arrow-color : navy;
	}

A {
	color: #175AB9;
	text-decoration: underline;
	}

A:hover {
	color: #175AB9;
	text-decoration: underline;
	}

H3 {
	color:#175AB9
	}


TABLE {
	vertical-align:top;
	font:10pt "Verdana,Arial";
	}

TABLE th {	
	text-align:left;
	font-family:Verdana,Arial;
	font-weight: bold;
	font-size:10pt;
	}

TABLE td{
	font-size:9pt;
	font-family:Verdana,arial;
	}

TABLE.footer {
	width:100%;
	}

TABLE.footer TD {
	font:8pt "Verdana,Arial";
	}

TABLE.tbl1 {
	vertical-align:top;
	font:10pt "Verdana";
	}

TABLE.tbl1 th {	
	text-align:left;
	font-family:Verdana,Arial;
	font-weight: bold;
	font-size:10pt;
	color:#FFF747;
	background-color:#175AB9;
	padding:3px;
	border-width:1px;
	border-color:#555555;
	border-style:solid; 
	}

TABLE.tbl1 td{
	font-size:10pt;
	font-family:Verdana,arial;
	background-color:#DDE6F4;
	color: #175AB9;
	padding:3px;
	}

INPUT.text {
	background-color: #FFFFFF;
	border-bottom: #EEEEEE solid 2px;
	border-left: #000000 solid 2px;
	border-right: #EEEEEE solid 1px;
	border-top: #000000 solid 1px;
	color: #175AB9;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	}

INPUT.checkbox {
	background-color: #DDE6F4;
	border-bottom: #DDE6F4;
	border-left: #DDE6F4;
	border-right: #DDE6F4;
	border-top: #DDE6F4;
	}

INPUT.radio {
	background-color: #DDE6F4;
	border-bottom: #DDE6F4;
	border-left: #DDE6F4;
	border-right: #DDE6F4;
	border-top: #DDE6F4;
	}

INPUT.button {
	background-color: #175AB9;
	border-bottom: #000000 solid 1px;
	border-left: #eeeeee solid 1px;
	border-right: #000000 solid 1px;
	border-top: #eeeeee solid 1px;
	color: #FFF747;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}

SELECT {
	background-color: #FFFFFF;
	border-left: #FFFFFF;
	border-right: #000000;
	border-bottom: #000000;
	border-top: #FFFFFF;
	color: #175AB9;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}

TEXTAREA { 
	font-family: Verdana,Arial;
	font-size: 10px;
	background:#FFFFFF;
	color: #175AB9;
	}
