﻿/*
	Blu barra user/psw:			#a8bff1
	Giallo barra registrati:	#fdda1c
	Blu scuro per scritte:		#333399
	Grigio chiaro sfondo item carrello:	#fafbfe
*/

.GridStyle
{
	border: solid 1px #a8bff1;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.GridHeaderStyle
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #a8bff1;
	text-align: center;
}

.GridHeaderStyle A:link, .GridHeaderStyle A:visited, .GridHeaderStyle A:active
{
	font-weight: bold;
	font-size: 11px;
	color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
}

.GridHeaderStyle A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.GridRowStyle
{
	color: #333399;
	height: 18px;
	background-color: #ebedfc;
}

.GridAlternatingRowStyle
{
	color: #123c6e;
	height: 18px;
	background-color: #ffffff;
}

.GridPagerStyle
{
	font-weight: bold;
	font-size: 11px;
	color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #a8bff1;
}

.GridPagerStyle a:link, .GridPagerStyle a:active, .GridPagerStyle a:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #a8bff1;
}

.GridPagerStyle a:hover 
{
	font-weight: bold;
	font-size: 11px;
	color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #a8bff1;
	text-decoration: underline;
}

.GridEmptyDataRowStyle
{
	text-align: center;
	font-weight: bold;
}