﻿.casellaTesto
{
	font-family: Verdana, Tahoma,Arial;
	font-size:10px;
}

.labelErrore
{
	font-weight: bold;
	color: red;
	font-family: Verdana, Tahoma,Arial;
	background-color: #ffff99;
}

.bottone
{
	background-color: White;
	border-right: #b79349 1px solid;
	border-top: #b79349 1px solid;
	font-size: 1em;
	border-left: #b79349 1px solid;
	color: #990000;
	border-bottom: #b79349 1px solid;
	font-family: Verdana;
}

.bottone:hover
{
	background-color: #ffffcc;
}


.img_bottone
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.img_bottone:hover
{
	background-color:Transparent;
}


.testataGridView
{
	text-align: center;
	background-color: #C5B079;
	font-weight: bold;
	height:30px;
}

.rigaGridView
{
	height:35px;
	background-color:#cccc99;
}
.pagingGridView
{
	color: white;
	background-color: #990000;
}

.pagingGridView a:link
{
	color:yellow;
	text-decoration: none;
}

.pagingGridView a:visited
{
	color:yellow;
	text-decoration: none;
}


.pagingGridView a:hover{
	background-color: Transparent;
	
}

.corniceImmagine
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}