﻿#window
{
display: none;
left: 200px;
overflow: hidden;
width: 400px;
position: absolute;
top: 100px;
height: 300px;
}
#windowTop
{
background-position: right top;
background-image: url(images/window_top_end.png);
background-color: #c0e0c0;
overflow: hidden;
cursor: move;
background-repeat: no-repeat;
position: relative;
height: 30px;
}
#windowTopContent
{
background-position: left top;
font-weight: bold;
font-size: 14px;
background-image: url(images/window_top_start.png);
overflow: hidden;
color: #7fc31c;
text-indent: 10px;
line-height: 30px;
margin-right: 13px;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
height: 30px;
}
#windowMin
{
right: 25px;
cursor: pointer;
position: absolute;
top: 10px;
}
#windowMax
{
display: none;
right: 25px;
cursor: pointer;
position: absolute;
top: 10px;
}
#windowClose
{
right: 10px;
cursor: pointer;
position: absolute;
top: 10px;
}
#windowBottom
{
background-position: right bottom;
background-image: url(images/window_bottom_end.png);
background-color: #e0f0e0;
background-repeat: no-repeat;
position: relative;
height: 270px;
}
#windowBottomContent
{
background-position: left bottom;
background-image: url(images/window_bottom_start.png);
background-color: #e0f0e0;
margin-right: 13px;
background-repeat: no-repeat;
position: relative;
height: 270px;
}
#windowResize
{
right: 3px;
cursor: se-resize;
bottom: 5px;
position: absolute;
}
#windowContent
{
border-right: #6caf00 1px solid;
border-top: #6caf00 1px solid;
font-size: 11px;
left: 10px;
overflow: auto;
border-left: #6caf00 1px solid;
width: 375px;
margin-right: 10px;
border-bottom: #6caf00 1px solid;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 30px;
height: 255px;
background-color: #fffff0;
}
#windowContent *
{
margin: 10px;
}
.transferer2
{
border-right: #6baf04 1px solid;
border-top: #6baf04 1px solid;
filter: alpha(opacity=30);
border-left: #6baf04 1px solid;
border-bottom: #6baf04 1px solid;
background-color: #b4f155;
-moz-opacity: 0.3;
opacity: 0.3;
}
