* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #c0b49a;
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    color: #594d2e;
}

h1, h2 {

}

a {
   color: #594d2e;
}

a:hover {
   color: #8c8064;
}

.selectable {
    cursor: pointer;
}

.sortable {
    cursor: move;
}

/* Page Header
------------------------------------------- */

#header {
    background: url(/images/diverse_talent_logo.png) center 16px no-repeat #fff;
    height: 60px;
    cursor: pointer;
}

#header div {
    width: 956px;
    margin: 0 auto;
}
#header div div {
    width: auto;
    margin: 0;
}
    #header #logo {
        display: none;
    }
    #header #supportedBy {
        background: url(/images/supported_by.png) top left no-repeat;
        height: 60px;
        width: 149px;
        text-indent: -9999px;
        float: right;
    }
    #header #institutionLogo {
        float: left;
        height: 60px;
        width: 130px;
        
        margin: 0 0 0 0px;
    }
    

/* Top Navigation with Login+logout
------------------------------------------- */  

#topNavigation {
    height: 36px;
    width: 965px;
    margin: 0 auto;
    padding-top: 12px;
    position: relative;
}
    #topNavigation #navigation {
        float: left;
        display: inline;
        padding-left: 2px;
        list-style: none;
    }
        #topNavigation #navigation li {
            float: left;
            display: inline;
            margin: 0 25px 0 0;
            padding: 5px 0 0 0;
        }
        #topNavigation #navigation li a, #topNavigation #navigation li a:visited {
            font-weight: bold;
            color: #594d2e;
            text-decoration: none;
        }
        #topNavigation #navigation li a:hover, #topNavigation #navigation li a.active {
            color: #8c8064;
        }
    #topNavigation #loginLogout {
        float: right;
        display: inline;
        padding-right: 5px;
        list-style: none;
    }
        #topNavigation #loginLogout .inputBox {
            float: left;
            margin-left: 15px;
            display: inline;
        }
        #topNavigation #loginLogout .rollover {
            float: left;
            margin-left: 15px;
            display: inline;
            margin-right: 0;
        }
        #topNavigation #loginLogout div#loginName {
            float: left;
            display: inline;
            margin: 0 15px 0 25px;
            padding: 5px 0 0 0;
        }
        #topNavigation #loginLogout div#loginName a, #topNavigation #loginLogout div#loginName a:visited {
            font-weight: bold;
            color: #594d2e;
            text-decoration: none;
        }
    .loginErrorContainer {
        position: absolute;
        width: 160px;
        top: -14px;
        right: 85px;
        z-index: 5000;
        height: 45px;
        background: url(/images/notification_box_right.png) top right no-repeat;
        padding-right: 10px;
        
    }
        .loginErrorContainer div {
            height: 24px;
            padding: 21px 0 0 10px;
            color: #FFF;
            background: url(/images/notification_box_left.png) top left repeat;
        }
        .loginErrorContainer div div {
            height: 24px;
            padding: 1px 0 0 20px;
            background: url(/images/denied.png) top left no-repeat;
        }
        
        
/* Containers
------------------------------------------- */

#container, 
#pages {
    width: 965px;
    height: 510px;
    margin: 0 auto 30px auto;
    position: relative;
}


/* Container Boxes
------------------------------------------- */

.box {
    background: url(/images/box_bg.png) top right no-repeat; 
    position: relative; 
    overflow: hidden;
    margin-bottom: 25px;
}
    .box .elem1 {
        position: absolute; z-index: 500; top: 0; left: 0; bottom: 0; height: 1000px; width: 30px; background: url(/images/box_bg.png) top left no-repeat;
    }
    .box .elem2 {
        position: absolute; z-index: 1000; left: 0; bottom: -1px; right: 0; height: 30px; width: 100%; background: url(/images/box_bg.png) bottom right no-repeat;
    }
    .box .elem3 {
        position: absolute; z-index: 2000; left: 0; bottom: -1px; height: 30px; width: 30px; background: url(/images/box_bg.png) bottom left no-repeat;
    }

    .box .inner {
        position: relative; 
        z-index: 3500; 
        padding: 12px 15px 5px 12px;
        height: 515px;
    }
.box.disabled {
    background: url(/images/box_bg_disabled.png) top right no-repeat;
}
    .box.disabled .elem1 {
        background: url(/images/box_bg_disabled.png) top left no-repeat;
    }
    .box.disabled .elem2 {
        background: url(/images/box_bg_disabled.png) bottom right no-repeat;
    }
    .box.disabled .elem3 {
        background: url(/images/box_bg_disabled.png) bottom left no-repeat;
    }


/* General box items
------------------------------------------- */

.headingBar {
    height: 24px;
    background: url(/images/heading_bar_right.png) top right no-repeat;
    padding-right: 5px;
}
    .headingBar h3 {
        height: 18px;
        font-size: 11px;
        color: #FFF;
        background: url(/images/heading_bar.png) top left no-repeat;
        margin: 0;
        padding: 6px 0 0 10px;
    }
.contentBoxTop {
    background: url(/images/content_box_top.png) top left no-repeat #FFF;
    height: 3px;
    overflow: hidden;
}
.contentBoxTop div {
    background: url(/images/content_box_top.png) top right no-repeat;
    height: 3px;
    margin-left: 5px;
    overflow: hidden;
}
.contentArea {
    background: #FFF;
    padding: 10px;
    font-size: 12px;
}
.contentBoxBottom {
    background: url(/images/content_box_bottom.png) top left no-repeat #FFF;
    height: 3px;
    overflow: hidden;
}
.contentBoxBottom div {
    background: url(/images/content_box_bottom.png) top right no-repeat;
    height: 3px;
    margin-left: 5px;
    overflow: hidden;
}


