@charset "UTF-8";
/* CSS Document */

#transparent-background {
	display: none;
	opacity: .7;
	-moz-opacity: .7;
	filter:alpha(opacity=70);
	width: 100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	margin-bottom: -800px;
}

#window {
	display: none;
	position: absolute;
	top: 20px;
	width: 400px;
	background-color: #eee;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 10pt;
	border: 2px double silver;
}

#window-title {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px;
	padding-bottom: 0px;
	float: left;
	background: none;
}

#window h2 {
	text-transform: none;
	font-size: 12pt;
}

#window .top {
	background: url(../images/window-title-background.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #555;
	margin-bottom: 13px;
	width: 100%;
}

#close-window {
	float: right;
	padding: 10px;
}

#window-content {
	margin: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#window a {
	font-size: 9pt;
	color: #999;
	text-decoration: none;
}

#window a.cbutton {
	color: #1f89c9;
}

#window a:hover {
	color: black;
}

#window .logo {
	margin-top: 20px;
	float: left;
	margin-bottom: 10px;
	margin-left: -5px;
}

#window a.country {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#window a.country:hover {
	color: #1275b1;
}

#window a.cbutton, a.cbutton {
    background: transparent url('../images/btn-bg-right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	cursor: pointer;
}

a.cbutton span {
    background: transparent url('../images/btn-bg-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.cbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 