﻿@charset "utf-8";
/*School of Management*/

  /* Set top nav selected item bg */
    #siteheader #TopNav a.sys_dept {
    color:#000 !important;
	background-color:#eb641e;}		
    
/*********************/
/* Left Menu colours */
/*********************/
/* Child - v.pale */
.sys_menu DIV {
    background: #f3fdff;
}

/* Current folder - strong */
div.sys_current_folder:after {
    color:#00a69e;
}
 
/* Parent folder - weak */ 
div.sys_parent_folder:after {
    color:#8cdddc;
}    

/* Top level - strong */
div.sys_current_folder:first-child, div.sys_parent_folder:first-child {
    background: #00a69e;
}

/* Current item - weak */
div.sys_current_item {
     background: #dbf2f9;
}
/*********************/
/*DC colour profiling*/
/*********************/
    /* Set headings*/
    h1, h2, h3, h4, h5, h6,
    .sys_sitewrap h1 a, .sys_sitewrap h2 a, .sys_sitewrap h3 a, .sys_sitewrap h4 a, .sys_sitewrap h5 a, .sys_sitewrap h6 a {
        color:#00a69e;
    }
    
	/* Set elements */
    .sys_contentbox h2.sys_contentbox-hdr,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a:hover,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a:before,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a:after,
	.sys_content-area div.sys_fieldset h2.sys_legend,
	.sys_content-area table.standardTable th,
	.sys_content-area .sys_featuretable h2.sys_tbl-hdr,
	.sys_featuretable h2.sys_tbl-hdr,
    .sys_med-col a.sys_contentbox-cta,
	.sys_content-area .sys_link, 
	.sys_fasttrack-withtext h2,
    .sys_simplevideobox,
	.sys_cta-link{
	    background-color:#00a69e;
    }
    .sys_content-area .sys_rss-scrolling-area{
        border-color:#00a69e;
    }

    /* Set lighter elements */
    .sys_content-area table.standardTable tr td,
	.sys_content-area .sys_featuretable table tr.sys_altrow th,
	.sys_content-area .sys_featuretable table tr.sys_altrow td {
	    background:#dbf2f9;
    }
    
    .sys_carouselNav .sys_activePager {background:#00a69e; color: #ffffff !important;}
    .sys_carouselText h2 {color:#00a69e;}
/*End colour profiling*/

@media handheld, only screen and (max-width: 650px) {
    #sitebody div.sys_breadcrumb {
        background: #00a69e;
    }
}