summaryrefslogtreecommitdiff
path: root/orkweb/context/css/orekastyle.css
blob: eb89c9e9f400078d112ac2bebd10ec4e6da593a9 (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #FFFFFF;
	background-image: url(../images/common/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
img {border: 0;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}

#masthead {padding: 2px;}

.menu {
	font-weight: bold;
	background-image: url(../images/common/bg_header_04.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}
td#menu {
	padding-top: 1px;
	padding-bottom: 5px;

}

.menubuttons {
}
.menubuttons td {
	text-align: center;
	background-image: url(../images/common/bg_btn_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 25px;
	vertical-align: middle;
}

.formbuttons td {
	text-align: center;
	background-image: url(../images/common/btn_search_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 25px;
	vertical-align: middle;
}
.menubuttons a {display: block; width: auto; padding: 2px 8px;}
.menubuttons a:link {color: #003366; text-decoration: none;}
.menubuttons a:visited {color: #003366; text-decoration: none;}
.menubuttons a:hover {color: #CC0000;}

.menubuttons td.on {
	text-align: center;
	background-image: url(../images/common/bg_btn_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 25px;
	vertical-align: middle;
}

.menubuttons td.on a:link {color: #FFF; text-decoration: none;}
.menubuttons td.on a:visited {color: #FFF; text-decoration: none;}
.menubuttons td.on a:hover {color: #C00; text-decoration: none;}



.inputform {
	width: 345px;
	padding: 0px;
	padding-left:10px;
	/*border: 1px solid #000000;*/
}
.inputform th {
	text-align: left; 
} 

.inputform td {
	padding: 4px; 
	font-weight: bold;
	text-align: left; 
}
.inputform input {font-weight: normal;}

.inputform input#submitbutton {
	font-weight: bold;
	border-color: #c1dd00;
	background-color: #ffffff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;	
}

.error {
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}



table#container {
    width:99%;
	padding: 0px;
	margin: 0px;
	border-width:0px;
	cell-padding:10px;
		
}
table#container td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
td.criteria {
	width: 360px;
	background-image: url(../images/common/bg_criterias.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 395px;
	text-align: center;
	vertical-align: top;
}
/*div#criteria {
	width: 360px;
	height: 395px;
	background-attachment: fixed;
	background-image: url(../images/common/bg_criterias.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	top: 120px;
}*/
.results {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background: transparent url(../images/common/bg_results.gif);
}
td.brd4result {
	background-image: url(../images/common/bdr3_results.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
td.brd5results {
	background-image: url(../images/common/bdr5_results.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
td.brdr6results {
	background-image: url(../images/common/bdr6_results.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



td.results table {width: 100%;}

tr.header { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;
	 font-weight: bold; color: #666; background-image:url(../images/common/bg_hdr.gif); background-repeat:repeat-x;}
tr.header td {padding: 4px;}
tr.header a:link {color: #666; text-decoration: none;}
tr.header a:visited {color: #666; text-decoration: none;}
tr.header a:hover {text-decoration: underline;}

tr.even {background-color: #e4ec87;}
tr.odd {background-color:#faf8b2;}
tr.highlight {
	background-color:#CCE100;
	color: #FF0000;
	font-weight: bold;
}

td.results table.paging, td.results table.paging table {width: auto;}

.paging tr.odd {background-color:#FFFFFF;}
.paging tr.even {background-color:#FFFFFF;}


td.cursor {
	width: 14px;
	height: 13px;
	background-image: url(../images/common/icon_cursor_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
  }

td.bar { 
	width: 16px;
	height: 16px;
	background-image: url(../images/common/icon_cursor.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div#menuContainer2 {
	height: 36px;
	width: 99%;
	border: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	top: 500px;
}
div#main {
	width: 99%;
	border: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}