alterator.css.in 14.8 KB
Newer Older
1 2
/* basic elements and widgets */

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
3
body {
4 5
	background-color: white;
	margin: 5px;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
6
	padding: 10px;
Roman Alifanov's avatar
Roman Alifanov committed
7 8
	font-family : "Cantarell", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 23pt;
9
	width: 85%;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
10 11 12
}

a {
13
	color: #0088bf;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
14 15 16
	font-weight: bold;
}

17 18 19 20 21
#acl a {
	color: #888;
	font-weight: normal;
}

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
22
table {
Roman Alifanov's avatar
Roman Alifanov committed
23
	font-size: 23pt;
24
	border-color: #306ac4;
25
	border-spacing: 0px;
26 27 28 29
	border-collapse: collapse;
}

#main table {
Andrey Cherepanov's avatar
Andrey Cherepanov committed
30 31
	margin: 0;
	margin-bottom: 0;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
32 33 34 35 36 37
}

th {
	padding: 0px 7px 3px 0px;
}

38 39 40
/*tr:nth-child(even) {background: #eaecf2}
tr:nth-child(odd) {background: #FFF}*/

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
41 42 43 44 45 46
tr {
	vertical-align: top;
}

hr {
	border: none;
47
	border-top: 1px solid #415E6F;;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
48 49 50 51 52
}

h1 {
	text-align: center;
	margin: 0px;
53
	color: black;
54 55 56
}

h2 {
57
	color: black;
58 59 60
}

h3 {
61
	color: black;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
62 63
}

64

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
65
textarea, select, input.text {
66 67 68
	
	/*border: 1px solid #e2e6eb; #MIDDLE_LABELS_HEX@;*/ /*FIX NEEDED!!!!!*/

Roman Alifanov's avatar
Roman Alifanov committed
69
	font-size: 23pt;
70 71 72 73 74 75 76
	margin: 0px 5px 1px 5px;
	padding: 2px 4px;
	border: 1px solid #c4c4c4;
	background-color: white;
	vertical-align: middle;
}

77 78 79 80 81 82 83 84 85
.alterator-listbox textarea,
.alterator-listbox select,
.alterator-listbox input.text {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

86 87 88 89
select {
	background-color: #e6e6e6;
}

90 91 92 93 94 95 96 97 98
/* These two are for better visibility of current selection.
   See ALTBUG #41514. */
select[size] {
	background-color: #f6f6f6;
}
select option:checked {
	text-decoration: underline;
}

99 100 101
fieldset {
	border: 1px solid #c4c4c4;
	margin-bottom: 6px;
102 103 104
}

input.text[disabled], select[disabled]{
105
	background-color: #e2e6eb;
106 107 108
}

.disabled{
109
	color:#666666;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
110 111
}

112 113 114 115 116
small {
	margin-left: 5px;
	margin-bottom: 3px;
}

117
.btn, button {
118 119 120
	color: black;
	background-color: #dbeef6;
	border: 1px solid #36a1cc;
121
	
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
122
	cursor: pointer;
Roman Alifanov's avatar
Roman Alifanov committed
123
	font-size: 23pt;
124
	font-weight: bold;
125
	padding: 2.5px 10px;
126 127
	vertical-align: middle;
}
128

129 130 131 132 133
.btn:hover, button:hover, #main .btn, .box .btn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #455a85;
	border: 1px solid #1b2575;
134
	margin: 2px;
135
}
136

137 138
#main .btn:hover, .box .btn:hover {
        background-color: #5b76af;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
139 140
}

141 142 143 144 145
.box {
    position: relative;
    width: 780px;
    margin-top: 10px;

146 147
    padding: 10px 20px;
    padding-top: 10px;
148 149 150 151
    background-color: #dbeef6;
    border: 1px solid #36a1cc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
152 153
}

154
.next-page-button,.prev-page-button,.first-page-button,.last-page-button {
155 156
    width: 31px;
    height: 25px;
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
    vertical-align:middle;
    cursor: pointer;
}

