/*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*/
/* databack: background color for data areas */
BODY{
	background-color:#fff;
}
a {
	text-decoration:none;
}
.databack {
	background-color: #e7e7e7;
	/*these 2 lines added in 5.0*/
	border-right: 0px solid #bbb; 
	border-bottom: 1px solid #fff;
}
.whiteback {
	border: 0px solid silver;
	background-color: #ffffff;
}
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #A7C8E5;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #fff; 
	border-bottom: 0px solid #fff;
	background-image:url(../img/lcj_back.jpg);
	background-repeat:repeat-x;
	text-align:left;
	
}
/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	

}
/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

/*for alignment on menu icons*/
.tngmenuicon {
	vertical-align: -3px;
	padding:1px;
	margin: 0px 1px 0px 1px;
	border: 0px;
	width: 16px;
	height: 15px;
}
/* Added in 4.0.0 */
/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #000000;
	text-decoration: none;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*added in 5.0.0*/
/*for active secondary tab link*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #003366;
	text-decoration: none;
	font-weight:bold
	}

.yellow {
	color: #FFCC33;
}
#pub-innermenu {
	margin:0px 1px 0px 1px;
	clear:both;
	padding: 0.3em 0em 0.3em .7em;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	text-align:left;
	font-weight:normal;
}
/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:10;
	background: url(../img/tngtabactive.png) no-repeat;
	color:#003366;
	border-right: 1px solid #777;
	padding: 0.2em 1em 0.4em 26px;
	margin: 0 4px 0 0;
	font-weight:bold
}
/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333366;
}
.headericon, .menu-icon {
	background:url('img/tng_icon_sprites.png') no-repeat;
}