/** floating windows */
/***************************************************
 * Floating window 1
 **************************************************/
#window
{
	position: absolute;
	left: 50%;
	top: 90%;
	width: 350px;
	height: 180px;
	margin-left:-150px;
	overflow: hidden;
	display: none;
}

#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

#windowTopContent
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.png);
	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: .9em;
	color: #fff;
	padding-left: 20px;
}

#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}

#windowClose
{
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

#windowBottom
{
	position: relative;
	height: 150px;
	background-image: url(../images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#windowBottomContent
{
	position: relative;
	height: 150px;
	background-image: url(../images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
	
#windowResize
{
	position: absolute;
	right: 7px;
	bottom: 7px;
	cursor: se-resize;
}

#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	right: 10px;
	width: auto;
	height: auto;
	overflow: hidden;	
	border: 1px solid #005faf;	
	background-color: #fff;
	font-size:10pt;
}

#windowContent *
{
	margin: 6px 0 0 0;
	text-align:left;
}

#windowContent p{
	margin:8px 0 0 5px;
}
	
.transferer2
{
	border: 1px solid #0469af;
	background-color: #bb9e8e;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
#windowContainer {
	padding: 0;
	margin: 0;
}
/***************************************************
 * Floating window 2
 **************************************************/
#window2
{
	position: absolute;
	left: 50%;
	top: 80%;
	width: 630px;
	height: 500px;
	margin-left:-415px;
	overflow: hidden;
	display: none;
}

#windowTop2
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

#windowTopContent2
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.png);
	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: .9em;
	color: #fff;
	padding-left: 20px;
}

#windowMin2
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

#windowMax2
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}

#windowClose2
{
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

#windowBottom2
{
	position: relative;
	height: 300px;
	background-image: url(../images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#windowBottomContent2
{
	position: relative;
	height: 300px;
	background-image: url(../images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
	
#windowResize2
{
	position: absolute;
	right: 7px;
	bottom: 7px;
	cursor: se-resize;
}

#windowContent2
{
	position:absolute;
	top: 30px;
	left: 10px;
	right: 10px;
	width: auto;
	height: auto;
	overflow: hidden;	
	border: 1px solid #005faf;	
	background-color: #fff;
}

#windowContent2 *
{
	margin: 6px 0 0 0;
	text-align:center;
}
	
.transferer22
{
	border: 1px solid #0469af;
	background-color: #bb9e8e;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
#windowContainer2 {
	padding: 0;
	margin: 0;
}
/***************************************************
 * Floating window 3
 **************************************************/
#window3
{
	position: absolute;
	left: 300px;
	top:  850px;
	width: 447px;
	height: 300px;
	overflow: hidden;
	display: none;
}

#windowTop3
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

#windowTopContent3
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.png);
	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: .9em;
	color: #fff;
	padding-left: 20px;
	text-align:left;
}

#windowMin3
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

#windowMax3
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}

#windowClose3
{
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

#windowBottom3
{
	position: relative;
	height: 400px;
	background-image: url(../images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#windowBottomContent3
{
	position: relative;
	height: 400px;
	background-image: url(../images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
	
#windowResize3
{
	position: absolute;
	right: 7px;
	bottom: 7px;
	cursor: se-resize;
}

#windowContent3
{
	position:absolute;
	top: 30px;
	left: 10px;
	right: 10px;
	width: auto;
	height: auto;
	overflow: hidden;	
	border: 1px solid  #000000;	
	background-color: #000;
}

#windowContent3 *
{
	margin: 6px 0 0 0;
	padding:0;	
}
	
.transferer33
{
	border: 1px solid #0469af;
	background-color: #666699;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
#windowContainer3 {
	padding: 0;
	margin: 0;	
}
/***************************************************
 * Floating window 4
 **************************************************/
#window4
{
	position: absolute;
	left: 300px;
	top:  650px;
	width: 447px;
	height: 300px;
	overflow: hidden;
	display: none;
}

#windowTop4
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

#windowTopContent4
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.png);
	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: .9em;
	color: #fff;
	padding-left: 20px;
	text-align:left;
}

#windowMin4
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

#windowMax4
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}

#windowClose4
{
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

#windowBottom4
{
	position: relative;
	height: 400px;
	background-image: url(../images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#windowBottomContent4
{
	position: relative;
	height: 400px;
	background-image: url(../images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
	
#windowResize4
{
	position: absolute;
	right: 7px;
	bottom: 7px;
	cursor: se-resize;
}

#windowContent4
{
	position:absolute;
	top: 30px;
	left: 10px;
	right: 10px;
	width: auto;
	height: auto;
	overflow: hidden;	
	border: 1px solid  #000000;	
	background-color: #000;
}

#windowContent4 *
{
	margin: 6px 0 0 0;
	padding:0;	
}
	
.transferer44
{
	border: 1px solid #0469af;
	background-color: #666699;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
#windowContainer4 {
	padding: 0;
	margin: 0;	
}