﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #292421;
}

/*a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
} */

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}


    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

.headernz {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #226F17;
    width: 100%;
}

    .headernz h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

.headeruk {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #550303;
    width: 100%;
}

    .headeruk h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

.headerus {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #008080;
    width: 100%;
}

    .headerus h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

.headermerc {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #000000;
    width: 100%;
}

    .headermerc h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 600px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.ukhideSkiplink {
    background-color: #661414;
    width: 100%;
}

div.nzhideSkiplink {
    background-color: #034109;
    width: 100%;
}

div.ushideSkiplink {
    background-color: #48D1CC;
    width: 100%;
}

div.merchideSkiplink {
    background-color: #ffcc00;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 3em;
            padding: 4px 60px;
            text-decoration: none;
            white-space: nowrap;
            font-weight: bold;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }



        div.menu ul li.active a {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: none;
        }

div.menunz {
    padding: 4px 0px 4px 8px;
}

    div.menunz ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menunz ul li a, div.menunz ul li a:visited {
            background-color: #3E7444;
            border: 1px #003404 solid;
            color: #dde4ec;
            display: block;
            line-height: 3em;
            padding: 4px 60px;
            text-decoration: none;
            white-space: nowrap;
            font-weight: bold;
        }

            div.menunz ul li a:hover {
                background-color: #CBFF98;
                color: #465c71;
                text-decoration: none;
            }


        div.menunz ul li.active a {
            background-color: #CBFF98;
            color: #465c71;
            text-decoration: none;
        }

div.menuuk {
    padding: 4px 0px 4px 8px;
}

    div.menuuk ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menuuk ul li a, div.menuuk ul li a:visited {
            background-color: #A25050;
            border: 1px #520000 solid;
            color: #dde4ec;
            display: block;
            line-height: 3em;
            padding: 4px 60px;
            text-decoration: none;
            white-space: nowrap;
            font-weight: bold;
        }

            div.menuuk ul li a:hover {
                background-color: #F8A6A6;
                color: #550303;
                text-decoration: none;
            }

        div.menuuk ul li.active a {
            background-color: #F8A6A6;
            color: #550303;
            text-decoration: none;
        }

div.menuus {
    padding: 4px 0px 4px 8px;
}

    div.menuus ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menuus ul li a, div.menuus ul li a:visited {
            background-color: #20B2AA;
            border: 1px #520000 solid;
            /*color: #dde4ec;*/
            color: white;
            display: block;
            line-height: 3em;
            padding: 4px 60px;
            text-decoration: none;
            white-space: nowrap;
            font-weight: bold;
        }

            div.menuus ul li a:hover {
                background-color: #afeeee;
                color: black;
                text-decoration: none;
            }

        div.menuus ul li.active a {
            background-color: #afeeee;
            color: black;
            text-decoration: none;
        }

div.menumerc {
    padding: 4px 0px 4px 8px;
}

    div.menumerc ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menumerc ul li a, div.menumerc ul li a:visited {
            background-color: #b3b4b6;
            border: 1px #520000 solid;
            /*color: #dde4ec;*/
            color: white;
            display: block;
            line-height: 3em;
            padding: 4px 60px;
            text-decoration: none;
            white-space: nowrap;
            font-weight: bold;
        }

            div.menumerc ul li a:hover {
                background-color: #FFCC5C;
                color: #808080;
                text-decoration: none;
            }

        div.menumerc ul li.active a {
            background-color: #FFCC5C;
            color: #808080;
            text-decoration: none;
        }
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 2px 0px;
    padding: 5px;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

