
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
			 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
    background: #FFF;
    color: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; /*  Arial, Helvetica, sans-serif;*/
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#container {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

#outcrop {
    background: transparent url(Images/outcrop-bg.gif) no-repeat scroll 0 0;
    height: 54px;
    left: 0;
    position: absolute;
    top: 130px;
    width: 94px;
    z-index: 1;
}

#landscape {
    background: transparent url(Images/landscape-bg.jpg) no-repeat scroll 0 0;
    height: 185px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 393px;
    z-index: 1;
}

.replace {
    overflow: hidden;
    position: relative;
}

#application_version {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.error {
    font-size: 13px;
}

.general_text {
    font-size: 1.2em;
    padding-left: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	TOP BANNER AREA
			 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header {
    width: 960px;
    float: left;
    margin: 0;
    background: #50A7C5 url(Images/page-bg.jpg) repeat-x 0 0;
    height: 175px;
    position: relative;
}

    #header #bio_logo img {
        position: absolute;
        left: 10px;
        top: -3px;
        width: 323px;
        height: 87px;
        border: none;
        border-color: #305B64;
        border-width: 1px;
        margin: 0;
        padding: 0;
    }

    #header #bio_logo a:link span,
    #header #bio_logo a:visited span {
        color: #000;
        text-decoration: none;
    }

    #header #bio_logo a:hover span {
        color: #000;
        text-decoration: underline;
    }

    #header span.logo-alt-text {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 187px;
        height: 41px;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        font-weight: bold;
        color: #000;
    }

    #header h2 {
        margin: 90px 0 0 35px;
        padding: 0;
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1;
    }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MENU BAR
			 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#left-nav {
    float: left;
    width: 125px;
    margin: 0;
}

    #left-nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 139px;
        height: 180px;
    }

        #left-nav ul li ul {
            visibility: hidden;
            position: absolute;
            height: 0;
            overflow: hidden;
            top: 0;
            left: 126px;
        }

        #left-nav ul li {
            float: left;
            width: 139px;
        }

            #left-nav ul li a, #left-nav ul li a:visited {
                display: block;
                float: left;
                text-decoration: none;
                color: #305B64;
                width: 119px;
                background: transparent;
            }

    #left-nav span:hover {
        color: #2a7da7;
        display: block;
        margin: 0;
        text-decoration: underline;
        font-weight: normal;
    }


    #left-nav span {
        padding-top: 10px;
        /*font-size:11px;*/
        color: #305B64;
        display: block;
        margin: 0;
        text-decoration: none;
    }

    * html #left-nav ul li a, * html #left-nav ul li a:visited {
        width: 100px;
        width: 90px;
    }


    #left-nav table {
        border-collapse: collapse;
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 1em;
        position: absolute;
        left: 0;
        top: 0;
    }

    /* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
    #left-nav ul li:hover a,
    #left-nav ul li a:hover {
        /*background:#606; color:#fff;*/
    }

    #left-nav ul li:hover {
        position: relative;
        z-index: 99999
    }

    * html #left-nav ul li a:hover {
        position: relative;
        z-index: 100;
    }

        #left-nav ul li:hover ul,
        #left-nav ul li a:hover ul {
            margin-left: 4px;
            margin-top: 3px;
            visibility: visible;
            position: absolute;
            height: auto;
            background-color: White;
            border: 1px solid #305B64;
            overflow: visible;
            z-index: 99999;
        }

            #left-nav ul li:hover ul li a,
            #left-nav ul li a:hover ul li a {
                display: block;
                background: transparent;
                line-height: 15px;
                padding: 5px 10px 5px 10px;
                height: auto;
                text-decoration: none;
                font-size: 11px;
            }

                #left-nav ul li:hover ul li:hover a,
                #left-nav ul li a:hover ul li a:hover {
                    background: #639AAD;
                    color: #ff0;
                }

                #left-nav ul li:hover ul li ul,
                #left-nav ul li a:hover ul li a ul {
                    visibility: hidden;
                    position: absolute;
                    height: 0;
                    overflow: hidden;
                    top: 0;
                    left: 85px;
                }

                #left-nav ul li:hover ul li:hover ul,
                #left-nav ul li a:hover ul li a:hover ul {
                    visibility: visible;
                    position: absolute;
                    height: auto;
                    color: #000;
                    padding: 0;
                    border: 1px solid #069;
                    list-style-type: none;
                    background: #069;
                }

                    #left-nav ul li:hover ul li:hover ul li a,
                    #left-nav ul li a:hover ul li a:hover ul li a {
                        display: block;
                        background: transparent;
                        color: #ff0;
                    }

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
    background: #eee;
    color: #000;
}
/* Style Spans Of Main Menu */
/* Help documentation box - directly beneath the left nav (for wide forms) */



