/* The title bar */
td#titleBar {
	vertical-align: top;
	padding-top: 0px;
	width: 100%;
	vertical-align: middle;
}

td#titleBarTab h1 {
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 0;
}

td#titleBar {
	padding-right: 20px;
}

td#titleBar a:link, td#titleBar a:visited {
	color: #5b8e20;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}

td#titleBar a:active, td#titleBar a:hover {
	color: #76b82a;
}

table#titleBarProgressTable {
	width: 560px;
	vertical-align: middle;
	height: 25px;
	/*background-image:  url(images/ProgressBar.png);*/
}

td#titleBarProgressLeft {
	width: 6px;
	text-align: center;
	font-size: 3pt;
	color: #CBCFD1;
	background-image: url(images/ProgressBarCornerLeft.png);
}

td#titleBarProgressLeftSpace {
	width: 11px;
	text-align: center;
	font-size: 3pt;
	background-color: #CBCFD1;
}

td#titleBarProgressRight {
	width: 6px;
	text-align: center;
	font-size: 3pt;
	color: #CBCFD1;
	background-image: url(images/ProgressBarCornerRight.png);
}

td#titleBarProgressRightSpace {
	width: 12px;
	text-align: center;
	font-size: 3pt;
	background-color: #CBCFD1;
}

td#titleBarProgressInInArrow {
	width: 17px;
	text-align: center;
	font-size: 3pt;
	color: #FFFFFF;
	background-image: url(images/ProgressBarInIn.png);
}

td#titleBarProgressInHiArrow {
	width: 17px;
	text-align: center;
	font-size: 3pt;
	color: #FFFFFF;
	background-image: url(images/ProgressBarInHi.png);
}

td#titleBarProgressHiInArrow {
	width: 17px;
	text-align: center;
	font-size: 3pt;
	color: #FFFFFF;
	background-image: url(images/ProgressBarHiIn.png);
}

td#titleBarProgressItem {
	width: 110px;
	text-align: center;
	font-size: 8pt;
	background-color: #CBCFD1;
}

td#titleBarProgressItemHighlighted {
	width: 110px;
	text-align: center;
	font-size: 8pt;
	background-color: #003366;
}

span#titleBarProgressHighlight {
	color: #EAEAEA;
	font-weight: bold;
}

span#titleBarProgressToComplete {
	color: #93849f;
	font-weight: bold;
}

span#titleBarProgressCompleted {
	color: #93849f;
	font-weight: bold;
	text-decoration: underline;
}

td#titleBarSeparatorRight {
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
}

td#titleBarSeparatorLeft {
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
}

td#titleBarTab {
	text-align: right;
	vertical-align: middle;
	padding-top: 0;
	white-space: nowrap;
	padding-left: 20px;
}

td#titleBar-old {
	background: url(images/Title_Bar_Header_Small.png);
	vertical-align: top;
	width: 98%;
}

td#titleBarSeparatorRight-old {
	background: url(images/Title_Bar_Separator_Right.png);
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	height: 20px;
}

td#titleBarSeparatorLeft-old {
	background: url(images/Title_Bar_Separator_Left.png);
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	height: 20px;
}

div#titleBarSeparatorContent {
	width: 43px;
}

td#titleBarTab-old {
	background: url(images/Title_Bar_Header_Big.png);
	text-align: right;
	vertical-align: middle;
	padding-top: 8px;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}

/* Navbar container */
.navbar {
	overflow: hidden;
	float: right;
}

/* Links inside the navbar */
.navbar a {
	float: left;
	font-size: 13px;
	color: #5b8e20;
	text-align: center;
	padding: 0px 5px;
	text-decoration: none;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
	font-size: 13px;
	border: none;
	outline: none;
	color: #5b8e20;
	padding: 7px 5px;
	font-weight: bold;
	background-color: inherit;
	width: 80px;
}

.dropdown .menu {
	font-weight: bold;
	outline: none;
	border: none;
	padding: 7px 5px;
	color: white;
	background-color: inherit;
	width: 40px;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
	color: #76b82a;
}

/* Dropdown content (hidden by default) */
.dropdown-content, .dropdown-content-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 0px 13px;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 30px;
}

.dropdown-content-menu a {
	float: none;
	color: black;
	padding: 0px 13px;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 30px;
	border-bottom: 1px solid #505050;
	background-color: #666666;
	background-image: url(images/menu-bg.png);
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover, .dropdown-content-menu a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content-menu{
	display: block;
}