
html
{
    background-color: #fff;
}

body
{
    background-image: url(../img/body-bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #eee;
    color: #000;
}

    body.large
    {
        font-size: 1.2em;
    }

.container
{
    font-family: Arial,Helvetica,sans-serif;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 980px;
}

/* Skip links (from http://jimthatcher.com/skipnav.htm) */

#layout-skip
{
    text-align: left;
    position: absolute;
}

    #layout-skip a
    {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        #layout-skip a:focus, #layout-skip a:active
        {
            position: static;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
            text-decoration: underline;
        }

.visuallyhidden
{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    left: -9999px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}


/*	-------------------------------------------------------------
	TOP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#layout-top .menubar
{
    float: left;
    width: 940px;
    padding: 8px 20px;
    height: 14px;
    background-color: #eee;
}

    #layout-top .menubar .left
    {
        float: left;
    }

        #layout-top .menubar .left p
        {
            font-size: .7em;
            color: #898989;
            font-weight: bold;
        }

            #layout-top .menubar .left p a
            {
                color: #898989;
            }

    #layout-top .menubar .right
    {
        float: right;
    }

        #layout-top .menubar .right li
        {
            float: left;
            font-size: .7em;
            font-weight: bold;
            color: #898989;
            border-left: solid 1px #898989;
            padding-left: 6px;
            padding-bottom: 1px;
            margin-left: 4px;
        }

            #layout-top .menubar .right li:first-child
            {
                border-left-style: none;
            }

            #layout-top .menubar .right li a
            {
                color: #898989;
            }

                #layout-top .menubar .right li a.who
                {
                    text-decoration: underline;
                }

        #layout-top .menubar .right .small
        {
            font-size: 0.75em;
        }

#layout-top .banner
{
    float: left;
    width: 940px;
    padding: 0 20px;
    background-color: #fff;
}

    #layout-top .banner .left
    {
        float: left;
        padding-right: 15px;
    }

    #layout-top .banner .right
    {
        float: right;
        margin-top: 23px;
    }

    #layout-top .banner .logo-VicCurr img
    {
        float: left;
        padding: 20px 0px 10px 0px;
    }

    #layout-top .banner .logo-vcaa
    {
        float: right;
    }

    #layout-top .banner .middle
    {
        float: left;
        margin-left: 54px;
        margin-top: 30px;
    }

#layout-top .warning
{
    background-color: #D9F0F3;
    border: 1px solid #0E88A3;
    color: #00819D;
    font-size: 0.75em;
    padding: 8px 12px;
    width: 21em;
    position: relative;
    top: 0;
    left: 0;
}

    #layout-top .warning a,
    #layout-top .warning span
    {
        font-weight: bold;
    }

    #layout-top .warning img
    {
        position: absolute;
        right: 12px;
        top: 7px;
        cursor: pointer;
    }

/*	-------------------------------------------------------------
	NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#layout-nav
{
    background-color: #4d4d4d;
    border-bottom: solid 1px #A9C4E0;
}

    #layout-nav .nav
    {
        font-family: Arial, Helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;
        width: 940px;
        padding: 11px 20px;
        background-color: #525252;
        position: relative;
    }

#layout-menu li.item
{
    display: inline;
    padding: 0.5em 0.6em;
    /*z-index: 1000;*/
}

#layout-menu li.mega.hovering
{
    border-bottom: solid 1px white;
}

#layout-menu li.first
{
    padding-left: 0;
}

#layout-menu li.last
{
    padding-right: 0;
}

#layout-menu li.item a
{
    color: #ddd;
    font-weight: normal;
}

    #layout-menu li.item a:hover
    {
        color: #fff;
    }

#layout-menu li.active a
{
    color: #fff;
    font-weight: bold;
}

#layout-menu .dropdown
{
    float: left;
    border: 1px solid #464646;
    background-color: #fff;
    z-index: 100;
    position: absolute;
    top: 2.2em;
    left: -9000px;
    padding: 0.5em 12px;
}

    #layout-menu .dropdown a
    {
        color: #666666 !important;
    }

        #layout-menu .dropdown a:hover
        {
            color: #000 !important; /*font-weight: bold !important;*/
        }

#layout-menu li.hovering
{
    background-color: #fff;
}

    #layout-menu li.hovering a, #layout-menu li.hovering a:hover
    {
        color: #464646;
    }

    #layout-menu li.hovering .dropdown
    {
        left: -1px;
        border-top: none;
    }

#layout-menu .dropdown p
{
    border-bottom: 1px solid #9C9C9C;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.1em;
    padding-bottom: 0.2em;
}

#layout-menu .dropdown li
{
    border-bottom: 1px solid #D7D7D7;
    color: #666666;
    font-size: 0.75em;
    line-height: 1.2;
    padding: 0.4em 0;
}

#layout-menu .domains .dropdown
{
    width: 665px;
    padding-top: 0.8em;
}

#layout-menu .domains .col
{
    float: left;
    width: 205px;
    margin-right: 12px;
}

#layout-menu .domains .row
{
    clear: both;
    float: left;
    margin-bottom: 20px;
}

#layout-menu .dropdown p.learningAreaTitle, #layout-menu .dropdown p.learningAreaTitle a
{
    font-weight: bold;
    line-height: 1.3;
}

#layout-menu .domains .ppsl
{
    width: 250px;
}

#layout-menu .domains .note
{
    clear: left;
    color: #666666;
    font-size: 0.6em;
    padding-top: 8px;
}

    #layout-menu .domains sup,
    #layout-menu .domains .note .sup
    {
        font-size: 0.7em;
        border: solid 1px #999;
        padding: 0 1px;
        color: #666;
    }

    #layout-menu .domains .note .sup
    {
        font-size: 0.875em;
    }

    #layout-menu .domains .note img
    {
        vertical-align: middle;
    }

#layout-menu .levels
{
    position: relative;
}

    #layout-menu .levels .dropdown
    {
        width: 125px;
    }

#layout-menu .item a.resources-icon
{
    background: url("../img/icons/resource-icon.gif") no-repeat right center;
    padding-right: 20px;
}

#layout-menu .item a.download-icon
{
    background: url("../img/icons/download-icon-small.png") no-repeat right center;
    padding-right: 20px;
}


/*Dropdown menu arrow*/

.nav li.item.mega.domains > a, .nav li.item.mega.levels > a
{
    padding-right: 16px;
    background-image: url(../img/icons/down-arrow.png);
    background-position: right 8px;
    background-repeat: no-repeat;
}

.nav li.item.mega.domains.hovering > a, .nav li.item.mega.levels.hovering > a
{
    padding-right: 16px;
    background-image: url(../img/icons/down-arrow.png);
    background-position: right -5px;
    background-repeat: no-repeat;
}


/*	-------------------------------------------------------------
	Third level nav for - domains
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#layout-menu .dropdown .menu-heading
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 6px;
}

.lineup-col
{
    margin-top: 27px;
}

/*	-------------------------------------------------------------
	Third level nav for - domains
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#layout-menu .dropdown .third-menu > li
{
    font-size: 1em;
}

#layout-menu .domains .dropdown li
{
    border: none;
    margin: 0px;
    padding: 0px;
}

    #layout-menu .domains .dropdown li a
    {
        border-bottom: 1px solid #e2e2e2;
        display: block;
        font-weight: 700;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

/* Submenu - collapse expand arrow */

#layout-menu .dropdown li a.sub-items-link
{
    display: block;
    float: right;
    width: 20px;
    border: none;
    margin-top: 8px;
}

#layout-menu .dropdown li .sub-items-link
{
    background: url("../img/icons/sub-menu-arrows.png") no-repeat scroll right 3px;
    margin-top: 5px;
}

    #layout-menu .dropdown li .sub-items-link.up
    {
        background-position: right -15px;
    }


#layout-menu .domains .dropdown li .third-menu a
{
    font-weight: normal;
}





/*	----------------------------------
	Search
	- - - - - - - - - - - - - - - -	*/

#layout-title .search-bar
{
    background-color: #4575B5;
    float: right;
    margin: 10px 10px 0px 0px;
    padding: 7px 0px 7px 10px;
    background: rgb(69, 117, 181);
    background: rgba(69, 117, 181, 0.6);

}

input#layout-search
{
    float: left;
    margin-right: 5px;
}

#layout-title .search-bar .search
{
    background: url("../img/search_transparent.png") no-repeat left bottom;
    border: 0 none;
    height: 20px;
    width: 23px;
    cursor: pointer;
    float: left;
}

#layout-title .search-bar input#layout-search
{
    background-color: #eeeeee;
    width: 191px;
    border: none;
    padding: 2px;
    font-size: 0.833em;
}









/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#layout-footer
{
    background-color: #dedede;
}

    #layout-footer .container
    {
        background-color: #eeeeee;
        padding: 1em 0;
    }

    #layout-footer .left
    {
        float: left;
        width: 280px;
        padding-left: 20px;
    }

        #layout-footer .left a
        {
            float: left;
            border-left: solid 1px #898989;
            padding-left: 5px;
            margin-left: 5px;
        }

            #layout-footer .left a:first-child
            {
                border-left-style: none;
                padding-left: 0;
                margin-left: 0;
            }

    #layout-footer .right
    {
        float: right;
        padding-right: 20px;
    }

    #layout-footer .middle
    {
        float: left;
    }

        #layout-footer .middle a
        {
            margin-left: 40px;
        }

    #layout-footer p
    {
        color: #535353;
        font-size: 0.6em;
        font-weight: bold;
        line-height: 1.5;
        padding-top: 16px;
    }

/* Default title layout */

.layout-banner
{
    background-image: url("../img/title-bg-flat.png");
    background-position: top left;
    background-repeat: repeat-x;
}

#layout-title .container
{
    background-repeat: no-repeat;
    height: 138px;
    background-image: url("../img/title-background.png");
    background-position: top center;
}


#layout-title .title
{
    color: white;
    font-weight: bold;
}

#layout-title h1
{
    font-size: 2em;
    font-weight: 100;
    height: 50px;
    padding-left: 20px;
    margin-top: 54px;
}

    #layout-title h1.long
    {
        font-size: 1.2em;
    }

#layout-title .tabs
{
    float: left;
    margin-top: 9px;
    padding-left: 20px;
}

    #layout-title .tabs li
    {
        float: left;
        margin-right: 1px;
    }

    #layout-title .tabs a
    {
        color: #FFFFFF;
        display: block;
        font-size: 0.9em;
        font-weight: 100;
        height: 12px;
        padding-bottom: 9px;
        margin-right: 27px;
    }

        #layout-title .tabs a.active
        {
            color: #FFF;
            font-weight: bold;
            background-image: url("../img/tab-active.png");
            background-position: bottom center;
            background-repeat: no-repeat;
            height: 23px;
        }

        #layout-title .tabs a.bordered
        {
            border-left: 1px solid #666;
        }

#layout-title .download
{
    float: right;
    margin-top: 7px;
    padding-right: 20px;
}

    #layout-title .download a
    {
        color: #FFFFFF;
        font-weight: 100;
        font-size: 0.9em;
        padding-right: 16px;
        background-image: url(../img/icons/download-curriculum.png);
        background-position: right center;
        background-repeat: no-repeat;
    }


/*******************************/
/* Main content layouts/styles */
/*******************************/

#layout-view
{
    min-height: 480px;
    color: #333;
    background-color: #fff;
    padding-bottom: 40px;
}

/* Two column layout */

.layout-twocol .left
{
    float: left;
    padding: 0;
    width: 209px;
}

.layout-twocol .right
{
    float: right;
    margin: 0 16px;
    padding: 0;
    width: 735px;
    color: #636363;
    font-size: 0.875em;
    line-height: 1.4;
}

    .layout-twocol .right p
    {
        margin-bottom: 1.3em;
    }

    .layout-twocol .right li
    {
        margin-left: 22px;
        margin-top: 0.25em;
        margin-bottom: 0.25em;
    }

    .layout-twocol .right h2
    {
        color: #333333;
        font-size: 1.6em;
        font-weight: normal;
        margin-bottom: 0.5em;
        margin-top: 0.8em;
    }

    .layout-twocol .right h3
    {
        color: #333333;
        margin-top: 0.8em;
        margin-bottom: 0.6em;
        font-size: 1.25em;
        font-weight: normal;
    }

    .layout-twocol .right h4
    {
        color: #333333;
        margin-top: 0.8em;
        margin-bottom: 0.6em;
        font-size: 1.1em;
    }

    .layout-twocol .right h5
    {
        color: #535353;
    }

    .layout-twocol .right table
    {
        color: #535353;
        margin-bottom: 1.3em;
    }



/* Sub navigation */

.layout-twocol .sub-nav
{
    padding-left: 20px;
}

    .layout-twocol .sub-nav h2
    {
        margin-top: 2.0em;
        margin-bottom: 1em;
        font-size: 0.875em;
        color: #3c6cac;
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 0em;
        padding-bottom: 6px;
    }

    .layout-twocol .sub-nav li
    {
        font-size: 0.95em;
        border-bottom: 1px solid #E2E2E2;
    }

        .layout-twocol .sub-nav li.first
        {
            border-top: 1px solid #E2E2E2;
        }

        .layout-twocol .sub-nav li.last
        {
            border-bottom: none;
        }


        .layout-twocol .sub-nav li a
        {
            color: #535353;
            display: block;
            line-height: 1.3;
            padding: 5px 0px;
        }
        .layout-twocol .sub-nav li a:hover
        {
            color: #3c6cac;
        }

        .layout-twocol .sub-nav li li a
        {
            background-image: url(../img/icons/bullet-point.png);
            background-repeat: no-repeat;
            background-position: 2px 14px;
        }


        .layout-twocol .sub-nav li a.active
        {
            font-weight: bold;
            color: #3c6cac;
        }

        /* Sub-sub navigation */
        .layout-twocol .sub-nav li ul li
        {
            font-size: .9em;
        }


            .layout-twocol .sub-nav li ul li a
            {
                margin-left: 10px;
                font-size: 1.0em;
                padding: 5px 0px 8px 10px;
            }



#layout-totop
{
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
}

.PageBreak
{
    page-break-before: always;
}



/* CONTENT TABLE STYLES */
table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    word-wrap: break-word;
}

    table th, table td
    {
        border: 1px solid #e2e2e2;
        padding: 8px;
        text-align: left;
        vertical-align: top;
    }

    table th
    {
        background-color: whitesmoke;
    }

        table th.subhead
        {
            font-style: italic;
            font-weight: normal;
        }

    table thead th
    {
        background-color: #f9f9f9;
        color: #333;
        font-weight: 700;
        vertical-align: bottom;
    }

    table tfoot td
    {
        font-weight: 700;
    }

    table caption
    {
        border-bottom: 0 none;
        font-style: normal;
        font-weight: 700;
        padding: 0.5em;
        text-align: left;
    }

    table ul, table ol
    {
        margin: 0;
    }

    table.table
    {
        margin-bottom: 20px;
    }

        table.table th
        {
            background-color: whitesmoke;
            /*    background-color: #f5f5f5;*/
        }

    table.table-static .explanatory
    {
        font-style: italic;
        font-weight: normal;
    }

    table.table-static td.shaded-cell
    {
        background-color: #f5f5f5;
    }

    table.table-static th.subhead
    {
        font-style: italic;
        font-weight: normal;
    }

    table.table-static li
    {
        margin-bottom: 5px;
    }

        table.table-static li ul
        {
            margin-top: 5px;
        }

    table.table-static .no-list li
    {
        margin-bottom: 5px;
    }

    table.table-static a
    {
        color: #767676;
    }
