﻿/*Development Fix*/

.ui-dialog-titlebar {
display:none !important;
}
.ui-dialog {
    background: none !important;
    border:none !important;
    padding: none !important;
}
#ULS {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	overflow-y:scroll;
    
}
#ULS th {
	background: none repeat scroll 0 0 #8a0429;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	white-space: nowrap;
	text-align:center;
}
#ULS td {
	background: none repeat scroll 0 0 lightgray;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid rgba(0, 0, 0, 0);
	color: #151515;
	padding: 5px;
	text-align:center;
}

#ULS td a.delete {
	background:url(../images/delete.png) no-repeat;
	width:20px;
	height:20px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}
#ULS .odd td {
	background: none repeat scroll 0 0 #ececec;
}
#ULS .even td {
	background: none repeat scroll 0 0 #dedede;
}
#ULS tr.divider td, .box-table-a tr.divider th {
	background: none repeat scroll 0 0 #b1b1b1;
}
#ULS tr.divider th {
	color:#070707;
}