/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*inizio css personali*/
body,*
{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
}

#login
{
	position:absolute;
	width:400px;
	height:150px;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-150px;
	border:solid 1px #000;
	padding:10px;
}
.testo_login
{
	display:inline-block;
	width:80px;
}


#main-ges
{
	margin:auto;
	width:800px;
	border:solid 1px #000;
	padding:10px;
	margin-top:10px;
}

.testo
{
	display:inline-block;
	width:100px;
}
.testo_textarea
{
	display:inline-block;
	width:100px;
	vertical-align:top;
}

.errore
{
	color:red;
}
.errore_textarea
{
	color:red;
	vertical-align:top;
}

/*tabella*/
.tabella-gestione
{
	border:solid 1px #000;	
}
.tabella-gestione th
{
	border:solid 1px #000;
	line-height:30px;
}
#tr-header
{
	height:30px;
	
}
.tabella-gestione tr
{
	border:solid 1px #000;
	text-align:center;
	height:70px;
}
.tabella-gestione td
{
	border:solid 1px #000;
	line-height:70px;
}
.tabella-gestione img
{
	vertical-align:middle;
}
.td0
{
	width:170px;
}
.td1
{
	width:200px;
}
.td2
{
	width:240px;
}

/*modifica*/
.testo-mod
{
	display:inline-block;
	width:170px;
	vertical-align:middle;
}
.testo_textarea-mod
{
	display:inline-block;
	width:170px;
	vertical-align:top;
}
.div-img-mod
{
	display:inline-block;
	min-width:200px;
}
.edit-mod
{
	display:inline-block;
	min-width:200px;
	display:none;
}
.edit-mod-show
{
	display:inline-block;
}
.errore-mod
{
	color:red;
}
.errore_textarea-mod
{
	color:red;
	vertical-align:top;
}
