123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- .green {
- background-color: #b4c49d
- }
- .blue {
- background-color: #287eb7
- }
- .red {
- background-color: #c84465
- }
- .black {
- background-color: #3c3d3c
- }
- .top-posi b.colCheck {
- width: 7px;
- height: 7px;
- border: 1px solid #333;
- _font-size: 5px;
- }
- .a.more:link, .a.more:visited, .a.more:active {
- color: #000;
- text-decoration: none
- }
- .a.more:hover {
- text-decoration: underline
- }
- .top-posi span a {
- color: #fff;
- text-decoration: none
- }
- .top-posi span a:hover {
- color: #fff;
- text-decoration: underline
- }
- .marb-5 {
- margin-bottom: 5px
- }
- .icon-blank {
- background: url('icons/blank.gif') no-repeat center center;
- }
- .icon-add {
- background: url('icons/edit_add.png') no-repeat center center;
- }
- .icon-edit {
- background: url('icons/pencil.png') no-repeat center center;
- }
- .icon-clear {
- background: url('icons/clear.png') no-repeat center center;
- }
- .icon-remove {
- background: url('icons/edit_remove.png') no-repeat center center;
- }
- .icon-save {
- background: url('icons/filesave.png') no-repeat center center;
- }
- .icon-down {
- background: url('icons/down.png') no-repeat center center;
- }
- .icon-cut {
- background: url('icons/cut.png') no-repeat center center;
- }
- .icon-ok {
- background: url('icons/ok.png') no-repeat center center;
- }
- .icon-no {
- background: url('icons/no.png') no-repeat center center;
- }
- .icon-cancel {
- background: url('icons/cancel.png') no-repeat center center;
- }
- .icon-reload {
- background: url('icons/reload.png') no-repeat center center;
- }
- .icon-search {
- background: url('icons/search.png') no-repeat center center;
- }
- .icon-print {
- background: url('icons/print.png') no-repeat center center;
- }
- .icon-help {
- background: url('icons/help.png') no-repeat center center;
- }
- .icon-undo {
- background: url('icons/undo.png') no-repeat center center;
- }
- .icon-redo {
- background: url('icons/redo.png') no-repeat center center;
- }
- .icon-back {
- background: url('icons/back.png') no-repeat center center;
- }
- .icon-sum {
- background: url('icons/sum.png') no-repeat center center;
- }
- .icon-tip {
- background: url('icons/tip.png') no-repeat center center;
- }
- .icon-filter {
- background: url('icons/filter.png') no-repeat center center;
- }
- .icon-man {
- background: url('icons/man.png') no-repeat center center;
- }
- .icon-lock {
- background: url('icons/lock.png') no-repeat center center;
- }
- .icon-more {
- background: url('icons/more.png') no-repeat center center;
- }
- .icon-mini-add {
- background: url('icons/mini_add.png') no-repeat center center;
- }
- .icon-mini-edit {
- background: url('icons/mini_edit.png') no-repeat center center;
- }
- .icon-mini-refresh {
- background: url('icons/mini_refresh.png') no-repeat center center;
- }
- .icon-large-picture {
- background: url('icons/large_picture.png') no-repeat center center;
- }
- .icon-large-clipart {
- background: url('icons/large_clipart.png') no-repeat center center;
- }
- .icon-large-shapes {
- background: url('icons/large_shapes.png') no-repeat center center;
- }
- .icon-large-smartart {
- background: url('icons/large_smartart.png') no-repeat center center;
- }
- .icon-large-chart {
- background: url('icons/large_chart.png') no-repeat center center;
- }
- .icon-showloading {
- background: url('icons/loading.gif') no-repeat center;
- width: 64px;
- height: 64px;
- }
- .icon-excel {
- background: url('icons/icon-excel.png') no-repeat center center;
- }
- .icon-close {
- background: url('icons/icon-close.png') no-repeat center center;
- }
- .icon-open {
- background: url('icons/icon-open.png') no-repeat center center;
- }
- .hidden {
- display: none;
- }
|