﻿@media screen
{
    html
    {
    }
    
    body
    {
        position: relative;
	    margin: 0px;
	    padding: 0px;
	    border: none;
	    font-family: Helvetica, Arial, sans-serif;
	    font-size: 9pt;
	    color: #000000;
	    background: url( header2.jpg ) 50em 60px no-repeat;
    }
    
    
    /* Misc. fixes */
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, p, blockquote, th, td
    {
	    font-family: Helvetica, Arial, sans-serif;
	    color: #000000;
    }
    form{ margin: 0em; }
    h1, h2, h3, h4, h5, p { margin: 0em; }
    a img { border: none; }
    table{ font-size: 8pt; }
    
    
    /* Primary page elements. */
    #wrapper
    {
        position: relative;
        min-width: 98em;
    }
    
    #customHeaderContainer
    {
        position: absolute;
        margin-left: 20em;
        left: 0em;
        top: 0.2em;
    }
    
    .clear-block
    {
        clear: both;
    }

    
    #customHeaderContainer *
    {
        font-size: 8pt;
    }
    
    #header
    {
    }
    
    #container
    {
        position: relative;
    }
    
    #leftColumn
    {
        clear: both;
        float: left;
        width: 19em;
    }
    
    #logoContainer
    {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    #middleColumn
    {
        position: relative;
        width: 70em;
        float: left;
        margin-top: 60px;
        margin-left: 1em;
        line-height: 1.5em;
    }
    
    #middleColumn p
    {
        margin-bottom: 1em;
    }
    
    #siteMapPathContainer
    {
        height: 140px;
    }
    
    #infoPanel
    {
    }
    
    #content textarea
    {
        width: 100%;
        height: 12em;
    }
    
    #formEmailQuery input[type=text]
    {
        width: 100%;
    }
    
    #contentContainer
    {
        background: url( centre_block.png ) left top repeat-x;
        min-height: 40em;
        padding: 2em;
    }
    
    #contentContainer table
    {
        margin: 0em;
    }
    
    #footerContainer
    {
        clear: both;
        width: 88em;
        background: #EDEDED;
        padding: 2em;
        position: relative;
    }
    
    
    #footerContainer a
    {
        color: blue;
    }

    
    #footerPayments
    {
        text-align: center;
        margin-top: 2em;
    }

    #footerPayments img
    {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    #footerStaffLogin
    {
        position: absolute;
        right: 2em;
        top: 2em;
        background: url( poweredByRBSWorldPay.gif ) left bottom no-repeat;
        min-width: 132px;
        padding-bottom: 44px;
    }

    #footerStaffLogin a.login
    {
        margin-right: 0.5em;
        padding-right: 0.5em;
        border-right: 1px solid #404040;
    }
    
    

    
    h1
    {
        margin: 0em;
	    font-weight: normal;
	    color: #ba0f28;
	    line-height: 35px;
    	border-bottom: 1px solid #0AC0AA;
    }
    
    
    
    a
    {
        color: #207EB1;
        font-weight:bold;
        text-decoration: none;
    }
    
    
    a:hover
    {
        text-decoration: underline;
    }


    .more-info-available
    {
        color: Red;
        font-weight: bold;
        padding-left: 0.25em;
    }
    

    #middleColumn h2
    {
	    color:#00a684;
	    margin-top: 0.5em;
	    line-height: 1.5em;
	}
    
    #middleColumn h3
    {
	    color: #00a684; /*#ba0f28; */
    }
    
    
    /* ************************************************************************ */
    /* Login boxes. */
    /* ************************************************************************ */
    #loginContainer, #createAccountContainer
    {
        background: #e0e0e0;
        width: 48%;
        float: left;
        height: 18em;
    }
    
    #createAccountContainer
    {
        float: right;
        text-align: center;
    }
    
    #loginContainer h2, #createAccountContainer h2
    {
        margin: 0em;
        padding: 0.5em;
        color: White;
        background: #ba0f28;
        text-align: left;
    }
    
    
    #loginContainer>div
    {
        margin: 2em;
    }
    
    
    #createAccountContainer input
    {
        margin-top: 4em;
        border: 2px solid green;
    }

    #MiniLogin
    {
        position: relative;
    }
    
    #MiniLogin div
    {
        margin-bottom: 1em;
    }
    
    #MiniLogin .loginExtra
    {
        margin-top: 1em;
        margin-left: 8em;
    }
    
    #MiniLogin label
    {
        display: block;
        float: left;
        width: 8em;
    }
    
    #MiniLogin input
    {
        width: 14em;
    }
    
    #MiniLogin input[type=submit]
    {
        margin-left: 7em;
        color: White;
        background: #207EB1;
        border: 1px solid #404040;
    }
    
    

    /* ******************************************************************** */
    /* Currilum Area List. */
    /* ******************************************************************** */
    #curricareaSplash
    {
        margin-bottom: 2em;
        border-bottom: 1px dotted #c0c0c0;
    }
    
    #curricareaSplash p
    {
        margin-bottom: 1em;
    }
    
    #curricareaSplash img
    {
        float: right;
        margin-left: 1em;
        margin-bottom: 1em;
    }
    
    #curricareaSplash strong
    {
        color: #ba0f28;
    }
    
    #courseLeaflet h2
    {
        margin-bottom: 0.25em;
    }

    #courseLeaflet h3
    {
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        border-left: 1em solid #00a684;
        padding-left: 0.5em;
    }

    #courseLeaflet .missingLeaflet
    {
        min-height: 20em;
        padding-top: 7em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
    }

    #courseAvailabilityList
    {
        clear: both;
        
    /*    margin-top: 2em;  */
        margin-bottom: 1em;
    }

    #courseAvailabilityList table
    {
        background: white;
        border-collapse: collapse;
        width: 100%;
        border: none;
        margin: 0em;
        margin-bottom: 1em;
        border-bottom: 1px solid #d0d0d0;
    }

    #courseAvailabilityList td, #courseAvailabilityList th
    {
        margin: 0em;
        padding: 0.25em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px dotted #808080;
    }

    #courseAvailabilityList th
    {
        font-weight: bold;
        background: #d0d0d0;
    }
    
    #courseAvailabilityList p
    {
        text-align: left;
        font-style: italic;
        margin-bottom: 0.5em;
    }


    /* ************************************************************************ */
    /* Quick subject area list. */
    /* ************************************************************************ */
    #quick-subject-list h3
    {
    }
    
    #quick-subject-list
    {
    /*
        padding-left: 1em;
        padding-right: 2em;
    */
    }
    
    
    #quick-subject-list ul
    {
        list-style-type: none;
        list-style-position: outside;
        margin: 0em;
        padding: 0em;
    }
    
    
    #quick-subject-list li
    {
        font-size: 8pt;
        margin: 0em;
        margin-top: 0.25em;
        padding: 0em;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        border-right: 1em solid white;
        border-bottom: 2px dotted #c0c0c0;
    }
    
    #quick-subject-list li.active
    {
        border-right: 1em solid #c0c0c0;
        border-bottom: 2px dotted #c0c0c0;
    }
    
    
    
    /* ******************************************************************** */
    /* Shopping Baskets. */
    /* ******************************************************************** */
    #mainBasket td, #mainBasket th
    {
        background: white;
        padding: 0.25em;
        vertical-align: top;
    }

    #mainBasket th
    {
    /*    background: #e0e0e0;  */
        background: #e8e8e8;
        font-weight: bold;
        border-top: 1px solid #d0d0d0;
    }

    #mainBasket table
    {
        margin-bottom: 1em;
    }

    #mainBasket .separator
    {
        min-height: 3em;
    }

    #mainBasket tr.listRowFooter td
    {
        padding-top: 0.5em;
        background: #e8e8e8;
    }

    #miniBasket table
    {
        width: 100%;
        margin-bottom: 0.5em;
    }

    #miniBasket tr.listRowFooter td
    {
        background: #f0f0f0;
        border-top: 1px solid #d0d0d0;
    }


    /* ******************************************************************** */
    /* Generic Visual Lists. */
    /* ******************************************************************** */
    #visualListContainer
    {
        margin-top: 1em;
        line-height: 2em;
        padding-left: 0.25em;
    }

    #visualListContainer>span
    {
        display: block;
        border-top: 1px dotted #808080;
        max-height: 0.5em;
    }

    #curricareaSplash>img
    {
        float: right;
        margin-left: 1em;
        margin-bottom: 1em;
        border: 1px solid #404040;
    }

    #visualListContainer span.course-count
    {
        float: right;
    }



    /* ******************************************************************** */
    /* Tables. */
    /* ******************************************************************** */
    #miniTable
    {
    }

    #miniTable a
    {
        font-size: 8pt;
        font-weight: bold;
        color: #606060;
    }

    #miniTable .child
    {
        font-style: italic;
        padding-left: 1em;
        color: #606060;
    }

    th
    {
        font-weight: normal;
        text-align: left;
        padding-bottom: 0.5em;
    }

    tr.listRow1
    {
    /*    background: #F0F0F0;  */
    }

    tr.listRow2
    {
    /*    background: #F0F0F0;  */
    }

    tr.listRowFooter
    {
        font-weight: bold;
    /*    border-top: 1px solid #c0c0c0;    */
        border-bottom: 1px solid #c0c0c0;
        background: #d0d0d0;
    }

    td.listCell
    {
        padding-top: 0.5em;
        padding-bottom: 0.25em;
    }

    th.listCell
    {
        text-align: left;
    }

    th.listCellNumeric, td.listCellNumeric
    {
        text-align: right;
    }

    th.listCellGeneral, td.listCellGeneral
    {
        text-align: center;
    }

    th.listCellSmallIcon, td.listCellSmallIcon
    {
        text-align: center;
        width: 22px;
    }

    tr.listRowFooter td
    {
        vertical-align: bottom;
        padding-bottom: 0.5em;
    }



    /* ******************************************************************** */
    /* Checkout panels. */
    /* ******************************************************************** */
    .discountPanel
    {
        margin-bottom: 0.5em;
    }

    .priceModifier
    {
        font-size: 85%;
        font-weight: bold;
    }
    
    
    .boxout-strong
    {
        position: relative;
        background: #e8e8e8;
        padding: 1em;
        margin-bottom: 1em;
        border: 1px solid #c0c0c0;
    }


    .boxout-promotion
    {
        position: relative;
        background: #e8e8e8;
        padding: 1em;
        margin-bottom: 1em;
        border: 1px solid #c0c0c0;
        float: left;
        width: 22em;
        min-height: 10em;
    }

    .boxout-promotion input
    {
        display: block;
        width: 20em;
        margin-bottom: 0.25em;
    }

    #basketControls
    {
        float: left;
        width: 22em;
        background: #e8e8e8;
        padding: 1em;
        margin-left: 1em;
        margin-bottom: 1em;
        border: 1px solid #c0c0c0;
        min-height: 10em;
    }

    #basketCheckoutButton
    {
        float: right;
    }



    /* ************************************************************************ */
    /* Simple Data Navigator. */
    /* ************************************************************************ */
    .simple-data-navigator
    {
        clear: both;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .simple-data-navigator .page-count
    {
        padding-top: 0.5em;
        padding-right: 0.5em;
        margin-right: 0.25em;
    }

    .simple-data-navigator .page-number
    {
        margin-left: 0.25em;
        margin-right: 0.25em;
    }

    .simple-data-navigator .active
    {
        font-weight: bold;
    }
    
    
    .simple-data-navigator p
    {
        margin-top: 1em;
    }



    /* ************************************************************************ */
    /* Advanced search fields. */
    /* ************************************************************************ */

    .advanced-search-tile-view
    {
    /*
        width: 16em;
        float: right;
        background: white;
        border: 1px solid #c0c0c0;
    */
    }

    .advanced-search-tile-view>fieldset
    {
        margin-top: 1em;
        margin-bottom: 2em;
        font-size: 8pt;
        padding: 0em;
    }

    .advanced-search-tile-view>fieldset>fieldset, .advanced-search-tile-view>fieldset>div
    {
        float: left;
        margin: 0.5em;
        width: 22em;
    }

    .advanced-search-tile-view fieldset legend
    {
        font-weight: bold;
    }

    .advanced-search-tile-view input[type=submit]
    {
        margin: 0.5em;
        margin-top: 1em;
        font-weight: bold;
        background: white;
        border: 1px solid #404040;
        float: left;
        font-size: 8pt;
        width: 23.5em;
    }
    
    
    
    /* ************************************************************************ */
    /* Header Menu. */
    /* ************************************************************************ */
    #headerMenu
    {
        z-index: 10;
        width: 64em;
        background: #F4F4F4;
        font-size: 1.1em;
        position: absolute;
        left: 18em;
        top: 1.5em;
    }
    
    #headerMenu ul.root
    {
        list-style: none;
	    padding: 0em;
	    margin: 0em;
	    position: relative;
    }
    
    #headerMenu ul.root>li
    {
        float: left;
        padding: 0.5em;
        padding-right: 1em;
        margin: 0.5em;
        border-right: 1px solid #404040;
    }
    
    #headerMenu ul.root>li.contact
    {
        border-right: none;
    }
    
    #headerMenu li
    {
        font-size: 8pt;
    }
    
    #headerMenu ul.root ul.leaf
    {
        background: #F4F4F4;
        position: absolute;
        display: none;
        list-style: none;
	    padding: 0em;
	    margin: 0em;
	    margin-top: 0.5em;
	    margin-left: -1em;
        border-left: 1px solid white;
        border-top: 1px solid white;
        border-right: 1px solid #404040;
        border-bottom: 1px solid #404040;
        border-radius: 0.75em;
        width: 24em;
    }
    
    #headerMenu ul.root li>ul li
    {
        padding: 0.5em;
    }
    
    /* Item-specific styling. */
    #headerMenu li a
    {
        color: #404040;
    }
    
    #headerMenu li.about>a
    {
        color: #313431;
    }
    
    #headerMenu li.courses>a
    {
        color: #8D9A25;
    }
    
    #headerMenu li.how>a
    {
        color: #305583;
    }
    
    #headerMenu li.students>a
    {
        color: #3AA6C8;
    }
    
    #headerMenu li.employers>a
    {
        color: #DE841A;
    }
    
    #headerMenu li.news>a
    {
        color: black;
    }
    
    #headerMenu li.jobs>a
    {
        color: #C5351C;
    }
    
    #headerMenu li.contact>a
    {
        color: #97405D;
    }
    
    
    
    /* ************************************************************************ */
    /* HTML Forms. */
    /* ************************************************************************ */
    #htmlForm
    {
        
    }

    #htmlForm table
    {
        width:100%;
        border-collapse:collapse;
    }

    #htmlForm td
    {
        vertical-align: top;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }



    /* ************************************************************************ */
    /* Payment Due. */
    /* ************************************************************************ */
    #paymentAmountDue
    {
    }

    #paymentAmountDue .priceSummary
    {
        float: right;
        clear: both;
    }

    .amountDueLabel, .amountDueValue
    {
        font-size: 1.5em;
        font-weight: bold;
        margin-right: 0.5em;
    }

    .vatSuffixLabel
    {
        font-style: italic;
    }

    #paymentAmountDue .confirmTerms
    {
        float: right;
        clear: both;
        margin-top: 1em;
    }

    #paymentAmountDue input[type=image]
    {
        float: right;
        clear: both;
        margin-top: 1em;
    }

    #paymentAmountDue .resetFields
    {
        float: right;
        clear: both;
        margin-top: 1em;
        margin-bottom: 2em;
    }



    /* ************************************************************************ */
    /* Site Map Path Container.
    /* ************************************************************************ */
    #siteMapPathContainer
    {
    /*    width: 100%; */
    }

    #siteMapPathContainer a
    {
        color: #007fc5;
        font-weight: bold;
        text-decoration: none;
    }

    #siteMapPathContainer a:hover
    {
        text-decoration: underline;
    }

    #ContentContainerSiteMapPath
    {
        color: #737373;
    /*
        background: blue url( header2.jpg ) 230px 0px no-repeat;
        width: 850px;
    */
        height: 158px;
        border: 1px solid #0ABFAA;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        padding-top: 16px;
    }



    /* ************************************************************************ */
    /* Information panel.
    /* ************************************************************************ */
    #infoPanel
    {
        border: 4px solid #D73800;
        padding: 1em;
        font-size: 1.2em;
    }

    #infoPanel .tcr-error:before
    {
        content: "Error: ";
    }

    #infoPanel .tcr-error
    {
        font-weight: bold;
        color: red;
    }

    #infoPanel .tcr-warning:before
    {
        content: "Warning: ";
    }

    #infoPanel .tcr-warning
    {
        font-weight: bold;
        color: blue;
    }
    
    
    /* ************************************************************************ */
    /* Information panel.
    /* ************************************************************************ */
    #leftColumn .xpanel
    {
        margin: 1em;
        margin-bottom: 2em;
        border-bottom: 1px dotted #c0c0c0;
    }
    
    .xpanel h3
    {
        background: inherit;
        color: inherit;
        font-size: 10pt;
    }


    /* ************************************************************************ */
    /* Big field sets. */
    /* ************************************************************************ */
    
    fieldset
    {
/*        background: #FFEA9B;  */
        border: none;
        padding: 0em;
        margin-bottom: 2em;
        position: relative;
    }
    
    fieldset legend
    {
        position: relative;
        display: block;
        width: 100%;
/*        background: #FF6600;  */
        color: #00A684;
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 0.5em;
        padding: 0em;
/*
        padding-left: 0.5em;
        background: #FFEA9B;
        background: #FF6600;
        color: white;
        width: 100%;
        margin: 0em;
        padding: 0em;
*/
    }
    
    #contentContainer br
    {
        clear: both;
    }
    
    fieldset>div>p
    {
        margin: 0em;
        margin-bottom: 1em;
    }
    
    fieldset>div
    {
/*        margin: 1em;  */
    }
    
    fieldset label
    {
        display: block;
        float: left;
        width: 40%;
    }
    
    fieldset.full-row label
    {
        width: 100%;
        float: none;
    }
    
    fieldset input, fieldset select
    {
        margin-bottom: 0.5em;
    }
    
    fieldset.plain
    {
        background: inherit;
    }
    
    input[type=checkbox]
    {
        float: left;
    }
    
    .esf-fields
    {
    }
    
    .esf-fields legend
    {
        color: #FAF400;
        background: #003399;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }
    
    .esf-fields legend img
    {
        float: right;
    }
    
    
    /* Columns. */
    .column-1, .column-2
    {
        width: 45%;
    }

    .column-1
    {
        float: left;
    }

    .column-2
    {
        float: right;
    }

    .column-1-wide
    {
        float: left;
        width: 65%;
    }

    .column-2-narrow
    {
        float: right;
        width: 30%;
    }
    
    .column-2-narrow img
    {
        margin-bottom: 2em;
        display: block;
        float: right;
        clear: both;
    }



    /* ******************************************************************** */
    /* Advanced Search. */
    /* ******************************************************************** */
    .advanced-search-tile-view fieldset
    {
        margin: 0em;
        margin-bottom: 0.5em;
    }
    
    .advanced-search-tile-view>fieldset
    {
        margin-top: 1em;
        margin-bottom: 2em;
        font-size: 8pt;
        padding: 0em;
        border: 1px solid black;
    }

    .advanced-search-tile-view>fieldset>fieldset, .advanced-search-tile-view>fieldset>div
    {
        float: left;
        margin: 0.5em;
        clear: none;
/*        width: 18em;  */
    }

    .advanced-search-tile-view fieldset legend
    {
        color: Black;
        font-weight: bold;
        font-size: 9pt;
        width: inherit;
    }

    .advanced-search-tile-view fieldset fieldset legend
    {
        color: White;
        background: #207EB1;
        width: 100%;
        text-align: center;
    }

    .advanced-search-tile-view input[type=submit]
    {
        margin: 0.5em;
        margin-top: 1em;
        font-weight: bold;
        background: white;
        border: 1px solid #404040;
        float: left;
        font-size: 8pt;
        width: 19.5em;
    }

    .advanced-search-tile-view input[type=checkbox]
    {
        float: none;
    }

    .advanced-search-tile-view fieldset label
    {
        display: inline;
        float: none;
        width: inherit;
    }


    .advanced-search-tile-view fieldset input, .advanced-search-tile-view fieldset select
    {
        margin-bottom: 0em;
    }
    
    
    #privacyOptions
    {
    }
    
    
    #privacyOptions input, #privacyOptions label
    {
        margin-bottom: 0em;
    }
    
    #privacyOptions br
    {
        /*display: none;    */
    }
}

