@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../img/pattern_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}
img { behavior: url(lib/iepngfix.htc) }
a:link, a:visited{
	color:#333333;
	text-decoration:none;
}
pre {
	margin-top:20px;
	background-color: yellow;
	border: 1px solid #333;
	padding: 10px;
	width:800px;
	margin:0 auto;
	overflow-x: scroll;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
legend{
	text-transform:uppercase;
}
#container{
	width:955px;
	margin:0 auto;
	padding-top:25px;	
}
.right{
	float:right;
}
.mark{
	padding:0px 10px 0px 0px;
}
.titolo{
	color:#004C90;
	font-size:19px;
	font-weight:normal;
	padding-left:15px;
	padding-top:14px;
}
.tit_patch{
	padding-top:0px;
}
.titoletto{
	color:#004C90;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	padding-top:3px;
	padding-bottom:3px;
}
.tit_patch{
	margin-top:0px;
}
.titoletto_grigio{
	font-weight:bold;
}
.mini_testo{
	font-size:11px;
}
.over{
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
.closure{
	clear:both;
}
#head {
	height:212px;
	width:955px;
	background-image:url(../testate/testata.jpg);
	background-repeat:no-repeat;
	background-position:top;	
}

/* --------- LOGIN ---------- */

#login{
	width:194px;
	height:172px;
	background-image:url(../img/login.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
	margin-top:6px; /* antes 19 */
	margin-right:5px;
	padding-left:22px;
	padding-top:30px;
}
#form_login {
	width:173px;
}
#container_login1{
	margin-top:18px;
}
#container_login2{
	margin-top:5px;
	margin-bottom:10px;
}
#flag_en{
	background: url(../img/flags/english.jpg) no-repeat;
	border: none;
	height: 18px;
	width: 24px;
	cursor: pointer;
	font-size:0px;
}
#flag_es{
	background: url(../img/flags/spanish.jpg) no-repeat;
	border: none;
	height: 18px;
	width: 24px;
	cursor: pointer;
	font-size:0px;
}
#flag_fr{
	background: url(../img/flags/french.jpg) no-repeat;
	border: none;
	height: 18px;
	width: 24px;
	cursor: pointer;
	font-size:0px;
}
.input_login{
	width:164px;
	border:1px solid #CCCCCC;
	padding:3px;
}
.label_login{
	font-size:11px;
	font-weight:bold;
}
#invia_login{
	background: url(../img/btn/btn_login.jpg) no-repeat;
	border: none;
	height: 20px;
	width: 65px;
	cursor: pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
.invia_form{
	background: url(../img/btn/btn_forms.jpg) no-repeat;
	border: none;
	height: 22px;
	width: 71px;
	cursor: pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

/* --------- MENU HOME ---------- */

.menu_home{
	float:left;
	margin-right:16px;
}
.last{
	margin-right:0px;
}

/* --------- MENU GENERALE ---------- */

.menu{
	float:left;
}
.menu_titolo{
	background-image:url(../img/menu_titolo.jpg);
	background-repeat:no-repeat;
	width:307px;
	height:49px;
	margin-top:16px;
}
.menu_links{
	background-image:url(../img/menu_links.jpg);
	background-repeat:no-repeat;
	width:307px;
	height:117px;
}
.ul_links {
	padding-left:32px;
	padding-top:8px;
	line-height:20px;
}
.ul_links li{
	font-size:12px;
	list-style-image:url(../img/list_image.jpg);
}
.ul_links li a:link, .ul_links li a:visited{
	color:#333333;
	text-decoration:none;
}
.ul_links li a:hover{
	color:#333333;
	text-decoration:underline;
}
.one,.two,.three,.four,.five,.six {
	cursor:pointer;
}

/* --------- CONTENUTO ---------- */

.content{
	float:right;
}
.content_titolo{
	background-image:url(../img/contenuto_titolo.jpg);
	background-repeat:no-repeat;
	width:632px;
	height:49px;
	margin-top:16px;
}
.content_content{
	width:602px;
	padding:14px;
	color:#333333;
	font-size:12px;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}
.content_content p{
	
	line-height:20px;
}

/* --------- SOCI ---------- */

.tab_soci{
	width:600px;
}
.tab_soci tr td{
	padding:3px;
}
.casoupper{
	text-transform:uppercase;
}

/* --------- MODULO RICERCA PARTNER ---------- */

.modulo_errore{
	color:#FF0000;
	font-style:italic;
	font-size:11px;
}
.field_modulo{
	border:1px dotted #CCCCCC;
	padding:10px;
	margin-top:20px;
}
.field_patch{
	margin-top:10px;
}
.leg_modulo{
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	background-color:#eeeeee;
	padding:8px;
	border:1px dotted #CCCCCC;
}
.content_form{
	margin-top:12px;
}
.campo{
	width:570px;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-top:3px;
}
.campo_small{
	width:270px;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-top:3px;
}
.area{
	width:570px;
	/* height:200px; */
	border:1px solid #CCCCCC;
	padding:3px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.radio{
	padding:3px;
	margin-top:5px;
}
.check{
	margin-top:5px;
}
.sel{
	width:300px;
	margin-top:3px;
}
.right_input{
	padding-left:22px;
}
.inputHighlight{
    background-color:#EEEEEE;
}

/* --------- NEWS ---------- */

.content_news{
	background-color:#EEEEEE;
	padding:7px;
	width:586px;
	margin-bottom:10px;	
}
.archivio_news a:link, .archivio_news a:visited{
	color:#333333;
	text-decoration:none;
}
.archivio_news a:hover{
	color:#333333;
	text-decoration:underline;
}
.revis{
	background-color:#FFCCCC;
	padding:3px;
	margin-right:2px;
	font-style:italic;
	border-bottom:1px solid #FF9999;
}

/* --------- LINKS ---------- */

.links a:link, .links a:visited{
	color:#333333;
	text-decoration:none;	
}
.links a:hover{
	color:#333333;
	text-decoration:underline;	
}

/* --------- PROGETTI ---------- */

.mark2{
	margin-top:5px;
}

/* --------- FOOTER ---------- */

#footer {
	clear:both;
	height:70px;   /* Height of the footer */
	background-image:url(../img/pattern_bottom.jpg);
	background-repeat:repeat-x;
}
#footer_content {
	width:955px;
	margin:0 auto;
}
#logo_ue{
	margin-top:10px;
}
#logo_asturias{
	margin-top:7px;
	float:right;
}

/* --------- ERRORS ---------- */

.error403{
	color:#FF0000;
	font-weight:bold;
}

/* --------- LOGIN ---------- */

.loader{
	visibility:hidden;
}
.loader_show{
	visibility:visible;
}

/* --------- MOBILITY EXCHANGES ---------- */

.exchange span{
	line-height:20px;
}
#nb{
	border:1px solid #AA5749;
	background-color:#FFCCCC;
	padding:7px;
	font-weight:bold;
	margin-bottom:5px;
}

/* --------- RIUNIONI ---------- */

.many p{
	line-height:22px;
}
.p_r{
	border:1px solid #DDDDDD;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#EEEEEE;
	margin-top:5px;
}
.partecipante {
	margin-left:17px;
	
}

