* html {
  height: 1%;
}

* {
  margin:0;
  padding:0;
}

body {
  font-family: 'ms sans serif', helvetica;
  font-size: 11px;
  height: 100%;
  text-align: left;
  color: #000000;
  overflow: hidden;
  background: #ffffff;
}

#page {
}

#titlebar {
  height: 26px;
  color: #ffffff;
  font-weight: bold;
}

#logo {
  float: left;
  margin-top: 3px;
  margin-left: 4px;
  cursor: pointer;
}

#infobtn, #errorbtn {
  cursor: pointer;
}

#start {
  float: left;
  margin-top: 6px;
  margin-left: 8px;
}

#status, .statussymbol {
  float: right;
  margin-top: 4px;
  margin-right: 5px;
}

#today {
  margin: 0;
  height: 270px;
}

#todayinfo {
  margin: 0;
  list-style: none;
  color: #000000;
}

#todayinfo li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #000000;
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 4px;
}

#todayinfo li.last {
  border: none;
}

#datetime {
  background: url('../images/datetime.gif') no-repeat 2px 2px;
  font-weight: bold;
}

#contactcard {
  background: url('../images/contactcard.gif') no-repeat 2px 2px;
}

#messages {
  background: url('../images/messages.gif') no-repeat 2px 2px;
}

#tasks {
  background: url('../images/tasks.gif') no-repeat 2px 2px;
}

#scheduler {
  background: url('../images/scheduler.gif') no-repeat 2px 2px;
}

#navbar {
  height: 24px;
  font-weight: bold;
}

#navbarborder {
}

.navbarcontent {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

#startmenu {
  position: absolute;
  top: 26px;
  left: 0px;
  width: 150px;
/*  height: 287px; */
  background: #ffffff;
}

#startmenulist {
  margin: 0;
  list-style: none;
  color: #000000;
  font-weight: bold;
}

#startsmallmenu {
  margin: 0;
  color: #000000;
  font-weight: bold;
  height: 22px;
  border-bottom: 1px solid #000000;
}

#startmenulist li {
  margin: 0;
  list-style: none;
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 3px;
}

#startmenulist li.break {
  border-bottom: 1px solid #000000;
  margin-top: 3px;
  margin-bottom: 2px;
}

#startmenulist li.last {
  margin-bottom: 3px;
}

#startmenuborder {
  border: 1px solid #000000;
}

#stoday {
  background: url('../images/today.gif') no-repeat 2px 2px;
}

#sactivesync {
  background: url('../images/activesync.gif') no-repeat 2px 2px;
}

#sactivesync2 {
  background: url('../images/activesync2.gif') no-repeat 2px 2px;
}

#scalendar {
  background: url('../images/scheduler.gif') no-repeat 2px 2px;
}

#scallhistory {
  background: url('../images/callhistory.gif') no-repeat 2px 2px;
}

#scontactcard {
  background: url('../images/contactcard.gif') no-repeat 2px 2px;
}

#sinternetexplorer {
  background: url('../images/internetexplorer.gif') no-repeat 2px 2px;
}

#smessages {
  background: url('../images/messages.gif') no-repeat 2px 2px;
}

#smessenger {
  background: url('../images/messenger.gif') no-repeat 2px 2px;
}

#sexplorer {
  background: url('../images/explorer.gif') no-repeat 2px 2px;
}

#snotice {
  background: url('../images/notice.gif') no-repeat 2px 2px;
}

#stasks {
  background: url('../images/tasks.gif') no-repeat 2px 2px;
}

#smediaplayer {
  background: url('../images/mediaplayer.gif') no-repeat 2px 2px;
}

#sgames {
  background: url('../images/games.gif') no-repeat 2px 2px;
}

#ssettings {
  background: url('../images/settings.gif') no-repeat 2px 2px;
}

#sprograms {
  background: url('../images/programs.gif') no-repeat 2px 2px;
}

#sfind {
  background: url('../images/find.gif') no-repeat 2px 2px;
}

#shelp {
  background: url('../images/help.gif') no-repeat 2px 2px;
}

.sentry {
  cursor: pointer;
}

td.sentry {
  padding-left: 2px;
}

#infomsg {
  position:absolute;
  top: 26px;
  left: 135px;
  width: 77px;
  height: 212px;
}

#infomsg .text {
  margin-top: 16px;
  margin-left: 6px;
  font-weight: bold;
}

#errormsg {
  position:absolute;
  top: 26px;
  left: 10px;
  width: 222px;
  height: 120px;
}

#errormsg .text {
  margin-top: 16px;
  margin-left: 6px;
  font-weight: bold;
}
