﻿/*************** FORMATTAZIONE TABELLA RICERCA DOCUMENTI ***************/
#positionSearch {
	width: 440px;
	position: relative;
	height: auto;
	float: left;
}
/* TITOLO CERCA DOCUMENTI */
.titoloCercaDocumenti {
	width: 440px;
	float: left;
	line-height: 20px;
	background-color: #EEE6E7;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 10px;
}
/* DROP DOWN TIPO DOCUMENTO */
.categoriaDocumenti {
	width: 440px;
	float: left;
	height: 20px;
	position: relative;
	margin-top: 5px;
}
.formatCategoriaDocumenti {
	width: 440px;
	height: 20px;
	font-size: 10px;
}
/* CAMPO DESCRIZIONE */
.descrizione {
	width: 440px;
	float: left;
	line-height: 20px;
	position: relative;
	font-weight: normal;
	padding-top: 10px;
}
/* CAMPO TITOLO DOCUMENTO */
.formatTitoloDocumento {
	border: 1px solid #000000;
	width: 438px;
	float: left;
	line-height: 20px;
	position: relative;
}
/* DATA DAL ... AL */

.labelCalendar {
	line-height: 20px;
	float: left;
	width: 48px;
	text-align: right;
	position: relative;
	font-weight: bold;
}
.calendarDay {
	line-height: 20px;
	float: left;
	width: 60px;
	text-align: left;
	text-indent: 10px;
	position: relative;
}
.formatCalendarDay {
	font-size: 10px;
	height: 20px;
}
.calendarMonth {
	line-height: 20px;
	float: left;
	width: 90px;
	text-align: left;
	text-indent: 10px;
	position: relative;
}
.formatCalendarMonth {
	font-size: 10px;
	height: 20px;
}
.calendarYear {
	line-height: 20px;
	float: left;
	width: 100px;
	text-align: left;
	text-indent: 10px;
	position: relative;
}
.formatCalendarYear {
	font-size: 10px;
	height: 20px;
}
/* CAMPO PAROLE CHIAVE */
.paroleChiave {
	width: 310px;
	float: left;
	height: 20px;
	position: relative;
}
.formatParoleChiave {
	width: 310px;
	height: 15px;
	font-size: 10px;
}
/* BOTTONE CERCA */
.searchButton {
	width: 130px;
	float: left;
	height: 20px;
	position: relative;
}
.formatSearchButton {
	width: 110px;
	cursor: hand;
	font-size: 10px;
	float: right;
	position: relative;
}

