global.css 13.3 KB
Newer Older
Bill Lynch's avatar
Bill Lynch committed
1
BODY, DIV, P, TD, TH {
2
    font-family : arial, helvetica, sans-serif;
Bill Lynch's avatar
Bill Lynch committed
3
    font-size : 100%;
Matt Tucker's avatar
Matt Tucker committed
4 5
    font-size : 10pt;
}
Bill Lynch's avatar
Bill Lynch committed
6 7 8 9
BODY {
    margin : 0px;
    padding : 0px;
    background-color : #fff;
Matt Tucker's avatar
Matt Tucker committed
10
}
Bill Lynch's avatar
Bill Lynch committed
11
#jive-body {
12
    background-image : url("../images/page-background_new.gif");
Bill Lynch's avatar
Bill Lynch committed
13
    background-repeat : repeat-y;
Matt Tucker's avatar
Matt Tucker committed
14
}
Bill Lynch's avatar
Bill Lynch committed
15 16
P {
    margin-top : 0px;
Matt Tucker's avatar
Matt Tucker committed
17
}
Bill Lynch's avatar
Bill Lynch committed
18 19 20 21 22
FIELDSET DIV {
    margin : 10px;
    padding : 5px 3px 5px 0px;
    width : 100%;
}
Bill Lynch's avatar
Bill Lynch committed
23 24 25 26
FIELDSET DIV .jive-table {
    margin : 0px;
    padding : 0px;
}
Bill Lynch's avatar
Bill Lynch committed
27 28 29 30 31 32 33 34 35 36
FIELDSET {
    -moz-border-radius : 3px;
    border-style : solid;
    border-width : 1px;
    border-color : #ccc;
    width : 95%;
}
FIELDSET LEGEND {
    color : #000;
}
Matt Tucker's avatar
Matt Tucker committed
37

Bill Lynch's avatar
Bill Lynch committed
38 39 40 41 42 43
/* --------------------------------------------- */
/*  Header                                       */
/* --------------------------------------------- */

#jive-header {
    width : 100%;
44
    height : 90px;
Bill Lynch's avatar
Bill Lynch committed
45
    border : 0px;
46
    background-image : url("../images/header-background_new.gif");
Bill Lynch's avatar
Bill Lynch committed
47
    background-repeat : repeat-x;
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
    background-color : #FFFFFF;
	min-width: 720px;
}
#jive-logo-image {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	}
#jive-logo-image_new {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 50px;
	background: url("../images/header-title_new.gif") no-repeat;
	color: #FFFFFF;
	overflow: hidden;
	}
#jive-logo-image_new strong {
	display: block;
	position: relative;
	margin: 0px 0px 0px 130px;
	padding-top: 23px;
	}
75 76 77 78 79 80
#jive-secondary {
    border-top : 1px #ccc solid;
    background-color : #eee;
    border-bottom : 1px #bbb solid;
    padding : 6px;
    padding-left : 12px;
Bill Lynch's avatar
Bill Lynch committed
81 82
}
#jive-header .info {
83 84 85 86 87 88 89 90 91 92 93 94 95 96
	display: block;
	position: absolute;
	width: 170px;
	right: 12px;
	top: 10px;
	/*float: right;*/
    font-size: 8pt;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    text-align: right;
}
#jive-header .info img {
	margin: 0px 0px 4px 0px;
	}
Bill Lynch's avatar
Bill Lynch committed
97
#jive-content {
98
	padding: 13px 20px 12px 20px;
Matt Tucker's avatar
Matt Tucker committed
99 100
}

Bill Lynch's avatar
Bill Lynch committed
101 102 103 104
/* --------------------------------------------- */
/*  Main tabs                                    */
/* --------------------------------------------- */

105 106 107 108 109 110 111 112 113 114
#jive-header #jive-tabs {
	display: block;
	position: absolute;
	top: 54px;
	left: 60px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	}

Bill Lynch's avatar
Bill Lynch committed
115
#jive-header #jive-tabs UL, #jive-header #jive-tabs LI {
116 117 118 119
    display: inline;
    padding: 0px;
    margin: 0px;
	white-space: nowrap;
Matt Tucker's avatar
Matt Tucker committed
120
}
Bill Lynch's avatar
Bill Lynch committed
121
#jive-header #jive-tabs LI {
122
    font-family : verdana, arial, helvetica, sans-serif;
123
    font-size : 8pt;