.next-page-button {
    background: url(/design/images/next-page-button.png) no-repeat;
}

.prev-page-button {
    background: url(/design/images/prev-page-button.png) no-repeat;
}

.first-page-button {
    background: url(/design/images/first-page-button.png) no-repeat;
}

.last-page-button {
    background: url(/design/images/last-page-button.png) no-repeat;
}

177
.close-dialog-button {
Andrey Cherepanov's avatar
Andrey Cherepanov committed
178 179
	width: 27px;
	height: 27px;
180 181 182 183 184
	border: 0px;
	cursor: pointer;
	background: url(/design/images/close-dialog-button.png) no-repeat;
}

185 186
/* messages */

187 188
.alterator-information-message {
    font-style:italic;
Roman Alifanov's avatar
Roman Alifanov committed
189
    font-size: 23pt;
190 191 192 193 194 195 196 197
    padding-top:3px;
    padding-bottom:3px;
}

.alterator-information-message img {
    vertical-align:middle;
}

198 199
.alterator-attention-message {
    color: darkred;
200
    border-color: #cf7878;
201
    border-width: 5px;
202 203 204
    border-style: solid;
    background-color: #e8cfcf;
    padding: 14px;
205
    margin: 4px;
206
    margin-bottom: 10px;
207 208 209 210 211 212 213 214 215

    min-width:10px;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

216 217 218 219
.alterator-attention-message a {
    color: darkred;
}

220 221 222 223
.alterator-attention-message img {
    vertical-align:middle;
}

Stanislav Ievlev's avatar
Stanislav Ievlev committed
224 225 226 227 228 229
/* clock and timeedit */

canvas.alterator-clock {
    background: url(/design/images/clock-face.png) no-repeat;
}

230 231
/* calendar and dateedit */

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
232
.year {
233
	font-weight: bold;
234
	color: black;
Roman Alifanov's avatar
Roman Alifanov committed
235
	font-size: 24pt;
236
	vertical-align: middle;
237 238 239 240
}

.month {
	font-weight:bold;
241
	color: black;
Roman Alifanov's avatar
Roman Alifanov committed
242
	font-size: 24pt;
243
	vertical-align: middle;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
244 245 246 247 248 249 250 251 252
}

.week {
	border-style:solid;
	border-width:1px;
	background-color: white;
}

.today {
253
	border: 1px solid #242a60;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
254
	cursor: pointer;
255

256 257 258
	background-image: url(/design/images/button-passive.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
259

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
260 261 262 263 264
}

.day {
	border-style:solid;
	border-width:1px;
265
	background-color: #FFFFFF;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
266 267 268 269
	cursor: pointer;
}

.day:hover {
270
	background-color: #306ac4;
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
271 272 273 274 275
}

.alterator-dateedit-calendar table {
	width: 100%;
	text-align: center;
276 277 278 279
	background-color: #ebebeb;
	margin-top: 10px;
/*	background-image: url(/design/images/table-header.png);
	background-repeat:repeat-x;*/
280

281
/*	-webkit-border-top-left-radius: 0.7em;
282 283 284 285
	-webkit-border-top-right-radius: 0.7em;
	-moz-border-radius-topleft: 0.7em;
	-moz-border-radius-topright: 0.7em;
	border-top-left-radius: 0.7em;
286 287 288
	border-top-right-radius: 0.7em;*/
	/*border: 2px solid #242a60;*/
	border: 2px solid #c4c4c4;
289 290 291 292 293 294 295 296 297 298
	border-collapse: collapse;

/*
        -moz-border-radius-topright: 0.7em;
        -webkit-border-top-right-radius: 0.7em;
        -khtml-border-radius-topright: 0.7em;
        border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 4px;
*/

299
/*	-moz-box-shadow: 0 0 8px 0.2em #a6a6a6;
300
	-webkit-box-shadow: 0 0 8px 0.2em #a6a6a6;
301
	box-shadow: 0 0 8px 0.2em #a6a6a6;*/
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
302 303 304 305 306 307 308 309 310 311 312
}

.alterator-dateedit-calendar td {
	padding: 3px;
}

.alterator-dateedit-button {
	vertical-align:middle;
	cursor:pointer;
	width: 15px;
	height: 16px;
313

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
314 315
}

316 317
/* main menu */

318
#main, #box {
319
	margin-top: 14px;
320
	padding: 10px 20px;
321 322
	padding-top: 10px;

323 324 325 326
	background-color: #dbeef6;
	border: 1px solid #36a1cc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
327 328 329 330
}

#main-td {
	width: 100%;
331
	padding-top: 10px;
332 333
}

