﻿/* DEFAULTS
----------------------------------------------------------*/
.center-wrapper{
    text-align: center;
}

.Error {
    font-size:24px;   
	font-weight: bold;
	color: #FF0000;
}

/* --- JQuery Over-ride Styles. --- */

/* This is used to suppress all JQuery Table "Columns..." button. */
a.ui-table-columntoggle-btn {
    display: none !important;
}

.ui-loading .ui-loader {
    display:none !important;
}