#left-nav .help {
    margin: 20px 0 0 0;
    background-color: #DDECE9;
    width: 150px;
    height: 310px;
}

#left-nav .external {
    height: 55px;
}

#left-nav .help h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 8px 10px 4px 10px;
    line-height: 1;
    color: #305B64;
}

#left-nav .help ul {
    padding: 0 0 4px 0;
}

    #left-nav .help ul li {
        background: none;
    }

#left-nav .help a:link,
#left-nav .help a:visited {
    color: #305B64;
    margin: 0;
    padding: 7px 10px 7px 30px;
    border-left: 1px solid #DDECE9;
}

#left-nav .help .word {
    background: url(Images/icon-word.gif) no-repeat 10px 4px;
}

#left-nav .help .pdf {
    background: url(Images/icon-pdf.gif) no-repeat 10px 4px;
}

#left-nav .help .excel {
    background: url(Images/icon-excel.gif) no-repeat 10px 4px;
}

#left-nav .help a:hover {
    color: #256f95;
    border-left: 1px solid #DDECE9;
}

/* Help documentation box - to the right of the form (for narrower forms) */

#main_body .help {
    margin: 0 0 0 0;
    background-color: #DDECE9;
    float: right;
    width: 150px;
    border-top: 10px solid #fff;
}

    #main_body .help h3 {
        font-size: 1.5em;
        font-weight: normal;
        margin: 0;
        padding: 8px 10px 4px 10px;
        line-height: 1;
        color: #305B64;
    }

    #main_body .help ul {
        line-height: 1;
        margin: 0;
        padding: 0 0 4px 0;
    }

        #main_body .help ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 1.2em;
            background: none;
        }

    #main_body .help a:link,
    #main_body .help a:visited {
        color: #305B64;
        display: block;
        margin: 0;
        padding: 7px 10px 7px 30px;
        text-decoration: none;
        border-left: 1px solid #DDECE9;
        background: url(Images/icon-pdf.gif) no-repeat 10px 4px;
    }

    #main_body .help a:hover {
        color: #256f95;
        display: block;
        margin: 0;
        padding: 7px 10px 7px 30px;
        text-decoration: underline;
        font-weight: normal;
        border-left: 1px solid #DDECE9;
    }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN CONTENT STRUCTURE
			 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#main_body {
    float: right;
    width: 785px;
    z-index: 200;
    position: relative;
}

    #main_body h1 {
        margin: 13px 0 15px 0;
        padding: 0;
        font-size: 2.0em;
        font-weight: normal;
        line-height: 1;
        color: #639aad;
    }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BREAD CRUMBS
			 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#bread_crumb {
    font-size: 1.1em;
}

    #bread_crumb a:link,
    #bread_crumb a:visited {
        color: #305B64;
        text-decoration: none;
    }

    #bread_crumb a:hover {
        color: #2a7da7;
        text-decoration: underline;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Certificate Forms
			 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* general styles for all forms 
-----------------------------------------------------------*/
#general_form {
    font-size: 13px;
}

.login-form {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#main_body form {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#export-form {
    width: 610px;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
}

/*------------------------------------------------------------

		User Management Service Screens 
		(User and Organisation screens)
--------------------------------------------------------------*/
.roledetails {
    display: none;
}

.statusCheckList {
    float: left;
    padding-left: 0;
    /*line-height: 1;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	
	padding-right: 0;
	padding-top: 5px;*/
    width: 220px;
}

    .statusCheckList li {
        list-style-type: none;
        line-height: 17px;
        padding-bottom: 8px;
        float: left;
        /*
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	
	padding-left: 0;
	padding-right: 0;
	
	width: 214px;*/
    }

#assignedOrganisationsSubmit {
    display: none;
}

.statusCheckList input {
    width: 13px !important;
    height: 17px !important;
    margin-right: 0px !important;
}

.statusCheckList label {
    padding-top: 0 !important;
    margin-right: 0px !important;
    padding-left: 10px !important;
    width: 195px !important;
    height: 17px !important;
    text-align: left !important;
}

#ums-form {
    width: 785px;
    float: left;
    background-color: #C0DDE7;
    margin-top: 5px;
    padding-top: 5px;
}

    #ums-form.resultspanel {
        padding-top: 0;
    }

    #ums-form .item-container .editor-field-container,
    #ums-form .editor-field-container {
        width: 745px;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.validation-message {
    display: block;
    color: #bf0000;
    clear: both;
    padding: 3px 3px 0 3px;
    margin: 0 0 0 0px;
    font-size: 1.1em;
}

