/****************************************************************/
/*  This css classes determine the behaviour of WebRatio units  */
/****************************************************************/

/* The css class used to render WebRatio css classes divs*/
.plain {
	display:inline;
	clear:none;
}

/* 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 {
  text-align:left
}

/* 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 {}

/* 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 */
.row {}

/* The css class used to render rows of current elements*/
.rowCurrent {}

/* The alternate css class used to render rows */
.rowAlternate {
	background: #EDF1FF;
}

/* The alternate css class used to render rows of current elements */
.rowCurrentAlternate {}

/* The css class used to render links */
.link {}

/* 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 {}

/* The css class used to render checkbox */
.checkBox {}

/* 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 fields */
.field {}

/* The css class used to render selection fields and selects */
.selectionfield{}

/* The css class used to render multi selection fields */
.multiselectionfield {}

/* The css class used to render error messages */
.error {
  color:red;
  font-weight:bold;
}

.error .MultiMessageUnit .value{
  color:red;
  font-weight:bold;  
}
/* The css class used to render ascending sort links */
.sortAscending {
	background-image:url(../Resources/asc.png);
	height:10px;
	vertical-align:bottom;
	width:10px;
	padding-right:0px;
}

/* The css class used to render descending sort links */
.sortDescending {
	background-image:url(../Resources/desc.png);
	height:10px;
	vertical-align:bottom;
	width:10px;
	padding-right:0px;
}

/* 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 {}

