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

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

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

/*-----------------999 DEC 2010---------------------*/
/* TABLE STYLES COLOUR OPTION 1 */
table.TableStyleOne{}
table.TableStyleOne tr th {
	background-color: #006369!important;
}
table.TableStyleOne tr td {
	background-color: #398386!important;
	color: #FFF!important;
}
/* TABLE STYLES COLOUR OPTION 2 */
table.TableStyleTwo {}
table.TableStyleTwo tr th {
	background-color: #006369!important;
}
table.TableStyleTwo tr td {
	background-color: #A0BCBA!important;
}
/* TABLE STYLES COLOUR OPTION 3 */
table.TableStyleThree {}
table.TableStyleThree tr th {
	background-color: #398386!important;
}
table.TableStyleThree tr td {
	background-color: #C3CFCC!important;
}
/*-----------------END 999 DEC 2010---------------------*/