.field-validation-error {
    display: block;
    color: #bf0000;
    clear: both;
    width: 222px;
    padding: 3px 3px 0 3px;
    margin: 0 0 0 251px;
    font-size: 1.1em;
}

.containersealtable .field-validation-error {
    margin-left: 0;
}

#validationHeader .field-validation-error {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.field-validation-valid {
    display: none;
}

form select.input-validation-error,
form input.input-validation-error,
form textarea.input-validation-error {
    border: 1px solid #bf0000;
}

.validation-summary-errors {
    font-weight: normal;
    color: #bf0000;
}

    .validation-summary-errors ul {
        margin: 0 0 0 20px;
        padding: 0;
    }

        .validation-summary-errors ul li {
            margin: 0;
            padding: 0;
            line-height: 1.2;
            font-size: 1.2em;
        }

.validation-summary-valid {
    display: none;
}



/* form item header 
-----------------------------------------------------------*/

h2.item-header {
    border-top: 10px solid #fff;
    margin: 0;
    padding: 5px 0 5px 5px;
    color: #555;
    line-height: 1;
    clear: both;
    font-size: 1.0em;
    font-weight: normal;
    float: left;
    display: block;
    width: 605px;
}

h2.sub-title {
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 35px 5px;
    color: #000;
    line-height: 1;
    clear: both;
    font-size: 1.5em;
    font-weight: normal;
    float: left;
    display: block;
    width: 605px;
}

#ums-form h2.item-header {
    width: 780px;
    font-size: 1.1em;
}

#history-form h2.item-header {
    width: 780px;
}

#history-form h2.child-container {
    width: 760px;
}

#history-form h2.grandchild-container {
    width: 740px;
}

#history-form h2.greatgrandchild-container {
    width: 720px;
}

h2.no-container {
    border-bottom: 10px solid #c0dde7;
}

h2.child-container {
    border-top: 10px solid #c0dde7;
    margin: 0 0 0 10px;
    width: 585px;
    display: inline; /* fix for IE6 doubled float margin bug */
}

h2.grandchild-container {
    border-top: 10px solid #c0dde7;
    margin: 0 0 0 20px;
    width: 565px;
    display: inline; /* fix for IE6 doubled float margin bug */
}

h2.greatgrandchild-container {
    border-top: 10px solid #c0dde7;
    margin: 0 0 0 30px;
    width: 545px;
    display: inline; /* fix for IE6 doubled float margin bug */
}

h2.item-header span.header {
    font-size: 1.5em;
    color: #305B64;
}

.item-header:hover {
}

.item-header-open {
    background-color: #eee;
}

.item-header-closed {
    background-color: #eee;
}

.icon-blue {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    left: 0.5em;
    left: 0;
    padding: 0px 0px 0px 0px;
}

.icon {
    background-image: url(Images/ui-icons_3d80b3_256x240.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    left: 0.5em;
    left: 0;
    padding: 0px 0px 0px 0px;
}

.magnify-glass {
    background-position: -157px 129px
}

.grey-circle {
    background-position: -112px -146px;
}

.down-arrow {
    background-position: -64px -16px;
}

.down-arrow-bold {
    background-position: -64px -192px;
}

.right-arrow {
    background-position: -32px -16px;
}

.right-arrow-bold {
    background-position: -48px -192px;
}

.collapsable {
    cursor: pointer;
}

/* form item containers
-----------------------------------------------------------*/
.no-padding {
    padding: 0 0 0 0 !important;
}

.item-container {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #C0DDE7;
    float: left;
    width: 610px;
}

#history-form .item-container {
    width: 785px;
}


/* form buttons 
-----------------------------------------------------------*/

.item-header input {
    float: right;
    margin: 0 10px 0 0;
    padding: 3px 0;
    display: inline; /* fix for double float margin bug */
    font-family: Arial, Helvetica, sans-serif;
}

.item-header button {
    display: block;
    float: right;
    margin: 0 10px 0 0; /* see ie6.css */
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.1em;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 7px 3px 7px; /* see ie7.css */
    width: auto;
    overflow: visible;
}

.item-container input.check-box {
    float: left;
}

.item-container input {
    float: right;
}

input[type="submit"].collection-button {
    display: block;
    float: right !important;
    margin: 0 10px 0 0 !important; /* see ie6.css */
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center !important;
    font-size: 1.1em !important;
    line-height: 130% !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 3px 0 3px 0 !important;
    width: 6.6em !important;
    overflow: visible !important;
}

