/****************************************************************/
/*  This css classes determine the behaviour of WebRatio units  */
/****************************************************************/

/* The css class used to render WebRatio css classes divs*/
.plain {
	display: inline;
	clear: none;
}

/* The css class used to render WebRatio css class for MultiMessageUnit*/
.MultiMessageUnit{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

/* The css class used to render WebRatio css class for MultiChoiceIndexUnit*/
MultiChoiceIndexUnit{
}

/* The css class used to render WebRatio css class for IndexUnit*/
IndexUnix{
}

/* The css class used to render checkbox */
.checkBox {}

/* The css class used to render fields */
.field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	width: 190px;
}

/* The css class used to render selection fields and selects */
.selectionfield {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 200px;
}

/* The css class used to render multi selection fields */
.multiselectionfield {
}

/* The css class used to render rows */
.row {}

/* Fix for Internet Explorer for input with background image */
input[type="submit"] {
	border: 1px outset
}
/* Fix for Internet Explorer for input with background image */
input[type="button"] {
	border: 1px outset
}

/* The css class used to render headers and attribute names */
.header {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
}

/* The css class used to render headers and attribute names of current elements */
.headerCurrent {}

/* The alternate css class used to render headers and attribute names */
.headerAlternate {}

/* The alternate css class used to render headers and attribute names of current elements */
.headerCurrentAlternate {}

/* The css class used to render attribute values */
.value {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
}

/* The css class used to render attribute values of current elements */
.valueCurrent {}

/* The alternate css class used to render attribute values */
.valueAlternate {}

/* The alternate css class used to render attribute values of current elements */
.valueCurrentAlternate {}


/* The css class used to render rows of current elements*/
.rowCurrent {}

/* The alternate css class used to render rows */
.rowAlternate {}

/* The alternate css class used to render rows of current elements */
.rowCurrentAlternate {}

/* The css class used to render links */
.link {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* The css class used to render links of current elements */
.linkCurrent {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* The alternate css class used to render links */
.linkAlternate {}

/* The alternate css class used to render links of current elements */
.linkCurrentAlternate {}

/* The css class used to render bullets */
.bullet {}

/* The css class used to render bullets of current elements */
.bulletCurrent{}

/* The alternate css class used to render bullets */
.bulletAlternate {}

/* The alternate css class used to render bullets of current elements */
.bulletCurrentAlternate{}

/* The css class used to render buttons */
.button {
	background-color: Silver;
	border-style: none;
}

/* The css class used to render scroll links */
.scroll {}

/* The css class used to render the text between scroll links (i.e. 1-10 of 20) */
.scrollText {}

/* The css class used to render sorting links */
.sort {}

/* The css class used to render jump bundles */
.jump {}


/* The css class used to render error messages */
.error {}

/* The css class used to render ascending sort links */
.sortAscending {}

/* The css class used to render descending sort links */
.sortDescending {}

/* The css class used to render the selectAll link of the multichoice index unit */
.selectAll {}

/* The css class used to render the unSelectAll link of the multichoice index unit */
.unSelectAll {}

/* The css class used to render the month names of the eventcalendar unit */
.month{}

/* The css class used to render the previous year link of the eventcalendar unit */
.previousYear{}

/* The css class used to render the next year link of the eventcalendar unit */
.nextYear{}

/* The css class used to render horizontal spacing */
.horizontalSpacer {}

/* The css class used to render vertical spacing */
.verticalSpacer {}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

td.header{
	background-image: url(../../immagini/logo.jpg);
	width: 740px;
	height: 106px;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

.sfondo{
	background-image: url(../../immagini/sfondo_chiaro.jpg);
}

.postiErrore{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Red;
}

.colorValue{
		background-color: InfoBackground;
}

/* CLASSI PER LA PAGINA DEL QUESTIONARIO */
.fieldQuestionario {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 400px;
}

.selectionFieldQuestionario {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 410px;
}
