﻿/*GridView*/
.header_gridview
{
	background-image:url("Immagini/bg_gridview.jpg");
	background-repeat:repeat-x;
	height:25px;
	padding-left:3px;
}

.footer_gridview
{
	background-color:#FFFFFF;
	height:20px;
	padding-left:3px;
	color:#333333;
	font-size:small;
}

.footer_gridview select{
    font-size:small;
}

.footer_gridview td
{
	background-image:url("Immagini/bg_paging.jpg");
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	text-align:center;
}
