@charset "utf-8";
/* CSS Document */

/**
 * Window
 */

#window
{
	margin:0 9px 0 9px;
	width:942px;
}

#window .shades
{
	background:url(/html/img/layout/window-aero/default/window-shades.png) center top no-repeat;
}

.window-text-top
{
	width:942px;
	height:2px;
	background:url(/html/img/layout/window-aero/default/window-text-top.png);
	line-height:0%;
	font-size:1px;
}

.window-top
{
	width:942px;
	height:73px;
	background:url(/html/img/layout/window-aero/default/window-top.png);
	color:#333333;
}

	.window-top a:link, .window-top a:visited
	{
		color:#000000;
		text-decoration:none;
	}

	.window-top a:hover
	{
		text-decoration:underline;
	}

	.window-top img
	{
		margin:0 5px 0 5px;
	}
	
	.window-top a.prev:link, .window-top a.prev:visited
	{
		width:20px;
		height:20px;
		float:left;
		display:block;
		background:url(/html/img/icons/24/prev.gif);
		margin:43px 0 0 21px;
	}
	
	.window-top a.prev:hover
	{
		background:url(/html/img/icons/24/prev-hover.gif);
	}

.window-text-mid
{
	width:902px;
	background:url(/html/img/layout/window-aero/default/window-text-back.png);
	padding:0 20px 0 20px;
	overflow:auto;
}

.window-mid
{
	width:902px;
	height:24px;
	padding:5px 20px;
	color:#FFFFFF;
	background:url(/html/img/layout/window-aero/default/window-back.png);
}
	.window-mid a:link, .window-mid a:visited
	{
		color:#FFFFFF;
	}

.window-text-bot
{
	width:942px;
	height:2px;
	background:url(/html/img/layout/window-aero/default/window-text-bot.png);
	line-height:0%;
	font-size:1px;
}

.window-bot
{
	width:942px;
	height:17px;
	background:url(/html/img/layout/window-aero/default/window-bot.png);
}

.window-footer
{
	text-align:center;
	padding:5px;
	color:#FFFFFF;
}

.window-footer a:link, .window-footer a:visited, .window-footer a:hover
{
	color:white;
}