/* ----------------------------------------- 
   Page Specific
----------------------------------------- */

/* Homepage
------------------------------------------- */

#profileBoxDisabled h1 {
    font-size: 17px;
    font-weight: bold;
    color: #594d2e;
    margin-bottom: 14px;
    padding-top: 4px;
}

#homeContent {
    float: left;
    display: inline;
    width: 300px;
}
    #homeContent .contentArea {
        height: 313px;
        height: 435px;
        overflow: auto;
    }

#homeLatest {
    float: right;
    display: inline;
    width: 245px;
}
    #homeLatest .contentArea {
        height: 115px;
        overflow: auto;
    }
        #homeLatest .contentArea ul {
            list-style: none;
        }
            #homeLatest .contentArea ul li {
                color: #958867;
                margin: 0 0 10px 0;
                cursor: pointer;
            }
                #homeLatest .contentArea ul li h3 {
                    float: left;
                    display: inline;
                    font-size: 11px;
                }
                    #homeLatest .contentArea ul li h3 a, #homeLatest .contentArea ul li h3 a:visited {
                        color: #594d2e;
                        text-decoration: none;
                    }
                #homeLatest .contentArea ul li .date {
                    float: right;
                    display: inline;
                    font-size: 10px;
                    font-weight: bold;
                    padding-right: 3px;
                }
                #homeLatest .contentArea ul li .description {
                    clear: both;
                    display: block;
                    font-size: 11px;
                }
                #homeLatest .contentArea ul li .subtitle {
                    clear: both;
                    display: block;
                    padding: 1px 0 0 0;
                    font-size: 11px;
                    font-weight: bold;
                }

#homeLogos {
    clear: both;
    padding: 15px 0 20px 0;
}
    #homeLogos .contentArea {
        height: 90px;
    }
    #homeLogos table {
        width: 485px;
        height: 40px;
        margin: 0 auto 0 auto;
    }
    #homeLogos table td {
        text-align: center;
        vertical-align: top;
    }

#homeLogos2 {
    clear: right;
    float: right;
    width: 245px;
    padding: 15px 0 20px 0;
}
    #homeLogos2 .contentArea {
        height: 100px;
        padding: 0;
        overflow: hidden;
    }



/* Search Talent / Profiles / Edit Profiles
------------------------------------------- */

/* Edit Box ------------------------------------------- */

#editBox {
    width: 542px;
    float: left;
}


/* Search Box ------------------------------------------- */

#searchBox {
    width: 363px;
    float: left;
}
    #searchBox h1 {
        font-size: 17px;
        font-weight: bold;
        color: #594d2e;
        margin-bottom: 14px;
        padding-top: 4px;
    }
    #searchBox .column1 {
        width: 154px;
        float: left;
    }
        #searchBox .column1 .headingBar {
            margin: 0 0 0 0;
        }
        #searchBox #searchNotify {
            position: absolute;
            bottom: 16px;
            width: 154px;
            left: 12px;
        }
        
        
        /* Accordion ------------------------------------------- */

        .accordion {
            width: 154px;
            height: 348px;
            font-family: arial, sans-serif;
            font-size: 11px;
        }
        .accordion h3 {
            height: 18px;
            font-size: 11px;
            color: #FFF;
            background: url(/images/accordion_heading_bar.png) top left no-repeat;
            margin: 0;
            padding: 6px 0 0 10px;
            cursor: pointer;
        }
        .accordion h3:hover {
            background: url(/images/accordion_heading_bar_over.png) top left no-repeat;
        }
        .accordion #panel1 h3,
        .accordion .accordionTop h3 {
            background: url(/images/accordion_heading_bar_first.png) top left no-repeat;
        }
        .accordion #panel1 h3:hover,
        .accordion .accordionTop h3:hover {
            background: url(/images/accordion_heading_bar_first_over.png) top left no-repeat;
        }
        .accordion .selected_category {
            font-weight: bold;
            background: url(/images/tick.png) 134px 10px no-repeat #f3f1e9;
            padding: 6px 25px 0 10px;
            margin: 0;
        }
        .accordion .selected_category_change {
            display: block;
            padding-bottom: 3px;
            border-bottom: 1px solid #e1dcc7;
            padding: 2px 10px 2px 22px;
            margin: 0;
            background: url(/images/change_cat_icon.png) 10px 4px no-repeat #f3f1e9;
        }
        .accordion .selected_category_change a, .accordion .selected_category_change a:visited {
            color: #958867;
            text-decoration: none;
            font-size: 10px;
        }
        .accordion h2 {
            font-weight: bold;
            margin: 3px 0;
            color: #958867;
            font-size: 10px;
            padding: 6px 0 0 0;
            margin: 0 10px 3px 10px;
        }
        #visible {
            
        }
        .accordion .panel-container {
            margin: 0;
            padding-bottom: 0;
            border: none;
        }
        .accordion .panel_body {
            background: #FFF;
            height: 230px;
        }
        .accordion .panel_body_inner {
            padding: 0 0 6px 0;
        }
        .accordion .panel_body ul.choices {
            height: 150px;
            overflow: auto;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .accordion .panel_body ul.choices li {
            margin: 0 0 0 0;
        }
            .accordion .panel_body ul.choices li.alt {
                background: #f3f1e9;
            }
        .accordion .panel_body ul.choices a {
            color: #594d2e;
            display: block;
            padding: 4px 0 4px 10px;
            width: 127px;
            text-decoration: none;
        }

    #searchBox .column2 {
        width: 165px;
        float: right;
    }
    #searchBox .column2 .contentBox {
        background: #FFF;
        height: 427px;
        padding: 8px 0 0px 0;
        font-weight: bold;
        overflow: auto;
    }
        #searchBox .column2 .contentBox ul {
            list-style: none;
        }
        #searchBox .column2 .contentBox ul li {
        }
            #searchBox .column2 .contentBox ul li.alt {
                background: #f3f1e9;
            }
        #searchBox .column2 .contentBox ul li a {
            padding: 4px 0 4px 10px;
            display: block;
            width: 137px;
        }
        #searchBox .column2 .contentBox ul li a, #searchBox .column2 .contentBox ul li a:visited {
            text-decoration: none;
            color: #594d2e;
        }
        
        #searchBox .column2 .contentBox ul li.msg {
            font-weight: normal;
            color: #958867;
            padding-left: 28px;
            padding-top: 10px;
            width: 100px;
            text-align: center;
        }
        #startAgainLink {
            padding: 9px 0 0 0;
        }
    

