/*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 */
.fieldnameback {
	background-color: #D5C8B6 ;
	/*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: #999966;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #FBF4EF ; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #FBF4EF ; /*same as "databack" background color */
	border-left:1px solid #FBF4EF ; /*same as "databack" background color */
}

.snlink {
	padding:4px 5px 3px 5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#FBF4EF; /*same as "databack" background color */
	color:black;
	text-decoration:none;
}

/* databack: background color for data areas */
.databack {
	background-color: #FBF4EF;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #1B5D0D;
}

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #1B5D0D;
}

.whitesubhead {
	font-family: Arial, Helvetica, sans-serif; 
	color: #663300;
	font-size: 16px;
}

a.lightlink:link, a.lightlink:visited {
color:#663300;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
}

.fieldname {
color:#663300;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

/*added in 5.0.0*/
/*for active secondary tab link*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #333399;
	text-decoration: none;
}
