/*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: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #ffffff;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #010199;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFFF;
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;

}

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

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

/* fieldname: background color for column and row title sections */
.fieldname {
	background-color: #DC015C;
	text-align: left;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #DC015C;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666;
}

/* databack: background color for data areas */
.databack {
	background-color: #e0e0e0; 
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}


/* tablesubheader added to replace bgcolor="#665544" width="785" height="15" in topmenu.php */
.tablesubheader {
	border-collapse: collapse;
	border-color: #111111;
    background-color: #010199;
    width: 785px;
	height: 15px;
}



.pboxname {
  font-family: Arial, Helvetica, sans-serif; 
}
/* Added in 4.0.0 */
/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}
/*this is the one he has yellow*/
a.lightlink:hover, a.lightlink:active {
	color: #000099;
	text-decoration: none;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}

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

.lightback {
	background-color: #FBFBF9;
	/*these 2 lines added in 6.0*/
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}


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

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #0601CC;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #FF019C;
	border-bottom: 1px solid #FF019C;
}

.whitesubhead {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 16px;
}

/*added in 5.0.0*/
/*for active secondary tab link*/
/*he has this one yellow*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #000099;
	text-decoration: none;