.panel {
    padding: 2px 2px 2px 2px;
    border: 1px solid #C0C0C0;
    margin: 2px 2px 4px 2px;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 0;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.Large {
    height: 35px;
    font-size: 15pt;
    font-weight: bold;
    border: 1px solid #ccc;
    width: 100%;
    min-width: 70px;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 50%;
}

div.accountInfo1 {
    width: 60%;
}
/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.stdButton1 {
    width: 128px;
    height: 40px;
    font-size: 14px;
}

.linkbutton {
    height: 20px;
    width: 64px;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    text-align: center;
}

.linkbuttonnz {
    height: 20px;
    width: 64px;
    -moz-box-shadow: inset 0px 1px 0px 0px #7ba854;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7ba854;
    box-shadow: inset 0px 1px 0px 0px #7ba854;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5f8005), color-stop(1, #4c6907));
    background: -moz-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: -webkit-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: -o-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: -ms-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: linear-gradient(to bottom, #5f8005 5%, #4c6907 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f8005', endColorstr='#4c6907',GradientType=0);
    background-color: #5f8005;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #609406;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    text-align: center;
}

.linkbuttonuk {
    height: 20px;
    width: 60px;
    text-align: center;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #f24537;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

.linkbuttonau {
    width: 60px;
    text-align: center;
    background: linear-gradient(to bottom, #3a4f63 5%, #3a4f63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #f24537;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

.linkbuttonus {
    height: 20px;
    width: 60px;
    text-align: center;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #20B2AA 5%, #20B2AA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #FFCC5C;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FFCC5C;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    /*text-shadow:0px 1px 0px #810e05;*/
}

.linkbuttonmerc {
    height: 20px;
    width: 60px;
    text-align: center;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #b3b4b6 5%, #b3b4b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #FFCC5C;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FFCC5C;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    /*text-shadow:0px 1px 0px #810e05;*/
}

.stdButton {
    height: 34px;
    width: 128px;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    .stdButton:hover, .linkbutton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .stdButton:active {
        position: relative;
        top: 1px;
    }

    .stdButton:disabled {
        background: none repeat scroll 0 0 #999999;
        text-shadow: 0px 1px 0px #999999;
        border: 1px solid #999999;
        box-shadow: inset 0px 1px 0px 0px #999999;
    }

.stdButtonnz {
    height: 34px;
    width: 128px;
    -moz-box-shadow: inset 0px 1px 0px 0px #7ba854;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7ba854;
    box-shadow: inset 0px 1px 0px 0px #7ba854;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5f8005), color-stop(1, #4c6907));
    background: -moz-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: -webkit-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: -o-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: -ms-linear-gradient(top, #5f8005 5%, #4c6907 100%);
    background: linear-gradient(to bottom, #5f8005 5%, #4c6907 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f8005', endColorstr='#4c6907',GradientType=0);
    background-color: #5f8005;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #609406;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    .stdButtonnz:hover, .linkbuttonnz:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
        background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
        background-color: #77a809;
    }

    .stdButtonnz:active {
        position: relative;
        top: 1px;
    }

.stdButtonuk {
    height: 34px;
    min-width: 128px;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #f24537;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .stdButtonuk:hover, .linkbuttonuk:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color: #c62d1f;
    }

    .stdButtonuk:active {
        position: relative;
        top: 1px;
    }

.stdButtonAU {
    height: 34px;
    min-width: 128px;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: linear-gradient(to bottom, #3a4f63 5%, #3a4f63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #0076bb;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .stdButtonAU:hover, .linkbuttonau:hover {
        background: linear-gradient(to bottom, #4b6c9e 5%, #4b6c9e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color: #0076bb;
    }

    .stdButtonAU:active {
        position: relative;
        top: 1px;
    }

.stdButtonus {
    height: 34px;
    min-width: 128px;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #b3b4b6 5%, #b3b4b6 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #20B2AA 5%, #20B2AA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #b3b4b6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FFCC5C;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    /*text-shadow:0px 1px 0px #810e05;*/
}

    .stdButtonus:hover, .linkbuttonus:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: linear-gradient(to bottom, #AFEEEE 5%, #AFEEEE 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color: #AFEEEE;
        color: black;
    }

    .stdButtonus:active {
        position: relative;
        top: 1px;
    }

.stdButtonmerc {
    height: 34px;
    min-width: 128px;
    -moz-box-shad78e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    box-shadow: inset 0px 1px 0px 0px #FFCC5C;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #b3b4b6 5%, #b3b4b6 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #b3b4b6 5%, #b3b4b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #b3b4b6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FFCC5C;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    /*text-shadow:0px 1px 0px #810e05;*/
}

    .stdButtonmerc:hover, .linkbuttonmerc:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: linear-gradient(to bottom, #FFCC5C 5%, #FFCC5C 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color: #FFCC5C;
        color: #808080;
    }

    .stdButtonmerc:active {
        position: relative;
        top: 1px;
    }

.tfoot {
    font-weight: bold;
    background-color: #B7D6E7;
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    font-size: 18px;
    border-color: inherit;
    vertical-align: middle;
}

.tfootnz {
    font-weight: bold;
    background-color: #A2C93A;
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    font-size: 18px;
    border-color: inherit;
    vertical-align: middle;
}

.tfootuk {
    font-weight: bold;
    background-color: rgb(255, 237, 237);
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    font-size: 18px;
    border-color: inherit;
    vertical-align: middle;
}

.tfootus {
    font-weight: bold;
    background-color: #E0FFFF;
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    font-size: 18px;
    border-color: inherit;
    vertical-align: middle;
}

.tfootmerc {
    font-weight: bold;
    background-color: lightgrey;
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    font-size: 18px;
    border-color: inherit;
    vertical-align: middle;
}

.mylabel {
    float: left;
    text-align: left;
    font-weight: bold;
}

.LabelSmall {
    text-align: left;
}

.LabelLarger {
    font-weight: bold;
    color: Black;
    font-size: 16px;
    width: auto;
}

.DDLLarger {
    font-weight: bold;
    color: Black;
    font-size: 16px;
    Width: 60px;
}


.Tablelarger th, table.larger td {
    font-size: 18px;
    padding: 2px 2px 2px 2px;
}

.Tablelarger td {
    font-size: 16px;
    padding: 2px 2px 2px 2px;
}

.Message {
    font: arial;
    font-size: 20px;
}


.scantable {
    width: 40%;
}

.scancol1 {
    width: 90px;
}

.scancol4 {
    width: 140px;
}

.groupButtonuk {
    height: 34px;
    width: 128px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #f24537;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .groupButtonuk:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
        background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
        background-color: #e9e9e9;
    }

    .groupButtonuk:active {
        position: relative;
        top: 1px;
    }

.btn-group {
    padding-bottom: 5px;
}

    .btn-group input[type=submit] {
        padding: 10px 8px; /* Some padding */
        cursor: pointer; /* Pointer/hand icon */
        float: left; /* Float the buttons side by side */
        border-bottom: 1px solid black;
        border-radius: 0px;
    }

.gridHeader input[type=submit] {
    border-radius: 0px;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3e8e41;
}

.FilterDropdown {
    font-weight: bold;
    color: Black;
    font-size: 16px;
    min-Width: 60px;
    min-height: 34px;
}

.gridviewCell {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.textAlignRight {
    text-align: right;
}

.button-class {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.form-control-dropdown {
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}