Bill Lynch's avatar
Bill Lynch committed
124
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
125
}
Bill Lynch's avatar
Bill Lynch committed
126
#jive-header #jive-tabs LI A {
127 128 129
	display: block;
	float: left;
    color : #FFFFFF;
Bill Lynch's avatar
Bill Lynch committed
130
    text-decoration : none;
131 132 133 134
    padding : 1px 7px 1px 7px;
	margin-top: 2px;
	margin-right: 4px;
	background-color: #6788A6;
Matt Tucker's avatar
Matt Tucker committed
135
}
Bill Lynch's avatar
Bill Lynch committed
136 137 138
#jive-header #jive-tabs LI A:hover {
    color : #fff;
    text-decoration : underline;
Matt Tucker's avatar
Matt Tucker committed
139
}
Bill Lynch's avatar
Bill Lynch committed
140
#jive-header #jive-tabs .currentlink A {
141 142 143 144 145 146 147 148 149 150 151
	margin-top: 0px;
    color: #006699;
    text-decoration: none;
	background-color: EAF1F8;
	padding-top: 3px;
	padding-bottom: 3px;
}
#jive-header #jive-tabs .currentlink A:hover {
	color: #006699;
	text-decoration: none;
	}
Bill Lynch's avatar
Bill Lynch committed
152 153 154 155 156 157 158

/* --------------------------------------------- */
/*  Logviewer tabs                               */
/* --------------------------------------------- */

#logviewer .jive-tabs TD {
    font-family : verdana;
Bill Lynch's avatar
Bill Lynch committed
159
    font-size : 8pt;
Matt Tucker's avatar
Matt Tucker committed
160
}
Bill Lynch's avatar
Bill Lynch committed
161 162 163 164 165
#logviewer .jive-tabs .jive-tab, .jive-tabs .jive-tab-active {
    border : 1px #ccc solid;
    white-space : nowrap;
    padding : 4px 1em 4px 1em;
    background-color : #ddd;
Matt Tucker's avatar
Matt Tucker committed
166
}
Bill Lynch's avatar
Bill Lynch committed
167 168 169 170 171 172 173 174
#logviewer .jive-tabs .jive-tab-active {
    border-bottom : 1px #fff solid;
    background-color : #fff;
}
#logviewer .jive-tabs .jive-spacer, .jive-tabs .jive-stretch {
    border-bottom : 1px #ccc solid;
}
#logviewer .jive-tabs .jive-tab A, #logviewer .jive-tabs .jive-tab-active A {
Matt Tucker's avatar
Matt Tucker committed
175 176
    text-decoration : none;
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
177
    color : #000;
Matt Tucker's avatar
Matt Tucker committed
178
}
Bill Lynch's avatar
Bill Lynch committed
179
#logviewer .jive-tabs .jive-tab A:hover, #logviewer .jive-tabs .jive-tab-active A:hover {
Matt Tucker's avatar
Matt Tucker committed
180 181
    text-decoration : underline;
}
Bill Lynch's avatar
Bill Lynch committed
182 183 184 185 186 187

/* --------------------------------------------- */
/*  Logout link                                  */
/* --------------------------------------------- */

#jive-header #jive-logout {
188 189 190 191 192
	display: block;
	position: absolute;
	width: 175px;
	right: 12px;
	top: 53px;
Bill Lynch's avatar
Bill Lynch committed
193
    white-space : nowrap;
194
	text-align: right;
Bill Lynch's avatar
Bill Lynch committed
195 196
}
#jive-header #jive-logout A {
197
    color : #FFFFFF;
Bill Lynch's avatar
Bill Lynch committed
198 199 200
    font-size : 8pt;
    font-weight : bold;
    text-decoration : none;
Matt Tucker's avatar
Matt Tucker committed
201
}
Bill Lynch's avatar
Bill Lynch committed
202
#jive-header #jive-logout A:hover {
203
    color : #FFFFFF;
Bill Lynch's avatar
Bill Lynch committed
204 205 206 207 208 209 210 211 212
    text-decoration : underline;
}

/* --------------------------------------------- */
/*  Titles                                       */
/* --------------------------------------------- */

#jive-main #jive-title {
    font-size : 12pt;
Matt Tucker's avatar
Matt Tucker committed
213
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
214
    padding-bottom : 1em;
Matt Tucker's avatar
Matt Tucker committed
215
}
Bill Lynch's avatar
Bill Lynch committed
216 217 218 219 220 221 222 223 224 225 226 227 228

