
body
{
  height: 100%;
}
#window
{
  background: #fff;
  z-index: 1000;
  position: absolute;
/*  left: 200px; */
/*  top: 5px; */
  width: 400px;
  border: 1px solid #000000;
/*  height: 300px; */
  height: auto;
  min-height: 300px;
  max-height: 500px;
  overflow: hidden;
  display: none;
}
#windowTop
{
  height: 30px;
  overflow: 30px;
/*  background-image: url(images/window_top_end.jpg); */
background-color: #CCCCCC;
/* opacity: 0.95; */
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: move;
}
#windowTopContent
{
  margin-right: 15px;
/*  background-image: url(images/window_top_start.jpg); */

background-color: #CCCCCC;
/* opacity: 0.95; */
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
#windowMin
{
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}
#windowMax
{
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
  display: none;
}
#windowClose
{
  position: absolute;
  right: 13px;
  top: 2px;
  cursor: pointer;
}
#windowBottom
{
  position: relative;
  height: 270px;
/*  background-image: url(images/window_bottom_end.jpg); */
background-color: #CCCCCC;
/* opacity: 0.95; */
/*  background-position: right bottom; */
/*  background-repeat: no-repeat; */
  cursor: move;
}
#windowBottomContent
{
  position: relative;
  height: 270px;
/*  background-image: url(images/window_bottom_start.jpg); */
background-color: #CCCCCC;
/* opacity: 0.95; */
/*  background-position: left bottom; */
/*  background-repeat: no-repeat; */
  margin-right: 13px;
}
#windowResize
{
  position: absolute;
  right: 3px;
  bottom: 5px;
  cursor: se-resize;
}
#windowContent
{
  position: absolute;
  top: 30px;
  left: 11px;
/*  width: auto; */
/*  height: auto; */
  overflow: auto;
  margin-right: 5px;
  border: 1px solid #000000;
  height: 220px;
/*min-height: 15px; */
/*max-height: 220px; */
  width: 375px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

#windowContent a {
text-decoration: none;
}


#windowContent td
{

  /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFe0e0e0);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFe0e0e0)";
  background: -o-linear-gradient(top, #fff, #ddd);/* Opera 11.10+ */
  background: linear-gradient(to bottom, #fff, #e0e0e0);/* IE10+, W3C */

	padding:7px;

}

#kagoin
{
  position: absolute;
  top: 225px;
  left: 10px;
  width: 375px;
  text-align: right;
}
#zzzz
{
  margin: 3px;
}
#rec
{
  background-color: #CCCCCC;
  top: 300px;
  width: 400px;
  height: auto;
  max-height: 200px;
}




.ui-effects-transfer-old
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.ui-effects-transfer
{
  border: 1px solid #000000;
  background-color: #CCCCCC;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.transferer2
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