#search-form #addSearchParameter input.collection-button,
#search-form .searchParameter button.collection-button,
#search-form #searchRestrictions input.collection-button {
    margin: 0 100px 0 0; /* see ie6.css */
}

#search-form .submit button {
    display: block;
    float: right;
    margin: 0 10px 0 0; /* see ie6.css */
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.1em;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 7px 3px 7px; /* see ie7.css */
    width: auto;
    overflow: visible;
}

a.collection-button-link:link,
a.collection-button-link:visited {
    display: block;
    float: right;
    margin: 0 10px 0 0; /* see ie6.css */
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.1em;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 0 3px 0; /* FF on a Mac */
    padding: 4px 0 4px 0; /* FF on a PC - see ie8.css and ie7.css */
    width: 6.6em;
    overflow: visible;
    color: #000;
}

a.collection-button-link:hover {
    display: block;
    float: right;
    margin: 0 10px 0 0; /* see ie6.css */
    background-color: #fff;
    border: 1px solid #AAAAAA;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.1em;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 0 3px 0; /* FF on a Mac */
    padding: 4px 0 4px 0; /* FF on a PC - see ie8.css and ie7.css */
    width: 6.6em;
    overflow: visible;
    color: #000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* targets Safari and Chrome only */
    a.collection-button-link:link,
    a.collection-button-link:visited,
    a.collection-button-link:hover {
        padding: 3px 0 3px 0;
    }
}


.collection-button:hover,
#search-form .submit input:hover,
#search-form #addSearchParameter input.collection-button:hover,
#search-form .searchParameter input.collection-button:hover,
#search-form #searchRestrictions input.collection-button:hover {
    border: 1px solid #AAAAAA;
}

.certificateSubmit {
    margin-top: 10px;
}

.submit {
    float: left;
    width: 610px;
    padding: 10px 0 10px 0;
    background-color: #c0dde7;
}

#ums-form .submit {
    width: 780px;
}

#history-form .submit {
    width: 785px;
}

#downloadXML {
    padding: 0 0 10px 0;
    float: left;
    width: 785px;
}

    #downloadXML .submit {
        float: left;
        width: 785px;
        padding: 10px 0 10px 0;
        background-color: #c0dde7;
    }

        #downloadXML .submit input {
            display: block;
            float: right;
            margin: 0 10px 0 0;
            background-color: #fff;
            border: 1px solid #ccc;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 1.1em;
            line-height: 130%;
            text-decoration: none;
            cursor: pointer;
            padding: 3px 7px 3px 7px;
            width: auto;
            overflow: visible;
        }

        #downloadXML .submit a.collection-button-link:link,
        #downloadXML .submit a.collection-button-link:visited,
        #downloadXML .submit a.collection-button-link:hover {
            width: auto;
            padding: 3px 10px 4px 10px; /* FF - see ie8.css and ie7.css */
        }

@media screen and (-webkit-min-device-pixel-ratio:0) { /* targets Safari and Chrome only */
    #downloadXML .submit a.collection-button-link:link,
    #downloadXML .submit a.collection-button-link:visited,
    #downloadXML .submit a.collection-button-link:hover {
        padding: 3px 7px 3px 7px;
    }
}




/* display-only data 
-----------------------------------------------------------*/

fieldset.display-fieldset {
    margin: 0;
    padding: 17px 0 16px 0; /* FF - see ie8.css */
    border: 0;
    position: relative;
    float: left;
    clear: both;
    line-height: 1;
    background-color: #c0dde7;
}

    fieldset.display-fieldset legend {
        font-size: 1.5em;
        font-weight: normal;
        margin: 0; /* FF - see ie8.css */
        padding: 0;
        line-height: 1;
        border-top: 10px solid #fff; /* FF - see ie8.css */
    }

        fieldset.display-fieldset legend span { /* FF - see ie8.css */
            width: 590px;
            padding: 10px 10px 10px 10px;
            color: #305B64;
            background-color: #EEEEEE;
            display: block;
            line-height: 1;
        }

.editor-label,
.display-label {
    float: left;
    width: 230px;
    display: block;
}


