﻿#window
{
	position: absolute;
	left: 200px;
	top: 70px;
	width: 700px;
	height: 535px;
	overflow: hidden;
	display: none;
	z-index:5000;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image:url(/images/window_top_end_blue.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: default;
}
#windowTopContent
{
	background-image:url(/images/window_top_start_blue.png);
	margin-right: 13px;
	
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 490px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
    background-image:url(/images/window_content.png);
    background-repeat:repeat-y;
	position: relative;
	height: 490px;
	background-position: left bottom;
	margin-right: 1px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
    
	position:absolute;
	top: 30px;
	left: 15px;
	overflow:hidden;
	margin-right: 5px;
	border: solid 1px #666666;
	height: 490px;
	width: 673px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

#windowContent *
{
	margin: 10px;
}

.transferer2
{
	border: 1px solid #509cd5;
	background-color: #509cd5;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#windowEnd
{
	height: 30px;
	background-image:url(/images/window_bottom_end_blue.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowEndContent
{
	background-image:url(/images/window_bottom_start_blue.png);
	margin-right: 13px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	
}