/* CLF 2.0 TEMPLATE VERSION 1.04 | VERSION 1.04 DU GABARIT NSI 2.0 */

/* APPLICATIONS CSS BEGINS | DEBUT DU CSS APPLICATIONS */

form 
{
margin: 5px 0px 10px 0px; 
}

fieldset
{
	border: 1px solid rgb(0,109,163);
	width: 95%;
	padding: 10px 10px 7px 10px;
}

legend
{
	border: 1px solid rgb(0,109,163);
	color: #333333;
	padding: 3px 3px 3px 3px;
	font-weight: bold; 
	text-align: left; 
	font-family: verdana, arial, sans-serif;
	margin: 10px 3px 6px 3px;
}

input.btn
{
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	padding: 2px 4px 2px 0px;
	margin: 3px 3px 3px 0px;
}

input.checkbox
{
	display: block;
	float: left;
	clear: left;
	height: 17px;
}

label.checkbox
{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	width: 50%;
	margin: 0px 0px 0px 1px;
	text-align: left; 
	display: block;
	float: left;
	clear: none;
	margin-left: 10px;
}

input, select, textarea, checkbox
{	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	padding: 2px 4px 2px 4px;
	margin: 3px 3px 9px 3px;
	vertical-align: middle;
	clear: none;
}

input.type
{	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	padding: 2px 4px 2px 4px;
	margin: 3px 3px 3px 2px;
	width: 70%;
	float: left;
	text-align: left; 
	vertical-align: top;
	height: 175%;
}  

label
{
	float: left;
	width: 30%;
	padding: 4px 4px 4px 0px;
	margin: 3px 3px 3px 1px;
	text-align: left; 
	vertical-align: top;
	clear: none;
} 

label.longer
{
	float: left;
	width: 40%;
	padding: 4px 4px 4px 0px;
	margin: 3px 3px 3px 1px;
	text-align: left; 
	vertical-align: top;
	clear: none;
} 

.formtxt
{
font-size: 1em;
line-height: 125%;
color: #000;
font-weight: normal; 
border: none;
padding: 5px 2px 5px 0px;
}

.formtxt.p
{
font-size: 1em;
line-height: 125%;
color: #000;
background-color: #fff;
font-weight: normal; 
border: none;
margin: 0;
padding: 5px 0 8px 0;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row1 {
  clear: both;
  padding-top: 10px;
  height: auto;
  }

div.container
{	
	padding: 0px;
	margin-top: 40px;
}

div.response {
  float: left;
  padding: 3px 3px 4px 2px;
  margin: 3px 3px 3px 1px;
  border: 0;
  font-size: 1em;
  line-height: 150%;
  color: #000;
  background-color: #fff;
  font-weight: normal;
}

div.caption p {
	font-family: verdana, arial, sans-serif;
	text-align: left; 
	font-weight: bold;
	color: rgb(0,109,163);
	padding-top: 20px; 
	padding-bottom: 10px;
}

div.altfrmtbtn
{	color: #000; background-color: #ccc; 
	border: 1px solid #306; }

/*
	application table
*/  
.div.apptable
{
padding: 0px;
}
.apptable table {
	border: 1px solid rgb(214,221,230);
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0px 10px 0px;
	}

.apptable table td {
	border: 1px solid rgb(214,221,230);	
	padding: 4px;
 
}

.apptable table th {
	border: 1px solid rgb(153,153,153);
	background-color: rgb(204,204,204);
	font-weight: bold;
	text-align: center;
	vertical-align: top; 
}

.apptable table th.left {
	text-align: left; 
}

.apptable table th.right {
	text-align: right; 
}

.apptable table caption {
	font-family: verdana, arial, sans-serif;
	text-align: left; 
	font-weight: bold;
	color: rgb(0,109,163);
	padding-top: 20px; 
	padding-bottom: 10px;
}

.apptable table tr.altrow {
	background-color: #eee;
/*	background-color: rgb(223,231,242); */
	color: #000000;
}

.apptable table td.center {
	text-align: center;
}

.apptable table td.right {
	text-align: right;
}
