/*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*/

/* normal: most regular body text */
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	}
	
/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* new field */
.smfieldname_grey {
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 10px;
 	color: #cccccc;
	}
	
/* fieldname: regular text within column or row title sections */
.fieldname {
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 11px;
 	color: #edf0ff;
	}

/* fieldname2: regular text within column or row title sections */
.fieldname2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #7273a3;
	}
	
/* header: heading text */
.header {
	color: #6699ff;
	}
	
/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #7273a3;
	}
	
/* visited: previously visited links */
A:VISITED {
	color: #7273a3;
	}
	
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #6699ff;
	}
	
/* databack: background color for data areas */
.databack {
	background-color: #edf0ff;
	}
	
/* For links on lightblue background */
a.lightlink_rs1:link, a.lightlink_rs1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #7273a3;
	font-size: 11px;
	text-decoration: none;
	}

a.lightlink_rs1:hover, a.lightlink_rs1:active {
	color: #FFCC33;
	font-size: 11px;
	text-decoration: none;
	}

/* For white small links on lightblue background */
a.lightlink_rs2:link, a.lightlink_rs2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #cccccc;
	font-size: 10px;
	text-decoration: none;
	}

a.lightlink_rs2:hover, a.lightlink_rs2:active {
	color: #FFCC33;
	font-size: 10px;
	text-decoration: none;
	}
	
/* sideback: background color for side and top frames */
.sideback {
	background-color: #6699ff;
	}
	
/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #cc6666;
	}
	
#mnav li { /* all list items */
	background: #edf0ff;  /*same as "databack" background color */
 	border-top:1px solid #edf0ff; /*same as "databack" background color */
	border-left:1px solid #edf0ff; /*same as "databack" background color */
	}
	
#mnav li ul li {
	background: #e7eafa; /*inactive dropdown menu color*/
	}
	
#mnav .drop {
	width:85px;
}