/* --------------------------------------------- */
/*  Breadcrumbs                                  */
/* --------------------------------------------- */

#jive-main #jive-breadcrumbs {
    font-size : 8pt;
    /* font-weight : bold; */
    font-family : verdana;
    white-space : nowrap;
    padding-top : 2px;
}
#jive-main #jive-breadcrumbs A {
Matt Tucker's avatar
Matt Tucker committed
229 230 231
    color : #000;
    text-decoration : none;
}
Bill Lynch's avatar
Bill Lynch committed
232 233
#jive-main #jive-breadcrumbs A:hover {
    color : #000;
Matt Tucker's avatar
Matt Tucker committed
234 235
    text-decoration : underline;
}
Bill Lynch's avatar
Bill Lynch committed
236 237 238 239 240

/* --------------------------------------------- */
/*  Sidebar                                      */
/* --------------------------------------------- */

241 242 243 244 245 246 247 248 249 250
#jive-header #sidebar-top {
	display: block;
	position: absolute;
	width: 169px;
	height: 10px;
	left: 0px;
	top: 80px;
	background: url("../images/sidebar_top.gif") no-repeat;
	overflow: hidden;
}
251 252 253 254
#jive-main #jive-sidebar-box {
    /*background-color : #eef;*/
    /*border-right : 2px #ccf solid;*/
}
Bill Lynch's avatar
Bill Lynch committed
255
#jive-main #jive-sidebar {
256 257 258
	width: 169px;
    padding: 0px 0px 5px 0px;
	margin-top: -15px;
Bill Lynch's avatar
Bill Lynch committed
259 260
}
#jive-main #jive-sidebar ul {
261 262 263
	margin: 0px; /*removes indent IE and Opera*/
	margin-left: 7px;
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
Bill Lynch's avatar
Bill Lynch committed
264 265 266 267 268
	list-style-type: none; /*turns off display of bullet*/
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#jive-main #jive-sidebar li {
269 270
	margin: 0px 5px 1px 0px;
	width : 151px;
Bill Lynch's avatar
Bill Lynch committed
271
}
272

Bill Lynch's avatar
Bill Lynch committed
273
#jive-main #jive-sidebar a {
274 275 276 277 278
	display: block;
	padding: 2px 2px 2px 8px;
	border: 1px solid #EAF1F8;
	width: 151px;
	-moz-border-radius: 3px;
Bill Lynch's avatar
Bill Lynch committed
279
}
280 281 282 283
html>body #jive-main #jive-sidebar a {
	width: 140px;
	}

Bill Lynch's avatar
Bill Lynch committed
284
#jive-main #jive-sidebar a:link, #jive-main #jive-sidebar a:visited {
285 286
	color: #003366;
	text-decoration: none;
Bill Lynch's avatar
Bill Lynch committed
287 288
}
#jive-main #jive-sidebar a:hover {
289 290 291
	border: 1px solid #34679A;
	background-color: #FFFFFF;
	text-decoration: none;
Bill Lynch's avatar
Bill Lynch committed
292 293 294 295 296 297
}
#jive-main #jive-sidebar .currentlink a,
#jive-main #jive-sidebar .currentlink a:link,
#jive-main #jive-sidebar .currentlink a:visited,
#jive-main #jive-sidebar .currentlink a:hover
{
298 299 300 301
	border: 1px solid #34679A;
	background-color: #5C7D9D;
	color: #FFFFFF;
	font-weight: bold;
Matt Tucker's avatar
Matt Tucker committed
302
}
Bill Lynch's avatar
Bill Lynch committed
303
#jive-main #jive-sidebar .category {
304 305
    padding-top : 20px;
    padding-bottom : 3px;
Bill Lynch's avatar
Bill Lynch committed
306
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
307
}
Bill Lynch's avatar
Bill Lynch committed
308
#jive-main #jive-sidebar .subitems LI {
309 310
    margin-left: 10px;
    width: 130px;
Matt Tucker's avatar
Matt Tucker committed
311
}
Bill Lynch's avatar
Bill Lynch committed
312 313 314 315
#jive-main #jive-sidebar .subitems LI A {
    margin-left : 10px;
    padding : 2px 2px 2px 5px;
    width : 120px;
Matt Tucker's avatar
Matt Tucker committed
316 317
}

Bill Lynch's avatar
Bill Lynch committed
318 319 320 321 322 323
/* --------------------------------------------- */
/*  Tasks                                        */
/* --------------------------------------------- */

