Global style definition

/**********************global css**************************************/
.btt_tabsHeaderContainer a{  /* style of hyper link of Tab-Index item Dom Element */
	text-decoration:none;
}
.btt_tabsHeaderContainer a img{ /* style of image of Tab-Index item dom element */
	border:none;
}
.btt_tabsEditContainer a{ /* style of hyper link in Tab edit dom element*/
	text-decoration:none;
}
.bttTree a{ /* style of hyper link in service list*/
	text-decoration:none;
	color:#000000;
}
.bttTree img{ /*style of image in service list*/
	border:none;
}
.btt_column a{ /* style of hyper link in column dom element*/
	text-decoration:none;
}