/*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*/
/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-size: 16px;
}
/* header: heading text */
.header {
	color: #1F75AB;   /*000099;*/
}
/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FDFDFD;   /*DDDDFF;*/
}
/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #1F75AB;   /*000099;*/
}
/* visited: previously visited links */
A:VISITED {
	color: #336666;
}
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #1F75AB;   /*000099;*/
}
/* databack: background color for data areas */
.databack {
	background-color: #E7E7E7;   /*bbbbbb;*/
}
/* For white-only links on dark background */
.lightback {
	background-color: #F3F3F3;    /*FFFFFF;*/
}
/*for css dropdown menus*/
#mnav a {
	width: 6em;      /* 7em */
}
#mnav li { /* all list items */
	width: 96px; /* width needed for Opera was 7em*/
	background: #E7E7E7; /*same as "databack" background color */
	border-top:1px solid #E7E7E7; /*same as "databack" background color */
	border-left:1px solid #E7E7E7; /*same as "databack" background color */
}
/* added in 7.0.0 */
.snlink {
	background-color:#E7E7E7; /*same as "databack" background color */
}
a.snlink:hover, .snlinkact {
	background-color:#1F75AB; /*same as "fieldnameback" background color */
}
.LB_window {
	background: #E7E7E7; /*same as "databack" background color */
	border: 2px solid #1F75AB; /*same as "fieldnameback" background color */
}
.LB_closeAjaxWindow{
	background-color:#1F75AB; /*same as "fieldnameback" background color */
}
