body {
	font: 100% "Arial", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: left; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
}

img
{
	border: 0px;
}

span.Label_Small
{
	font-size: 9px;
	text-transform: uppercase;
}

span.error_message
{
	color: Red;
	font-weight: bold;
}


TEXTAREA
{
	width: 98%;
}

.AjaxGridFirstCell
{
	border-left: 0px!important;
}

.middle-north
{
	overflow: auto !important;
}
.middle-east
{
	padding: 0px;
	margin: 0px;
}

.outer-north
{
	background:  url(images/tab2.gif) repeat-x bottom left ;
}

.disableControl
{
	background: #eee;
}

.textbox
{
	width: 200px;
}

.combobox
{
	width: 200px;
}

.textbox100
{
	width:400px;
}

.label
{
}

.formInput
{
	width: 90%;
}

.table_upload_files 
{
	
}


.table_upload_files th
{
	
	
}

.LblParametriTesting
{
	width: 60px;
}

.TxtParametriTesting
{
	width: 150px;
}

/*Main Filter */

 .AjaxFilterHeader
{
	display:none;
}


input.AjaxFilter_DatePicker
{
	width: 100px!important;
}

table.AjaxFilter_DatePickerTable
{
	width: 300px!important;
}

.login-header {border-bottom: 1px solid #ccc}