/*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 */
.header {
	color: #665544;
}

BODY {
	background-color : #FAF4E6;
	color : #665544;
}

/* link: normal links, active: links in use */
A:LINK, A:VISITED { 
        color : #4E7076;
}

/* visited: previously visited links */
A:ACTIVE, A:HOVER {
        color: #6CABAE;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
        background-color: #68939B;
}

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

a.lightlink:hover, a.lightlink:active {
      color: #CCE2E3;
      text-decoration: none;
}

a.lightlink2:hover, a.lightlink2:active {
       color: #CCE2E3;
       text-decoration: none;
}

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

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
        background-color: #4E7076;
}

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

#mnav li { /* all list items */
        background: #B4D1D6; /*same as "databack" background color */
        border-top:1px solid #B4D1D6; /*same as "databack" background color */
        border-left:1px solid #B4D1D6; /*same as "databack" background color */
}

#tngnav a { /* override the color on a naviagation */
	color: #ffffff
}











