1/*
2  Copyright 2005-2006 Redshift Software, Inc.
3  Distributed under the Boost Software License, Version 1.0.
4  (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5*/
6
7/* Heading, title and logo. */
8#heading,
9#boost-common-heading-doc {
10  background: #4F744D url(header-bg.png) repeat-x top left;
11}
12#heading *,
13#boost-common-heading-doc * {
14  color: #FFFFFF;
15}
16#heading .heading-inner,
17#boost-common-heading-doc .heading-inner {
18  background: url(header-fg.png) no-repeat top left;
19  border: none;
20  border-bottom: #000000 solid 1px;
21}
22#boost-common-heading-doc .heading-logo,
23#heading .heading-logo {
24  width: 236px;
25  height: 55px;
26  margin: 18px 0px 0px 24px;
27}
28
29/* Links in the header. */
30#boost-common-heading-doc .heading-quote a,
31#heading .heading-quote a {
32  border-bottom: 1px solid #BBBBBB;
33}
34#boost-common-heading-doc .heading-quote a:hover,
35#heading .heading-quote a:hover {
36  border-bottom: 1px solid #FFFFFF;
37}
38#boost-common-heading-doc .heading-quote a:visited,
39#heading .heading-quote a:visited {
40  border-bottom: 1px dotted #BBBBBB;
41}
42#boost-common-heading-doc .heading-quote a:visited:hover,
43#heading .heading-quote a:visited:hover {
44  border-bottom: 1px dotted #FFFFFF;
45}
46