/*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*/
/* templatestyle.css for template 4 overrides to TNG genstyle.css   */

/* header: heading text */
.header {
	color: #6699cc;
}


/* link: normal links, active: links in use */
a:link, a:active {
	color : #000066;
}

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

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

/* sideback: background color for side and top frames */
.sideback {
	background-color: #6699cc;
	background-image: none;
}

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


/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-color: #6699cc;
	border-right: 0px; 
	border-bottom: 0px;
	width: 170px;
	margin-left: 10px;
	vertical-align: top;
} 


a.snlink:hover, .snlinkact {
	background-color:#6699cc;
	color:#fff;
}


.LB_closeAjaxWindow{
	background-color:#6699cc;
}
/* end of templatestyle.css for template 4 */

/*  home page sections replaces valign="top" width="300" */
.section {
	width: 800px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px;
	vertical-align: top;