/* Profile Box ------------------------------------------- */

#profileBoxDisabled {
    width: 586px;
    float: right;
}
#profileBox {
    width: 586px;
    float: right;
}
    #profileContent {
        float: left;
        display: inline;
        width: 390px;
    }

    /* Profile Information ---------------------------- */
    
        #profileImage {
            float: left;
            display: inline;
            width: 98px;
            height: 98px;
            overflow: hidden;
            border: 1px solid #FFF;
            margin-right: 16px;
        }
            #profileImage span {
                display: block;
                background: url(/images/inner_shadow.png) top left no-repeat;
                width: 98px;
                height: 98px;
            }
            *html #profileImage span {
                background: none;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inner_shadow.png', sizingMethod='crop');
            }
        #profileInfo {
            float: left;
            display: inline;
            padding-top: 5px;
            width: 270px;
            color: #594d2e;
        }
            #profileInfo h2 {
                font-size: 17px;
                font-weight: bold;
                margin-bottom: 4px;
            }
            
            #profileInfo #profile_main_profession {
                font-size: 15px;
                font-weight: bold;
                color: #958867;
                /*line-height: 9px;*/
            }
            
            #profileInfo #profile_institution {
                padding: 12px 0 0 0;
            }
            
            #profile_institution_name {
                font-size: 11px;
                font-weight: bold;
            }
            
            #profile_year_of_graduation {
                color: #958867;
            }

            #profileInfo #profileWeblink {
                padding: 10px 0 0 0;
            }
                #profileInfo #profileWeblink a, #profileInfo #profileWeblink a:visited {
                    text-decoration: none;
                    color: #FFF;
                }
        
    /* Profile Information ---------------------------- */
     
    #favourites {
        width: 154px;
        float: right;
    }
        #favourites .contentBox {
            background: #FFF;
            padding: 8px 12px 8px 12px;
            height: 442px;
            overflow: auto;
            font-weight: bold;
        }
            #favourites .contentBox h3 {
                font-size: 11px;
                color: #b3c1cf;
                background: url(/images/pale_line.png) center center repeat-x;
                margin: 0 0 8px 0;
            }
                #favourites .contentBox h3 span {
                    background: #FFF;
                    padding-right: 5px;
                }
            #favourites .contentBox ul {
                list-style: none;
                clear: both;
                margin: 0 0 10px 0;
            }
                #favourites .contentBox ul li {
                    list-style: none;
                    clear: both;
                    margin: 0 0 3px 0;
                    display: table;
                    cursor: pointer;
                }
                #favourites .contentBox ul li img {
                    float: left;
                    margin-right: 5px;
                }
                #favourites .contentBox ul li span {
                    display: table-cell;
                    vertical-align: middle;
                }
    
    
    /* More Profile info (added by Peter) ------------------------------ */
    
    #profile_other_websites_projects {
        margin: 10px 0 0 0;
    }
    
    .profile_website_label {
        float: left;
        padding-right: 10px;
        font-weight: bold;
    }
    
    .profile_website_url {
        float: left;
    }
    
    .profile_website_url a {
        color: #594d2e;
        text-decoration: none;
    }
    
    .profile_testimonial {
        margin: 5px 0;
    }
    
    
    /* Profile Actions ---------------------------- */
    
    #profileActions {
        clear: both;
        height: 35px;
        padding: 12px 0 0 0;
    }
    .contactInfoPopup {
        position: absolute;
        z-index: 5000;
        top: 128px;
        left: 143px; /* modified by Peter. Previous value 154 */
        width: 238px;
        padding: 0 0 0 0;
    }

    .emailContactInfoPopup {
        position: absolute;
        z-index: 5000;
        top: 142px;
        left: 143px;
        width: 238px;
        background: url(/images/phonenotification_top.png) top left no-repeat;
    }

    .contactInfoPopup h3 {
        font-size: 11px;
        height: 17px;
        line-height: 11px;
        color: #FFF;
        padding-left: 4px;
        float: left;
    }
    .contactInfoPopup .closeButton {
        float: right;
        padding: 2px;
    }
    .contactInfoPopup div {
        /*background: url(/images/phonenotification_bottom.png) bottom left no-repeat;*/
        border-bottom: 1px solid #8090a6;
        padding: 18px 4px 3px 4px;
    }
        .contactInfoPopup ul {
            list-style: none;
            background: #FFF;
            padding: 5px;
            clear: both;
        }
    
    
    /* Profile Additional Information With Tabs ---------------------------- */
    
    #profileTabContent {
        clear: both;
        background: #FFF;
        padding: 8px 12px 8px 12px;
        height: 293px;
        overflow: auto;
    }
    
    
    /* Report Profile ---------------------------- */
    
    #reportProfile {
        padding: 9px 0 0 0;
    }
    #reportProfile a, #reportProfile a:visited {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        }


