/* SPECIFICHE BOX... */
/* APERTURE.... */

.generic-tr{
	background:#FFF url(/img/r-generic-tr.gif) no-repeat top right;
	height:7px;
}

.info-tr{
	background:#e8e4d9 url(/img/r-info-tr.gif) no-repeat right top;
}

.box-tr{
	background:#73838b url(/img/r-box-tr.gif) no-repeat right top;
}

.action-tr{
	background:#F90 url(/img/r-action-tr.gif) no-repeat right bottom;
}

/* TESTATE */
.generic-header{
	background:#FFF;
	padding:0 10px 7px 10px;
}
.generic-header h1{
	color:#999;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}
.generic-header strong{
	color:#039;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}


.info-header{
	background:#e8e4d9;
	padding:0 10px 7px 10px;
	border-bottom:1px solid #699;
	
}
.info-header h1{
	color:#999;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}

.info-header strong{
	font-size: 14px;
}

.box-header{
	background:#73838b;
	padding:0 10px 7px 10px;
	background:#73838b url(/img/headerBg.gif) repeat-x bottom;
	
}
.box-header h1{
	color:#CCC;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}
.box-header strong{
	color:#FFF;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}

/* CORPO */ 
.generic-inner{
	background:#FFF;
	padding:0 10px 0 10px;
}

.info-inner{
	background:#e8e4d9;
	padding:0 10px 0 10px;
}

.box-inner{
	background:#e8e4d9;
	padding:0 10px 0 10px;
}


/* AZIONI */
.action-inner{
	background:#F90;
	padding:7px 10px 0 10px;
	color:#FFF;	
	text-align: right;
}

.action-inner a{
	color:#FFF;
	text-transform: uppercase;
	background: none;
}

.action-inner a:hover{
	color:#DDD;
	text-transform: uppercase;
	background: none;
}

.action-inner input.action, .action-inner button.action{
	background:#F90;
	color:#FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/img/fx.gif) no-repeat right;
	padding-right:12px;
	cursor: pointer;
}



/* CHIUSURE */
.generic-br{
	background:#FFF url(/img/r-generic-br.gif) no-repeat right bottom;
}

.info-br{
	background:#e8e4d9 url(/img/r-info-br.gif) no-repeat right bottom;
}

.action-br{
	background:#F90 url(/img/r-action-br.gif) no-repeat right bottom;
}

/*BARRA UTENTE*/
.user-tr{
	background:#f4f0eb url(/img/r-user-tr.gif) no-repeat top right;
}

.user-br{
	background:#f4f0eb url(/img/r-user-br.gif) no-repeat right bottom;
}