/*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*/
/* header: heading text */
#mast {
        background: linear-gradient(to bottom, #46AB28 0%, #39692A 100%);
}
.mhead li a {
    background-color: #DCD5B9;
    text-shadow: #bcbcbc 1px 1px 1px;
    color: #39692A;
}
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #39692A;
}
/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FAF4E6;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

/* visited: previously visited links */
A:VISITED {
	color: #46AB28;
}

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

/* databack: background color for data areas */
.databack {
	background-color: #D0BC91;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}
/* sideback: background color for side and top frames */
.sideback {
	background-color: #28541B;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #46AB28;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}
#mnav li { /* all list items */
	float: left;
	width: 6em; /* width needed for Opera */
	margin-right: 2px;
	background: #e0e0f7; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #e0e0f7; /*same as "databack" background color */
	border-left:1px solid #e0e0f7; /*same as "databack" background color */
}
#mnav li ul li {
	border: 0px;
	width: 13em;  /*increased to 13 in 6.2.0*/
	background: #eeeeee; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #777;
}
