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


body {
	font-family: "arial",sans-serif;
	color: #000;
	padding: 4px 0px 0px 0px;
	margin:0px;
	background: #4C79A8 url(../images/bodyrepeat.png) repeat-y center top;
}

a:link, a:visited {
	color: #A10106;
	text-decoration:none;
}

a:hover, a:active {
	color: #000;
	text-decoration:none;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

/*MAIN CONTENT*/
#main_content {
	margin: auto;
	margin-top: 20px;
	height: 100%;
	width: 995px;
}

/*HEADER*/
h1#header{
    position: relative;
    top: -24px;
    width: 100%;
    height: 171px;
	font-size: 8px;
	margin: 0 0 0 0px;
	padding:0px;
	background: #4C79A8 url(../images/header.png) no-repeat center top;	
}

h1#header span{
	position: absolute;
	width: 100%;
	height: 100%;
}



/* CONTENT TXT */
#content_txt_wrapper{
	margin-top: -20px;
	float:left;
	width: 430px;
	min-height: 500px;
	border-left: 1px dotted #4C79A8;
	border-right: 1px dotted #4C79A8;
}

#content_txt {
	float:left;
	width:410px;
	margin: 0;
	padding:10px 10px 10px 10px;
	font-size: 0.66em;
	text-align: justify;
	line-height: 15px;
}

#content_txt span{
	font-family: "arial",sans-serif;
	color: #7A7A7A;
}

#content_txt label{
	font-family: arial Tahoma, Calibri;
	font-size:14px;
	line-height: 20px;	
}

#content_txt input{
	width: 150px;
}

#content_txt textarea{
	width: 300px;
}

#content_txt li{
	list-style: none;	
}

#content_txt .data_eventi{
	color: #283F59;
	font-size:13px;
	letter-spacing:1px;
	font-weight:bold;
}

#content_txt .titolo_eventi{
	color: #414142;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 5px;
}

/*	CLASS IMAGE_SX E IMAGE_DX*/
.error{
	font-family: arial Tahoma, Calibri;
	font-size:14px;
	color: #a10106;
}

.button{
	padding-top: 10px;
	text-align: center;
}

.image_sx, .image_dx{
	padding: 15px;
	margin-top:8px;
	background-color: #fff;
	width:145px;
	border:#a10106 2px solid;
	height:auto;
}	
	
.image_sx {
	float:left;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.image_dx {
	float:right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.welcome{
	font-family: arial Tahoma, Calibri;
	font-size:12px;
	color: #002765;	
}


/* FOOTER */
#footer {
	width: 100%;
	height: 40px;
	padding: 30px 0px 0px 0px;
	clear:both;
	color:#000;
	font-size:10px;
	text-align:center;
	letter-spacing:1px;
}

#footer a:link,#footer a:visited{
	border-bottom: 1px #05236A dashed;
	color:#283F59;
	font-weight:bold;
}

#footer a:hover, #footer a:active, #login a:hover, #login a:active {
	border-bottom: 0px;
	color:#283F59;
}

.artitle{
	color:#414142;
	font-size:13px;
	text-align:left;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom: solid #283F59 1px;
}

hr{
	border-style:dashed;
	color:#00296F;
}
