/* Default Styles */

a:link, a:visited, a:active {
	color: #0b578f;
}

/* End Default Styles */
/*=========================================================================================================*/

/* Old Default Class Styles */

.bodysmalltext {
	color: #163054;
}
.footer {
	color: #006699;
}

.sidetitle {
	color: #163054;
}

/* End Old Default Class Styles */
/*=========================================================================================================*/
/* Normal Bodytext Styles*/

.pageModule{
	color: #6E83c1;
}

/* End of Normal Bodytext Styles*/
/*=========================================================================================================*/
/* TABLE STYLE*/
/* for mainTable */

.mainTableHeader, .mainTable .mainTableHeader ,.mainTable .mainTableHeader a:visited,.mainTable .mainTableHeader a:active,.mainTable .mainTableHeader a:link{ 
	background-color: #6E83C1;
}

.mainTable .tableSubTitle {
	color: #5B7FD3;
}

/* end mainTable*/
/*============================================*/
/** for compareTable */

.compareTableHeader, .compareTableHeader td, .compareTableHeader th, .compareTableHeader a:visited,.compareTableHeader a:active,.compareTableHeader a:link{ 
	background-color: #6E83C1;
}

/* end compareTable/
/*============================================*/
/* for infoTable */

.infoTable .tableSubTitle {
	color: #5B7FD3;
}

.infoTableTitle
{

	background-color: #6E83C1;
}

/* end infoTable /
/*=========================================================================================================*/	
/* begin Main Menu */

.TMMbutton  {
	background-image:url("/hk/ifast/images/ifastverve/menubar_blue.gif");
}

.expanded .navItem{
	color: #003399;
	background-image:url("/hk/ifast/images/ifastverve/menubar_blue_rollover.gif");
}

.navItem a:hover {
	color: #003399;
}

.dropMenu .dropItem, .dropMenu .dropItemHi, .dropMenu2 .dropItem, .dropMenu2 .dropItemHi  {
	color: #6E83C1;
}

.dropMenu .dropItem a, .dropMenu .dropItemHi a, .dropMenu2 .dropItem a, .dropMenu2 .dropItemHi a,
.dropMenu .dropItem a:link, .dropMenu .dropItemHi a:link, .dropMenu2 .dropItem a:link, .dropMenu2 .dropItemHi a:link,
.dropMenu .dropItem a:visited, .dropMenu .dropItemHi a:visited, .dropMenu2 .dropItem a:visited, .dropMenu2 .dropItemHi a:visited
{
	color: #6E83C1;
}

.dropContainer .dropItemHi {
	background-color: #A2B7E6;
}

/* end main menu */
/*=========================================================================================================*/
/* side menu*/

.LMMheaderbg-local {
	background-color: #A2B7E6;
	color: #D5F2FF;
}
.LMMheaderbg-global {
	background-color: #6E83C1;
	color: #c1d2f3;
}

.LMMbg {
	background-color: #D3E1FF;
}

.LMMbg-sectionName {
	background-color: #D3E1FF;
	color: #002489;
}

.LMMbg-date {
	color: #696B70;
	background-color: #D3E1FF;
}

.LMMheadertxt {
	background-color: #A2B7E6;
}

.LMMheadertxt2 {
	background-color: #6E83C1;
}

/* End Side Menu */
/*=========================================================================================================*/

/** 
*	For jQuery's Tablesorter plugin.
**/
table.tablesorter thead tr td {
	background-color: #6e83c1;
}

table.tablesorter thead tr .header {
	background-color: #6e83c1;
}
table.tablesorter tbody tr.even td {
	background-color: #f2f2f2;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #a2b7e6;
}