/* Recent News
------------------------------------------- */

#newsListing {
    width: 550px;
    float: left;
    display: inline;
}
    #newsListing h1 {
        font-size: 17px;
        font-weight: bold;
        color: #594d2e;
        margin-bottom: 14px;
        padding-top: 4px;
    }
    #newsListing .contentArea {
        height: 420px;
        overflow: auto;
    }
    #newsListing .contentArea ul {
        list-style: none;
    }
        #newsListing .contentArea ul li {
            color: #958867;
            margin: 0 0 15px 0;
        }
            #newsListing .contentArea ul li h3 {
                float: left;
                display: inline;
                font-size: 12px;
            }
                #newsListing .contentArea ul li h3 a, #newsListing .contentArea ul li h3 a:visited {
                    color: #594d2e;
                    text-decoration: none;
                }
            #newsListing .contentArea ul li .date {
                float: right;
                display: inline;
                font-size: 10px;
                font-weight: bold;
                padding-right: 3px;
            }
            #newsListing .contentArea ul li .description {
                clear: both;
                display: block;
                font-size: 12px;
                padding: 3px 0 0 0;
            }
            #newsListing .contentArea ul li .description .link {
                float: none;
                display: block;
            }
                #newsListing .contentArea ul li .description .link a, #newsListing .contentArea ul li .description .link a:visited {
                    color: #594d2e;
                    text-decoration: none;
                }

#newsStory {
    width: 405px;
    float: right;
    display: inline;
}
    #newsStory h2 {
        line-height: normal;
        color: #594d2e;
        padding-top: 4px;
    }
    #newsStory .subtitle {
        color: #594d2e;
        padding: 8px 0 0 0;
        margin: 0 0 12px 0;
    }
    #newsStory .contentArea {
        height: 355px;
        overflow: auto;
    }


/* Courses
------------------------------------------- */

#courseListing {
    width: 550px;
    float: left;
    display: inline;
}
    #courseListing h1 {
        font-size: 17px;
        font-weight: bold;
        color: #594d2e;
        margin-bottom: 14px;
        padding-top: 4px;
    }
    #courseListing .contentArea {
        height: 420px;
        overflow: auto;
        padding-right: 0;
        padding-left: 0;
        padding-top: 5px;
    }
        #courseListing .contentArea h2 {
            font-size: 13px;
            color: #594d2e;
            background: url(/images/pale_line.png) left center repeat-x;
            margin: 0 10px 2px 10px;
            height: 28px;
        }
            #courseListing .contentArea h2 span {
                background: #FFF;
                padding-right: 5px;
                padding-top: 8px;
                float: left;
            }
            #courseListing .contentArea h2 span.logo {
                float: right;
                clear: none;
                padding-left: 7px;
                padding-top: 0;
            }
    #courseListing .contentArea ul {
        list-style: none;
        clear: both;
        margin: 0 0 15px 0;
    }
        #courseListing .contentArea ul li {
            color: #958867;
            margin: 0;
            padding: 2px 10px;
            font-size: 11px;
            font-weight: bold;
        }

#coursePane {
    width: 405px;
    float: right;
    display: inline;
}
    #coursePane h2 {
        color: #594d2e;
        padding-top: 4px;
        line-height: normal;
    }
    #coursePane .subtitle {
        color: #594d2e;
        font-size: 11px;
        font-weight: bold;
        padding: 8px 0 0 0;
        margin: 0 0 12px 0;
    }
    #coursePane .contentArea {
        height: 355px;
        overflow: auto;
    }


/* Contact Us
------------------------------------------- */

#contactListing {
    width: 550px;
    float: left;
    display: inline;
}
    #contactListing h1 {
        font-size: 17px;
        font-weight: bold;
        color: #594d2e;
        margin-bottom: 14px;
        padding-top: 4px;
    }
    #contactListing .contentArea {
        height: 420px;
        overflow: auto;
        padding-right: 0;
        padding-left: 0;
        padding-top: 8px;
    }
        #contactListing .contentArea h2 {
            font-size: 11px;
            color: #8C8064;
            background: url(/images/pale_line.png) center center repeat-x;
            margin: 0 10px 5px 10px;
        }
            #contactListing .contentArea h2 span {
                background: #FFF;
                padding-right: 5px;
            }
    #contactListing .contentArea ul {
        list-style: none;
        clear: both;
        margin: 0 0 15px 0;
    }
        #contactListing .contentArea ul li {
            margin: 0;
            padding: 6px 10px;
            font-size: 13px;
            font-weight: bold;
        }
            #contactListing .contentArea ul li a {
                padding-left: 14px;
                background: url(/images/link_next.png) left 2px no-repeat;
            }
            #contactListing .contentArea ul li a,
            #contactListing .contentArea ul li a:visited {
                color: #594d2e;
            }

#contactPane {
    width: 405px;
    float: right;
    display: inline;
}
    #contactPane h2 {
        color: #FFF;
        padding-top: 4px;
        line-height: normal;
    }

    #contactPane .subtitle {
        color: #594d2e;
        font-size: 11px;
        font-weight: bold;
        padding: 8px 0 0 0;
        margin: 0 0 12px 0;
    }

    #contactPane .contentArea {
        height: 355px;
        overflow: auto;
        font-size: 12px;
    }

    #contactPane .contentArea p {
        padding-bottom: 1em;
    }
        #contactPane .contentArea .contactSection {
            clear: both;
            padding: 10px 0;
            border-bottom: 1px solid #d2d8e2;
        }
        #contactPane .contentArea h3 {
            float: left;
            clear: left;
            width: 75px;
            padding-right: 20px;
            text-align: right;
            font-weight: bold;
            font-size: 11px;
            color: #594d2e;
            margin-bottom: 10px;
        }
        #contactPane .contentArea div.fieldContent {
            float: left;
            clear: none;
            width: 250px;
            margin-bottom: 10px;
        }
        #contactPane .contentArea div.fieldContent .link.next {
            padding: 0;
        }




