#userPanel {
	padding: 5px 0 0 2px;
	clear: both;
}

#userPanel:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

/* ### -- -- -- -- -- User Note -- -- -- -- -- ### */

#userNote {
	margin: 1px 7px 4px 0;
	float: left;
}

#userNote p {
	white-space: nowrap;
}

/* ### -- -- -- -- -- Login Popup -- -- -- -- -- ### */

.loginPopup {
	white-space: nowrap;
	position: absolute;
	z-index: 100;
}

.loginPopup .container-1 {
	padding: 4px;
}

.loginPopup input[type="text"], .loginPopup input[type="password"] {
	font-size: 1em;
	width: auto !important;
}

/* ### -- -- -- -- -- User Menu -- -- -- -- -- ### */

#userMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#userMenu ul li {
	margin: 1px 7px 4px 0;
	float: left;
}

#userMenu ul li a {
	text-decoration: none;
}

#userMenu ul li a span {
	text-decoration: underline;
	white-space: nowrap;
}

#userMenu ul li a:hover span {
	text-decoration: none;
}

/* ### -- -- -- -- -- Date Display -- -- -- -- -- ### */

#date {
	white-space: nowrap;
	margin: 1px 0 4px 7px;
	float: right;
}

/* ### -- -- -- -- -- Header Container -- -- -- -- -- ### */

#header {
	border: 1px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	min-height: 0;
	position: relative;
}

#header:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

/* ### -- -- -- -- -- Search -- -- -- -- -- ### */

#search {
	/* Toggle View: Set to "0" for Standard View */
	/* Toggle View: Set to "1px" for Framed View */
	border-width: 0; 
	border-style: solid;
	/* Toggle View: Set to "transparent" for Standard View */
	/* Toggle View: Set to any Colour Value for Framed View */
	background-color: transparent;
	position: absolute;
	/* Move Search: Set to any positive Value */
	top: 13px;
	right: 13px;
	z-index: 100;
}

#search .searchInput {
	/* Toggle View: Set to "0" for Standard View */
	/* Toggle View: Set to "1px" for Framed View */
	border-width: 0;
	margin: 0;
	padding: 10px;
}

#search ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search noscript p {
	margin: 3px 0 0 0;
	padding: 0;
}

#search input.searchSubmit {
	margin: -1px 0 0 0;
	padding-left: 1px;
	vertical-align: middle;
}

#searchOptions {
	background-image: url(../icons/searchHeadS.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 23px;
	width: 13em;
}

.searchOptionsMenu {
	font-size: 1.2em;
	position: relative;
}

/* ### -- -- -- -- -- Page-Logo & -Title -- -- -- -- -- ### */

#logo {
	/* Toggle View: Set to "1px" for Standard Menubar View */
	/* Toggle View: Set to "1px 1px 0 1px" for Borderless Menubar View */
	border-width: 1px 1px 0 1px;
	border-style: solid;
	margin: 0 0 -1px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

#logo h1 a, #logo a img {
	border: 0;
	margin: 0;
	padding: 0;
}

#logo a.pageLogo, #logo h1.pageTitle {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}

#logo h1.pageTitle a {
	display: block;
	position: relative;
	height: 100%;
}

/* ### -- -- -- -- -- Main Menu -- -- -- -- -- ### */

#menu {
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

#menu ul {
	list-style: none;
	padding: 0;
	display: table;
}

#menu ul li {
	display: table-cell;
}

#menu ul li a {
	text-decoration: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	margin: 0 -1px 0 0;
	padding: 3px 5px 2px 5px;
	float: left;
}

#menu ul li.firstMenuItem a {
	margin-left: -1px;
}

#menu a span {
	padding: 0 2px 0 0;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
