/* Style rules to make data tables look better */

/* Default Style */
* {
    margin: 0;
}

BODY, TH, TD, P, DIV, SPAN, INPUT, BUTTON, SELECT, TEXTAREA, FORM, B, STRONG, I, U, H1, H2, H3, H4, H5, H6,
 DL, DD, DT, UL, LI, OL, OPTION, OPTGROUP, A {font-family:sans-serif;font-size:12px}

ul
{
    list-style-type:disc;
    padding:0px;
    margin-left:24px;
    margin-top:0px;
}

.headerdiv{
    margin-top: 0pt;
    -moz-background-clip:
    -moz-initial;
    -moz-background-origin:
    -moz-initial;
    -moz-background-inline-policy:
    -moz-initial;
    min-width: 600px;
}

.header_right{
    text-align: right;
    padding-right: 15px;
	border-top: 10px solid #FEFEFE;
}

.headerTitleDiv {
    font-style: normal;
    font-family: arial,sans-serif;
    color: rgb(219, 0, 17);
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
}

.copyTable {
    width:100%;
}

.copyTableElement {
    width:100%;
    text-align:center;
    background-color: rgb(219, 0, 17);
}

.copyright {
    color: white;
    font-size: 8pt;
}

.footerDiv {
    height: 14px;
    width:100%;
    text-align: center;
    bottom :20px;   /* If you change the bottom / height of this then you need to adjust .disclaimer margin-bottom */
    position : fixed;
    border-top: 1px solid #aaa;
}

.logonBox
{
    width:300px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #aaa;
}

.logonBoxHeader
{
    width:100%;
    height:24px;
    border-bottom: 2px solid #aaa;
    color:white;
    background-color: rgb(219, 0, 17);
}

.logonBoxTitle
{
    font-size: 12px;
    font-weight: bold;
    padding:2px;
    filter:"progid:dximagetransform.microsoft.gradient(gradientType=1, startColorStr=#444967, endColorStr=#B0B8CA)";
}

.logonBoxText, .welcomeBoxText
{
    font-weight: bold;
}

.welcomeBoxText
{
    display: block;
    width:240px;
    margin-left: 10% ;
    margin-right: 10% ;
}

.welcomeMessageBox
{
    width:600px;
    min-width: 600px;
    margin-left: auto ;
    margin-right: auto ;
    /*background-color:#EEEEEE;*/
}

.popupMessageBox
{
    border: 1px solid #AAAAAA;
    width:290px;
    height:165px;

    z-index:100;
}


.alertBox
{
    width:450px;
    min-width: 450px;
    margin-left: auto ;
    margin-right: auto ;
    background-color:#EEEEEE;
}

.alertTable {
}

.alertTitleCell, .alertTitleText, .alertMessageText
{
    vertical-align:middle;
    padding:2px;
}

.alertTitleDiv
{
    display:inline;
}

.alertTitleText
{
    font-weight:bold;
    font-size:14px;
}

.alertMessageText
{
    text-align:left;
}

.disclaimerTitle
{
	display:block;
	text-align:center;
	background-color:#EEEEEE;
}

.disclaimer
{
	display:block;
	text-align:left;
	background-color:#EEEEEE;
	margin-bottom:26px;
}
    #pageLoadPopup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Darker overlay */
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    #pageLoadPopup .popupContent {
        background-color: #f8f9fa; /* Light background */
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #212529; /* Text color */
        font-family: Arial, sans-serif;
    }

    #pageLoadPopup .popupTitleBox {
        background-color: #dc3545; /* Red background for title box */
        color: #ffffff; /* White text for title */
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 15px;
        font-family: Arial, sans-serif;
    }

    #pageLoadPopup .popupTitleBox h2 {
        margin: 0;
        font-size: 18px;
    }

    #pageLoadPopup .popupContent a {
        color: #0056b3; /* Link color */
        text-decoration: underline;
    }

    #pageLoadPopup .popupContent button {
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #6c757d; /* Button background */
        color: #ffffff; /* Button text color */
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-family: Arial, sans-serif;
    }

    #pageLoadPopup .popupContent button:hover {
        background-color: #5a6268; /* Hover effect colour */
    }
