/** BEGIN - blockUI **/
#blockUI_table {
	background-color: black;
	border: none;
	margin: none;
	white-space: nowrap;
	width: 100%;
}

#blockUI_table tr, #blockUI_table td {
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	text-align: center;
}

#blockUI_message {
	margin: 0;
	font-size: 20px;
	color: orangered;
	font-weight: bold;
}

#blockUI_url {
	color: red;
	font-size: 12px;
}

#blockUI_url:hover {
	color: blue;
}

.tooltip {
	font-style: italic;
	color: #708090;
	font-weight: bold;
}

/** END - blockUI**/