/*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 - mytngstyle.css for chapman-grant/susanchapman   */


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


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

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

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

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

#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;
}

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

.snlink {
	background-color:#bbbbbb;
}

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

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

.LB_closeAjaxWindow{
	background-color:#330099;
}

.indexpage {
	width: 1140px;    /* total width of all the columns */
}

.spacercol {
	width: 15px;
}

.page {  
	margin-right: 25px;
}

/* end of mytngstyle.css for chapman-grant/susanchapman */
