/*
 *		Common style
 */

body {
	margin			: 0;
	text-align		: center;
	/*}

* {*/
	font-family		: verdana, arial, sans-serif;
	font-size		: 10px;
	/*}

body * {*/
	text-align		: left;
	padding: 0;
}


input, textarea, select {
	font-family		: verdana, arial, sans-serif;
	font-size		: 9px;	
}


img {
    border			: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin			: 0;
	padding			: 0;
}

fieldset, form, ul, p {
	margin			: 0;
	padding			: 0;
	border			: 0;
}

ul {
	list-style		: none;
}

em {
	font-style		: normal;
	font-weight		: bold;
}

a {
	text-decoration : none;
}

/*****************************************************************/

/*
 *		Institutional menu (footer & header)
 */

a.testo_menu_ist:link, 
a.testo_menu_ist:visited, 
a.testo_menu_ist:active  {
	color			: #a8a8a8;
	font-size		: 9px;
	letter-spacing  : -1px;
}

a.testo_menu_ist:hover {
	color			: #888888;
}

/*****************************************************************/

/*
 *		Block Elements
 */

.container {
	position		: relative;
	height			: 100%;
	width			: 751px;
	margin			: 0 auto;
	text-align		: left;
}

.farner_repl {
	height			: 0;
	display			: none;
	visibility		: hidden;
}

.clearing {
	height			: 0; 
	font-size		: 0;
	clear			: both;
}

.clearing_footer {
	clear			: both;
	height			: 10px;
}


/*****************************************************************/

/*
 *		Font-style
 */

.ucase {
	text-transform	: uppercase;
}

.bold {
	font-weight		: bold;
}

.color_red {
	color			: #ff1111;
}

.color_blue 
/*.color_blue, * */{
	color			: #004a8e;
}

.color_gray {
	color			: #767676;
}

/***********************************************************************

Common pagine libere

************************************************************************/

body {
	padding:0;
	margin:0;
	font-size:10px;
	color:#767676;
	font-family	: verdana, arial, sans-serif;
}
a { text-decoration:none;
 border:none;
    
  }
	
.container {
	width:751px;
	margin:0 auto;
}
h2 {
	color:#FF1111;
	font-size:19px;
	font-weight:normal;
	margin-left:15px;
	margin-bottom:10px;
}
p {
	padding:0;
}
.box_tit {
    float:left;
	display:inline;
	background: url(../_img_pagine_libere/bg_lbl.gif) top right repeat-y;
	
}

.barra_dot {
    float:left;
	display:inline;
	font-size: 0;
	background:url(../_img_pagine_libere/hdot.gif) bottom repeat-x #fff;
	height: 2px;
	width:742px;
	clear:both;
}
label {
	float:left;
	display:inline;
	width:100px;
	margin-left:15px;
}
.textbox,
.selectbox {
    float:left;
	display:inline;
	font-size:9px;
	border:1px solid #B2B6C5;
	width:220px;
	color:#767676;
}
.selectbox {
	width:160px;
}
form p {
	margin:5px 0;
}
textarea {
	float:left;
	display:inline;
	
	width:600px;
	height:50px;
	padding-top:3px;
	padding-left:3px;
	font-size:10px;
	color:#767676;
	font-family	: verdana, arial, sans-serif;
}

h1.titolo{
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	width:300px;
	float:left;
	display:inline;
	padding:0;
	margin:0 0 0 15px;
	clear:both;
}
h2.titolo{
	font-size:12px;
	color:#ff0000;
	float:left;
	display:inline;
	padding:0;
	margin-top:3px;
	margin-left:0;
	width:120px;

}

#main_err{
	text-align: center;
	margin-top: 51px;
	margin-bottom: 29px;
}

#main_err_vuoto {
	margin-top: 51px;
	padding-top: 10px;
	margin-bottom: 29px;
	width		: 494px;
	height		: 114px;
	background:url(../_img_pagine_libere/sfondo_esito.gif) no-repeat;
	font-size	: 17px;
	margin-left:100px;
}

