﻿@charset "UTF-8";
/* CSS Document */

/* PAGE TITLE */
h2.page_title {background-color:#f15623;}

/* DEPARTMENT TEMPLATE IMAGE HOLDER BACKROUND COLOUR */
.sys_department_feature_pic_holder {background-color:#f15623;}

/*-----------------999 DEC 2010---------------------*/
/* TABLE STYLES COLOUR OPTION 1 */
table.TableStyleOne{}
table.TableStyleOne tr th {
	background-color: #f15623!important;
    color: #000!important;
}
table.TableStyleOne tr td {
	background-color: #ff7b57!important;
	color: #000!important;
}
/* TABLE STYLES COLOUR OPTION 2 */
table.TableStyleTwo {}
table.TableStyleTwo tr th {
	background-color: #f0694a!important;
    color: #000!important;
}
table.TableStyleTwo tr td {
	background-color: #ff9578!important;
}
/* TABLE STYLES COLOUR OPTION 3 */
table.TableStyleThree {}
table.TableStyleThree tr th {
	background-color: #d15e54!important;
    color: #000!important;
}
table.TableStyleThree tr td {
	background-color: #fa8882!important;
}
.sys_side_key_link
{
     background-color: #f15623!important;
     background-image:url(http://www.kcl.ac.uk/SiteElements/images/blockorangearrow1.jpg)!important;
}
.sys_burgundy_link {
  background-color:#f15623;
  background-image:url(http://www.kcl.ac.uk/SiteElements/images/blockorangearrow1.jpg);
}
.sys_left_twitter_feed {
  background-color:#f15623;
}
a.sys_join_twitter {
  background-image:url(http://www.kcl.ac.uk/SiteElements/images/sidetwitter-org.jpg);
 
}
/*-----------------END 999 DEC 2010---------------------*/
