/*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: #000000;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	color: #000000;
}

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

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

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

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

.lightback {
	background-color: #CDFFE6;
}

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

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

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


/*header in topmenu*/
.topmenuheader {
	color: #FFFFFF;
	font-size: 16px;
}

/*button links on media and places pages - the buttons that aren't active*/
.snlink {
	background-color:#cccc99; /*same as "databack" background color */
}

/*buttons on media, surnames and places that are active, or hovered over*/
a.snlink:hover, .snlinkact {
	background-color:#000066; /*same as "fieldnameback" background color */
}

/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-weight: bold;
}

a.lightlink:hover, a.lightlink:active {
	font-weight: bold;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-weight: bold;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-weight: bold;
}

#tngnav a {
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
}


