#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: 0;
	list-style: none;
	line-height: 1;
	/*margin-bottom: 20px;*/
}

	#nav a {
		display: block;
	}

	#nav li { /* all list items */
		float: left;
	}

		#nav li a {
			/*background-color: #9DBB3C;*/
			padding-top: .75em;
			/*padding-bottom: 1em;*/
			color: #ffffff;
			font-size: 1.25em;
			font-weight: bold;
			padding-left: 0;
			padding-right: 0;
			text-align: left;
			text-decoration: none;
		}

		#nav li:hover a {
			color: #FF941B;
			cursor: pointer;
		}

		#nav li ul { /* second-level lists */
			background-color: #FAFAFA;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			margin-top: 0;
			position: absolute;
			width: 15em;
			z-index: 100;
			margin-left: 47px;
		}

			#nav li ul li a { /* third-and-above-level lists */
				background-color: #FAFAFA;
				color: #053E5C !important;
				padding: .4em .75em;
				text-align: left;
				width: 13.5em;
			}

				#nav li ul li a:hover {
					/*background-color: #46849A;*/
					color: #FF941B !important;
				}

		#nav li:hover ul ul, #nav li.sfhover ul ul {
			left: -999em;
		}

		#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}

#action {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #214F70), color-stop(1, #214F70) );
	background: -moz-linear-gradient( center top, #214F70 5%, #214F70 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214F70', endColorstr='#214F70');
	background-color: #214F70;
	border-radius: 6px;
	border: 1px solid #214F70;
	display: inline-block;
	color: #ffffff;
	float: right;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 0;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000000;
}

	#action ul {
		padding: 0;
		margin: 0;
		margin-top: 7px;
		list-style: none;
		line-height: 1;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #214F70), color-stop(1, #214F70) );
		background: -moz-linear-gradient( center top, #214F70 5%, #214F70 100% );
		background-color: #214F70;
		position: absolute;
		width: 18em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

		#action ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-align: right;
			padding: .75em;
			font-size: .9em;
		}

			#action ul li a:hover {
				background-color: #46849A;
			}

	#action:hover {
		cursor: pointer;
	}

		#action:hover ul, #nav.sfhover ul { /* lists nested under hovered list items */
			left: auto;
			cursor: pointer;
			margin-left: -13.75em;
		}

#breadcrumbs {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .8em;
	overflow: auto;
}

	#breadcrumbs ul {
		list-style: none;
		line-height: 1;
		padding: 0;
		margin: 0;
	}

		#breadcrumbs ul li {
			float: left;
		}

			#breadcrumbs ul li a {
			}

p.indent {
	margin-left: 37px;
}

table.list {
}

	table.list th {
		text-align: left;
		padding-right: 2em;
	}

		table.list th:last-child {
			padding-right: 0;
		}

	table.list td {
		padding-right: 2em;
	}

		table.list td:last-child {
			padding-right: 0;
		}

table.listindent {
	margin-left: 37px;
}

table.listdata {
}

	table.listdata td:first-child {
		font-weight: bold;
	}

table.listborder {
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid black;
}

	table.listborder th {
		padding-left: 1em;
		padding-right: 1em;
		text-align: center;
	}

		table.listborder th:first-child {
			padding-left: 0;
			padding-right: 2em;
			text-align: left;
		}

	table.listborder td {
		border-right: 1px solid black;
		border-top: 1px solid black;
		padding-left: 1em;
		padding-right: 1em;
		text-align: center;
	}

		table.listborder td:first-child {
			padding-left: 0;
			padding-right: 2em;
			text-align: left;
		}

		table.listborder td:last-child {
			border-right: 0;
			padding-right: 1em;
		}

input[type="button"].workspaceSearch {
	display: inline-block;
	float: right;
}