#pageHeader{
	background-color: #f5f4f2;
	text-align: center;
}

#pageHeader img#logo {
	margin: .5em 0;
}

#languageSelector span.selected {
	color: #000;
	font-weight: bold;
}

#pageMenu.top {
	background-color: #4a538f;
}

#pageMenu.top #menu li.menuItem ul {
	background-color: #4a538f;
}

#pageMenu.top #menu li.menuHover {
	background-color: #a5a9c7
}

#pageMenu.top #menu li.menuItem ul li {
	background-color: #4a538f;
}

#pageMenu.top a {
	color: #fff;
}

#pageMenu.top #menu li.lastMenuItem {

}

#documentContent h2.levelTitle {
	color: #4a538f;
}

#documentContent h3.levelTitle {
	color: #4a538f;
}

a:link, a:visited, a:hover, a:focus, a:active {
	color: #4a538f;
}

/* ******************************** */
/* ************* Login ************ */
#loginBox {
	border: 1px solid #4a538f;
}

#loginBox h1 {
	background-color: #e4e6ef;
	border-bottom: 1px solid #4a538f;
	color: #4a538f;
}

#loginBox input.text {
	background-color: #e4e6ef;
	border: 1px solid #5761a8;
}

#loginBox input.button {
	background-color: #e4e6ef;
	border: 1px solid #5761a8;
	color: #4a538f;
}

/* ******************************** */
/* ******** Search Results ******** */

#searchResults .nomatch {
    color: #aaa;
}

#searchResults a:hover h2, #searchResults a:hover h3 {
    text-decoration: underline !important;
}

#searchResults h2 {
    display: inline;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    text-align: left;
}

#searchResults h3 {
    display: inline;
    text-align: left;
    line-height: 1.4em;
}

#searchResults h3 span.icon img {
    margin-bottom: -7px;
}

#searchResults span.annotationResults {
    white-space: nowrap;
}

/* ******************************** */
/* ************ Modes ************* */
div#modeSwitch {
    border: 1px solid #E4F2E6;
    padding: 0.3em;
    position: relative;
    background-color: #F8FBF8;
}

div#modeSwitch a {
    position: absolute;
    right: 0.3em;
}