#jive-runningtask {
    margin-left : 1em;
Matt Tucker's avatar
Matt Tucker committed
324 325
}

Bill Lynch's avatar
Bill Lynch committed
326 327 328 329 330 331 332

/* --------------------------------------------- */
/*  Older styles                                 */
/* --------------------------------------------- */

PRE, TT {
    font-size : 10pt;
333
    font-family : courier new, monospace;
Bill Lynch's avatar
Bill Lynch committed
334 335 336 337 338 339 340 341 342
}

/* Messages - errors, success and info */
.jive-error TABLE, .jive-info TABLE, .jive-success TABLE {
    border : 1px #ccc solid;
}
.jive-error TD, .jive-info TD, .jive-success TD {
    padding : 3px;
    vertical-align : top;
Matt Tucker's avatar
Matt Tucker committed
343
}
Bill Lynch's avatar
Bill Lynch committed
344 345 346 347 348 349 350 351
.jive-error-text, .jive-error .jive-icon-label, .jive-error-text A, .jive-error .jive-icon-label A {
    color : #f00;
}
.jive-success-text, .jive-success .jive-icon-label, .jive-success-text A, .jive-success .jive-icon-label A {
    color : #090;
}
.jive-info-text, .jive-info .jive-icon-label, .jive-info-text A, .jive-info .jive-icon-label A {
    color : #306;
Matt Tucker's avatar
Matt Tucker committed
352 353 354 355 356 357 358 359
}

/* tables */
.jive-table {
    border-color : #bbb;
    border-style : solid;
    border-width : 1px 1px 0px 1px;
}
Bill Lynch's avatar
Bill Lynch committed
360
.jive-table .c1, fieldset .c1 {
Bill Lynch's avatar
Bill Lynch committed
361 362
    width : 30%;
}
Matt Tucker's avatar
Matt Tucker committed
363
.jive-table TH, .jive-table TD, .jive-option-table TH, .jive-option-table TD {
364 365 366 367 368 369 370
    padding : 6px;
}
.jive-table TH TH, .jive-table TD TD {
    padding : 0px;
}
.jive-table TD.icon {
    padding : 0 5px 0 3px;
Matt Tucker's avatar
Matt Tucker committed
371 372
}
.jive-table TH {
373 374
    background-color : #EAF1F8;
    border-bottom : 1px #bbb solid;
Matt Tucker's avatar
Matt Tucker committed
375
    text-align : left;
376
    font-family : verdana, arial, helvetica, sans-serif;
Matt Tucker's avatar
Matt Tucker committed
377 378 379
    font-size : 8pt;
    font-weight : bold;
}
380 381 382 383 384 385 386 387
.jive-table TH TABLE TH {
    border-right : none;
    border-bottom : none;
}
.jive-table TH TABLE TH a {
    text-decoration : none;
    color: #000;
}
388

Matt Tucker's avatar
Matt Tucker committed
389 390 391 392
.jive-table TR TD {
    border-bottom : 1px #ccc solid;
}
.jive-table TD {
393
    font-family : arial, helvetica, sans-serif;
Matt Tucker's avatar
Matt Tucker committed
394 395 396 397 398 399
    font-size : 10pt;
}
.jive-table .jive-odd TD {
    background-color : #fff;
}
.jive-table .jive-even TD {
400
    background-color : #fbfbfb;
Matt Tucker's avatar
Matt Tucker committed
401 402 403 404 405 406 407 408 409
}
.jive-table TFOOT TD {
    background-color : #ddd;
    font-family : verdana;
    font-size : 8pt;
}
.jive-table TD TD {
    border-width : 0px;
}
Matt Tucker's avatar
Matt Tucker committed
410
.jive-table INPUT, .jive-table SELECT, .jive-option-table INPUT, .jive-option-table SELECT {
Matt Tucker's avatar
Matt Tucker committed
411 412 413 414
    font-family : verdana;
    font-size : 8pt;
}

Bill Lynch's avatar
Bill Lynch committed
415 416 417
.jive-description, .jive-description A, .jive-table .jive-date, .jive-description INPUT,
.jive-description SELECT
{
418
    font-family : arial, helvetica, sans-serif;
Bill Lynch's avatar
Bill Lynch committed
419
    font-size : 8pt;
Matt Tucker's avatar
Matt Tucker committed
420 421
}

