/* 

	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: 84%;
	color: #000; background: #FFF;
	}

html, body { height: 100%; }

body#home,
body#page {
	text-align: center;
	background: none;
	}

a, a:link, a:visited, a:active { color: #666; text-decoration: underline; }
a:hover { color: #F56E00; text-decoration: none; }
a:focus, a:active { outline: none; -moz-outline-style: none; }

img, a img { border: 0; }

ul { padding-left: 1.2em; padding-bottom: 1em; }
ol { padding-left: 1.8em; }
li { }

h1 { font-size: 1.2em; padding-bottom: 1em; color: #000; }
h2 { font-size: 1.1em; padding-bottom: .5em; color: #000; }
h3 { font-size: 1em; color: }
h4 { font-size: 1em; }

p { font-size: 1em; padding-bottom: 1em; }

.clear { clear: both; height: 1%; visibility:hidden; font-size: 1px; }

u { text-decoration: none; }

.orange { color: #666; }

/* CONTAINER */

#container {
	margin: 0 auto; width: auto;
	text-align: left;
	background: none;
	min-height: auto; height: auto;
	}
* html #container {
	height: auto;
	}
	
/* HEADER */
#header {
	display: none;
	}

#logo { display: none; }

#logo_print { display: block; position: absolute; right: 0; top: 0; }

/* TOPNAV */
#topnav { display: none; }

/* MAIN */
#main { padding: 0; padding-top: 100px; padding-right: 50px; }

/* CONTENT */
#content {

	}

/* 1 column */
.columns_1 #column_A { padding-right: 0; overflow: visible; }
.columns_1 #column_B { display: none; }

/* 1 column wide */
.columns_1_wide #column_A { overflow: visible; }
.columns_1_wide #column_B { display: none; }

/* 2 columns */
.columns_2 #column_A { float: none; width: auto; overflow: visible; }
.columns_2 #column_B { float: none; width: auto; margin-left: 0; overflow: visible; }

/* 2 columns equal width */
.columns_2_equal #column_A { float: left; width: auto; overflow: visible; }
.columns_2_equal #column_B { float: left; width: auto; margin-left: 0; overflow: visible; }

/* FOOTER */
#footer { padding: 1em 0; color: #666; font-size: 10px; }

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #666;
	}
#footer a:hover {
	text-decoration: none;
	color: #F56E00;
	}	

/* FORMS */

form { margin: 0; margin-top: 1em; padding: 0; color: #000; font-size: 1em; }

fieldset { border: 0px none; margin: 0; padding: 0; padding-bottom: 1em; }
* 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: #000;
	}
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 { color: #F06C00; }

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: 0; clear: both; width: 100%; }
fieldset.buttons label { width: 80px; float: left; }
fieldset.buttons input { 
	width: 110px; font-weight: bold; text-transform: uppercase;
	border: 1px solid #FD7000;
	color: #FFF; background: #EAF4F8 url(../img/cl_button.gif) repeat-x; margin-left: 20px; 
	}
fieldset.buttons input.inactive { 
	border: 1px solid #DDD; border-right: 1px solid #637595; border-bottom: 1px solid #637595;
	color: #000; background: #DBEDF3 url(../img/cl_button_inactive.gif) repeat-x; 
	}
fieldset.buttons .remark {
	display: inline;
	}

fieldset .error { color: #FD7000; font-weight: bold; }

fieldset .badinput { color: #FD7000; }
fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #fff7e6; color: #000;
	border: 1px solid #FD7000;
	}
