﻿/*AnteprimaRichiesta.ascx*/

/*titolo settore Anteprima Richiesta*/
.lblTitoloAnteprimaRichiesta
{
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
	color: #A9A18C;
}

/*lable descrizione campo*/
.lblAnteprimaRichiesta
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #A9A18C;
}



/*Formato del testo nello span lo si trova nel rispettivo file vb*/
.spanAnteprimaRichiesta
{
	font-family: Arial;
	font-size: 9pt;
}




/*----------------------------------------------------------------------------------*/
/* manageListRichiesta.aspx*/

/*Dimensioni del Div*/
.divManageListRichiesta
{
	width: 100%;
	text-align: right;
}

.lblStatusRed
{
	color: #fff;
	font-weight: bold;
	background-image: url(RichiesteImgs/statusRed.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 163px;
	height: 63px;
	line-height: 63px;
	text-align: center;
}
.lblStatusGreen
{
	color: #fff;
	font-weight: bold;
	background-image: url(RichiesteImgs/statusGreen.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 163px;
	height: 63px;
	line-height: 63px;
	text-align: center;
}

.lblStatusYellow
{
	color: #fff;
	font-weight: bold;
	background-image: url(RichiesteImgs/statusYellow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 163px;
	height: 63px;
	line-height: 63px;
	text-align: center;
}
.lblStatusGrey
{
	color: #fff;
	font-weight: bold;
	background-image: url(RichiesteImgs/statusGrey.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 163px;
	height: 63px;
	line-height: 63px;
	text-align: center;
}

.pnlStatus
{
	width: 163px;
	height: 63px;
	text-align: center;
	vertical-align:middle;
	}

