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

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

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

/*-----------------999 DEC 2010---------------------*/
/* TABLE STYLES COLOUR OPTION 1 */
table.TableStyleOne{}
table.TableStyleOne tr th {
	background-color: #e5a812!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;
}
 
}
/*-----------------END 999 DEC 2010---------------------*/
