.header {
    background-image: url("/?originalUrl=https%3A%2F%2Fmmlink.com.au%2FImages%2Fheader-f.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    /*background-color: #C7F787;*/
    height: 280px;
    width: 1000px;
    margin: 0;
    padding: 0;
}

.toolbar {
    font-size: 13px;
    font-family: Verdana;
    padding: 6px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=orange);
}

/* Text Styles */

.text {
    font-family: Tahoma;
    font-size: medium;
    font-weight: normal;
    line-height: 120%;
    color: #000000;
}

.text-paragraph {
    font-family: Tahoma;
    font-size: medium;
    font-weight: normal;
    line-height: 120%;
    color: #000000;
    margin: 7px 5px 10px 5px;
}

.text-indented-paragraph {
    font-family: Tahoma;
    font-size: medium;
    font-weight: normal;
    line-height: 120%;
    color: #000000;
    margin: 7px 5px 7px 5px;
}

.text-title {
    font-family: Tahoma;
    font-size: medium;
    font-weight: bold;
    line-height: 120%;
    color: #008800;
}

.text-error {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    color: #FF0000;
    line-height: 120%;
}

.currency {
    font-size: 13px;
    font-weight: bold;
    color: #223322;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
}

.reference {
    font-family: Courier New;
}

/* Decorators */

