| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 | 
							- /*!
 
- * Ext JS Library 4.0
 
- * Copyright(c) 2006-2011 Sencha Inc.
 
- * licensing@sencha.com
 
- * http://www.sencha.com/license
 
- */
 
- #poweredby {
 
-     position: absolute;
 
-     bottom: 40px;
 
-     right: 20px;
 
-     z-index: 15000;
 
-     /* IE 5-7 */
 
-     filter: alpha(opacity=70);
 
-     /* Netscape */
 
-     -moz-opacity: 0.7;
 
-     /* Safari 1.x */
 
-     -khtml-opacity: 0.7;
 
-     /* Good browsers */
 
-     opacity: 0.7;
 
- }
 
- #poweredby div {
 
-     position: relative;
 
-     width: 150px;
 
-     height: 25px;
 
-     background-image: url(../images/powered-by-ext-js.png);
 
-     background-repeat: no-repeat;
 
- }
 
- /* The simple background image PNG does not work in IE6-8, but does in IE9 */
 
- .x-ie6 #poweredby div,
 
- .x-ie7 #poweredby div,
 
- .x-ie8 #poweredby div {
 
-     background-image: none;
 
-     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
 
- }
 
- /*----------------------------------------------------
 
-     Start Button
 
- */
 
- .ux-start-button-icon {
 
-     background-image: url(../images/taskbar/sencha.gif) !important;
 
-     background-color: transparent;
 
- }
 
- .ux-start-button .x-btn-arrow {
 
-     background-image: none;
 
- }
 
- .ux-start-button .x-btn-arrow-right {
 
-     padding-left: 10px;
 
- }
 
- .ux-taskbar {
 
-     padding-left: 4px !important;
 
- }
 
- /*
 
-     Start Button (Black)
 
- */
 
- .ux-desktop-black .ux-start-button {
 
-     height: 28px;
 
-     padding: 0px;
 
-     display: block;
 
- }
 
- .ux-desktop-black .ux-start-button em {
 
-     margin-top: 5px;
 
- }
 
- .ux-desktop-black .ux-start-button .x-btn-inner {
 
-     color: black;
 
-     font-size:11px;
 
-     font-weight: bold;
 
- }
 
- .ux-desktop-black .ux-start-button {
 
-     background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
 
-     border-radius: 8px 8px 8px 8px;
 
-     border-color: #81A4D0;
 
- }
 
- /*----------------------------------------------------
 
-     Start Menu
 
- */
 
- .ux-start-menu-toolbar .x-btn-inner {
 
-     text-align: left;
 
- }
 
- .ux-start-menu-toolbar {
 
-     padding: 4px !important;
 
- }
 
- /*----------------------------------------------------
 
-     TaskBar
 
- */
 
- .ux-taskbar .x-toolbar {
 
-     background: transparent none;
 
-     border-color: transparent;
 
- }
 
- .x-ie6 .ux-taskbar .x-toolbar {
 
-     border-color: #d3e1f1;
 
- }
 
- .ux-desktop-windowbar .x-btn-inner,
 
- .x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
 
-     text-align: left !important;
 
- }
 
- .ux-taskbar .x-toolbar {
 
-     height: 28px;
 
- }
 
- .ux-taskbar {
 
-     height: 28px;
 
-     padding: 0;
 
- }
 
- .x-toolbar .x-toolbar {
 
-     padding: 0;
 
- }
 
- /*
 
-     TaskBar (Black)
 
- */
 
- .ux-desktop-black .ux-taskbar {
 
-     background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
 
-     border-color: transparent;
 
-     /*height: 30px;*/
 
- }
 
- .ux-desktop-black .ux-taskbar .x-splitter {
 
-     background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
 
- }
 
- .ux-desktop-black .ux-taskbar .x-toolbar-text {
 
-     color: white !important;
 
- }
 
- .ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
 
-     background-color: yellow;
 
- }
 
- .ux-desktop-black .ux-taskbar .x-btn-inner {
 
-     color: white;
 
- }
 
- .ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
 
-     color: black;
 
- }
 
- /*----------------------------------------------------
 
-     Tray Clock
 
- */
 
- .ux-desktop-trayclock {
 
-     text-align: center;
 
-     vertical-align: middle;
 
-     padding-top: 0;
 
-     padding-bottom: 0;
 
- }
 
