﻿.window
{
	background-image: url(png/bg.png);
	background-repeat: repeat;
	position: absolute;
	z-index: 0;
}

.window a
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

.window a:hover
{
	text-decoration: underline;
}

.window hr
{
	margin: 0px 12px 0px 12px;
}

.window p
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	margin: 12px 12px 12px 12px;
}

.window p.signature
{
	font-style: italic;
	margin: 20px 24px 20px 24px;
}

.window p.small
{
	margin: 0px 20px 15px 20px;
}

.window p.small_italic
{
	font-style: italic;
	margin: 0px 25px 5px 25px;
}

.window p.title
{
	font-weight: bold;
}

.window .bottom
{
	background-image: url(png/bottom.png);
	background-repeat: repeat-x;
	bottom: -37px;
	height: 37px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.window .bottom_left
{
	background-image: url(png/bottom_left.png);
	background-repeat: no-repeat;
	bottom: -37px;
	height: 37px;
	left: -33px;
	position: absolute;
	width: 33px;
	z-index: 2;
}

.window .bottom_right
{
	background-image: url(png/bottom_right.png);
	background-repeat: no-repeat;
	bottom: -37px;
	height: 37px;
	position: absolute;
	right: -35px;
	width: 35px;
	z-index: 2;
}


.window .content
{
	height: 100%;
	overflow: auto;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.window .content .body
{
	padding: 5px 5px 5px 5px;
}

.window .control
{
	position: absolute;
	right: 2px;
	top: -28px;
	z-index: 3;
}

.window .footer_stub
{
	bottom: -34px;
	height: 25px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.window .left
{
	background-image: url(png/left.png);
	background-repeat: repeat-y;
	height: 100%;
	left: -33px;
	position: absolute;
	width: 33px;
	z-index: 1;
}

.window .right
{
	background-image: url(png/right.png);
	background-repeat: repeat-y;
	height: 100%;
	position: absolute;
	right: -35px;
	width: 35px;
	z-index: 1;
}

.window .top
{
	background-image: url(png/top.png);
	background-repeat: repeat-x;
	height: 62px;
	position: absolute;
	top: -62px;
	width: 100%;
	z-index: 1;
}

.window .top_left_warning
{
	background-image: url(png/pt/top_left_warning.png);
	background-repeat: no-repeat;
	height: 62px;
	left: -33px;
	position: absolute;
	top: -62px;
	width: 153px;
	z-index: 2;
}

.window .top_right
{
	background-image: url(png/top_right.png);
	background-repeat: no-repeat;
	height: 62px;
	position: absolute;
	right: -35px;
	top: -62px;
	width: 35px;
	z-index: 2;
}

#initialize
{
	height: 73px;
	left: 50%;
	margin: -35px 0px 0px -130px;
	position: absolute;
	top: 50%;
	width: 260px;
}

#window_about, #window_download, #window_faq
{
	height: 400px;
	right: 80px;
	top: 130px;
	width: 300px;
}

#window_browser, #window_system
{
	height: 180px;
	left: 50%;
	margin: -90px 0px 0px -150px;
	top: 50%;
	width: 300px;
}

#window_flash, #window_terraexplorer
{
	height: 210px;
	left: 50%;
	margin: -105px 0px 0px -150px;
	top: 50%;
	width: 300px;
}

#window_flash_retry, #window_terraexplorer_retry
{
	height: 140px;
	left: 50%;
	margin: -70px 0px 0px -150px;
	top: 50%;
	width: 300px;
}

#window_java
{
	height: 190px;
	left: 50%;
	margin: -95px 0px 0px -150px;
	top: 50%;
	width: 300px;
}
