/*
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}*/

/* EVERYBODY KNOWS WHAT BODY IS
body {
	behavior: url("../WEB-INF/ftl/csshover.htc");
}*/

/* BINDING ERROR */
.error {
	background-color:#FFABAB;
   /*font-size:0.7em;*/
	width: 99.99%;
}

/* THE MAIN WHITE CONTAINER */
.ecalendarContent{
	padding-top: 5px;
	padding-right: 5px;
}

/* ELEMENTS THAT ARE SURROUNDED WITH FIELD-SET*/
.insertFields{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

/* TOOLBAR: month, week etc buttons & search input field */
.viewNavigation{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.regularLink{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #B22F16; 
	text-decoration:none;
}

.regularLink:hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: underline;
}

.tableRowHeading{
	width: 20%;
}

.tableRowContent{
	width: 80%;	
}

.listTable tr{
	height: 30px;
	
}

.l_heading{
	font-weight:bold;
}
