﻿/*************** 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;
}
/* PAGINAZIONE RICERCA */
.paginazioneDoc {
	line-height: 25px;
	margin-top: 10px;
	background-color: #FF66FF;
	height: 20px;
	width: 100%;
}
/* CONTENITORI TESTO E OGGETTI */
.divLarge {
	width: 100%;
	position: relative;
	float: left;
	line-height: 24px;
	margin-top: 10px;
}
.div300 {
	width: 300px;
	position: relative;
	float: left;
	line-height: 24px;
	margin-top: 10px;
	margin-top: 10px;
	height: 24px;
}
.div180LeftHead {
	width: 180px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	background-color: #B64435;
	text-indent: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.div180Left {
	width: 175px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
}
.div180LeftLine12 {
	width: 175px;
	position: relative;
	float: left;
	line-height: 12px;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
}
.div170Left {
	width: 175px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
}
.div140 {
	width: 135px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}
.div110LeftHead {
	width: 110px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #B64435;
	text-indent: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.div110Left {
	width: 110px;
	position: relative;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	line-height: 24px;
}
.div90 {
	width: 90px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: right;
	margin-top: 10px;
}
.div80 {
	width: 80px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: right;
	margin-top: 10px;
}
.div80Center {
	width: 80px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
}
.div70CenterHead {
	width: 70px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B64435;
}
.div70Center {
	width: 70px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
}
.div60 {
	width: 60px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: right;
	margin-top: 10px;
}
.div50 {
	width: 50px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: right;
	margin-top: 10px;
}
.div30CenterHead {
	width: 30px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B64435;
}
.div30Center {
	width: 30px;
	position: relative;
	float: left;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
}
/* FORMATTAZIONE OGGETTI */
.formatTB300 {
	width: 300px;
	position: relative;
	float: left;
	text-align: left;
	line-height: 24px;
	height: 24px;
}

