/* -------------------------------------------------------------------------------- */
/* STILI PAGER */
/* -------------------------------------------------------------------------------- */

/* lo stile della cella che contiene il pager */
.gridview_pager 								
{
	text-decoration: none;
	}

/* lo stile del pager non selezionato */
A:link.gridview_pager_lnk,A:active.gridview_pager_lnk,A:visited.gridview_pager_lnk									
{
	background-image: url(../images/grid/gridview_pager.gif);
	background-repeat: repeat-x;
	display: inline-block;
	width: 30px;
	text-decoration: none;
	text-align: center;
	color: Gray;
	border: Gray 1px solid;
	font-size: 10px;
	}
		
A:hover.gridview_pager_lnk								
{

	}	

/* lo stile del pager selezionato */
.gridview_pager_sel
{
	text-align: center;
	display: inline-block;
	width: 30px;
	border: Gray 1px solid;
	font-size: 10px;
	color: Gray;
}

/* -------------------------------------------------------------------------------- */
/* STILI HEADER */
/* -------------------------------------------------------------------------------- */

.gridview_header
{
	font-weight: bold;
	height: 18px;
	color: Gray;
	background:url(../images/grid/gridview_header.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	}

/* lo stile dell'header in ordinamento */
A:link.gridview_header_lnk,A:active.gridview_header_lnk,A:visited.gridview_header_lnk									
{
	text-decoration: none;
	color:#294C68;
	color: Gray;
	}
		
A:hover.gridview_header_lnk								
{
	text-decoration: underline;
	color:#294C68;
	color: Gray;
	}
	
/* -------------------------------------------------------------------------------- */
/* STILI ITEMS */
/* -------------------------------------------------------------------------------- */

.gridview_item
{
	cursor: default;
	border-bottom: #efefff 1px solid;
	background-color:#ffffff;
	}

.gridview_alternating_item
{
	cursor: default;
	border-bottom: #FADDDA 1px solid;
	background-color: #eeeeee;
	}
	
.gridview_rowspan_item_1
{
	cursor: default;
	border-bottom: #efefff 1px solid;
	vertical-align: top;
	background:url(../images/grid/gridview_rowspan_item_1.gif);
	background-color:#ffffff;
	background-repeat: repeat-x;
	}
	
/* -------------------------------------------------------------------------------- */
/* STILI FOOTER */
/* -------------------------------------------------------------------------------- */

.gridview_footer
{
	cursor: default;
	border-bottom: #efefff 1px solid;
	}
	
/* -------------------------------------------------------------------------------- */
/* ELENCO BOTTONI */
/* -------------------------------------------------------------------------------- */

.gridview_btn_schedule 
{
	background:url(../images/grid/gridview_btn_schedule.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_delete 
{
	background:url(../images/grid/gridview_btn_delete.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_edit
{
	background:url(../images/grid/gridview_btn_edit.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_update
{
	background-image:url(../images/grid/gridview_btn_update.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_cancel
{
	background:url(../images/grid/gridview_btn_cancel.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_arrow_up
{
	background-image:url(../images/grid/gridview_btn_arrow_up.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_arrow_down
{
	background-image:url(../images/grid/gridview_btn_arrow_down.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_yes
{
	background-image:url(../images/grid/gridview_btn_yes.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_no
{
	background-image:url(../images/grid/gridview_btn_no.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}
	
.gridview_btn_resetpassword
{
	background-image:url(../images/grid/gridview_btn_resetpassword.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}

.gridview_btn_setdefaultlcid
{
	background-image:url(../images/grid/gridview_btn_setdefaultlcid.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	}

