/*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*/

input.text {
font:bold 10px/12px verdana,arial,serif;
padding:3px;
}




/* smfieldname: small text used in conjunction with .fieldname style text */
/* mmf color change */
.smfieldname {
	color: #FDF5E6;
}

/* fieldname: regular text within column or row title sections */
/* mmf color change */
.fieldname {
	color: #FDF5E6;
}

/* header: heading text */
/* mmf color change */
.header {
	color: #62523C;
}

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

/* body: describes page background color and all non-table text not governed by any other style */
/* mmf color change */
BODY {
	background-color : #BEAC94;
	background-image: url(mywallpaper.jpg); 
}

/* link: normal links, active: links in use */
/* mmf color change */
A:LINK, A:ACTIVE {
	color : #191970;
}
/* visited: previously visited links */
/* mmf color change */
A:VISITED {
	color: #4682B4;
}
/* fieldnameback: background color for column and row title sections */
/* mmf color change */
.fieldnameback {
	background-color: #62523C;
}
/* databack: background color for data areas */
/* mmf color change */
.databack {
	background-color: #FDF5E6;
}
/* Added in 4.0.0 */
/* For links on dark background */
/* mmf color change */
a.lightlink:link, a.lightlink:visited {
	color: #FDF5E6;
}
	/* mmf color change */
	a.lightlink:hover, a.lightlink:active {
	color: #FFCC33;
}
/* For white-only links on dark background */
/* mmf color change */
a.lightlink2:link, a.lightlink2:visited {
	color: #FDF5E6;
	}
	
	/* mmf color change */
	a.lightlink2:hover, a.lightlink2:active {
	color: #FFCC33;
}
	/* mmf color change */
.lightback {
	background-color: #FDF5E6;
}
/* sideback: background color for side and top frames */
	/* mmf color change */
.sideback {
	background-color: #62523C;
}
	/* mmf color change */
.whitesubhead {
	color: #FDF5E6;
}
	/* mmf color change */
#mnav li { /* all list items */
	background: #FDF5E6; /*same as "databack" background color */
	border-top:1px solid #FDF5E6; /*same as "databack" background color */
	border-left:1px solid #FDF5E6; /*same as "databack" background color */
}
	/* mmf color change */
#mnav li ul li {
	background: #FDF5E6; /*inactive dropdown menu color*/
}
	/* mmf color change */
#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #EDFDE5;
}
/* TNG 7.0 changes */
/* mmf color changes */
.snlink {
	background-color:#FDF5E6; /*same as "databack" background color */
	}
	a.snlink:hover, .snlinkact {
	background-color:#62523C; /*same as "fieldnameback" background color */
	
}
.LB_window {
	background: #FDF5E6; /*same as "databack" background color */
	border: 2px solid #62523C; /*same as "fieldnameback" background color */
}
.LB_closeAjaxWindow{
	background-color:#62523C; /*same as "fieldnameback" background color */
}
