/*hide the reporting menu item
div[title="Reporting"] {
      display:none;
 }*/

/* Make Name Bold in infozone */
tr#infozonekey1 td {
font-weight: bold;
font-size: larger;
display: inline;
}

/* change colour of event type in monitors */
.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-incident { 
background: #FF0000 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-problem { 
background: #808000 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-change { 
background: #00FF00 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-task { 
background: #FFFF00 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-authorisationtask { 
background: #FFFF00 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-decisiontask { 
background: #C0C0C0 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-servicerequest { 
background: #FF8040 !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-order { 
background: #0FFFFC !important; 
} 

.dojoxGridRow .dojoxGridRowTable .dojoxGridCell .eventType-unknown { 
background: #FFFFFF !important; 
}
