﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* The whole FormView, including the header, footer, pagination and data regions. */
/* Header, footer e pagination è stata eliminata perchè non necessaria in questa fase */
.FormViewIscritto .AspNet-FormView
{
	width: 566px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: transparent;
}
.FormViewIscritto .AspNet-FormView .AspNet-FormView-Data h5
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}
.FormViewIscritto .AspNet-FormView .AspNet-FormView-Data h6
{
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	border-top: #c0c0c0 1px groove;
	color: #808080;
	background-color: transparent;
	padding:10px 0px 0px 0px;
}
/* Controls the appearance of whatever you define in the <ItemTemplate> */
.FormViewIscritto .AspNet-FormView-Data
{
    padding: 7px 0px 0px 4px;
}
