/** floating windows */

/***************************************************

 * Floating window 1

 **************************************************/

#window

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 172px;

	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: 8pt;

	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: 100px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent

{

	position: relative;

	height: 100px;

	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  #666666;	

	background-color: #fff;

	color: #000000;

	text-align:left;	

}



#windowContent p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent *

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.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: 280px;

	top: 300px;

	width: 350px;

	height: 250px;

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#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: 150px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent2

{

	position: relative;

	height: 150px;

	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 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#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: 280px;

	top: 300px;

	width: 350px;

	height: 250px;

	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: 8pt;

	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: 150px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent3

{

	position: relative;

	height: 150px;

	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 #005faf;	

	background-color: #fff;

}

#windowContent3 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent3

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer33

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer3 {

	padding: 0;

	margin: 0;

}

/***************************************************

 * Floating window 4

 **************************************************/

#window4

{

	position: absolute;

	left: 280px;

	top: 360px;

	width: 350px;

	height: 250px;

	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: 8pt;

	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: 110px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent4

{

	position: relative;

	height: 110px;

	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 #005faf;	

	background-color: #fff;

	line-height:16px;

}

#windowContent4 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent4

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer44

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer4 {

	padding: 0;

	margin: 0;

}

/***************************************************

 * Floating window 5

 **************************************************/

#window5

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 250px;

	overflow: hidden;

	display: none;

}



#windowTop5

{

	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;

}



#windowTopContent5

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin5

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax5

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose5

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom5

{

	position: relative;

	height: 150px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent5

{

	position: relative;

	height: 150px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize5

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent5

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;

	height: 118px;	

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent5 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent5

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer55

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer5 {

	padding: 0;

	margin: 0;

	height:100%;

}

/***************************************************

 * Floating window 6

 **************************************************/

#window6

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 250px;

	overflow: hidden;

	display: none;

}



#windowTop6

{

	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;

}



#windowTopContent6

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin6

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax6

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose6

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom6

{

	position: relative;

	height: 110px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent6

{

	position: relative;

	height: 110px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize6

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent6

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;   

	height: auto;

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent6 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent6

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer66

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer6 {

	padding: 0;

	margin: 0;

	height:100%;

}

/***************************************************

 * Floating window 7

 **************************************************/

#window7

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 300px;

	overflow: hidden;

	display: none;

}



#windowTop7

{

	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;

}



#windowTopContent7

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin7

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax7

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose7

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom7

{

	position: relative;

	height: 120px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent7

{

	position: relative;

	height: 120px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize7

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent7

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;   

	height: auto;

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent7 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent7

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer77

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer7 {

	padding: 0;

	margin: 0;

	height:100%;

}

/***************************************************

 * Floating window 8

 **************************************************/

#window8

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 350px;

	overflow: hidden;

	display: none;

}



#windowTop8

{

	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;

}



#windowTopContent8

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin8

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax8

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose8

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom8

{

	position: relative;

	height: 150px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent8

{

	position: relative;

	height: 150px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize8

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent8

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;   

	height: auto;

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent8 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent8

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer88

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer8 {

	padding: 0;

	margin: 0;

	height:100%;

}



/***************************************************

 * Floating window 9

 **************************************************/

#window9

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 400px;

	overflow: hidden;

	display: none;

}



#windowTop9

{

	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;

}



#windowTopContent9

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin9

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax9

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose9

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom9

{

	position: relative;

	height: 180px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent9

{

	position: relative;

	height: 180px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize9

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent9

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;   

	height: auto;

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent9 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent9

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer99

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer9 {

	padding: 0;

	margin: 0;

	height:100%;

}



/***************************************************

 * Floating window 10

 **************************************************/

#window10

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 400px;

	overflow: hidden;

	display: none;

}



#windowTop10

{

	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;

}



#windowTopContent10

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin10

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax10

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose10

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom10

{

	position: relative;

	height: 160px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent10

{

	position: relative;

	height: 160px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize10

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent10

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;   

	height: auto;

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent10 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent10

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer1010

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer10 {

	padding: 0;

	margin: 0;

	height:100%;

}



/***************************************************

 * Floating window 11

 **************************************************/

#window11

{

	position: absolute;

	left: 280px;

	top: 300px;

	width: 350px;

	height: 500px;

	overflow: hidden;

	display: none;

}



#windowTop11

{

	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;

}



#windowTopContent11

{

	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: 8pt;

	color: #fff;

	padding-left: 20px;

	text-align:left;

}



#windowMin11

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

}



#windowMax11

{

	position: absolute;

	right: 25px;

	top: 10px;

	cursor: pointer;

	display: none;

}



#windowClose11

{

	position: absolute;

	left: 10px;

	top: 10px;

	cursor: pointer;

}



#windowBottom11

{

	position: relative;

	height: 220px;

	background-image: url(../images/window_bottom_end.png);

	background-position: right bottom;

	background-repeat: no-repeat;

}



#windowBottomContent11

{

	position: relative;

	height: 220px;

	background-image: url(../images/window_bottom_start.png);

	background-position: left bottom;

	background-repeat: no-repeat;

	margin-right: 13px;

}

	

#windowResize11

{

	position: absolute;

	right: 7px;

	bottom: 7px;

	cursor: se-resize;

}



#windowContent11

{

	position:absolute;

	top: 30px;

	left: 10px;

	right: 10px;

	width: auto;   

	height: auto;

	border: 1px solid #005faf;	

	background-color: #fff;

}

#windowContent11 p{

	margin:5px 5px 0 5px;

	color:#333333;

	text-align:left;

}



#windowContent11

{

	margin: 6px 0 0 0;

	text-align:center;

}

	

.transferer1111

{

	border: 1px solid #0469af;

	background-color: #bb9e8e;

	filter:alpha(opacity=30); 

	-moz-opacity: 0.3; 

	opacity: 0.3;

}



#windowContainer11 {

	padding: 0;

	margin: 0;

	height:100%;

}



.links:hover{

	text-decoration:underline;

	color:#000000;

}