/*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 1 overrides to TNG genstyle.css   */


/* Krista's changes */

body {
	background-color: #669999;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;

}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000033;
	line-height: 1.3em;
	align=center;
	
	background-color: #99cccc;
}

tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000033;
	line-height: 1.3em;
	background-color: #99cccc;
}



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

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

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


/* Krista's changes end here */

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





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

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

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

#mnav li { /* all list items */
	background: #cc9933; /*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:#cc9933;
}

a.snlink:hover, .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 */
