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

/*active tab*/
#tngnav a:hover {
	background:#000060;
	color:#FFFFFF;
}

/*active tab*/
#tngnav a.here {
	background:#000060;
	color:#FFCC00;
	border-right: 1px solid #444;
	margin: 0;
}

/* header: heading text */
.header, .plainheader {
	color: #000060;
}

/* link: normal links, active: links in use ???*/
a:link, a:active, div.icons a {
	color : #000060;
}

/* background color for admin menu items while active*/
a.admincell:hover, a.leftlink:hover {
	background-color: #003d66;
}

/* fieldnameback: background color for column and row title sections */
/* sideback: background color for side and top frames */
.LB_closeAjaxWindow, .bar, .sideback, .fieldnameback,
.tablesaw-cell-label {
	background-color : #000060;
}

a.footer:link  {color: #000060;}
a.footer:visited  {color: #000060;}
a.footer:hover  {
	color: #999900;
}

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

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

ul.tngdd a {
	color:#000060;
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	border-bottom:1px solid #444;
	border-right:1px solid #444;
	color: #ffffff;
	background: #000060 url(../img/arrowdown2.gif) 2px 8px no-repeat;
}

.titletop {
	color:#000060;
	font-size:30px;
	line-height:30px;
	white-space:nowrap;
	font-weight:bold;
	font-family: Georgia,Arial,sans-serif;
}

/* emphasisyellow: added to replace <strong> for welcome message */
.emphasisyellow {
	font-weight: bold;
	color: #add0ec;
}

/*  home page sections replaces valign="top" width="300" */
.titlebox {
	background-color: #F4FFFB;
}

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

/* Template 4 new DIV classes */
.container {
	width: 90%; /* Change to 90% to match home page */
	margin: 0 auto;
}

.mainpage {
	display: flex;
	width: 100%;
}

#lmenu {
	display: block;
	width: 186px;
	background-color: #000060;
	color: #fff;
	padding-left: 12px;
}

#innerpage {
	display: block;
	width: calc(100% - 222px);
	background-color: #ffffff;
	padding: 0px 10px;
	text-align: left;
	border-bottom: 1px solid #999966;
}
/* End Template 4 new DIV classes */