.display-field-container {
    margin: 0;
    padding: 0 20px 10px 20px;
    width: 570px;
    float: left;
    background-color: #c0dde7;
}

    .display-field-container label {
        float: left;
        width: 230px;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        margin: 0 20px 0 0;
        padding: 4px 0 0 0;
        text-align: right;
    }

    .display-field-container .display-field {
        float: left;
        width: 222px;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        min-height: 14px;
        margin: 0 5px 0 0;
        padding: 3px;
        border: 1px solid #fff;
        font-family: Arial, Helvetica, sans-serif;
    }

        .display-field-container .display-field a:link,
        .display-field-container .display-field a:visited {
            color: #305B64;
            text-decoration: none;
            text-decoration: underline;
        }

        .display-field-container .display-field a:hover {
            color: #226487;
            text-decoration: underline;
        }

    .display-field-container button {
        display: block;
        float: right;
        margin: 0 10px 0 0; /* see ie6.css */
        background-color: #fff;
        border: 1px solid #ccc;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 1.1em;
        line-height: 130%;
        text-decoration: none;
        cursor: pointer;
        padding: 3px 7px 3px 7px; /* see ie7.css */
        width: auto;
        overflow: visible;
    }

/* editable data
-----------------------------------------------------------*/

.editor-field-container {
    margin: 0; /* FF - see ie6.css */
    padding: 0 20px 10px 20px;
    width: 570px;
    float: left;
    background-color: #c0dde7;
}

    .editor-field-container label {
        float: left;
        width: 230px;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        margin: 0 20px 0 0;
        padding: 5px 0 0 0;
        text-align: right;
    }

        .editor-field-container label.checkbox-label {
            padding: 1px 0 0 0; /* FF - see ie8.css */
        }

.activation input[type='checkbox'] {
    margin-top: 5px;
    width: 16px;
}

.editor-field-container input[type='checkbox'] {
    float: left;
    width: auto;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

.editor-field-container input {
    float: left;
    width: 222px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}


    .editor-field-container input.hidden {
        display: none;
    }

.editor-field-container select {
    float: left;
    width: 230px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 2px 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

#ReasonForChange {
    float: left;
    width: 310px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 2px 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

.editor-field-container textarea {
    float: left;
    width: 222px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

.editor-field-container span.mandatory-indicator {
    padding: 2px 0;
    text-decoration: none;
    font-size: 1.2em;
    color: #bf0000;
}

.containerButtons {
    margin: 10px 10px 0px 0px;
}

.containersealtable th label {
    padding: 2px 0px 2px 0px;
    text-align: left;
}

.containersealtable th {
    padding: 0px 5px 5px 0px;
}

.containersealtable {
    width: 570px;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: White;
}

    .containersealtable td div {
        width: 230px;
        word-wrap: break-word;
        margin: 0px 0px 5px 0px;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Pdf Printing
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pdfcontainer {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

#pdflandscape {
    background: transparent url(Images/landscape-bg.jpg) no-repeat scroll 0 0;
    height: 185px;
    position: absolute;
    right: 0;
    left: 606px;
    top: 40px;
    width: 393px;
    z-index: 1;
}

#pdfheader {
    width: 1000px;
    float: left;
    margin: 0 0 0 0;
    background: #50A7C5 url(Images/page-bg.jpg) repeat-x 0 0;
    height: 175px;
    position: relative;
}

    #pdfheader #bio_logo img {
        position: absolute;
        left: 10px;
        top: -3px;
        width: 323px;
        height: 87px;
        border: none;
        border-color: #305B64;
        border-width: 1px;
        margin: 0;
        padding: 0;
    }

    #pdfheader #bio_logo a:link span,
    #pdfheader #bio_logo a:visited span {
        color: #000;
        text-decoration: none;
    }

    #pdfheader #bio_logo a:hover span {
        color: #000;
        text-decoration: underline;
    }

    #pdfheader span.logo-alt-text {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 187px;
        height: 41px;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        font-weight: bold;
        color: #000;
    }

    #pdfheader h2 {
        margin: 90px 0 0 35px;
        padding: 0;
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1;
    }

#pdffooter {
    width: 1000px;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px 5px 5px 10px;
    background: #ddece9;
}

    #pdffooter .copyright {
        float: left;
        width: 450px;
    }

    #pdffooter p {
        font-size: 1.1em;
        line-height: 1.0em;
        margin: 0;
        padding: 40px 0 0 0;
        padding: 0 0 0 0;
    }

    #pdffooter ul {
        float: right;
        margin: 0;
        padding: 0 0 15px 0;
        width: 450px;
        text-align: right;
    }

        #pdffooter ul li {
            font-size: 1.1em;
            line-height: 1.0em;
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: inline;
            color: #000;
        }

            #pdffooter ul li a:link,
            #pdffooter ul li a:visited {
                padding: 0 5px;
                color: #000;
                text-decoration: none;
            }

            #pdffooter ul li a:hover {
                padding: 0 5px;
                color: #000;
                text-decoration: underline;
            }

.pdf-form {
    width: 785px;
    display: block;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #c0dde7;
}