- /*----------------------------------------------------
 
-     Desktop DataView
 
- */
 
- .ux-wallpaper {
 
-     background-color: #3d71b8;
 
- }
 
- .ux-wallpaper-tiled {
 
-     background-repeat: repeat;
 
- }
 
- .ux-desktop-shortcut {
 
-     cursor: pointer;
 
-     text-align: center;
 
-     padding: 8px;
 
-     margin: 8px;
 
-     width: 64px;
 
- }
 
- .ux-desktop-shortcut-icon {
 
-     width: 48px;
 
-     height: 48px;
 
-     background-color: transparent;
 
-     background-repeat: no-repeat;
 
- }
 
- .ux-desktop-shortcut-text {
 
-     font: normal 10px tahoma,arial,verdana,sans-serif;
 
-     text-decoration: none;
 
-     padding-top: 5px;
 
-     color: white;
 
- }
 
- .x-view-over .ux-desktop-shortcut-text {
 
-     text-decoration: underline;
 
- }
 
- /*----------------------------------------------------
 
-     Various icon classes
 
- */
 
- .accordion-shortcut {
 
-     background-image: url(../images/im48x48.png);
 
- }
 
- .cpu-shortcut {
 
-     background-image: url(../images/statusLarge.png);
 
- }
 
- .grid-shortcut {
 
-     background-image: url(../images/grid48x48.png);
 
- }
 
- .notepad-shortcut {
 
-     background-image: url(../images/notepadLarge.png);
 
-     width: 46px;
 
-     height: 46px;
 
- }
 
- .x-ie6 .accordion-shortcut {
 
-     background-image: none;
 
-     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/im48x48.png', sizingMethod='scale');
 
- }
 
- .x-ie6 .cpu-shortcut {
 
-     background-image: none;
 
-     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/statusLarge.png', sizingMethod='scale');
 
- }
 
- .x-ie6 .grid-shortcut {
 
-     background-image: none;
 
-     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/grid48x48.png', sizingMethod='scale');
 
- }
 
- .x-ie6 .notepad-shortcut {
 
-     background-image: none;
 
-     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/notepadLarge.png', sizingMethod='scale');
 
- }
 
- .video {
 
-     background-image: url(../images/gears.gif);
 
- }
 
- .bogus {
 
-     background-image: url( ../images/bogus.png ) !important;
 
- }
 
- .notepad {
 
-     background-image: url( ../images/bogus.png ) !important;
 
- }
 
- .logout {
 
-     background-image: url( ../images/logout.gif ) !important;
 
- }
 
- .settings {
 
-     background-image: url( ../images/gears.gif ) !important;
 
- }
 
- .icon-grid {
 
-     background-image:url( ../images/grid.png ) !important;
 
- }
 
- .add {
 
-     background-image:url(../../shared/icons/fam/add.gif) !important;
 
- }
 
- .option {
 
-     background-image:url(../../shared/icons/fam/plugin.gif) !important;
 
- }
 
- .remove {
 
-     background-image:url(../../shared/icons/fam/delete.gif) !important;
 
- }
 
- .save {
 
-     background-image:url(../../shared/icons/save.gif) !important;
 
- }
 
- .accordion {
 
-     background-image:url(../images/accordian.gif) !important;
 
- }
 
- .tabs {
 
-     background-image:url(../images/tabs.gif) !important;
 
- }
 
- /*----------------------------------------------------
 
-     IM window icons
 
- */
 
- .user {
 
-     background-image:url( ../../shared/icons/fam/user.gif ) !important;
 
- }
 
- .user-add {
 
-     background-image:url(../../shared/icons/fam/user_add.gif) !important;
 
- }
 
- .user-delete {
 
-     background-image:url(../../shared/icons/fam/user_delete.gif) !important;
 
- }
 
- .connect {
 
-     background-image:url(../../shared/icons/fam/connect.gif) !important;
 
- }
 
- .user-girl {
 
-     background-image:url(../../shared/icons/fam/user_female.gif) !important;
 
- }
 
- .user-kid {
 
-     background-image:url(../../shared/icons/fam/user_green.gif) !important;
 
- }
 
- .user-suit {
 
-     background-image:url(../../shared/icons/fam/user_suit.gif) !important;
 
- }
 
 
  |