/*
stylesheet for windows module
*/

div.window{
  overflow: auto;
  background-color: #eeefff;
  border: solid #0066aa 2px;
  margin: auto;
  padding: 0px;
  width: 420px;
  height: 320px;
}

div.popupwindow{
  position: absolute;
  top: 160px;
  left: 100px;
  overflow: auto;
  background-color: #eeefff;
  border: solid #0066aa 2px;
  margin: auto;
  padding: 0px;
  width: 420px;
  height: 300px;
}

div.titlebar{
  background-color: #0066aa;
  background-image: url(titlebar_bg.png);
  background-repeat: repeat-x;
  color:white;
  border-bottom: solid black 1px;
  width: 100%;
  height: 16px;
  overflow:hidden;
}

span.titleButton{
  position: relative;
  height: 16px;
  width: 16px;
  padding: 0px;
  margin: 0px 1px; 0px 1px;
  float:right;
}

span.titleButton#close{
  background: transparent url(./close.png) top left no-repeat;
}

div.contents {
  background-color: #e0e4e8;
  overflow: auto;
  padding: 2px;
  height:280px;
}

div.item{
  position : relative;
  height : 80px;
  width: 200px;
  float: left;
  color : #004488;
  font-size: 18;
  padding: 0px;
  margin: 4px;
}

div.item div.itemName{
  margin-top: 48px;
  font: 10px verdana, arial, helvetica;
  text-align: center;
}

div.folder{
  background: transparent url(./folder.png) top left no-repeat;
}

div.file{
  background: transparent url(./file.png) top center no-repeat;
}

div.special{
  background: transparent url(folder_important.png) top left no-repeat;
}
