/**
 *		css/print
 *		------------------------------------------------------------------------
 *		Last Modif.: 2008-09-19
 *		------------------------------------------------------------------------
 *		(c) Copyright 2008 Sofa Design, for Icare. 
 *		All rights reserved.
 *		------------------------------------------------------------------------  
 */

/* @group =RESET */

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
address { font-style: normal;}
/* @end */

/* @group =TYPOGRAPHY */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body  { 
  font: 75%/1.5 Verdana, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
  color: #4c4c4c;
}
sup { vertical-align:super; line-height:0; }
sub { vertical-align:sub; line-height:0; }

/* we use Trebuchet MS for titles */
h1, h2, h3, h4, h5, h6, #breadcrumbs {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	}
	
/*
	300%  <-> 36px   (12px * 3)
	200%  <-> 24px   (12px * 2)
	150%  <-> 18px   (12px * 1.5)
	120%  <-> 14.4px (12px * 1.2)
	91.6% <-> 11px   (12px * 0.916)
*/
h1, h2, h3, h4 {
	font-size: 120%;
	text-transform: uppercase;
	}
a, a:link, a:hover, a:visited {
	color: black;
	}
a:hover {text-decoration: none;}

#footer {
	font-size: 91.6%;
	}

/* @end */

/* @group =LAYOUT */

#breadcrumbs {display: none;}
			
/* @end */
#header p.logo strong {
	display:none;
	}
#footer{
	border-top: 1px solid black;
	}
#footer .links a, #footer .links span {
	display: none;
	}
#footer .links .copyright, #footer .links .copyright a {
	display: inline;
	}
#footer .copyright {
	margin-left: 182px;
	}
#footer dl {
	margin: 10px 0;
	margin-right: 48px;
	overflow: hidden; /*clearing */
	}
	#footer dt {
		width: 182px;
		float: left;
		}
		#footer dt img {
			margin: 0 32px 0 39px;
			}
	#footer dd {
		text-align: left; 
		}
#message img{
	display: none;
	}
form li {
	overflow: hidden; /* clearing */
	margin-bottom:10px;
	margin-left: -20px;
	}
	label, p.legend {
		display: block;
		width: 122px; /* 2cols + 2 gutters - 26px -(form li margin-left)*/
		float:left;
		text-align:right;
		margin-right: 10px;
		padding-top: 3px;
		line-height: 1.2;
		
		}
	input, textarea {
		width: 246px;/*4cols + 3 gutters */
		padding: 2px;
		}
	input:focus, input:hover {
		background-color: #eff9f9;	
		}
	input.error {
		border: 2px solid red;	
		}
	.help, li .help, p.info, label.error {
		display: block;
		float: none;
		text-align: left;
		padding-top: 0;
		line-height: 1.4;
		color: #a1a553;
		font-style: italic;
		font-size: 91.6%;
		margin-left: 132px; /* label width + 10*/
		width: 320px;/*5cols + 5 gutters*/
		}
	.help {
		margin-left: 0;
		}
	p.info {
		padding-left: 40px;
		margin-left: 92px; /* label width + 10 - padding-left*/
		margin-top: 1em;
		background: transparent url(ico_warning.png) no-repeat 0 10px;
		}
	label.error {
		color: red;
		}
	a.help, a.help:hover, a.help:visited {
		color: #f4a236;
		font-style: normal;
		font-weight: bold;
		margin-bottom: 10px;
		}
	#new_email_fields {
		overflow: hidden;
		margin-left: 10px;
		width: 408px;
		background-color: #f1ecdf;
		padding: 10px 10px 0 10px;
		}
	/* for radio buttons fieldsets */
	li fieldset input, li fieldset label {
		display: inline;
		float: none;
		width: auto;
		vertical-align: middle;
		}
.preview dl {
	overflow: hidden; /* clearing */
	margin-bottom:10px;
	}
	.preview dt {
		display: block;
		width: 122px; /* 2cols + 2 gutters - 26px -(preview dl margin-left)*/
		float:left;
		text-align:right;
		margin-right: 10px;
		padding-top: 3px;
		line-height: 1.2;
		color: #45a0b5;
		}
	.preview dd {
		width: 348px; /* .preview dl width - dt width - 1 col*/
		padding: 2px;
		font-weight: bold;
		margin-left: 132px;
		}
	.preview dd.clear { /* clearing */
		clear: both;
		visibility:hidden;
		width: 100%;
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		}
form#confirmation {
	margin-left: -26px; /* remove box padding */
	}
	#confirmation fieldset, #confirmation .buttons {
		width: 400px;
		margin-left: 64px; /* 1col + 1 gutter */
		}
	#confirmation fieldset {
		padding: 20px 0 10px 0;
		/*height: 100px;*/
		/*background: transparent url(bg_confirmation.png) no-repeat 0 0;*/
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #eff9f9;
		font-size: 91.6%;
		}
		#confirmation fieldset p, #confirmation fieldset h3 {
			margin-left: 20px;
			}
		#confirmation fieldset p {
			overflow: hidden;
			margin: 8px 20px;
			}
		#confirmation .links {
			position: relative;
			top:  -15px;
			margin: 0 1em 0 20px;
			padding-top: 15px;
			padding-left: 30px;
			background: transparent url(ico_doc.png) no-repeat 0 1px;
			}
		#confirmation h3 {
			font-family: Verdana, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
			font-size: 100%;
			text-transform: none;
			padding-left: 30px;
			}
		#confirmation label, #confirmation input{
			float: none;
			margin: 0;
			padding: 0;
			width: auto;
			text-align: left;
			}
		#confirmation input {
			float: left;
			}
		#confirmation label {
			margin-left: 30px; /* #confirmation .links padding-left */
			}
	#confirmation li {
		margin-left: 0;
		}
	#print {
		visibility: hidden;
	}
		