/* Job Noticeboard
------------------------------------------- */

#jobListing {
    width: 550px;
    float: left;
    display: inline;
}
    #jobListing #jobAccordion {
        float: left;
        display: inline;
    }
        #jobListing #jobAccordion .inputBox {
            margin-top: 20px;
            margin-bottom: 0;
        }
        #jobListing #jobAccordion .notification {
            padding-top: 20px;
        }
        #jobListing #jobAccordion .panel_body {
            height: 318px;
        }
    #jobListing #column2 {
        float: right;
        width: 350px;
    }
    #jobListing h1 {
        font-size: 17px;
        font-weight: bold;
        color: #594d2e;
        margin-bottom: 14px;
        padding-top: 4px;
    }
    #jobListing .contentArea {
        height: 420px;
        overflow: auto;
        font-size: 11px;
    }
    #jobListing .contentArea h4 {
        font-size: 11px;
        color: #b3c1cf;
        background: url(/images/pale_line.png) center center repeat-x;
        margin: 0 0 5px 0;
    }
        #jobListing .contentArea h4 span {
            background: #FFF;
            padding-right: 5px;
        }
    #jobListing .contentArea ul {
        list-style: none;
    }
        #jobListing .contentArea ul li {
            color: #958867;
            margin: 0 0 8px 0;
            cursor: pointer;
        }
            #jobListing .contentArea ul li h3 {
                float: left;
                display: inline;
                font-size: 11px;
            }
                #jobListing .contentArea ul li h3 a, #jobListing .contentArea ul li h3 a:visited {
                    color: #594d2e;
                    text-decoration: none;
                }
            #jobListing .contentArea ul li .date {
                float: right;
                display: inline;
                font-size: 10px;
                font-weight: bold;
                padding-right: 3px;
            }
            #jobListing .contentArea ul li .description {
                clear: both;
                display: block;
                padding: 3px 0 0 0;
                font-weight: bold;
            }
            #jobListing .contentArea ul li .description .link {
                float: none;
                display: block;
            }
                #jobListing .contentArea ul li .description .link a, #jobListing .contentArea ul li .description .link a:visited {
                    color: #594d2e;
                    text-decoration: none;
                }

#jobPane {
    width: 405px;
    float: right;
    display: inline;
}
    #jobPane h2 {
        color: #594d2e;
        padding-top: 4px;
        padding-bottom: 4px;
        margin: 0 0 0 0;
        float: left;
        display: inline;
        clear: left;
    }
    #jobPane .subtitle {
        color: #594d2e;
        padding: 8px 0 0 0;
        font-size: 15px;
        margin: 0 0 12px 0;
/*        float: left;*/
/*        display: inline;*/
        clear: left;
    }
    #jobPane #applyButton {
        float: right;
        clear: none;
        margin: 0;
    }
    #jobPane .contentArea {
        height: 390px;
        overflow: auto;
    }
    #jobPane #similar_jobs {
        padding: 20px 0 0 0;
    }
        #jobPane #similar_jobs .contentArea {
            height: 110px;
            overflow: auto;
            font-size: 11px;
        }
            #jobPane #similar_jobs .contentArea ul {
                list-style: none;
            }
                #jobPane #similar_jobs .contentArea ul li {
                    color: #958867;
                    margin: 0 0 4px 0;
                    cursor: pointer;
                }
                    #jobPane #similar_jobs .contentArea ul li h3 {
                        float: left;
                        display: inline;
                        font-size: 11px;
                    }
                        #jobPane #similar_jobs .contentArea ul li h3 a, #jobPane #similar_jobs .contentArea ul li h3 a:visited {
                            color: #594d2e;
                            text-decoration: none;
                        }
                    #jobPane #similar_jobs .contentArea ul li .date {
                        float: right;
                        display: inline;
                        font-size: 10px;
                        font-weight: bold;
                        padding-right: 3px;
                    }
                    #jobPane #similar_jobs .contentArea ul li .description {
                        clear: both;
                        display: block;
                        padding: 3px 0 0 0;
                        font-weight: bold;
                    }
                    #jobPane #similar_jobs .contentArea ul li .description .link {
                        float: none;
                        display: block;
                    }
                        #jobPane #similar_jobs .contentArea ul li .description .link a, #jobListing #similar_jobs .contentArea ul li .description .link a:visited {
                            color: #594d2e;
                            text-decoration: none;
                        }

#jobsTabContentApply h3 {
    margin-bottom: 10px;
}

/* Register/Sign-up
------------------------------------------- */

#aluminiSignup {
    width: 550px;
    float: left;
    display: inline;
}
    #aluminiSignup h2 {
        color: #594d2e;
        padding-top: 4px;
        margin-bottom: 7px;
    }
    #aluminiSignup .notification {
        margin-bottom:7px;
    }
    #aluminiSignup .contentArea {
        height: 420px;
        overflow: auto;
        font-size: 11px;
    }
        #aluminiSignup .contentArea .contactSection, #reset_password_form .contactSection, #job_submission_form .contactSection {
            clear: both;
            padding: 10px 0 0 0;
            border-bottom: 1px solid #d2d8e2;
        }
        #aluminiSignup .contentArea h3, #reset_password_form h3, #job_submission_form h3 {
            float: left;
            clear: left;
            width: 130px;
            padding-right: 20px;
            text-align: right;
            font-weight: bold;
            font-size: 11px;
            color: #594d2e;
            margin-bottom: 10px;
        }
        #aluminiSignup .contentArea div.fieldContent, #reset_password_form div.fieldContent, #job_submission_form div.fieldContent {
            float: left;
            clear: none;
            width: 250px;
            margin-bottom: 10px;
        }
        #aluminiSignup .contentArea div.fieldContent .link.next {
            padding: 0;
        }

