/* [GLOBAL RULES]
-------------------------------------------------------*/
    textarea
    {
        overflow: auto;
    }
    button, input[type="submit"], input[type="image"]
    {
        cursor: pointer;
    }
    button
    {
        overflow: visible;
        width: auto;
    }

/* [STANDARD FORM]
-------------------------------------------------------*/
/* Visible Legend */
    legend.form-hdr, p.hdr
    {
        font: bold 1.3em "Lucida Grande" , "Lucida Sans Unicode" , sans-serif; /* 16px */
        padding: 0 0 1em 0;
        color: #000;
    }
    legend.form-hdr.sml
    {
        font-size: 1.1em;
    }

/* Fieldset Divider */
    fieldset.divider
    {
        border-bottom: 1px solid #D4D4D4;
        margin-bottom: 1.83em;
        padding-bottom: 1em;
    }

/* Row */
    .form-row
    {
        float: left;
        padding-bottom: .8em;
        width: 100%;
    }

/* Labels */
    .form-row label, .form-row .form-lbl
    {
        width: 19em;
        float: left;
        margin: 0 1.5em 0 0;
        display: block;
        font-weight: bold;
        font-family: "Lucida Grande" , "Lucida Sans Unicode" , sans-serif;
        color: #000;
        padding-top: 2px;
    }
    .form-row.one-line label
    {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
        display: inline;
    }
    fieldset.alt .form-row label, fieldset.alt .form-row .form-lbl
    {
        width: 13em;
    }

/* Inputs */
    .txt-input, textarea
    {
        font: inherit;
        width: 35em;
        padding: .25em;
        background-color: #fff;
        border: 1px solid #D4D4D4;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #6e6e6e;
    }
    .txt-input.tiny
    {
        width: 3em;
    }
    .txt-input.sml
    {
        width: 5.5em;
    }
    .txt-input.med
    {
        width: 20em;
    }
    textarea
    {
        font-family: Arial, Helvetica, sans-serif;
        height: 8.3em;
    }
    textarea.lrge
    {
        width: 40em;
        height: 16.6em;
    }
    select
    {
        font: inherit;
    }
    #wrapper-inner input[type="text"]:focus, #wrapper-inner input[type="password"]:focus, #wrapper-inner textarea:focus
    {
        border-color: #ccc;
        box-shadow: 0 1px 2px #ccc;
        -moz-box-shadow: 0 1px 2px #ccc;
        -webkit-box-shadow: 0 1px 2px #ccc;
    }

/* Column [used for multiple inputs] */
    .form-column
    {
        margin-left: 20.5em;
    }
    fieldset.alt .form-column
    {
        margin-left: 14.5em;
    }
    .form-column label
    {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
        display: inline;
        color: #454545;
        font-weight: normal;
    }
    .form-column label.alt
    {
        display: block;
        padding-top: 4px;
    }
    .form-column ul, .multiple-inputs .col ul, .form-row.one-line ul, .form-column p
    {
        margin: 4px 0 0 0;
    }
    .form-column li, .multiple-inputs .col li, .form-row.one-line li
    {
        padding: 0;
        background: none;
        margin-bottom: .16em;
    }
    .form-row .horizontal li
    {
        display: inline;
        margin: 0 1em 0 0;
    }
    .form-row li label, .form-row li input, .form-row.one-line label, .form-row.one-line input, .form-column label.alt input
    {
        vertical-align: middle;
    }

/* Multiple Inputs - Columns */
    .multiple-inputs
    {
        width: 924px;
        padding-bottom: .8em;
        float: left;
    }
    .two-col.ver2 .multiple-inputs
    {
        width: 735px;
    }
    .multiple-inputs .col
    {
        float: left;
        width: 216px;
        margin-left: 20px;
    }
    .two-col.ver2 .multiple-inputs .col
    {
        width: 171px;
        margin-left: 17px;
    }
    #content-main .multiple-inputs .col.first
    {
        margin: 0;
    }
    .multiple-inputs .col li
    {
        margin-bottom: .5em;
        position: relative;
        padding-left: 24px;
    }
    .multiple-inputs .col li input
    {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 1px;
    }
    .multiple-inputs .col li label
    {
        display: block;
    }
    .multiple-inputs .col .txt-input
    {
        margin: 5px 0 0 0;
        width: 15em;
        position: static;
    }
    .two-col.ver2 .multiple-inputs .col .txt-input
    {
        width: 11em;
    }

/* Submit */
    .submit
    {
        width: 100%;
        clear: both;
        margin-bottom: 1.83em;
        text-align: right;
    }
    .submit.padding-top
    {
        padding-top: 1em;
    }
    .submit *
    {
        vertical-align: middle;
    }
    .submit .back
    {
        margin-right: 6px;
    }
	.submit span {
        margin-right: 10px
    }
	.submit .left {
        float: left; 
        padding-top: 5px
    }
	
