/* CSS Document */
/*  Elena: qui ci metto le cose nuove per i periodici - ricerca in php */

form#dayForm {
	width:98%;
}

form#dayForm table {
	margin: 0;
}

form#dayForm table caption {
	font-weight: normal;
	line-height: 2;
	text-align: left;
	padding: 0;
	margin: auto;
}

form#dayForm table th {
	text-align: right;
}

form#dayForm table td {
	text-align: left;
	font-weight: bold;
	padding:0;
}

#letture {
	background-position: center center;
	background-color: transparent;
}

#letture h2 {
	text-align: center;
	margin: 20px 0;
	padding: 0;
}

#letture img {
	border: none;
}

#col_sx {
	float: left;
	width: 140px;
	margin: 10px 0;
	padding: 0 10px 0 0;
/*	background-color: pink;  */
}

#col_sx img, #col_dx img {
	margin: 5px 0;
}

#col_dx {
	float: right;
	width: 100px;
	margin: 10px 0;
/*		background-color: pink;  */
	text-align:right;
}

#col_cen {
	margin: 0 100px 0 160px;
/*	background-color: yellow; */
}

#col_cen b {
	display: block;
}

.bdj {text-align:center;margin-top:20px;padding-top:20px;}
h2 {line-height:2;}
.r h2 {color:red;border-bottom:1px solid red;}
.r .bdj {border-top:1px solid red !important;}

.g h2 {color: green;border-bottom:1px solid green;}
.g .bdj {border-top:1px solid green !important;}

.w h2 {color: #beab0c;border-bottom:1px solid #beab0c;}
.w .bdj {border-top:1px solid #beab0c !important;}

.p h2{color: purple;border-bottom:1px solid purple;}
.p .bdj {border-top:1px solid purple !important;}

input {
	font-weight: normal;
	width: 100px;
}

select {
	width: 100px;
	font-weight: normal;
}

.button {
	width: 80px;
}

.size_l {	/* large default */
	width: 250px;
}
.size_xl {	/* extra large */
	width: 450px;
}
.size_m {	/* medium default */
	width: 150px;
}
.size_s {	/* small */
	width: 80px;
}
.size_xs {	/* extra extra small */
	width: 50px;
}
.size_xxs {	/* extra small */
	width: 20px;
}

.titolo{
background-color:#999999;
border-bottom:1px solid #000033;}

.bdj a{border:1px solid #C93943;padding:3px;font-size:12px;font-weight:bold;color:#C93943;text-decoration:none;}
.bdj a:hover{background-color: #C93943;color:white;text-decoration:none;}



