﻿@charset "utf-8";
/*Computer Science */

  /* 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: #f7f5ff;
}

/* Current folder - strong */
div.sys_current_folder:after {
    color:#9857ae;
}
 
/* Parent folder - weak */ 
div.sys_parent_folder:after {
    color:#c492d8;
}    

/* Top level - strong */
div.sys_current_folder:first-child, div.sys_parent_folder:first-child {
    background: #9857ae;
}

/* Current item - weak */
div.sys_current_item {
     background: #ebe8fd;
}
/*********************/
/*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:#9857ae;
    }
    
	/* 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:#9857ae;
    }
    .sys_content-area .sys_rss-scrolling-area{
        border-color:#9857ae;
    }


    /* 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:#f7f5ff;
    }
    
    .sys_carouselNav .sys_activePager {background:#9857ae; color: #ffffff !important;}
    .sys_carouselText h2 {color:#9857ae;}
/*End colour profiling*/

@media handheld, only screen and (max-width: 650px) {
    #sitebody div.sys_breadcrumb {
        background: #9857ae;
    }
}