a { }
a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; }
a:hover { color: #4e84c4; }
a:active { color: #333333; }
body {
	color: #333333;
	/* TB 2006-07-21 change for John Milner demo background-color: #F7EEC6; */
	background-color: #fff;
}

.no_edit {
	border-color: black;
	color: #333333;
}
.pageTitle {
	background-color: #4e84c4;
	color: white;
}
/* System messages */
.error { color: red; }
.notice { color: blue; }
.warning { color: purple; }

/* Page Forms */
#pageForm { background-color: #38939b; }
#pageFormCell { vertical-align: middle; }
#login_form { margin: 70px auto; }

/* Navigation Tabs */
#header { background-color: #38939b; }
#header #menu .branding { padding-top: 10px; padding-bottom: 10px; }
#submenu {
	background-color: #3D728B;
	color: #FFFFFF;
}
#menu { padding-top: 60px; }
#menu ul li { background-color: #9bc9cd; }
#menu ul li a { color: #38939b; }
#submenu ul li a { color: #9bc9cd; }
#menu ul li.on { background-color: #3D728B; }
#menu ul li.on a, #submenu ul li.on a { color: white; }
#menu a:hover, #submenu a:hover { color: black !important; }

/* OLD CSS should be separated out */
/* ERA */
.eraList {
	margin: 5px 5px 0px 15px;
}
.eraList thead th {
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}
.eraList td {
	vertical-align:top;
	text-align:left;
	white-space:nowrap;
}
/* Tracker */
.navPortal {
	white-space: nowrap;
	line-height: 120%;
	margin-left: 4px;
}
.navPortal .off {
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;	
}
.navPortal .on {
	color: #a12d43;
	background-color: #fff36b;
	text-decoration: none;
	font-size: 10px;	
}
#infopanel {
	background-color: #9bc9cd;
	color: #000000;
	margin: -5px 0 5px 0;
}
#infopanel .no_edit {
	background-color: transparent;
}
/* ERA */
#feedback {
	clear:both;
	margin: 0 5px 5px 10px;
}
#feedback tr td {
	vertical-align:top;
	border-right:2px solid #304C95;
}
#sign_off tr td {
	border:none;
	text-align:center;
	white-space:nowrap;
}
#routing_file {
	width: 160px;
}
#routing_file tr td {
	border:none;
	text-align:center;
}
#job_details {
	min-width: 256px;
}
#job_details tr td {
	border: none;
	white-space: nowrap;
}
#sign_off tr th {
	text-align:left;
}
#job_details tr th {
	text-align:left;
}
