/*new method*/
ul#tngnav {
	margin:0;
	padding: 0 0 0 0px;
	list-style: none;
	border: none;
} 

#tngnav li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}

/*inactive tab
#tngnav a {
	display:block;
	color:#003300;
	text-decoration: none;
	background:#CCCC99;
	margin:0; 
	padding: 0.3em 1em 0.4em 1em;
	border-right: 1px solid #003300;
	position: relative;
	font: bold .8em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}*/
	
/*active tab*/
#tngnav a:hover {
	background:#990000;
	color:#ffffff !important;
	text-decoration: underline;
}

/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:102;
	background:#990000;
	color:#ffffff;
	border-right: 1px solid #003300;
	padding: 0.3em 1em 0.4em 1em;
	margin: 0;
}

/*to keep older browsers happy*/
#tabs div {
	margin:0 1px 0 0;
	position: relative;
	float:left;
	padding: 0em 0em .3em 0px;
}

#tabs .divhere {
	z-index:102;
}

/*inactive tab*/
#tabs a {
	background: #CCCC99;
	color:#003300;
	padding: 0.2em 0.8em 0.5em 0.8em;
	font: .7em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid #003300;
}

/*active tab*/
#tabs a:hover {
	background: #990000;
	color:#ffffff !important;
}

/*active tab*/
#tabs .here {
	background: #990000;
	color:#ffffff !important;
}

/*for alignment on menu icons*/
.tngmenuicon {
	vertical-align: -1px;
}

/* smfieldname: small text used in conjunction with .fieldname style text .smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .7em; font-weight: bold;
	color: #ffffff !important;
}*/

/* fieldname: regular text within column or row title sections 
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em; font-weight: bold;
	color: #ffffff !important;
}*/

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff !important; font-size: 1em;
}

