.bottone 
{
    background-color: #FFa200;
    width: 160px;
    height: 40px;
    
    color: White;
    font-weight: bold;
    margin-top: 10px;
    
    padding-left:40px;
    white-space: normal;
}

.bottone-dialog
{
	font-size: 11px;
	background-color: #E1E1E1;
	height: 30px;
	width: 116px;
	color: #757577;
	border: 2px solid #C9C9C9;
	font-style: italic;
	font-weight: normal;
}

#FormStoricoSpesa .bottone-dialog
{
    font-style: normal;
    font-size: 1em;
}

.bottone-dialog:hover
{
	background-color: #d2d2d2;
	color: #757577;
}

.bottone-ricerca
{
    /*GAMM 120621 scritta a capo su bottoni*/
    font-size: 12px;
    
    background-color: transparent;
    font-weight: bold;

	border:none;
	font-style: italic;
	font-weight:normal;
}

.bottone-ricerca:hover
{
	background-color: #ebebeb;
}

/* Input generici */
.data-ore-minuti, .ore-minuti
{
	display: inline;
}

.ore-minuti input[type="select"]
{
	width: 50px;
}

.ore-minuti input[type="text"]
{
	width: 25px;
}

/* Select - DropDownList */
select, input {
	border: 1px solid #ddd;
	padding: 3px;
	font-size: 12px;
	color: #434343;
	border-radius: 4px;
	behavior: url(PIE.htc);
}
select {
	height: 23px;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.bottone-tabella
{
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	color: #434343;
	background-image: url('Tema/ui-icons_888888_256x240.png');
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-left: 2px;
}

.manina 
{
	cursor: pointer;
}


.columnButton {
	border:1px solid #ddd;
	border-radius: 4px;
	display:block;
	BACKGROUND-IMAGE: url('Tema/ui-icons_888888_256x240.png'); 
	width: 16px !important; 
	height: 16px !important;
	cursor: pointer;
}

.headerButton {
    border-width: 0;
	BACKGROUND-IMAGE: url('Tema/ui-icons_888888_256x240.png'); 
	width: 16px !important; 
	height: 16px !important;
}

.pagerButton {
	position:relative;
	top:0px;	
	border:1px solid #ccc;
	border-radius: 4px;
	display:inline-block;
	BACKGROUND-IMAGE: url('Tema/ui-icons_888888_256x240.png'); 
	WIDTH: 16px; 
	HEIGHT: 16px;
	line-height: 30px;
	margin-right:5px;
	padding-top: 3px;
	cursor: pointer;
}

.mini_bottoni_cruscotto
{
	float: left;
	margin-left: 10px;
}

.mini_bottoni_preferenze
{
	float: right;
	margin-left: 5px;
	background-color: #fff;
	position: relative;
    top: 7px;
}

.tabella-allegati td img
{
    cursor:pointer;
}

/* Icone */
.icona-travel 
{
	width: 20px;
	height: 20px;
}