#visitorSignup {
    
    margin: auto;
        
    width: 405px;
}
    #visitorSignup h2 {
        color: #594d2e;
        padding-top: 4px;
        margin-bottom: 7px;
    }
    #visitorSignup .notification {
        margin-bottom: 7px;
    }
    #visitorSignup .contentArea {
        height: 420px;
        overflow: auto;
        font-size: 11px;
    }
        #visitorSignup .contentArea .contactSection {
            clear: both;
            padding: 10px 0 0 0;
            border-bottom: 1px solid #d2d8e2;
        }
        #visitorSignup .contentArea h3 {
            float: left;
            clear: left;
            width: 110px;
            padding-right: 20px;
            text-align: right;
            font-weight: bold;
            font-size: 11px;
            color: #594d2e;
            margin-bottom: 10px;
        }
        #visitorSignup .contentArea div.fieldContent {
            float: left;
            clear: none;
            width: 190px;
            margin-bottom: 10px;
        }
        #visitorSignup .contentArea div.fieldContent .link.next {
            padding: 0;
        }


/* Member Admin
------------------------------------------- */

#editBox h2 {
    color: #594d2e;
    padding-top: 4px;
    margin-bottom: 7px;
}

#editBox .contentArea {
    position: relative;
}
#editBox .contentArea .editSection {
    clear: both;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #d2d8e2;
    font-size: 11px;
}
    #editBox .contentArea div.fieldContent .rollover {
        margin-bottom: 5px;
    }
    #editBox .contentArea h3 {
        float: left;
        clear: left;
        width: 110px;
        padding-right: 20px;
        text-align: right;
        font-weight: bold;
        font-size: 11px;
        color: #594d2e;
        margin-bottom: 10px;
    }
    #editBox .contentArea h3 em {
        font-weight: normal;
    }
    #editBox .contentArea div.fieldContent {
        float: left;
        clear: none;
        width: 340px;
        margin-bottom: 10px;
    }
    #editBox .contentArea div.fieldContent .notification {
        padding: 6px 0 0 0;
    }
    #editBox .contentArea div.fieldContent .link.next {
        padding: 0;
    }

    .draggableSelectionItems {
        border: 1px solid #FFF;
        font-size: 11px;
        margin: 0;
        padding: 5px;
        background: url(/images/input_bg.png) top left no-repeat #FFF;
        width: 45%;
        height: 200px;
        color: #333c43;
        overflow: auto;
        float: left;
    }

    .draggableSelectionItems h4 {
        font-size: 11px;
        color: #b3c1cf;
        background: url(/images/pale_line.png) center center repeat-x;
        margin: 0 2px 5px 2px;
        padding-top: 5px;
        clear: both;
    }

    .draggableSelectionItems h4 span {
        background: #FFF;
        padding-right: 5px;
    }
    
    .draggableSelectionItems ul {
        list-style: none;
        margin-bottom: 10px;
    }
            
    .draggableSelectionItems ul li {
            clear: both;
            padding: 2px;
    }
            
    .draggableSelectionItems ul li .name {
            float: left;
            display: inline;
            font-weight: bold;
    }

    .draggableSelectionItems ul li .delete {
        float: right;
        display: inline;
        width: 20px;
        height: 16px;
        background: url(/images/delete_item.gif) top right no-repeat;
        cursor: pointer;
    }

    .draggableSelectionItems ul li .delete:hover {
        background: url(/images/delete_item_over.gif) top right no-repeat;
    }

    #editBox .contentArea .editableItems {
        border: 1px solid #FFF;
        font-size: 11px;
        margin: 0;
        clear: both;
        padding: 5px;
        background: url(/images/input_bg.png) top left no-repeat #FFF;
        width: 324px;
        height: 200px;
        color: #594d2e;
        overflow: auto;
    }
        #editBox .contentArea .editableItems h4 {
            font-size: 11px;
            color: #958867;
            background: url(/images/pale_line.png) center center repeat-x;
            margin: 0 2px 5px 2px;
            padding-top: 5px;
            clear: both;
        }
            #editBox .contentArea .editableItems h4 span {
                background: #FFF;
                padding-right: 5px;
            }
        #editBox .contentArea .editableItems ul {
            list-style: none;
            margin-bottom: 10px;
        }
            #editBox .contentArea .editableItems ul li {
                clear: both;
                padding: 2px;
            }
                #editBox .editableItems ul li .name {
                    float: left;
                    display: inline;
                    font-weight: bold;
                }
                #editBox .editableItems ul li .organisation {
                    float: left;
                    display: inline;
                }
                #editBox .editableItems ul li .year {
                    float: left;
                    display: inline;
                    width: 60px;
                }
                #editBox .editableItems ul li .linkItem {
                    float: left;
                    display: inline;
                }
                #editBox .editableItems ul li .edit {
                    float: right;
                    display: inline;
                    width: 20px;
                    height: 16px;
                    background: url(/images/pencil_small.gif) top right no-repeat;
                    cursor: pointer;
                }
                #editBox .editableItems ul li .delete {
                    float: right;
                    display: inline;
                    width: 20px;
                    height: 16px;
                    background: url(/images/delete_item.gif) top right no-repeat;
                    cursor: pointer;
                }
                #editBox .editableItems ul li .delete:hover {
                    background: url(/images/delete_item_over.gif) top right no-repeat;
                }
                #editBox .editableItems ul li .description {
                    clear: both;
                    display: block;
                }

