/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	}

html, body { height: 100%; }

body#page,
body#home {
	text-align: center;
	color: #000;
	background: none;
	}

img, a img { border: none; }

a, a:link, a:visited { text-decoration: underline; color: #666; }
a:hover { color: #5e76a4; }
a:active,a:focus { outline: none; }

.clear { clear: both; height: 1%; visibility: hidden; font-size: 1px; }

ul { padding-left: 1.3em; margin: .5em 0; padding-bottom: 1em; list-style-type: disc; }
ol { padding-left: 2.5em; margin: .5em 0; }
li { margin-bottom: .2em; }

u { text-decoration: none; }

h1, h2, h3, h4, h5, h6, h7 { font-size: 1em; color: #000; font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 1.4em; padding-bottom: .8em; }
h2 { font-size: 1.2em; padding-top: .5em; padding-bottom: .6em; }
h3 { font-size: 1.1em; padding-top: .5em; }
h4 { font-size: 1.1em; padding-top: .5em; }

p { padding-bottom: 1em; line-height: 1.4em; }

hr { height: 1px; color: #666; background-color: #666; border: none; }

em, i { font-size: 96%; }

table, td, th {
	text-align: left;
	font-size: 1em;
	}

.image_left { float: left; margin-top: 5px; margin-right: 12px; margin-bottom: 5px; }

/* CONTAINER */

#container {
	margin: 0; width: auto;
	text-align: left;
	min-height: 100%;
	height: auto;
	}
* html #container {
	height: 100%;
	}

/* HEADER */

#logo { display: none; }

#logo_print { display: block; position: absolute; right: 0; top: 0; }


/* MAIN */
#main { margin-top: 120px; padding-bottom: 0; background: none; }
	
/* CONTENT */
#content { width: auto; background: none; }

#column_A { float: none; display: block; width: auto; overflow: visible; border: 2px solid #CCC; padding: 1em; margin-bottom: 2em; }
#column_A_inner { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#column_B { float: none; display: block; width: auto; overflow: visible; margin-left: 0; border: 2px solid #CCC; padding: 1em; }
#column_B_inner { padding: 0; }

#sideblock { display: none; }

#column_A p { line-height: 1.5em; }
#column_B p { line-height: 1.5em; font-size: 1em; }


h1.header { 
	margin: 0; padding: 1em; padding-left: 0; padding-top: 0; height: auto;
	color: #000; background: none;
	font-size: 24px; line-height: 26px;
	}
* html h1.header {
	height: auto;
	he\ight: auto;
	}

#projects,
#projects:link,
#projects:visited {
	display: none;
	}

/* TABLES */
td { vertical-align: top; }

/* FOOTER */
#footer {
	margin: 2em 0; padding-left: 0;
	font-size: .8em; 
	}

#footer .image_left { margin-right: 30px; }

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #666;
	}
#footer a:hover {
	color: #d60270;
	}

/* FORMS */
form {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b4b87;
	margin: 0 !important;
	padding: 0 !important;
	}

fieldset { margin: 0; padding: 10px 0; border: none; } 
fieldset br { display: none; }
fieldset div { margin: 10px 0; padding: 0; clear: both; }
fieldset legend { display: none; }

fieldset .removed { display: none !important; }

/* labels */
fieldset label, fieldset div.cr p {
	float: left;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-right: 6px;
	width: 120px;
	}

fieldset div.cr {  }

fieldset div.cr p {
	position:absolute;
	top: -2px;
	left: 0;
	}
* html fieldset div.cr p {
	left: -126px;
	}

fieldset div.cr label {
	float: none;
	text-align: left;
	margin: 0;
	margin-left: 129px;
	padding: 0;
	width: auto;
	}

fieldset div.cr label.otherlabel {
	float:left; 
	}
* html fieldset div.cr label.otherlabel {
	width:0.1em;
	margin-left: 54px;
	}

fieldset div span {
	display: block;
	margin-left:129px;
	color:#999;
	}

fieldset div.cr_label label {
	margin-top: -2px;
	}

/* mandatory labels */
fieldset .mandat { color: #44235e; }
fieldset .mandatr { color: #44235e; }

/* inputs */
fieldset input, fieldset select, fieldset textarea { width: 270px;  font-size: 12px; margin: 0; padding: 1px 0 0 2px; border: 1px solid #999; }
fieldset input { height: 16px; }
fieldset div.cr input { border: none; width: auto; margin-right: 5px; }
fieldset div.cr input.otheranswer { border: 1px solid #999; margin-left: 5px;}
fieldset div.cr_label input { border: none; width: auto; }

fieldset input.day { width: 30px; }
fieldset select.month { width: 110px; margin-left: 0;}
fieldset input.year { width: 50px; margin-left: 0;}

fieldset select { width: 275px;}

fieldset textarea { font-family: Arial, Helvetica, sans-serif; }

/* buttons */
fieldset.buttons { padding: 15px 0; }
fieldset.buttons label { width: 129px; }
fieldset.buttons input { width: 100px; height: 24px; padding: 0; border: 1px solid #44235e; color: #FFF; background: #44235e; font-weight: bold; }

/* badinput */
fieldset .badinput { color: #44235e;}
fieldset label.badinput, fieldset div.cr p.badinput { /* background: url(../img/warning.gif) no-repeat left 5px; */ }
fieldset div.cr label.badinput { background: none; }

fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FEF1ED;
	color: #000;
	border: 1px solid #D54B12;
	}

