﻿/* 
	All styles have this part in front: ".ui-widget-content ". This is to make sure they have precedence above the jQuery themeroller styles.
*/
.ui-widget-content .eConHighPriority
{
	background-color: red;
	color: yellow;
	font-weight: bold;
}
.ui-widget-content .eConMediumPriority
{
	background-color: forestgreen;
	color: yellow;
}
.ui-widget-content .eConLowPriority
{
	background-color: lightgrey;
	color: yellow;
}

.ui-widget-content .nobox, .ui-widget-content .noboxR       
{ 
	border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}