﻿/* QUESTO FILE CONTIENE TUTTE LE CLASSI CHE FORMATTANO LE PAGINE
   DEI CAMPI JOLLY*/


/*Titoli delle colonne delle tabelle dei Campi Jolly*/
.lblTitColCJ
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* Elimina il punto dello stile elenco*/
.CampoJolly li {
	list-style:none;
}

/*Campo Jolly Attivo*/
.CampoJollyActive {
	list-style:none;
	margin:2px;
	background-image:url(../GenericCss/AtlasImages/rlBackgroundActive.gif);
	background-repeat:repeat;
	border:solid 1px Gray;
}

/*Campo Jolly Inattivo*/
.CampoJollyInactive {
	list-style:none;
	margin:2px;
	background-image:url(../GenericCss/AtlasImages/rlBackgroundInactive.gif);
	background-repeat:repeat;
	border:solid 1px Gray;
}

/*Controllare a che cosa serve*/
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

/*Controllare a che cosa serve*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../GenericCss/AtlasImages/rlDragHandle.png);
	cursor:move;
	border:outset thin white;
}

/*Controllare a che cosa serve*/
.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/*Controllare a che cosa serve*/
.insertArea
{
	list-style:none;
	margin:2px;
	color:Black;	
}

/*Controllare a che cosa serve*/
.insertAreaText 
{
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
	margin-left:15px;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

/*Attenzione viene associato via codice*/
/*Bottone disabilitato*/
.ModularDataButtonDisabled
{
		height:15px;
		vertical-align:middle;
		background-image: url(../GenericCss/AtlasImages/ButtonBackgroundDisabled.jpg);
		background-repeat: repeat-x;
		background-position: 0 0;
		border: solid 0px;
		color: #FFFFFF;
		font-size: 90%;
		cursor:default;
}

