

/* REGIONS */

.ButtonLanguage{cursor:pointer;text-align:left;width:30px;margin-right:5px;margin-top:60px;background-color:#CC0033;font-weight:bold;color:white;font-size:12px;}

/* MENU */
.BMA:hover{color:#CC0033;}

/* OTHER */
.RBL:hover{color:white;background-color:#CC0033;}
.RKO{margin-bottom:2px;border:2px solid #CC0000;background-color:#CC0033;color:white;height:25px;font-weight:bold;}	/* Result KO */

/* TABLE */
.TableLeft{text-align:right;background-repeat:no-repeat;background-image:url('../assets/logo_45.png');background-color:#CC0033;height:100px;background-position:10%50%;}
.RegionCanvasPlant{color:gray;font-size:20px;font-weight:bold;height:300px;width:600px;margin-top:3px;background-repeat:no-repeat;background-image:url('../assets/plant_45.png');background-position:50%25%;}					/* Row Section Name */

/* CELL */
.CellRBS:hover{color:white;background-color:#CC0033;}
.CellRKO{display:table-cell;margin-bottom:2px;border:2px solid #CC0000;background-color:#CC0033;color:white;height:25px;font-weight:bold;}	/* Result KO */
					

