﻿
#window
{
	position: absolute;
	top: 0px;
	width: 300px;
	height: 238px;
	overflow: hidden;
	display: none;
	text-align:left;
}
#windowTop
{
	height: 46px;
	overflow:hidden;
	background-image: url(topRightConner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 8px;
	background-image:url(2.gif);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4298ED;
}

#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: 188px;
	background-image: url(bottomRight.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right:2px;
}
#windowBottomContent
{
	position: relative;
	height: 188px;
	background-image: url(bottomLeftbg.gif);
	background-position: 2px bottom;
	background-repeat: no-repeat;/*background-color:#F1F3DD;*/
	margin-right: 5px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 46px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #4298ED;
	height: 176px;
	width: 278px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
}
#windowContent *
{
	margin: 5px 5px 5px 5px;
	text-decoration:none;
}
#windowContent a
{
	float:left;
	width:55%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FF0000;
}
#windowContent a:hover{
    text-decoration:underline;
    color:#FF0000;
}
#windowContent li
{
	clear:both;
}
#windowContent .intro
{
	text-indent:24px;
	clear:both;
}
.transferer2
{
	border: 1px solid #4298ED;
	background-color: #DAE3EC;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