#editBox .contentArea .editSectionFull {
    width: 100%;
    font-size: 11px;
    clear: both;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #d2d8e2;
}
    #editBox .contentArea .editSectionFull div.fieldContent {
        width: 100%;
    }
    #editBox .contentArea .editSectionFull .editableItems {
        width: 470px;
    }



#editBox .contentArea .saveChangesSection {
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* About Tab ---------------------------- */

#editBox #editTabContentAbout h3 {
    text-align: left;
    float: none;
    margin-bottom: 5px;
    width: auto;
}



/* Education and key skills Tab ---------------------------- */

#editBox #editTabContentEducation .editableItems ul li .name {
    width: 200px;
}

#editBox #educItems li {
    cursor: move;
}

#editBox #testimonialsItems li {
    cursor: move;
}

/* Testimonials Tab ---------------------------- */

#editBox #editTabContentTestimonials .editableItems {
    height: 300px;
}
#editBox #editTabContentTestimonials .editableItems ul li .name {
    width: 150px;
}
#editBox #editTabContentTestimonials .editableItems ul li .organisation {
    width: 150px;
}
#editBox #editTabContentTestimonials .editableItems ul li {
    padding: 5px 2px;
}


/* Credits Tab ---------------------------- */

#editBox #editTabContentCredits .editableItems {
    height: 300px;
}
#editBox #editTabContentCredits .editableItems ul li .name {
    width: 150px;
}
#editBox #editTabContentCredits .editableItems ul li .organisation {
    width: 150px;
}
#editBox #editTabContentCredits .editableItems ul li {
    padding: 5px 2px;
}


/* Links Tab ---------------------------- */

#editBox #editTabContentLinks .editableItems {
    height: 300px;
}
#editBox #editTabContentLinks .editableItems .name {
    padding-right: 20px;
}


/* ----------------------------------------- 
   Global Controls
----------------------------------------- */
    
/* Tabs ---------------------------- */

ul.tabs {
    list-style: none;
    height: 26px;
}
    ul.tabs li {
        float: left;
        display: inline;
        height: 26px;
        margin-right: 2px;
        /*background: url(/images/tab_bg_default_right.png) top right no-repeat;*/
        text-align: center;
    }
        ul.tabs li a,
        ul.tabs li a:visited {
            text-decoration: none;
            color: #FFF;
            font-weight: bold;
        }
        ul.tabs li a {
            height: 26px;
            float: left;
            background-image: url(/images/tab_bg_default_right.png);
            background-position: top right;
            background-repeat: no-repeat;
            padding-right: 5px;
            text-align: center;
        }
            ul.tabs li a span {
                padding: 6px 3px 0 8px;
                float: left;
                cursor: pointer;
                height: 20px;
                background-image: url(/images/tab_bg_default.png);
                background-position: top left;
                background-repeat: no-repeat;
                text-align: center;
            }
            ul.tabs li a:hover {
                background-image: url(/images/tab_bg_over_right.png);
            }
            ul.tabs li a:hover span {
                background-image: url(/images/tab_bg_over.png);
            }
        ul.tabs li.active a, ul.tabs li.active a:visited {
            color: #594d2e;
        }
        ul.tabs .active a {
            background-image: url(/images/tab_bg_active_right.png);
        }
            ul.tabs .active a span {
                background-image: url(/images/tab_bg_active.png);
            }
            ul.tabs .active a:hover {
                background-image: url(/images/tab_bg_active_right.png);
            }
            ul.tabs .active a:hover span {
                background-image: url(/images/tab_bg_active.png);
            }

.profileTabContent {
    font-size: 12px;
}


/* Custom Menus ----------------------------------------- */

