/* 

	CREATIONAL

	CSS / GENERAL STYLES 

	COPYRIGHT © 2007 / CREATIONAL / WWW.CREATIONAL.NL / ALL RIGHTS RESERVED

*/

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000; background: #FFF;
	}

html, body { height: 100%; }

body#home,
body#page {
	text-align: center;
	background: #4a4847;
	}

a, a:link, a:visited, a:active { color: #000; text-decoration: underline; }
a:hover { color: #0000b6; text-decoration: none; }
a:focus, a:active { outline: none; -moz-outline-style: none; }

img, a img { border: 0; }

ul { padding-left: 2em; padding-bottom: 1em; }
ol { padding-left: 1.8em; }
li { }

h1 { font-size: 1.2em; padding-bottom: 1em; }
h2 { font-size: 1.1em; padding-bottom: .5em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

p { font-size: 1em; padding-bottom: 1em; line-height: 1.3em; }

.clear { clear: both; height: 1%; visibility:hidden; font-size: 1px; }

u { text-decoration: none; }

.image_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.image_right { float: right; margin-left: 10px; margin-bottom: 10px; }


/* CONTAINER */

#container {
	text-align: left;
	margin: auto; width: auto; min-height: 100%;
	height: auto;
	}
* html #container {
	height: auto;
	}

#container_top {
	height: 30px;
	}

/* HEADER */
#header {
	position: relative;
	}

#logo { display: none; }

#logo_print { display: block; position: absolute; right: 0; top: 0; }

/* topnav */	
#topnav { display: none; }

/* MAIN */
#main {
	width: auto; min-height: inherit;
	background:none;
	}
* html #main {
	height: auto;
	}

/* CONTENT */
#content { 
	display: block; float: none; width: auto; overflow: visible;
 	}

#titlebar { 
	width: auto; height: auto; padding-left: 0; overflow: visible;
	line-height: normal; font-family:"Century Gothic", Arial, Helvetica, sans-serif; letter-spacing: normal;
	background: none;
	}
* html #titlebar {
	width: auto;
	w\idth: auto;
	}	
	
#photos {
	margin-top: 0; margin-left: 0; width: 690px; overflow: hidden;
	}
#photos p { margin: 0; padding: 0; }		
#photos img {
	display: inline; float: left; margin-right: 30px; margin-bottom: 30px;
	}

#details {
	display: block; float: none; margin: 0; margin-top: 0; width: auto;
	}

#details table {
	border-collapse: collapse;
	font-size: 1em; 
	}
#details table th, #details table td {
	padding: 2px; padding-left: 0;
	font-size: 1em; font-weight: bold;
	vertical-align: top;
	}
#details table th {
	font-weight: normal;
	width: 100px;
	}
#details table th p, #details table td p {
	line-height: normal; margin: 0; padding: 0; padding-bottom: .5em;
	}
	
#info {
	display: block; float: none; margin: 0; margin-top: 0; margin-left: 0; width: auto;
	}	

#info_wide {
	display: block; float: none; margin: 0; margin-top: 0;
	}

#content_inner {
	margin: 0;
	}

a.history_test { display: none;}
	
/* SIDEBAR */
#sidebar { 
	display: block; float: none; width: auto; padding: 0; overflow: visible;
	color: #000; background: none;
	}
* html #sidebar {
	width: auto;
	w\idth: auto;
	}

#sidebar a,
#sidebar a:link,
#sidebar a:visited {
	color: #000;
	}
#sidebar a:hover {
	
	}

/* FOOTER */
#footer { 
	padding-top: 10px; height: auto;
	text-align: left; font-size: 8pt;
	color: #666;
	}

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #898887;
	}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
	}

/* FORMS */

form { margin: 0; margin-top: 1em; padding: 0; color: #00004f; font-size: 10pt; }

fieldset { border: 0px none; margin: 0; padding: 0; padding-bottom: .6em; width: 430px; }
* html fieldset { padding-bottom: 1em; }
fieldset legend { display: none; }
fieldset div { margin: 10px 0; }
fieldset br { display: none; }
fieldset div br { display: block; }

fieldset input, fieldset textarea, fieldset select {
	width: 300px; padding: 2px; font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;
	background: #FAFAFA; color: #00004f;
	}
fieldset select { width: 306px; }

fieldset textarea { font-size: 100%;}

fieldset label, fieldset div.cr p {
	margin: 0; padding-right: 10px; padding-top: 4px;
	display: block; float: left;
	width: 100px;
	text-align: left;
	}
        
fieldset div.cr label {
	margin-left: 113px;
	text-align: left;
	width: auto;
	float: none;
	}
	
fieldset div span { display: block; margin-left: 108px; padding-top: 4px; }
* html fieldset div span { margin-left: 111px; }

fieldset .removed { display: none !important;}
fieldset .mandatory { }

fieldset div.cr input { border: none; width: auto; margin-right: 5px; background: none; }
fieldset div.cr_label input { border: none; width: auto; }

fieldset .remark,
fieldset.footnotes { 
	font-size: 87%;
	color: #666; 
	}

fieldset.buttons { padding-top: 1em; clear: both; width: 100%; }
fieldset.buttons label { width: 80px; float: left; }
fieldset.buttons input { 
	width: 110px; font-weight: bold;
	border: 1px solid #307ac1; border-right: 1px solid #307ac1; border-bottom: 1px solid #307ac1;
	background: #307ac1 url(../img/cl_button.gif) repeat-x; color: #FFF; margin-left: 20px; 
	}
fieldset.buttons input.inactive { 
	border: 1px solid #DDD; border-right: 1px solid #637595; border-bottom: 1px solid #637595;
	background: #DBEDF3 url(../img/cl_button_inactive.gif) repeat-x; 
	}
fieldset.buttons .remark {
	display: inline;
	}

fieldset .error { color: #e95d0f; font-weight: bold; }

fieldset .badinput { color: #e95d0f; }
fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #fff5f0; color: #00004f;
	border: 1px solid #e95d0f; border-right: 1px solid #e95d0f; border-bottom: 1px solid #e95d0f;
	}
	
	

