/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, em, img, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.3;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}

/* typography.css */
body {font-size:70%;color:#222;background:#fff;font-family:Verdana, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
strong {font-weight:bold;}
em {font-style:italic;}
li ul {margin:0 1.5em;}
ul {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text {width:300px;padding:5px;}
textarea {width:390px;height:250px;padding:5px;}

.dx {text-align: right;}
.sx {text-align: left;}
.centra {text-align: center;}
.red {color: red;}

p.errore {
	margin:0;
	color:red;
	}

body {
	text-align: center;
	margin:0;
  color: #000;
  background: #fff
}

div#container {
	background: #1a609e;
	text-align: left;
	width: 950px;
	margin:0 auto;
	padding:0;
	}


 hr {
  background: #ddd; 
  color: #ddd;
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  clear: left; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
  background: #fff;
  color: #fff;
}

p span.up a{text-align: right; font-weight: bold; float:right;}
div.centra-img {text-align: center}
div.centra-img img {float:none; margin:0 auto 0 auto}

div#header {
	position:relative;
}

div#header h1 {
}

div#header h2 {
}

div#flag {
	position:absolute;
	right:0;
	bottom:0;
	z-index:121;
}

	
div#content {
	
	}

div#navigation {
	}

div#navigation ul{
	list-style-type:none ;
	margin-left:0;
	padding-left:0;
	}

div#navigation li{
	font-size: 12px;
	list-style-type:none ;
	margin-left:0;
	padding-left:20px;
	}
	

div#navigation ul a{
	text-decoration:none;
	}

div#navigation ul a.selected {
	border-bottom:1px dotted;
	}
	

div#footer {
	}


/* Form per la registrazione utenti */

.form_info {
  background:#ececf8;
	width:auto;
 }

.form_info span.errore  {
  padding:0 0 0 13em;
  margin:0;
  display:block;
  color:red;
}

.form_info .red {
	color:red;
	}

.form_info ul {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
	}

.form_info ul li {
  clear:both;
  margin:0;
	}
  
.form_info label {
  float:left;
  width:13em;
	}  



.form_info input.text,
.form_info textarea ,
.form_info select.text{
  color:#303030;
  display:block;
  float:left;
  padding:1px 2px;
  margin:0 0 2px 0;
	}

.form_info input.text {width:20em;}
.form_info textarea {width:24em;}


div.radio {
	float:left;
	width:100%;
	padding:0 0 2px 0;
	margin:0 0 8px 0;
}


.radio input {
  display:block;
  float:left;
 }

.radio label {
  float:left;
  width:60px;
  padding:0 4px 0 0;
  text-align:right;
} 


p.errore {
	margin:0;
	color:red;
	}


.form_info input.action {
  margin:10px 0 0 0;
  background:#C3D9FF;
  font-weight:bold; 
	}

