/************************/
/* EXCEL TABLE SETTINGS */
/************************/
/**********Forage settings**********/
table table.tableforage {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 9px;
	color: black;
	width:100% !important;
	text-align:center;
}
.tableforage td {
	font-family: Verdana, Arial, Trebuchet MS;
	background-color: #f3ded5 !important;
	text-align:center;
	font-size: 9px;
}
.tableforage .boldforage {
	color: white;
	font-weight: bold;
	background-color: #CE1141 !important;
}
.tableforage .leftboldforage {
	color: white;
	font-weight: bold;
	background-color: #CE1141 !important;
	text-align:left;
}
.tableforage .italicforage {
	color: black;
	font-style: italic;
}

/**********Organ settings**********/
table table.tableorgan {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 9px;
	color: black;
	width:100% !important;
	text-align:center;
}
.tableorgan td {
	font-family: Verdana, Arial, Trebuchet MS;
	background-color: #FFF0C7 !important;
	text-align:center;
	font-size: 9px;
}
.tableorgan .boldorgan {
	background-color: #FFE5CA !important;
	color: black;
	font-weight: bold;
}
.tableorgan .leftboldorgan {
	background-color: #FFE5CA !important;
	color: black;
	font-weight: bold;
	text-align:left;
}
.tableorgan .italicorgan {
	color: black;
	font-style: italic;
}

/**********Turf settings**********/
table table.tableturf {
	color: black;
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 9px;
	width:100% !important;
	text-align:center;
}
.tableturf td {
	font-family: Verdana, Arial, Trebuchet MS;
	background-color: #D9EBCE !important;
	text-align:center;
	font-size: 9px;
}
.tableturf .boldturf {
	background-color: #B5D2AA !important;
	color: black;
	font-weight: bold;
}
.tableturf .leftboldturf {
	background-color: #B5D2AA !important;
	color: black;
	font-weight: bold;
	text-align:left;
}
.tableturf .italicturf {
	color: black;
	font-style: italic;
}
/************************/
/* EXCEL TABLE SETTINGS */
/************************/
