/*********************************************************
*
*   Flow Center global skin definition - DO NOT MODIFY!
*
*********************************************************/


.window {
	position: absolute;
	background: url(global/windows/window_titlebar.png);
	background-position: top;
	background-repeat: repeat-x;
	/*background: #acc415;*/
	border: 1px solid #225068;
	border-top: 0px;
	}
	.window-titlebar {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 20px;
		width: 100%;
		overflow: hidden;
		font-family: <xsl:value-of select="$font-family"/>;
		color: #fff;
		font-size: 12px;
		}
		.window-titlebar span {
			position: relative;
			top: 3px;
			left: 3px;
			cursor: default;
		}
		a.window-minimize {
			position: absolute;
			display: block;
			text-decoration: none;
			top: 2px;
			right: 22px;
			height: 16px;
			width:16px;
			background: url(global/windows/window-minimize.png);
			background-position: 0px 0px;
		}
		a.window-minimize:hover {
			background-position: 0px -16px;
		}
		a.window-close {
			position: absolute;
			display: block;
			text-decoration: none;
			top: 2px;
			right: 2px;
			height: 16px;
			width:16px;
			background: url(global/windows/window-close.png);
			background-position: 0px 0px;
		}
		a.window-close:hover {
			background-position: 0px -16px;
		}
		a.window-maximize {
			position: relative;
			display: block;
			text-decoration: none;
			float: right;
			margin: 2px;
			height: 12px;
			width: 96px;
			#height: 16px;
			#width: 100px;
			background: url(global/windows/window-maximize.png);
			background-position: 0px 0px;
			overflow: hidden;
			color: #eee;
			font-family: <xsl:value-of select="$font-family"/>;
			font-size: 10px;
			padding: 2px;
		}
		a.window-maximize:hover {
			background-position: 0px -16px;
			color: #eee;
		}
	#window-tray {
		position: absolute;
		left: 10px;
		height: 20px;
		bottom: 0px;
	}