Subversion Repositories general

Rev

Rev 1244 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1244 dev 1
body {
2
	background-color: #FFFFFF;
3
	background-image: url(MainBGBlue.gif);
4
	background-position: bottom right;
5
	background-repeat: no-repeat;
6
	font-family: Tahoma, sans-serif;
7
	font-weight: normal;
8
	font-size: 11px;
9
	color: #000000;
10
}
11
 
12
#divActivity {
13
	position: absolute;
14
	top: 0px;
15
	left: 0px;
16
	width: 209px;
17
	height: 100%;
1246 dev 18
	background-color: #BD8BFB;
1244 dev 19
}
20
#divImageActivity {
21
	position: relative;
22
	top: 12px;
23
	left: 12px;
24
	width: 185px;
25
}
26
#divInfoActivity {
27
	position: relative;
28
	top: 28px;
29
	left: 12px;
30
	width: 185px;
31
}
32
#divJAlbum {
33
	font-family: Tahoma, sans-serif;
34
	color: #333333;
35
	font-size: 11px;
36
	position: absolute;
37
	bottom: 3px;
38
	left: 0px;
39
	width: 209px;
40
	text-align: center;
41
}
42
 
43
#divMainHeader {
44
	position: absolute;
45
	top: 10px;
46
	left: 230px;
47
	height: 48px;
48
	background-image: url(FolderLarge.gif);
49
	background-position: top left;
50
	background-repeat: no-repeat;
51
	padding-left: 40px;
52
	padding-top: 2px;
53
	font-family: Tahoma, sans-serif;
54
	font-weight: bold;
55
	font-size: 15px;
56
	color: #000000;
57
}
58
 
59
#divMainSlideHeader {
60
	position: absolute;
61
	top: 10px;
62
	left: 230px;
63
	height: 32px;
64
	background-image: url(ImageLarge.gif);
65
	background-position: top left;
66
	background-repeat: no-repeat;
67
	padding-left: 40px;
68
	padding-top: 2px;
69
	font-family: Tahoma, sans-serif;
70
	font-weight: bold;
71
	font-size: 15px;
72
	color: #000000;
73
}
74
 
75
#divMain {
76
	position: absolute;
77
	top: 56px;
78
	left: 230px;
79
}
80
 
81
div.Photo {
82
	padding: 3px;
83
	display: inline;
84
	width: 96px;
85
	height: 132px;
86
	font-family: Tahoma, sans-serif;
87
	font-weight: normal;
88
	font-size: 1px;
89
	color: #000000;
90
	vertical-align: top;
91
}
92
div.imgBorder {
93
	width: 94px;
94
	height: 94px;
95
	border: 1px solid #E0DFE3;
96
	background-color: #FFFFFF;
97
	overflow: hidden;
98
}
1246 dev 99
div.dirImgBorder {
100
	width: 95px;
101
	height: 95px;
102
	background-color: #FFFFFF;
103
	overflow: hidden;
104
}
1244 dev 105
 
106
a.Photo {
107
	border: 0px;
108
	margin: 0px;
109
	padding: 0px;
110
	color: #000000;
111
	font-family: Tahoma, sans-serif;
112
	font-weight: normal;
113
	font-size: 12px;
114
	text-decoration: none;
115
}
116
 
117
div.fileTitle {
118
	border: 0px;
119
	margin: 0px;
120
	padding: 0px;
121
	color: #202020;
122
	font-family: Tahoma, sans-serif;
123
	font-weight: normal;
124
	font-size: 10px;
125
	text-decoration: none;
126
}
127
 
128
td.ImagePaneHeader {
129
	background-image: url(ImagePaneHeaderOpenBlue.gif);
130
	background-position: top left;
131
	background-repeat: no-repeat;
132
	font-family: Tahoma, sans-serif;
133
	font-weight: bold;
134
	padding-left: 33px;
135
	padding-top: 9px;
136
	font-size: 11px;
137
	color: #FFFFFF;
138
	height: 32px;
139
}
140
td.ImagePaneRow {
141
	background-color: #EFF3FF;
142
	font-family: Tahoma, sans-serif;
143
	font-weight: normal;
144
	padding-left: 12px;
145
	padding-top: 2px;
146
	font-size: 11px;
147
	height: 20px;
148
	color: #215DC6;
149
}
150
td.IndexPage {
151
	font-family: Tahoma, sans-serif;
152
	font-weight: normal;
153
	padding-left: 12px;
154
	padding-top: 2px;
155
	font-size: 11px;
156
	height: 20px;
157
	color: #215DC6;
158
}
159
a.ImagePaneRow {
160
	color: #215DC6;
161
	text-decoration: none;
162
}
163
a.ImagePaneRow:hover {
164
	color: #6696E6;
165
	text-decoration: underline;
166
}
167
td.ImagePaneFrame {
168
	background-color: #FFFFFF;
169
}
170
 
171
td.InfoPaneHeader {
172
	background-image: url(InfoPaneHeaderOpenBlue.gif);
173
	background-position: top left;
174
	background-repeat: no-repeat;
175
	font-family: Tahoma, sans-serif;
176
	font-weight: bold;
177
	padding-left: 12px;
178
	padding-top: 0px;
179
	font-size: 11px;
180
	color: #215DC6;
181
	height: 23px;
182
}
183
td.InfoPaneRow {
184
	background-color: #D6DFF7;
185
	font-family: Tahoma, sans-serif;
186
	font-weight: normal;
1246 dev 187
	padding: 11px;
1244 dev 188
	padding-top: 2px;
189
	font-size: 11px;
190
	height: 20px;
191
	color: #000000;
192
}
193
a.InfoPaneRow {
194
	color: #000000;
195
	text-decoration: none;
196
}
197
a.InfoPaneRow:hover {
198
	color: #000000;
199
	text-decoration: underline;
200
}
1246 dev 201
.InfoPaneRow a {
202
	color: #215DC6;
203
	text-decoration: none;
204
}
1244 dev 205
td.InfoPaneFrame {
206
	background-color: #FFFFFF;
207
}