This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / fs_selfservice / fri / theme / header.css
1 /* 
2  * Header
3  */
4
5 /* Header */
6
7 #ariHeader {
8   position: relative;
9   background: #105D90;
10   height: 72px;
11   margin: 0;
12   padding: 0;
13   clear: both;
14 }
15
16 #ariHeader span.left {
17   position: relative;
18   height: 72px;
19   border: 0px;
20   padding: 0px;
21   margin: 0px;
22   float: left;
23 }
24
25 #ariHeader img { 
26   border: 0px; 
27 }
28
29 #ariHeader span.right {
30   height: 72px;
31   border: 0px;
32   padding: 0px;
33   margin: 0px;
34   float: right;
35 }
36
37 #ariHeader img {
38   border: 0px;
39 }
40
41 /* Topnav */
42
43 #topnav {
44   width: 100%;
45   height: 36px;
46   border: 0;
47   padding: 0;
48   margin-top: -1px;  /* stupid browser hack */
49   color: #999;
50   background-color: #333;
51 }
52
53 #topnav span.left {
54   float: left;
55   text-align: left;
56   font-weight: bold;
57   color: #fff;
58   width: 49%;
59 }
60
61 #topnav span.right {
62   float: right;
63   text-align: right;
64   font-weight: bold;
65   color: #fff;
66   width: 49%;
67 }
68
69 .topnav small b  {
70   font-family: Verdana, Helvetica, Arial, sans-serif;
71   font-weight: bold;
72   background-color: #105D90;
73 }
74
75 /* Headerspacer */
76
77 #headerspacer {
78   border: 0; 
79   padding: 0;
80   margin-top: -16px;  /* stupid browser hack */
81   background-color: #fff;
82   height: 16px
83 }