/* CSS Document */
#window
{
	z-index: 1000;
	position: absolute;
	left: 300px;
	bottom: -200px;
	width: 400px;
	height: 200px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../../script/jquery/interface/images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#windowTopContent
{
	margin-right: 13px;
	background-image: url(../../script/jquery/interface/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: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #E1DDCC;
}
#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: 157px;
	background-image: url(../../script/jquery/interface/images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 157px;
	background-image: url(../../script/jquery/interface/images/window_bottom_start.png);
	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: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #600021;
	height: 140px;
	width: 375px;
	background-color: #620000;
	padding: 10px;
	scrollbar-base-color: #660000;
	scrollbar-arrow-color: #990000;
	scrollbar-3dlight-color: #770000;
	scrollbar-highlight-color: #990000;
	scrollbar-shadow-color: #500000;
	scrollbar-darkshadow-color: #500000;
	scrollbar-track-color: #620000;
}

#windowContent, #windowContent strong, #windowContent td, #windowContent em {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #E1DDCC;
}

#windowContent img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.transferer2
{
	border: 1px solid #550000;
	background-color: #620000;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}