/*your custom style goes in this file*/

/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* fieldnameback: background color for column and row title sections */

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	/*Colour changed from #5e5d5e to 7F7F7F by AB March 1st 2010 */

	color: #7F7F7F;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #333333;
}
/* visited: previously visited links */
a:visited {color: #471E1E;}

a.lightlink:hover { 
	color: #471E1E;
	text-decoration: none;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #7F7F7F;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #7F7F7F;
}


/* databack: background color for data areas */.databack {background-color: 
#998866;}
