﻿html, body{ font-size: 12px; overflow: hidden; background-color: #004e98; }

#taskcont{ position: absolute; left: 0; top: 0; width: 100%; height: 40px; background-image: url(taskbg.gif); display: none; }
#startbtn{ width: 84px; height: 29px; margin: 10px 0 0 0; background-image: url(startbtn.gif); cursor: pointer; }
.startbtnon{ background-position: -84px 0; }
.startbtndown{ background-position: -168px 0; }

#taskpanel{ margin-top: 10px; height: 28px; }

.windowtaskbar{ overflow: auto; }
.windowtaskbar .btn{ background: url(taskbtn.gif) no-repeat 0 0; width: 163px; height: 28px; float: left; margin: 1px; text-indent: 5px; cursor: default; }
.windowtaskbar .on{ background-position: 0 0; color: #004e98; }
.windowtaskbar .off{ background-position: 0 -28px; color: #cdd9e5; }
.windowtaskbar .over{ background-position: 0 -56px; }

#timepanel{ margin: 13px 0 0 0; }
#timepanel td.l{ width: 5px; height: 25px; background: url(timepanel.gif) no-repeat 0 0; }
#timepanel td.c{ background: url(timepanelbg.gif) repeat-x 0 0; }
#timepanel td.r{ width: 5px; background: url(timepanel.gif) no-repeat -5px 0; }
#timepanel td.m{ width: 5px; }
#showtime{ color: #cdd9e5; font-family: FixedSys; text-align: center; width: auto; cursor: default; }

#desktip{ position: absolute; left: 0; top: 0; width: 100%; color: #cdd9e5; font-size: 14px; display: none; text-align: right; }

#startMenu{ position: absolute; top: 0; left: 3px; display: none; }
#startMenu .st{ background: url(startmenubg.gif) no-repeat 0 0; overflow: hidden; width: 184px; height: 3px; }
#startMenu .sm{ width: 184px; height: 100%; background-color: #fff; font-size: 14px; }
#startMenu .sm .item{ display: block; width: 152px; cursor: pointer; }
#startMenu .sm .item-line{ width: 136px; height: 1px; overflow: hidden; background-color: #a2bed8; margin: 0 0 0 8px; }
#startMenu .sm .sml{ width: 30px; height: 289px; background: #bfd3e5 url(startmenubg2.gif); }
#startMenu .sm .smr{ width: 154px; }
#startMenu .sm .itemon{ background-color: #bfd3e5; color: #009; }
#startMenu .sb{ background: url(startmenubg.gif) no-repeat 0 -3px; overflow: hidden; width: 184px; height: 3px; }
#startMenu-inner .icon{ width: 24px; height: 24px; border: 0; background: url(startmenuicons.gif) no-repeat 0 0; }
.startmenueff{ display: none; position: absolute; top: 0; left: 0; width: 0; height: 0; overflow: hidden; }

.desktopicongroup{  }
.desktopicongroup .item{ position: absolute; top: 0; left: 0; width: 75px; height: 75px; cursor: default; }
.desktopicongroup .item .ic{ width: 75px; height: 50px; text-align: left; position: relative; }
.desktopicongroup .item .ic .ficon{ position: absolute; left: 12px; top: 0; width: 50px; height: 50px; }
.desktopicongroup .item .na{ width: 75px; height: 25px; text-align: center; color: #7fa6cb; }
.desktopicongroup .item .na-on{ color: #fff; }

#desktopcont{ position: absolute; top: 0; left: 0; }

#hidden { position: absolute; left: -20000px; top: 0; }