.dojoDndItem {white-space: nowrap;padding:3px; }
.dojoDndItemOver {background: #ededed;cursor:pointer; }
.dojoDndItemSelected {background: #ccf; color: #444;}	
.dojoDndItemAnchor {background: #ccf; color: black;}
.dojoDndItemOver .dojoDndItemSelected {background: #ededed;}
.dojoDndItemOver .dojoDndItemAnchor {background: #ededed;}
.dojoDndItemBefore {border-top: 2px solid #369;}
.dojoDndItemAfter {border-bottom: 2px solid #369;}
.clear {clear: both;}

.searchIcon {
		background-image: url('/public/images/scurf.png');
		background-repeat: no-repeat;
		width: 16px;
		height: 13px;
		text-align: center;
}

.userAddIcon {
		background-image: url('/public/images/item_add.png');
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		text-align: center;
}

.userRemoveIcon {
		background-image: url('/public/images/item_remove.png');
		background-repeat: no-repeat;
		padding-left: 5px;
		width: 16px;
		height: 16px;
		text-align: center;
}

.roleAddIcon {
		background-image: url('/public/images/item_add.png');
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		text-align: center;
}

.roleRemoveIcon {
		background-image: url('/public/images/item_remove.png');
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		text-align: center;
}

.eventOkIcon {
	background-image: url('/public/images/event_accept.png');
		background-repeat: no-repeat;
		width: 25px;
		height: 16px;
		text-align: center;
}

.cameraImagesExists {
	background-image: url('/public/images/camera.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	text-align: center;
}

.dateEventListTable,
.dateBasicListTable {
		color: gray;
		font-size: 10px;
}

.timeEventListTable,
.timeBasicListTable {
	color: black;
}

.itemListSearchBox { color:#202065; font-size: 13px; }
.itemListRoundedSearchText { color:#202065; font-size: 12px; margin-top: 5px; }
#match { background-color: #FDE170; }
.niceLink {
		color:#3478BC;
		font-size: 9pt;
		text-decoration: none;
		cursor: pointer;
}
.niceLink:hover {
	color:#000000;
}

.headLink {
	color:#202065;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
}

.headLink:hover {
	color: white;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.rounded_text {
	color:#202065;
	font-size: 12px;
	text-align: center;
}

