body {
  font: 11px Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

#bg_image {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 0;
}

#contents {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}


img {
  border: none;
}

.menuline {
  height:31px;
  width:100%;
  background: url('../images/menu/tl.png');
}

.taskitem {
  color:white;
}

.kickerb{
  width:51px;
  height:31px;
  background: url('../images/menu/menub.png') no-repeat;
  background-position: 7px;
}

.kickerb:hover{
  width:51px;
  height:31px;
  background: url('../images/menu/menubp.png') no-repeat;
  background-position: 7px;
}

.kickerbp{
  width:51px;
  height:31px;
  background: url('../images/menu/menubp.png') no-repeat;
  background-position: 7px;
}

.kickert {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  color:#c9c9c9;
}

.kickerte {
  font-weight:bold;
  font-size:15px;
  color:#c9c9c9;
  cursor: pointer;
}

.kickerte:hover {
  border: 0px solid;
  background-color:black;
  font-weight:bold;
  color:gray;
}

.kicker {
  z-index:1000001;
  visibility:hidden;
  position:relative;
  text-align:left;
  float:left;
  width:200px;
  height:160px;
  background: url('../images/dock/dockbackmid.png');
  border-bottom-width:1px;
  border-top-width:0px;
  border-right-width:1px;
  border-left-width:1px;
  border-style:solid;
  border-color:black; 
}

.clock{
  width: 122px;
  height:31px;
  vertical-align:bottom;
  text-align:center;
  font-weight:bold;
  color:white;
  background: url('../images/menu/clock.png');
}

.search{
  width: 87px;
  height:31px;
  background: url('../images/menu/spotlight.png');
}

.search:hover{
  width: 87px;
  height:31px;
  background: url('../images/menu/spotlightp.png');
}

.searchp{
  width: 87px;
  height:31px;
  background: url('../images/menu/spotlightp.png');
}

.clearFix:after { /* for modern browsers */
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearFix { /* for IE7/Win */
  min-height:1px;
}

* html .clearFix { /* for IE5-6/Win */
  height:1px;
}

* html>body .clearFix { /* for IE5/Mac */
  height:auto;
  display:inline-block;
}

#f1_upload_process {
  z-index:100;
  position:absolute;
  visibility:hidden;
  text-align:center;
  width:400px;
  text-align:center;
  margin:0px;
  padding:0px;
  background-color:#fff;
  border:1px solid #ccc;
}

.searchwin {
  z-index:1000000;
  visibility:hidden;
  position:relative;
  text-align:center;
  float:right;
  width:250px;
  height:100px;
  background: url('../images/dock/dockbackmid.png');
  border-bottom-width:1px;
  border-top-width:0px;
  border-right-width:1px;
  border-left-width:1px;
  border-style:solid;
  border-color:#ffffff; 
}

A:link.selink {
  color:white;
}

A:visited.selink {
  color:#cccccc;
}

A:hover.selink {
  color:white;
  font-weight:bold;
}