blob: 9c6b57cc18b8f4b29d74833af12b3e158a4e1bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
.white a:link {
text-decoration: none;
font-size:14px;
color: #fff;
}
.white a:visited {
text-decoration: none;
font-size:14px;
color: #fff;
}
#strapline{position:absolute;
top:2;
left:428;
opacity:0.9;
}
.white a:hover {
text-decoration: none;
text-shadow: 2px 2px 1px #ccc;
color: #fff;
}
.white a:active {
text-decoration: none;
color: #fff;
}
#header7{
background-image:url(/static/dblue2.png);
background-attachment:inherit;
margin: 0px auto -1px auto;
top: 0px;
position:fixed;
width:100%;
left: 0px;
}
#bar7{
top:19px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
background-image:url(/static/20bar3.png);
font-size: 16px;
height:30;
width:265;
color:#ccc;
text-indent:28;
line-height:1.8;
text-shadow: -1px 1px 0px #;
left: 150px;
margin-left: 2%;
margin-right: 8%;
letter-spacing:.2px;
z-index: 999;
}
#logout7{
top:2px;
position:relative;
font-size:12px;
margin-right: 5px;
float:right;
z-index: 999;
line-height:1.5;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
#logout7 a{font-size:12px;
}
#logout7 a:hover{font-size:12px;
}
#logo7{
top:20px;
margin-left: 15px;
margin-right: 10%;
z-index:1000;
float:left;
margin-top: 4px;
}
#vip{right:30px;
font-size:20px;
top:20;
}
#rapper7{
top: 0px;
left:0px;
position:absolute;
width: 100%;
height: 62px;
z-index: 1000;
}
#topnav {
padding:10px 0px 12px;
font-size:11px;
line-height:23px;
text-align:right;
}
#topnav a.signin {
background:#88bbd4;
padding:4px 6px 6px;
text-decoration:none;
font-weight:bold;
color:#fff;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
*background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
*padding:4px 12px 6px;
}
#topnav a.signin:hover {
background:#59B;
*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
*background-position:0 3px!important;
}
/* End CSS Drop Down Menu */
|