.renderpdfcontent {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 0 10px 0;
    text-align: left;
    position: absolute;
    display: block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Search
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* quick links buttons
-----------------------------------------------------------*/
ul#quickLinks {
    margin: 0;
    padding: 0;
}

#quickLinks a {
    color: #305B64;
    text-decoration: none;
}

.quickLinks-active {
    background-color: #C0DDE7;
    font-weight: bold;
}

#quickLinks li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

    #quickLinks li p,
    #quickLinks li a:link,
    #quickLinks li a:visited {
        background-color: #fff;
        width: auto;
        border: 1px solid #ccc;
        margin: 0 10px 0 0;
        padding: 3px 10px;
        float: left;
        overflow: visible; /* fix for IE6/IE7 button width bug */
        cursor: pointer;
        text-align: center;
        font-size: 1.1em;
    }

    #quickLinks li a:hover {
        background-color: #fff;
        width: auto;
        border: 1px solid #aaa;
        margin: 0 10px 0 0;
        padding: 3px 10px;
        float: left;
        overflow: visible; /* fix for IE6/IE7 button width bug */
        cursor: pointer;
        text-align: center;
        font-size: 1.1em;
    }

    #quickLinks li label {
        background-color: #CCCCCC;
        width: auto;
        border: 1px solid #555555;
        color: #555555;
        margin: 0 10px 0 0;
        padding: 3px 10px;
        float: left;
        overflow: visible; /* fix for IE6/IE7 button width bug */
        text-align: center;
        font-size: 1.1em;
        display: none;
    }

/* search form elements
-----------------------------------------------------------*/

#search-form {
    width: 785px;
    float: left;
    margin: 0;
    padding: 0;
}

#searchCritera {
    background-color: #C0DDE7;
    margin: 10px 0 0 0;
    float: left;
    width: 785px;
}

#addSearchParameter {
    padding: 17px 0 10px 0;
    float: left;
    width: 785px;
}

#searchParameters {
    padding: 10px 0 10px 0;
    float: left;
    width: 785px;
}

#searchRestrictions {
    padding: 0;
    float: left;
    width: 785px;
}

.searchParameter,
.searchRestriction {
    padding: 0 0 10px 0;
    float: left;
    width: 785px;
}

#search-form #addSearchParameter label,
#search-form .searchParameter label,
#search-form #searchRestrictions label {
    float: left;
    width: 230px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 20px 0 0;
    padding: 5px 0 0 0;
    text-align: right;
}

    #search-form #addSearchParameter label.checkbox-label,
    #search-form .searchParameter label.checkbox-label,
    #search-form #searchRestrictions label.checkbox-label {
        padding: 7px 0 0 0; /* FF - see ie7.css */
    }


#search-form #addSearchParameter input,
#search-form .searchParameter input {
    float: left;
    width: 322px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

    #search-form #addSearchParameter input.collection-button {
        display: block;
        float: right;
        margin: 0 100px 0 0; /* see ie6.css */
        background-color: #fff;
        border: 1px solid #ccc;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 1.1em;
        line-height: 130%;
        text-decoration: none;
        cursor: pointer;
        padding: 3px 0 3px 0;
        width: 6.6em;
        overflow: visible;
    }

    #search-form .searchParameter input.hidden {
        display: none;
    }

    #search-form .searchParameter input.datetime {
        width: 120px;
    }

    #search-form .searchParameter input.year {
        width: 45px;
    }

    #search-form .searchParameter input.organisationExternalId {
        width: 145px;
    }

    #search-form .searchParameter input.sequenceNumber {
        width: 65px;
    }

    #search-form .searchParameter input.volumes {
        width: 217px;
    }

#search-form select {
    float: left;
    width: 330px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 2px 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

#search-form textarea {
    float: left;
    width: 322px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

#search-form #searchRestrictions select {
    float: left;
    width: 100px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 2px 3px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}

#search-form .searchParameter select.measure {
    width: 100px;
}

.input-helper-text {
    float: left;
    font-size: 1.1em;
    margin: 0 5px 0 0;
    padding: 6px 0 0 0;
}

#search-form input.check-box {
    float: left;
    width: auto;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

#search-form input.hidden {
    display: none;
}

#search-form span.mandatory-indicator {
    color: #bf0000;
    margin: 0 12px 0 0;
    padding: 2px 0;
    text-decoration: none;
    font-size: 1.2em;
    float: left;
}

#search-form .submit {
    float: left;
    width: 785px;
    padding: 0 0 10px 0;
    background-color: #c0dde7;
}