334 335 336 337 338
#menu-td {
	padding-top: 10px;
}

#menu {
339 340
	padding: 0;
	margin-right: 10px;
341 342
}

343 344 345
.menu-item-normal a {
	font-weight: normal;
	text-decoration: none;
346
	color: black;
347 348 349 350
}

.menu-item-selected a {
	font-weight: bold;
351
	text-decoration: none;
352
	color: #0088bf;
353 354
	padding-top: 10px;
	margin-top: 10px;
355 356
}

357
.menu-item-normal {
358
	padding-left: 10px;
359 360 361 362 363 364 365
	width: 100%;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 2px;
}

.menu-item-selected {
366 367 368
	color: #0088bf;
	background-color: #dbeef6;
	padding-left: 10px;
369
	padding-top: 3px;
370 371 372 373
	padding-bottom: 3px;
	padding-right: 3px;
	margin-top: 3px;
	margin-bottom: 2px;
374 375 376 377 378
	margin-right: 10px;

}
.menu-item-normal a:hover {
	color: #0088bf;
379 380
}

381
.menu-group-name  {
382
	width: 224px;
383 384 385
	color: #0088bf;
	height: 16px;
	background: url(/design/images/section.png) no-repeat 0px 23px;
Roman Alifanov's avatar
Roman Alifanov committed
386
	font-size: 24pt;
387 388
	
	padding-top: 3px;
389
	padding-bottom: 10px;
390 391
	padding-right: 4px;
	padding-left: 10px;
392 393 394
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 10px;
395
	font-weight: bold;
396
}
397 398 399 400 401

/* tables */

table.alterator-listbox {
	font-family:arial;
402
	/*margin:10px 0pt 15px;*/
Roman Alifanov's avatar
Roman Alifanov committed
403
	font-size: 20pt;
404 405
	width: 100%;
	text-align: left;
406
	border: 1px solid #808080;
407
	border-spacing: 0;
408 409 410
}

table.alterator-listbox thead tr th, table.alterator-listbox tfoot tr th {
411 412

	/*border-collapse: separate;
413
	border: solid 1px;
414 415
	border-right-color:#242a60;
	border-right: 1px solid #242a60;*/
Roman Alifanov's avatar
Roman Alifanov committed
416
	font-size: 20pt;
417
	margin: 0px;
418
	padding: 4px;
419
	color: black;
420
	background-color: #e6e6e6;
421
	border: 1px solid #808080;
422
	vertical-align: middle;
423 424
}

425 426 427 428
table.alterator-listbox thead tr th:hover, table.alterator-listbox tfoot tr th:hover {
	background-color: #d6d6d6;
}

