@charset "UTF-8";
/* CSS Document */
.window
{
	position: relative;
	left: 15px;
	top: 10px;
	width: 343px;
	height: 94px;
	overflow: hidden;
}
.windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/scripts/videoplayer/window_top_end.gif);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.windowTopContent
{
	margin-right: 13px;
	background-image:url(/scripts/videoplayer/window_top_start.gif);
	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: 14px;
	color: #EEEEEE;
}

.windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.windowBottom
{
	position: relative;
	height: 62px;
	background-image: url(/scripts/videoplayer/window_bottom_end.gif);
	background-position: right bottom;
	background-repeat: repeat-y;
}
.windowBottomContent
{
	position: relative;
	height: 62px;
	background-image: url(/scripts/videoplayer/window_bottom_start.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-right: 13px;
	margin-left: 13px;
}
.windowLeftContent
{
	position: relative;
	height: 62px;
	background-image: url(/scripts/videoplayer/windowLeft.gif);
	background-repeat: repeat-y;
}
.windowResize
{
	position: absolute;
	right: 1px;
	bottom: 0px;
}
.windowBLCorner
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #000066;
	height: 47px;
	width: 322px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666;
}
.windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid;
	border-color: #000066;
	background-color: #2F62AE;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