Matt Tucker's avatar
Matt Tucker committed
422 423
.jive-label, .jive-option-table LABEL {
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
424 425 426
    padding-right : 10px;
    white-space : nowrap;
}
Matt Tucker's avatar
Matt Tucker committed
427 428 429 430
.jive-label {
    padding-right : 20px;
    vertical-align : top;
}
Matt Tucker's avatar
Matt Tucker committed
431

Bill Lynch's avatar
Bill Lynch committed
432 433
.jive-buttons .jive-icon {
    padding : 3px;
Matt Tucker's avatar
Matt Tucker committed
434
}
Bill Lynch's avatar
Bill Lynch committed
435 436
.jive-buttons .jive-icon-label {
    padding : 3px;
Matt Tucker's avatar
Matt Tucker committed
437
    white-space : nowrap;
Bill Lynch's avatar
Bill Lynch committed
438
    padding-right : 1em;
Bill Lynch's avatar
Bill Lynch committed
439
    font-size : 8pt;
Bill Lynch's avatar
Bill Lynch committed
440
    font-family : verdana, arial, helvetica, sans-serif;
Matt Tucker's avatar
Matt Tucker committed
441 442
}

Bill Lynch's avatar
Bill Lynch committed
443 444 445
/* --------------------------------------------- */
/*  Calendar styles                              */
/* --------------------------------------------- */
Matt Tucker's avatar
Matt Tucker committed
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522

TABLE.calBgColor {
    padding : 0px;
}
td.cal {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background-color : #fff;
    padding : 0px;
}
select.month {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    width : 85px;
}
input.year {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    width : 30px;
}
td.calDaysColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #000000;
}
td.calWeekend {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #d3d3d3;
}
td.calBgColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #ffc;
}
.calBorderColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #a9a9a9;
}
td.calHighlightColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #ffffcc;
}
A.cal {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    text-decoration : none;
}
A.cal:Hover {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #FF0000;
    background: transparent;
    text-decoration : none;
}
.calDisabled {
  font-family : Arial,Helvetica,Sans-serif;
  font-size : 11px;
  color : #808080;
  background: transparent;
  text-decoration : none;
}

Bill Lynch's avatar
Bill Lynch committed
523 524 525
/* --------------------------------------------- */
/*  Quote original styles                        */
/* --------------------------------------------- */
Matt Tucker's avatar
Matt Tucker committed
526

Bill Lynch's avatar
Bill Lynch committed
527
.jive-quoteheader {
Matt Tucker's avatar
Matt Tucker committed
528
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
529 530 531 532 533 534 535 536 537 538 539 540
    width : 90%;
    margin-left : 15px;
}
.jive-quote {
    border : #d1d7dc 1px solid;
    /* font-size : 11px; */
    color : #444;
    /* line-height : 125%; */
    /* font-family : Verdana, Arial, Helvetica, sans-serif; */
    background-color : #fafafa;
    width : 90%;
    margin-left : 15px;
541 542 543 544 545 546
}


.success {
    color : #060;
    font-weight : bold;
547 548 549
    background-color : #cdf6cd;
    padding : 5px;
    border : 1px #029b00 solid;
550
    margin-top : 10px;
551
	margin-bottom: 20px;
552 553 554 555
    padding-left : 28px;
    background-image : url(../images/success-16x16.gif);
    background-repeat : no-repeat;
    background-position : 5px 5px;
556
	-moz-border-radius: 3px;
557 558 559 560
}
.error {
    color : #900;
    font-weight : bold;
561 562 563
    background-color : #EDB9B1;
    padding : 5px;
    border: 1px solid #BB8888;
564
    margin-top : 10px;
565
	margin-bottom: 20px;
566 567 568 569
    padding-left : 28px;
    background-image : url(../images/error-16x16.gif);
    background-repeat : no-repeat;
    background-position : 5px 5px;
570
	-moz-border-radius: 3px;
571 572 573
}

.warning {
574
    color : #915a15;
575
    font-weight : bold;
576 577 578
    background-color : #FFE9B2;
    padding : 5px;
    border: 1px solid #D9B04C;
579
    margin-top : 10px;
580
	margin-bottom: 20px;
581
    padding-left : 28px;
582
    background-image : url(../images/icon_warning-small.gif);
583 584
    background-repeat : no-repeat;
    background-position : 5px 5px;
585
	-moz-border-radius: 3px;
Bill Lynch's avatar
Bill Lynch committed
586
}