429 430 431 432 433
table.alterator-listbox thead tr .header {
	background-image: url(/design/images/asc-desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
434
	padding-right: 24px;
435 436 437
}

table.alterator-listbox tbody td {
438
	color: #001056;
439
	padding: 4px;
440
	background-color: #FFFFFF;
441
	vertical-align: top;
442
	/*border-left: solid 1px;
443
	border-right: solid 1px;
444
	border:none;*/
445
	border-right: 1px solid #808080;
446 447 448
}

table.alterator-listbox tbody tr.odd td {
449
	background-color:#f0f0f0;
450
	/*border:none;*/
451 452
}

453 454
table.alterator-listbox tbody tr.selected td, table.alterator-listbox tbody tr.odd.selected td {
	background-color: #D0E1FF;
455
	/*border-top:  #ffffff solid 1px; WTF??*/
456 457
}

458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475
table.alterator-listbox tbody tr.error td {
	background-color: #e6999b;
	font-weight: bold;
}

table.alterator-listbox tbody tr.odd.error td {
	background-color: #e68b8d;
	font-weight: bold;
}

table.alterator-listbox tbody tr.working td {
	background-color: #f2ecbd;
}

table.alterator-listbox tbody tr.odd.working td {
	background-color: #f2e88f;
}

476 477 478 479 480 481 482 483 484
table.alterator-listbox thead tr .headerSortUp {
	background-image: url(/design/images/asc.gif);
}

table.alterator-listbox thead tr .headerSortDown {
	background-image: url(/design/images/desc.gif);
}

table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp {
485
	background-color: #d6d6d6;
486 487 488 489 490 491 492
}

/* states */

.ui-state-disabled {
	cursor: default !important;
	color: #c3c7cb;
493
	/*background-color: #e2e6eb;*/
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512
}

.btn.ui-state-disabled {
	color: #415E6F;
	background-color: #E2E6EB;
}

.btn.ui-state-disabled:hover {
	background-color: #E2E6EB;
}

/* progressbar */

.ui-progressbar {
    height:20px;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height:100%;
513 514
}

515 516 517 518 519
/* states */

.ui-state-disabled {
	cursor: default !important;
	color: #c3c7cb;
520
/*	background-color: #F5F5F5;*/
521 522
}

523 524 525 526 527
#main .btn.ui-state-disabled, #main .btn.ui-state-disabled:hover {
	cursor: default !important;
	color: #c3c7cb;
	background-color: #E2E6EB;
	border: 1px solid #c0c0c0;
528 529 530 531 532 533 534 535 536 537 538 539
}

/* progressbar */

.ui-progressbar {
    height:20px;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height:100%;
}

540 541 542
/* accordion */

div.alterator-accordion h3 {
543
	background-color:  #DBEEF6;
Roman Alifanov's avatar
Roman Alifanov committed
544
	font-size: 23pt;
545 546 547 548 549

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 24px;

550 551 552 553
	margin: 0px;
	border-top: 1px solid #36A1CC;
	border-left: 1px solid #36A1CC;
	border-right: 1px solid #36A1CC;
554 555 556 557 558

	background-image: url(/design/images/right.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
559
	outline: none;
560 561 562
}

div.alterator-accordion h3.ui-state-active {
563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
	color: #0088bf;
	background-image: url(/design/images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

/* TODO: don't work */
div.alterator-accordion .btn {
	font-weight: bold;
        color: black;
        background-color: #dbeef6;
        border: 1px solid #36a1cc;
}

div.alterator-accordion div {
	padding: 10px 10px 5px 15px;
	border-top: 1px solid #36A1CC;
	border-left: 1px solid #36A1CC;
	border-right: 1px solid #36A1CC;
}

Andrey Cherepanov's avatar
Andrey Cherepanov committed
585 586 587 588
div.alterator-accordion td {
	white-space: nowrap;
}

589 590
div.alterator-accordion {
	border-bottom: 1px solid #36A1CC;
591 592
}

593 594 595 596 597 598 599 600
/* resizeable */

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: 0px;
    left: 0px;
601
    background:#E2E6EB url(/design/images/hgrabber.gif) no-repeat scroll 45%;
602 603 604
}

.ui-resizable-s:hover {
605
	background-color: #1B3664;
606 607
}

608 609 610 611

/* corner radius */

.ui-corner-tl {
612 613
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
614 615 616
}

.ui-corner-tr {
617 618
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
619 620 621
}

.ui-corner-bl {
622 623
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
624 625 626
}

.ui-corner-br {
627 628
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
629 630 631
}

.ui-corner-top {
632 633 634 635
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
636 637 638
}

.ui-corner-bottom {
639 640 641 642
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
643 644 645
}

.ui-corner-right {
646 647 648 649
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
650 651 652
}

.ui-corner-left {
653 654 655 656
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
657 658 659
}

.ui-corner-all {
660 661
	/*-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;*/
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679
}

/* overlays */

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaaaaa;
	opacity: .3;
	filter:Alpha(Opacity=30);
}

/* dialog */

.ui-widget-content {
680
	background-color: #FFFFFF;
681 682 683
}

.ui-widget-header {
684
	color: #EAEDEF;
685
	background-color: #306ac4;
686 687 688
	font-weight: bold;
}

Andrey Cherepanov's avatar
Andrey Cherepanov committed
689 690 691 692
.ui-dialog {
	border: 2px solid #c4c4c4;
}

693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em .3em .3em 1em;
}