.header-bar {
    padding: 6px 10px 6px 10px;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    color: #601818;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    background: #c1bfea; /* Old browsers */
    background: -moz-linear-gradient(top, #c1bfea 0%, #cec7ec 28%, #d8d0ef 64%, #ebe9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1bfea), color-stop(28%,#cec7ec), color-stop(64%,#d8d0ef), color-stop(100%,#ebe9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c1bfea 0%,#cec7ec 28%,#d8d0ef 64%,#ebe9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c1bfea 0%,#cec7ec 28%,#d8d0ef 64%,#ebe9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c1bfea 0%,#cec7ec 28%,#d8d0ef 64%,#ebe9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c1bfea 0%,#cec7ec 28%,#d8d0ef 64%,#ebe9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1bfea', endColorstr='#ebe9f9',GradientType=0 ); /* IE6-9 */
}


/* Buttons */

.button {
    border: 1px solid #7b509a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 15px 4px 15px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #976FB4;
    background-image: -o-linear-gradient(top, #976FB4, #693294);
    background-image: -moz-linear-gradient(top, #976FB4, #693294);
    background-image: -webkit-linear-gradient(top, #976FB4, #693294);
    background-image: linear-gradient(top, #976FB4, #693294);
}

    .button:hover {
        cursor: pointer;
        border: 1px solid #63417c;
        background-color: #7e529e;
        background-image: -o-linear-gradient(top, #7e529e, #4e256e);
        background-image: -moz-linear-gradient(top, #7e529e, #4e256e);
        background-image: -webkit-linear-gradient(top, #7e529e, #4e256e);
        background-image: linear-gradient(top, #7e529e, #4e256e);
    }

.button-cancel {
    border: 1px solid #909090;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 15px 4px 15px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #808080;
    background-image: -o-linear-gradient(top, #B0B0B0, #808080);
    background-image: -moz-linear-gradient(top, #B0B0B0, #808080);
    background-image: -webkit-linear-gradient(top, #B0B0B0, #808080);
    background-image: linear-gradient(top, #B0B0B0, #808080);
}

    .button-cancel:hover {
        cursor: pointer;
        border: 1px solid #909090;
        background-color: #909090;
        background-image: -o-linear-gradient(top, #909090, #606060);
        background-image: -moz-linear-gradient(top, #909090, #606060);
        background-image: -webkit-linear-gradient(top, #909090, #606060);
        background-image: linear-gradient(top, #909090, #606060);
    }

.button-accept {
    border: 1px solid #34740e;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 15px 4px 15px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
}

    .button-accept:hover {
        cursor: pointer;
        border: 1px solid #224b09;
        background-color: #36780f;
        background-image: linear-gradient(to bottom, #36780f, #005900);
    }

.button-discard {
    border: 1px solid #ff6262;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 15px 4px 15px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff9a9a;
    background-image: linear-gradient(to bottom, #ff9a9a, #ff4040);
}

    .button-discard:hover {
        cursor: pointer;
        border: 1px solid #ff3434;
        background-color: #ff6767;
        background-image: linear-gradient(to bottom, #ff6767, #ff0d0d);
    }

/* Form Fields */

.mml-form {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
}

.form-description {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 130%;
    color: #111100;
    margin: 10px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFBB;
}


.form-section {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #004444;
    margin: 10px 0px 4px 0px;
    padding: 3px 0px 3px 10px;
    border-bottom: 1px solid #AACCFF;
    /* background-color:#FBFFFF; */
}

.form-error-message {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #FF0000;
    text-align: center;
    margin: 10px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFBB;
}

.form-info-message {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #000088;
    text-align: center;
    margin: 10px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFBB;
}

.form-plain-message {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    color: #000044;
    text-align: left;
    margin: 10px 0px 5px 0px;
    padding: 5px 10px 5px 10px;
    background-color: #FFFFBB;
}

.form-text {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    color: #000044;
    text-align: left;
    padding: 5px 7px 7px 7px;
}

.field-name {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin: 4px 5px 2px 7px;
}

.field-input-short {
    display: inline-block;
    width: 150px;
    margin: 2px 5px 1px 5px;
}

    .field-input-short input[type=text] {
        width: 100%;
        padding-left: 2px;
    }

.field-input-veryshort {
    display: inline-block;
    width: 60px;
    margin: 2px 5px 1px 5px;
}

    .field-input-veryshort input[type=text] {
        width: 100%;
        padding-left: 2px;
    }

.field-input-long {
    display: inline-block;
    width: 230px;
    margin: 2px 5px 1px 5px;
}

    .field-input-long input[type=text] {
        width: 100%;
        padding-left: 2px;
    }

/* 20131107 - jbm
	form-col-container width set to twice the size of form-col + padding
	each can contain 2 form-col
*/

.form-col-container {
    width: 900px;
    overflow: auto;
}

.form-col {
    width: 350px;
    margin: 1px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
}

/* 20131107 - jbm
	divide corm-col-container by 3
*/

.form-col-by3 {
    width: 239px;
    margin: 1px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
}

/* Error Page */
.error-msg {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma;
    color: #DD0000;
}

.msg {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma;
    color: #000088;
    text-align: center;
}

.msg-back, .error-msg-back {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Tahoma;
    font-size: 14px;
    color: #000088;
    text-align: center;
}

/* Paging */
.pager {
    float: right;
}

    .pager .page {
        float: right;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 3px;
        margin-right: 3px;
        border: 1px solid green;
        font-size: 12px;
        font-weight: normal;
        position: relative;
    }

    .pager .dots {
        float: right;
        padding: 3px 8px 3px 8px;
        margin: 0px 3px 0px 3px;
        font-size: 12px;
        font-weight: normal;
    }

    .pager .page:hover {
        background: #CCCCFF;
    }

    .pager .current {
        background: #CCCCFF;
    }

        .pager .current:hover; {
            background-color: #BBBBEE;
        }

    .pager a {
        text-decoration: none;
    }

/* */
.checkbox-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    cursor: pointer;
}


/* Shorcuts */

.clear {
    clear: both;
}

.hidden {
    visibility: hidden;
    color: Green;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.horz-line {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    width: 90%;
    border-top: 1px solid #888888;
}

.div-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* edit: added z-index */
    z-index: 1;
    /* edit: fixes overlap error in IE7/8, 
		make sure you have an empty gif */
    background-image: url("/?originalUrl=https%3A%2F%2Fmmlink.com.au%2Fempty.gif");
}

.result-range {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #004400;
    float: left;
    width: 200px;
    padding: 14px 0px 0px 0px;
}

.members-pager {
    margin: 12px 4px 0px 4px;
    float: right;
    width: 500px;
}

.no-members {
    text-align: center;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #808080;
    margin: 10px;
}
