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

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

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

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

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

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

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

.snlink {
	background-color:#CCCC99; /*same as "databack" background color */
}

a.snlink:hover, .snlinkact {
	background-color:#017F92; /*same as "fieldnameback" background color */
}

.LB_window {
	background: #CCCC99; /*same as "databack" background color */
	border: 2px solid #017F92; /*same as "fieldnameback" background color */
}

.LB_closeAjaxWindow{
	background-color:#017F92; /*same as "fieldnameback" background color */
}
