/* templatestyle.css for template 1 overrides to TNG genstyle.css   */


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


/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : #DDDDFF;
}

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

/* visited: previously visited links */
a:visited {
	color: #336666;
}

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

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

/* sideback: background color for side and top frames */
/*    should be same color as fieldnameback    */
.sideback {
	background-color: #000099;
}

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

/* added for 6.2 */
.indexpage {
	text-align:left;
}

.snlink {
	background-color:#bbbbbb;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#000099;
}

.LB_window {
	background: #bbbbbb;
	border: 2px solid #000000;
	color:#000000;
}

.LB_closeAjaxWindow{
	background-color:#000099;
}
/* end of templatestyle.css for template 1 */

.titlebox {
	background-color: #f6f6f6;
}