.ui-dialog .ui-dialog-titlebar-close {
    float:right;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
	float: right;
	margin: .5em .4em .5em 0;
	width:auto;
	overflow:visible;
Andrey Cherepanov's avatar
Andrey Cherepanov committed
732 733 734 735
	font-weight: bold;
	color: #FFFFFF;
	background-color: #455a85;
	border: 1px solid #1b2575;
736 737 738
}

.ui-icon-closethick {
Andrey Cherepanov's avatar
Andrey Cherepanov committed
739 740
    width: 27px;
    height: 27px;
741 742 743 744 745 746 747 748 749 750 751 752 753 754
    text-indent: -99999px;
    overflow: hidden;
    background: url(/design/images/close-dialog-button.png) no-repeat;
}

/* layout helpers */

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

755 756 757
/* help button */

.ui-help-button {
758
	background-color: #FFFFFF;
759 760 761 762 763 764 765 766
	margin-bottom: 10px;
	padding-top: 7px;

	border: 1px solid #c1c3cb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
767 768 769 770 771 772 773
}

.ui-help-button-content {
	padding-left: 10px;
	padding-right: 30px;
}

774 775 776 777
/* top line */

#top {
	text-align:left;
778 779
	padding: 0em;
	margin-bottom: 0px;
780
	border-bottom: 1px solid #ebebeb;
781 782 783
}

#product-logo {
784
	background: url(/design/images/product-logo.png) no-repeat;
785
	width: 238px;
786
	height: 52px;
787
	border: 0px;
788 789
	padding: 0px;
	margin: 0px;
790 791 792 793 794 795 796
}

#title {
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;

797
	color: black;
Roman Alifanov's avatar
Roman Alifanov committed
798
	font-family: "Cantarell",Verdana,Tahoma,Helvetica;
799 800 801
	font-weight: bold;
	text-decoration: none;
	font-size:large;
802
	text-transform: uppercase;
803 804 805
}

.top-button {
806
        padding-left: 10px;
807 808 809
}


810 811
/* deprecated */

Stanislav Ievlev's avatar
Stanislav Ievlev committed
812
.error-message {
813 814
	background-color: #efc9d3;
	border: 1px solid #f81751;
Stanislav Ievlev's avatar
Stanislav Ievlev committed
815 816 817 818
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
819 820

#help-popup {
821 822
	padding-left: 10px;
	padding-right: -30px;
823
	background-color: #FFFFFF;
824 825 826 827 828 829

        border: 1px solid #c1c3cb;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        -khtml-border-radius: 0.5em;
        border-radius: 0.5em;
830 831 832 833 834
}

.hresizeable {
	width: 100%;
	height: 7px;
835
	background:#001056 url(/design/images/hgrabber.gif) no-repeat scroll 45%;
836 837 838 839
	cursor: s-resize;
}

.hresizeable:hover {
840
	background-color: #306ac4;
841
}