/* ---------- Styles specific to authentification window ----------- */

/*  ---------Authentification------------- */

div.authmain{
	border : 1px solid rgb(203,204,206);
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 10px;	
	padding-left : 10px;
	background-color : rgb(242,243,245);
	width : 500px;
}



td.authtitle {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 14px;
	color : rgb(0,65,209);
	text-decoration : none;
	text-align : left;
	padding-left : 0px;
	border-bottom : 1px dashed rgb(81,194,254);
	height :  24px;
	}

td.authdescr {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(54,54,54);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 0px;
	}
td.authdescr a {
	color : rgb(0,65,209);
	text-decoration : none;
	}
td.authdescr a:hover {
	color : rgb(54,54,54);
	text-decoration : underline;
	}
/* bloc d'insertion de mot de passe */
table.authtable {
	border : 1px solid rgb(203,204,206);
	background-color : rgb(232,236,239);
}
td.authintro {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(0,65,209);
	text-decoration : none;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 0px;	
	padding-left : 0px;
	vertical-align : top;
	}

select.authselect {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(0,65,209);
	text-decoration : none;
	text-align : left;
	padding : 2px,5px,2px,5px;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 5px;	
	padding-left : 5px;
	border-bottom : 1px solid rgb(0,65,209);
	}
td.authfieldtitle {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	color : rgb(0,65,209);
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(54,54,54);
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield a{
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(0,65,209);
	text-decoration : underline;
	}
td.authfield a:hover{
	color : rgb(54,54,54);
	text-decoration : none;
	}

input.authinput,textarea.authinput {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(0,65,209);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid rgb(203,204,206);
	}
input.authsubmit {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	font-style : italic;
	color : rgb(0,65,209);
	background-color : rgb(242,243,245);
	text-decoration : none;
	text-align : center;
	padding : 2px;
	border : 1px solid rgb(203,204,206);
	}