#search-form .searchParameter ul.checklist {
    float: left;
    width: 336px;
    line-height: 1;
    margin: 0;
    padding: 5px 0 0 0;
}

    #search-form .searchParameter ul.checklist li {
        line-height: 1;
        margin: 0;
        padding: 0 0 8px 0;
        list-style-type: none;
        width: 330px;
        float: left;
    }

        #search-form .searchParameter ul.checklist li label {
            width: auto;
            float: left;
            /*font-size: 1.3em;*/
            line-height: 1;
            margin: 0 16px 0 0;
            padding: 1px 0 0 0; /* FF - see ie7.css */
        }

        #search-form .searchParameter ul.checklist li input {
            width: auto;
            float: left;
            font-size: 1.2em;
            line-height: 1;
            margin: 0 8px 0 0;
            padding: 0;
            border: none;
        }

.split-float {
    width: 340px;
    float: left;
}

#search-form .split-float span.mandatory-indicator {
    margin: 0;
}

#search-form .split-float .left {
    float: left;
    width: 172px;
}

#search-form .split-float .right {
    float: right;
    width: auto;
}

#tags {
    background: #CEDDE4 repeat-x scroll 0 0;
    width: 790px;
    float: left;
    margin-top: 50px;
    margin-right: 50px;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px 5px 5px 5px;
}

#searchResultMessage {
    font-weight: bolder;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Phyto form (Maintain Reference Data)
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#termsandconditions {
    height: 600px;
    overflow: scroll;
}

#phyto-form {
    background-color: #C0DDE7;
    width: 785px;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

#phyto-admin-form {
    background-color: #C0DDE7;
    width: 785px;
    float: left;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}


#ReferenceData {
    padding: 10px 0 10px 0;
    float: left;
    width: 785px;
}


    #ReferenceData label {
        float: left;
        width: 230px;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        margin: 0 20px 0 0;
        padding: 5px 0 0 0;
        text-align: right;
    }


    #ReferenceData select {
        float: left;
        width: auto;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        margin: 0 5px 0 0;
        padding: 2px 3px 3px 3px;
        border: 1px solid #ccc;
        font-family: Arial, Helvetica, sans-serif;
    }


    #ReferenceData input {
        display: block;
        float: left;
        margin: 0 10px 0 0;
        background-color: #fff;
        border: 1px solid #ccc;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 1.1em;
        line-height: 130%;
        text-decoration: none;
        cursor: pointer;
        padding: 3px 7px 3px 7px; /* see ie8.css, ie7.css */
        width: auto;
        overflow: visible;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) { /* targets Safari and Chrome only */


    #ReferenceData input {
        padding: 4px 7px 4px 7px;
    }
}



#ReferenceData input:hover {
    border: 1px solid #AAAAAA;
}

/* editable form fields in the grid */


#OrganisationGridEditor td.t-edit-container,
#ReferenceDataGrid td.t-edit-container,
#RolesGrid td.t-edit-container,
#NotificationsGrid td.t-edit-container {
    background-color: #c0dde7;
}

    #RolesGrid td.t-edit-container form .editor-field-container {
        width: 720px;
    }

    #OrganisationGridEditor td.t-edit-container form .editor-field-container label
    #ReferenceDataGrid td.t-edit-container form .editor-field-container label {
        font-size: 1.0em;
    }

.t-edit-form-container {
    float: left;
    padding: 0 0 10px 0;
}

.t-grid table td .t-edit-form-container button {
    margin: 0 5px 0 270px; /* FF - see ie6.css */
    padding: 2px 0 3px 0; /* FF - see ie8.css */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* targets Safari and Chrome only */
    .t-grid table td .t-edit-form-container button {
        padding: 3px 0 3px 0;
    }
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 History form (Maintain Reference Data)
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#history-form {
    width: 785px;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
}

fieldset.history-fieldset {
    margin: 0;
    padding: 17px 0 16px 0; /* FF - see ie8.css */
    border: 0;
    position: relative;
    float: left;
    clear: both;
    line-height: 1;
    background-color: #c0dde7;
}

    fieldset.history-fieldset legend {
        font-size: 1.5em;
        font-weight: normal;
        margin: 0; /* FF - see ie8.css */
        padding: 0;
        line-height: 1;
        border-top: 10px solid #fff; /* FF - see ie8.css */
    }

        fieldset.history-fieldset legend span { /* FF - see ie8.css */
            width: 765px;
            padding: 10px 10px 10px 10px;
            color: #305B64;
            background-color: #EEEEEE;
            display: block;
            line-height: 1;
        }

.editor-label,
.display-label {
    float: left;
    width: 230px;
    display: block;
}

#history-form .display-field-container {
    width: 745px;
}