/* Blue Button */
    .button {
    	background: #a1d9ed;
    	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a1d9ed), to(#2fb0df));
    	background: -webkit-linear-gradient(#a1d9ed, #2fb0df);
    	background: -moz-linear-gradient(#a1d9ed, #2fb0df);
    	background: -ms-linear-gradient(#a1d9ed, #2fb0df);
    	background: -o-linear-gradient(#a1d9ed, #2fb0df);
    	background: linear-gradient(#a1d9ed, #2fb0df);
    	-pie-background: linear-gradient(#a1d9ed, #2fb0df);
    	behavior: url(/web/20170202023025im_/http://www.companydirectors.com.au/css/scripts/PIE.htc);
        border: 1px solid #91B5D1;
        border-radius: 5px 5px 5px 5px;
        color: #E7EBE6 !important;
    	display: inline-block;
        font-size: 18px !important;
    	font-weight: normal !important;
    	min-height: 28px;
        padding: 0 25px;
        text-align: center;
    	text-decoration: none !important;
        width: auto;
    }
    .ie .button {background: url("/web/20170202023025im_/http://www.companydirectors.com.au/images/template/bg-blue-btn.gif") repeat-x 0 0;}
    input.button {
    	min-height: 30px; 
    	position: relative; 
    	top: 1px;
    	top: 0\9;
    }

    .button.over {
    	background: #2FB0DF;
    	cursor: hand; cursor: pointer; 
    	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2FB0DF), to(#A1D9ED));
    	background: -webkit-linear-gradient(#2FB0DF, #A1D9ED);
    	background: -moz-linear-gradient(#2FB0DF, #A1D9ED);
    	background: -ms-linear-gradient(#2FB0DF, #A1D9ED);
    	background: -o-linear-gradient(#2FB0DF, #A1D9ED);
    	background: linear-gradient(#2FB0DF, #A1D9ED);
    	-pie-background: linear-gradient(#A1D9ED, #2FB0DF);
    	behavior: url(/web/20170202023025im_/http://www.companydirectors.com.au/css/scripts/PIE.htc);
    }
    .ie .button.over {background: url("/web/20170202023025im_/http://www.companydirectors.com.au/images/template/bg-blue-btn-over.gif") repeat-x 0 0;}
    .button.down {
    	background: #E7EBE6 !important;
    	color: #2FB0DF !important;
    	border: 1px dotted #91b5d1!important;
    }

/* [OTHER FORMS]
-------------------------------------------------------*/

/* Global Site Search */
    .global-search .search
    {
        border: 1px solid #d1d3d1;
        border-radius: 20px;
        box-shadow: inset 0px 1px 0px 0px #bebebe;
        background: #fff;
        width: 330px;
        height: 30px;
        padding-left: 18px;
        text-align: left;
        float: right;
        margin-top: 10px;
    }
    .global-search .search input
    {
        vertical-align: middle;
        margin-top: 4px;
    }
    .global-search .search .txt-input
    {
        width: 270px;
        color: #6E6E6E;
        border: none;
        font-family: "Lucida Grande" , "Lucida Sans Unicode" , sans-serif;
        margin: 6px 4px 0 0;
        padding: 0;
    }

    @media (max-width: 991px){
        .global-search
        {
            text-align: center;
            position: absolute;
            top: 68px;
            left: 0;
            z-index: 1000;
            background: #ECEFEB;
            padding: 20px 10px;
            width: 100%;
            display: none;
        }

        .global-search .search
        {
            float: none;
            display: inline-block;
            margin: 0;
        }
    }

    @media (max-width: 768px){
        .global-search .search
        {
            width: 100%;
        }

        .global-search .search .txt-input
        {
            width: calc(100% - 45px);
        }
    }

/* Search Within Courses */
    #sidebar .search
    {
        background: url("/web/20170202023025im_/http://www.companydirectors.com.au/images/template/bg-search-courses.png") no-repeat 0 0;
        margin-bottom: 12px;
        padding-top: 2px;
    }

    #sidebar .search h3
    {
        font-size: 100%;
        margin-bottom: .8em;
    }
    #sidebar .search-inner div
    {
        position: relative;
        width: auto;
    }

    #sidebar .search .txt-input {
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: inset -1px 1px 1px 0px #EAEAEA;
        border-radius: 4px;
        padding: 3px 26px 3px 5px;
    }

    #sidebar .search .btn-submit
    {
        position: absolute;
        top: 6px;
        right: 8px;
    }

/* Global Login Panel */
    #nav-main legend
    {
        color: #fff;
        font: bold 1.16em "Lucida Grande" , "Lucida Sans Unicode" , sans-serif; /* 14px */
        text-shadow: 0 1px 1px #000;
        padding-bottom: .8em;
    }
    #nav-main p
    {
        margin-bottom: 1em;
    }
    #nav-main label
    {
        display: block;
        font: bold 1.08em "Lucida Grande" , "Lucida Sans Unicode" , sans-serif; /* 13px */
        text-shadow: 0 1px 1px #000;
        margin-bottom: .2em;
    }
    #nav-main .remember-me
    {
        font: normal 1em Arial, Helvetica, sans-serif; /* 12px */
        text-shadow: none;
    }
    #nav-main .txt-input
    {
        width: 90%;
        border-color: #fff;
        width: 205px;
        padding: .35em 4px;
        margin-bottom: 10px;
        box-shadow: 0 1px 2px #ccc;
        -moz-box-shadow: 0 1px 2px #ccc;
        -webkit-box-shadow: 0 1px 2px #333;
    }
    #nav-main li#navitem-login div div .submit
    {
        background: none;
        padding: 12px 0 0 0;
        margin: 0;
        width: auto;
        clear: none;
        font-size: 1em;
        text-align: left;
    }
    #wrapper #nav-main li#navitem-login div div .submit a
    {
        display: inline;
        float: none;
        background: none;
        text-shadow: none;
        text-decoration: underline;
        font-weight: normal;
        color: #fff;
        margin-left: 10px;
    }
    #wrapper #nav-main li#navitem-login div div .submit a:hover, #wrapper #nav-main li#navitem-login div div .submit a:focus
    {
        text-decoration: none;
    }

/* Filter */
    .filter
    {
        background: #F8F9F8 url("/web/20170202023025im_/http://www.companydirectors.com.au/images/template/bg-pagination.png") repeat-x 0 100%;
        border: 1px solid #F3F4F3;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: 6px 8px;
        font-size: .91em; /* 11px */
        margin-bottom: 1.83em;
        position: relative;
        clear: both;
        width: 491px;
    }
    body.two-col .filter
    {
        width: 679px;
    }
    body.two-col.ver2 .filter
    {
        width: 738px;
    }
    #aside .filter, body.two-col .two-col .filter
    {
        background: #DAE0D8;
        width: auto;
        margin-bottom: 1em;
        clear: none;
        border: none;
    }
    body.two-col .two-col .filter
    {
        background: #E7EBE6;
        margin-bottom: .6em;
    }
    .filter label, .filter p
    {
        font-weight: bold;
        margin-right: 3px;
    }
    .filter *
    {
        vertical-align: middle;
    }
    .filter p
    {
        display: inline;
    }
    .filter p.no-results
    {
        text-align: center;
        display: block;
        margin: 0;
    }
    .filter select
    {
        font-size: 100%; /* 11px */
        margin-right: 3px;
    }

    @media (max-width: 991px){
        .filter {
            width: auto;
        }
    }

/* Page Count */
    .filter em
    {
        font-family: "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
        font-style: normal;
    }
    .filter em,
    .filter strong {
        display: inline-block;
        vertical-align: baseline;
        font-size: 1em;
    }
    .filter--search {
        margin-bottom: 0;
        text-align: justify
    }
    .filter--search:after {
        content: ' ';
        display: inline-block;
        width: 100%;
        height: 0;
    }
    .filter--search__section {
        position: absolute;
        top: 10px;
        right: 10px;
        float: none !important;
    }
    .filter--search__section .pagination {
        margin: 0 !important;
    }
    .filter--search .pagination a, 
    .filter--search .pagination span {
        display: inline-block;
        vertical-align: top;
    }
    .filter em,
    .filter strong,
    .filter--search:after,
    .filter--search__section,
    .filter--search .pagination a, 
    .filter--search .pagination span {
        *display: inline;
        *zoom: 1;
    }

    body.two-col.ver2 #wrapper #content-main .filter .pagination 
    {
        width: auto;
        display: inline-block;
        text-align: left;
        position: relative;
        padding: 0;
        clear: both;
        border: 0;
        border-radius: 0;
        background: transparent;
        margin: 0 120px 0 90px;
        width: 183px;
    }
    .filter .pagination .PagingResults 
    {
        display: none
    }
    .structured-list .result-type 
    .structured-list .result-date {
        font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: .83em;
        margin-bottom: .4em;
        color: #575757;
    }
    .structured-list .result-type 
    {
        padding: 9px 0 0;
        margin: 8px 0 0;
        border-top: 1px dashed #E6E8E5;
        font-style: italic;
        font-size: .91em;
        color: #575757;
    }

/* Article Comment Post */
    #post-comment {
        background-color: #F6F7F5;
        margin: 0 13px;
        padding: 13px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    #post-comment.no-bg {
    	background: none;
    	padding: 0;
    }
    .post-comment
    {
        font: bold 1.16em "Lucida Grande" , "Lucida Sans Unicode" , sans-serif; /* 14px */
        color: #000;
        margin-bottom: 13px;
    }
    #post-comment legend
    {
        font-size: 1.16em; /* 14px */
        padding-bottom: 1em;
        text-shadow: 0 1px 1px #fff;
    }
    #post-comment p
    {
        margin: 0 0 .8em;
    }
    #post-comment textarea
    {
        width: 450px;
        height: 5.5em;
        background: #fff url("/web/20170202023025im_/http://www.companydirectors.com.au/images/template/bg-post-comment-txt.gif") repeat-x 0 0;
        margin-bottom: 14px;
    }
    #post-comment .txt-input
    {
        margin-bottom: 8px;
    }
    #post-comment label
    {
        display: block;
        font-family: "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: .2em;
        text-shadow: 0 1px 1px #fff;
        color: #000;
    }
    #post-comment label.remember-me
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-shadow: none;
        margin: 0;
        color: #454545;
    }
    #post-comment label.remember-me input
    {
        vertical-align: middle;
    }
    #post-comment .submit
    {
        text-align: left;
        margin: 1.2em 0 0;
    }
    #post-comment .submit a
    {
        font-weight: normal;
        text-decoration: underline;
        margin-left: 10px;
    }
    #post-comment .submit a:hover, #post-comment .submit a:focus
    {
        text-decoration: none;
    }

/* Member Login */
    #member-login label
    {
        width: 6.5em;
    }
    #member-login .txt-input
    {
        width: 313px;
    }
    #member-login .form-column
    {
        margin-left: 8em;
        padding-top: 6px;
    }
    #member-login .form-column input, #member-login .form-column label
    {
        vertical-align: middle;
    }
    #member-login .submit
    {
        width: auto;
        padding: 10px 0 0 8em;
        margin: 0;
        text-align: left;
    }
    #member-login .submit input
    {
        display: block;
        margin-bottom: 1em;
    }
    #member-login .submit a
    {
        font-weight: normal;
    }

/* Shop Payment */
    #basket-payment .form-row
    {
        padding-bottom: .3em;
    }
    #basket-payment label, #basket-payment p.form-lbl
    {
        width: 11.5em;
    }
    #basket-payment .txt-input
    {
        width: 20em;
    }
    #basket-payment .txt-input.sml
    {
        width: 3em;
    }
    #basket-payment .form-column
    {
        margin-left: 13em;
    }
    #basket-payment .form-row a
    {
        font-weight: normal;
        margin-left: 5px;
    }

    @media (max-width: 991px) {

        #sidebar .search-inner div {
            width: auto;
        }

        #sidebar .search .txt-input {
            width: 100%;
            padding: 5px 26px 5px 5px;
        }

        #sidebar .search .btn-submit {
            top: 8px;
            right: 10px;
        }

        .filter--search__section {
            position: static;
            display: block;
            margin: 15px 0 10px;
        }

        #member-login .submit {
            padding: 0;
        }

        #member-login label {
            width: auto;
        }

        #member-login .txt-input {
            width: auto;
        }
    }

/* [VALIDATION]
-------------------------------------------------------*/
/* Mandatory Field Indicators */
    .form-row label img, .form-lbl img, .req
    {
        margin: 0 .2em .3em .2em;
    }

/* Form Hint */
    .form-hint
    {
        margin-bottom: 1.3em;
        font-style: italic;
    }

/* Highlight Error Inputs */
    .txt-input.validation-error, .validation-error
    {
        background-color: #f7d9d9;
        border-color: #ae0000;
        color: #ae0000;
    }

/* Cancellation Policy Lists */
    .form-row.one-line ul ul {
        margin: 0.75em 0 0.75em 2em;
    }
    .form-row.one-line ul ol {
        margin: 0.75em 0 0.75em 3.5em;
    }
    .form-row.one-line ul ul li {
    	background: url("/web/20170202023025im_/http://www.companydirectors.com.au/images/template/bullet.gif") no-repeat scroll 0 7px transparent;
    	padding-left: 10px;
    }
    #content-main .form-row.one-line ul ol li {
        overflow: visible;
    }

/*
     FILE ARCHIVED ON 02:30:25 Feb 02, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:28:00 Aug 13, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 140.788
  exclusion.robots: 0.176
  exclusion.robots.policy: 0.163
  cdx.remote: 0.122
  esindex: 0.014
  LoadShardBlock: 90.896 (3)
  PetaboxLoader3.datanode: 204.718 (4)
  CDXLines.iter: 21.329 (3)
  load_resource: 195.758
  PetaboxLoader3.resolve: 32.426
*/