﻿/* DEFAULTS BEGIN */
.TableBack
{
	padding: 5px;
	border: 1px dotted #C0C0C0;
	color: #404040;
	background-image: url( 'Images/DefaultBack.jpg' );
	background-repeat: repeat;
}
.TitleRightFrame
{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('Images/BackRicerca.jpg');
	background-repeat: repeat-x;
	min-height:20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
}
.TitleMainFrame
{
	color: #404040;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 15px;
}
/* DEFAULTS END */

/* Carrello.aspx BEGIN */
.GridViewCarrello{
	width: 798px;
}

/* Carrello.aspx END */

.TabDatiFatturaRow
{
	background-color: #FFFFCC;
}

/* Richiesta.aspx BEGIN */
PanelRichiesta
{
}
TableRichiesta
{
	color: #404040;
	text-align: left;
	padding-left: 15px;
}
.BoxTitle {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 30px;
}
.BoxRichiesta {
	border: 1px dotted #404040;
	color: #404040;
	background-color: #FFFFCC;
}
.RichiestaSend{
	vertical-align: top;
	text-align: center;
}
/* Richiesta.aspx END */

/* Admin.aspx BEGIN */
.ContainerAdmin
{
	width: 800px;
	background-color: #C0C0C0;
	font-size: 8pt;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
}
.TabAdmin
{
	font-size: 9pt;
	width: 660px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
}
.FooterAdmin
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
}
.TabFooterAdmin
{
	font-size: 9pt;
	width: 800px;
	text-align: center;
}
.NoCredentials
{
	font-size: 9pt;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
}
/* Admin.aspx END */