.display-field-container label {
    float: left;
    width: 230px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 20px 0 0;
    padding: 4px 0 0 0;
    text-align: right;
}

.display-field-container .display-field {
    word-wrap: break-word;
    float: left;
    width: 222px;
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 1px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

#history-form .display-field-container .display-field {
    margin: 0 15px 0 0;
}

#history-form .display-field-container .no-margin {
    margin: 0;
}

.display-field-container .display-field a:link,
.display-field-container .display-field a:visited {
    color: #305B64;
    text-decoration: none;
    text-decoration: underline;
}

.display-field-container .display-field a:hover {
    color: #226487;
    text-decoration: underline;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Select File
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#file-picker {
    margin: 0; /* FF - see ie6.css */
    padding: 20px 20px 10px 20px;
    width: 570px;
    float: left;
    background-color: #c0dde7;
    border-top: 10px solid #fff;
}

    #file-picker label {
        float: left;
        width: auto;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        margin: 0 20px 0 0;
        padding: 5px 0 0 0;
        text-align: right;
    }

    #file-picker input {
        float: left;
        width: 222px;
        display: block;
        font-size: 1.2em;
        line-height: 1;
        margin: 0 5px 0 0;
        padding: 3px;
        border: 1px solid #ccc;
        font-family: Arial, Helvetica, sans-serif;
    }

h2.user-details-heading {
    clear: left;
}

div.user-details-clear {
    clear: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*.side-bucket
{
	margin-bottom: 20px;
	line-height: normal;
}*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Grid - see telerik-overwrite.css
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* View cert header info*/

.header-fieldset {
}

    .header-fieldset ul {
        padding-left: 0;
    }

    .header-fieldset li {
        list-style-type: none;
        display: inline;
    }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOTER
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
    width: 945px;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px 5px 5px 10px;
    background: #ddece9;
}

    #footer .copyright {
        float: left;
        width: 450px;
    }

    #footer p {
        font-size: 1.1em;
        line-height: 1.0em;
        margin: 0;
        padding: 40px 0 0 0;
        padding: 0 0 0 0;
    }

    #footer ul {
        float: right;
        margin: 0;
        padding: 0 0 15px 0;
        width: 450px;
        text-align: right;
    }

        #footer ul li {
            font-size: 1.1em;
            line-height: 1.0em;
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: inline;
            color: #000;
        }

            #footer ul li a:link,
            #footer ul li a:visited {
                padding: 0 5px;
                color: #000;
                text-decoration: none;
            }

            #footer ul li a:hover {
                padding: 0 5px;
                color: #000;
                text-decoration: underline;
            }

#govt-logo {
    width: 143px;
    height: 21px;
    float: right;
    margin: 0 0 15px 0;
    /*padding-right: 5px;*/
    padding-right: 0;
    clear: both;
}

    #govt-logo img {
        border: none;
    }

/* ---------- clearing divs ---------- */

.clear { /* simple clearing div with no height */
    clear: both;
    font-size: 0.1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

/* ---------- accessibility ---------- */

/* Skip links */

a.accessLinks:focus { /* FF - see ie7.css */
    position: absolute;
    left: 855px !important;
    top: 5px !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    color: #000;
    z-index: 10;
}

a.accessLinks:link,
a.accessLinks:visited,
a.accessLinks:hover {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #000;
}

#topofpage {
    padding-top: 0;
    padding-bottom: 0;
    float: right;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 0px;
}

.ui-autocomplete-loading {
    background: url("Images/ajax-loader.gif") right center no-repeat;
}

.select-loading {
    background: url("Images/ajax-loader.gif") right center no-repeat;
    background-position: 90% 50%;
}

#modalPopupButton {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 0 0 0;
    margin: 1px 0 0 0;
    background-color: #C0DDE7;
    border: 0;
    width: 22px;
    height: 18px;
}

.mpi .realme_icon_padlock {
    margin-top: 35px;
    right: 30px;
}

#mpi-login {
    margin-top: 40px;
    margin-bottom: 40px;
}

    #mpi-login .realme_button {
        padding: 12px;
        background-image: url('Images/padlock-white.png');
        background-position: 96% center;
        background-repeat: no-repeat;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    #mpi-login tr, #mpi-login td {
        background-color: inherit;
    }

    #mpi-login input {
        font-family: sans-serif;
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;
        text-decoration: none;
        min-width: 320px;
    }
/*#FederatedPassiveSignIn_Integrated, #FederatedPassiveSignIn_Integrated table {
    display: table;
    width: 100%;
}*/

.realme_widget {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: left;
}
.left100 {
    margin-left: 100px;
}
.warningDialog {
    border: solid 2px red !important;
}