.dropDownOptionMenu {
    background: url(/images/dropdown_option_menu.png) top left no-repeat;
    height: 20px;
    width: 153px;
    position: relative;
    margin: 0 0 12px 0;
}
    .dropDownOptionMenu .current {
        padding: 4px 0 0 10px;
        height: 16px;
        width: 143px;
    }
    .dropDownOptionMenu .menu {
        width: 153px;
        height: expression( document.body.clientHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
        max-height: 200px;
        overflow: auto;
        position: absolute;
        top: 19px;
        left: 0;
        z-index: 5000;
        background: #FFF;
        border-top: 1px solid #eaeaea;
    }
        .dropDownOptionMenu .menu ul {
            list-style: none;
        }
        .dropDownOptionMenu .menu ul li {
            clear: both;
            float: left;
            display: inline;
        }
        .dropDownOptionMenu .menu ul li a {
            padding: 5px 10px;
            float: left;
            display: inline;
            width: 116px;
            clear: both;
        }
        .dropDownOptionMenu .menu ul li a, .dropDownOptionMenu .menu ul li a:visited {
            text-decoration: none;
            color: #594d2e;
        }
        .dropDownOptionMenu .menu ul li a:hover {
            background: #FFF;
        }
        

/* Rollover Images - Common Controls ----------------------------------------- */

.rollover { height: 21px; float: left; background-position:top left; margin-right:10px; background-repeat: no-repeat; } /* Allow setting widths and heights */
.rollover a { float:left; } /* Allow setting widths and heights */
.rollover img { border: 0; } /* only set width and height once */
.rollover a:hover { visibility: visible;   /* for IE */ } /* sets any property for the :hover state */
.rollover a:hover img { visibility: hidden; } /* 'rolls over' the image */

.rollover.active img { visibility: hidden; background: none; } /* current page icon */
.rollover.active:hover img {  } /* current page icon */


/* Input Boxes ----------------------------------------- */

ul.stripy li {
    background: #FFF;
}
ul.stripy li.alt {
    background: #f3f1e9;
}

ul.stripy a {
    color: #958867;
    text-decoration: none;
}


/* Links ----------------------------------------- */

.link {
    float: left;
    clear: left;
    display: inline;
    font-size: 10px;
    padding: 3px 0 0 0;
    font-weight: bold;
}
.link a,
.link a:visited {
    font-weight: bold;
    color: #594d2e;
    text-decoration: none;
}
.link.next a {
    background: url(/images/link_next.png) left 1px no-repeat;
    padding-left: 12px;
}


/* Input Boxes ----------------------------------------- */

/* New style - use class="inputBox" on <input> or <textarea> fields */
    
input.inputBox, textarea.inputBox {
    border: 1px solid #ccc;
    font-size: 11px;
    margin: 0;
    padding: 2px 2px;
    background: url(/images/input_bg.png) top left no-repeat #FFF;
    width: 147px;
    color: #939a9f;
}

input.editInputBox, textarea.editInputBox {
    border: 1px solid #ccc;
    font-size: 11px;
    margin: 0;
    padding: 2px 2px;
    background: url(/images/input_bg.png) top left no-repeat #FFF;
    width: 190px;
    color: #594d2e;
}
select.editInputBox {
    border: 1px solid #ccc;
    background: url(/images/input_bg.png) top left no-repeat #FFF;
    font-size: 11px;
    margin: 0 1px;
    padding: 2px 2px;
    width: 190px;
    color: #594d2e;
}


/* Old style - div with class 'inputBox' surrounding <input> */

.inputBox {
    margin-bottom: 12px;
    width: 152px;
}
    .inputBox input {
        border: 1px solid #ccc;
        font-size: 11px;
        margin: 0;
        padding: 2px 2px;
        background: url(/images/input_bg.png) top left no-repeat #FFF;
        width: 147px;
        color: #939a9f;
    }
    
    
/* Notifications + Help Text ----------------------------------------- */

.notification a, .notification span {
    padding: 0 0 0 16px;
    display: block;
    background: url(/images/question.gif) left top no-repeat;
    line-height: 11px;
}

.profession_notification span {
    color: #594d2e;
    padding: 0 0 0 16px;
    display: block;
    background: url(/images/question_lightbg.png) left top no-repeat;
    line-height: 11px;
}
.alert a, .alert span {
    background: url(/images/exclamaition.png) left top no-repeat;
}
    .contentArea .notification a, .contentArea .notification span {
        background: url(/images/question_lightbg.png) left top no-repeat;
    }
    .contentArea .alert a, .contentArea .alert span {
        background: url(/images/exclamaition_lightbg.png) left top no-repeat;
    }

.notification span a {
    padding: 0;
    text-decoration: underline;
    display: inline;
    background: none;
    line-height: 11px;
}

.notification em {
    font-weight: normal;
}

.notification, .notification a, .notification a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

.notification a.startAgain {
    background: url(/images/start_again.gif) left top no-repeat;
}

.contentArea .notification span, .contentArea .notification a, .contentArea .notification a:visited {
    color: #958867;
}


/* Global Classes ----------------------------------------- */

.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
.hidden {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.em {
    font-weight: bold;
}
.rule {
    height: 20px;
    background: url(/images/rule.gif) top left repeat-x;
}
.ruleHeading {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    font-weight: bold;
    color: #958867;
    background: #FFF;
}
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr15 { padding-right: 25px; }


    
    
.flabel, label {
    color: #594d2e;
    font-size: 11px;
}

.padded {
    margin-top: 3px;
    margin-bottom: 3px;
}

#footer {
    clear: both;
    color: #8C8064;
    font-size: 11px;
    width: 965px;
    margin: 0 auto 30px auto;
    position: relative;
}

#footerInner {
    padding: 0 8px 0 4px;
    color: #8C8064;
}

.footerItem, .footerItem a {
    font-size: 11px;
    color: #594d2e;
    text-decoration: none;
    font-weight: bold;
}

.footerItem a:hover {
    font-size: 11px;
    color: #8C8064;
    text-decoration: none;
}

#creditsList {
	padding-top: 6px;
	font-weight: bold;
	color: #594d2e;
}
#creditsList a {
	text-decoration: none;
	font-weight: bold;
}
#creditsList a:hover {
}

#credits {
	display: none;
}
#creditsButton {
	font-weight: bold;
}

#profile_not_live_label {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 86px;
    height: 87px;
}

#make_my_profile_live {
    text-align: center;
}

div.fileinputs {
    position: relative;
    clear:both;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.fakefile img {
    vertical-align: middle;
}

input.file {
    border: red solid 1px;
    position: relative;
    width: 220px;
    height: 35px;
/*    text-align: left;*/
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

div.close_window {
    text-align: right; 
    margin-bottom: 10px;
}

div.close_window a {
    padding: 10px; 
    text-decoration: none;
}

div.close_window span {
    background: url(/images/delete_item.gif) top right no-repeat;
    cursor: pointer;
}

div.close_window:hover span {
    background: url(/images/delete_item_over.gif) top right no-repeat;
}

#phone_notification_top {
    display: block; 
    height: 26px; 
    padding:0; 
    background:url(/images/phonenotification_top.png) 90px 14px no-repeat; 
}

#submit_new_job_link {
    color: white;
}

#profile_image_upload_frame {
    background-color: #FFFFFF;
}

optgroup {
  border-top: 1px solid lightgray;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

optgroup option {
  margin-left: 5px;
}

.print_only {
    display: none;
}

/* EOF */
