/* $Id: tigris.css,v 1.9 2003/04/10 22:58:32 tfahrner Exp $
	
	This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */

/* colors, backgrounds, borders, link indication */
.app h3, #banner {
	background-color: #f36c25;
}
	
a:link, #navcolumn a:visited, .app a:visited, .tasknav a:visited {
	color: #f36c25;
}
	
#banner {
	 background: #f36c25 url(../../../branding/style/images/extranet-prod.png) 20% 0 no-repeat;
} 