
.claro .dojoxGridMasterHeader {
	background: url(../../../resources/images/column-header-bg.gif) repeat-x scroll 0 0 #EDF2F7;
/*
	background: url(../../../resources/images/header.png) #EDF2F7 repeat-x bottom;
	background: -moz-linear-gradient(top, #EDF2F7, #D0DFEA);
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF2F7), to(#D0DFEA));
*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEDF2F7, endColorstr=#FFD0DFEA);
	border-width: 1px;
	border-style:solid;
	border-color:#99BCE8 #99BCE8 #C5C5C5;
	border-bottom:0;
}

.claro .dojoxTaskBarInfoTD {
    background-color: #E4E5E7;
    border-color: #99BCE8;
    border-bottom: 1px solid #BFD6EB;
    border-top: 1px solid #BFD6EB;
}

.claro .dojoxTaskBar {
	border-color: #99BCE8;
    border-style: solid;
    border-width: 1px;
    color: black;
    background-color: #E4E5E7;
    padding: 0;
    cursor: pointer;
    width: 100%;
}

.claro .dojoxTaskEditBtnTD{
	width:20px;
}

.claro .dojoxGridHeader tr:first-child .dojoxGridCell {
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid transparent;
}
.grid-bug{
	background: url(/scadmin/images/icons/actions/bug.png) no-repeat scroll left center transparent;
	padding:2px 0 0 22px;
	border-left:4px solid #00FF00;
	margin:-3px 0 -3px -4px;
}
.grid-bug b{
	display:block;
	-moz-box-sizing: border-box;
}
.grid-bug span{
	display:block;
	-moz-box-sizing: border-box;
}
.grid-priority{
	cursor:pointer;
	width:16px;
	height:16px;
	margin:0px;
	background: url('/scadmin/images/icons/indicators/step-invalid.gif') no-repeat scroll 0 0 transparent;
}
.high{
	background: url('/scadmin/images/icons/indicators/flag-red.gif') no-repeat scroll 0 0 transparent;
}
.medium{
	background: url('/scadmin/images/icons/indicators/flag-blue.gif') no-repeat scroll 0 0 transparent;
}
.low{
	background: url('/scadmin/images/icons/indicators/flag-yellow.gif') no-repeat scroll 0 0 transparent;
}

