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

#license_window_fade{
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 450;
}
* html #license_window_fade{
	display:none;
}

.license_window{
	background-color:#FFFFFF;
	border:1px solid #3394e1;
    font-size:12px;
    position:fixed;
    display:block;
	width:650px;
	background-image:url(../images/MainSite/collectionspy/licenseterms_bg.png);
	background-repeat:no-repeat;
	height:450px;
	overflow:hidden;
	margin-left:-325px;
	left:50%;
	top:10%;
    text-decoration:none;
	z-index:500;
}
* html .license_window{
	position: absolute;
	top:180px;	
	left:325px;
}

.license_window .license_viewarea{
	height:350px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:10px;
}

.license_headerbar{
	padding-bottom:5px;
	padding-left:7px;
	padding-right:5px;
	letter-spacing:1px;
	color:#333333;
	height:60px;
}

.license_headerbar h2{
	padding:0px;
	margin:0px;
	color:#333333;
	line-height:20px;
	font-size:15px;
	float:left;
}

.license_window .license_headerbar a{
	display:block;
	border:none;
	width:150px;
	text-align:right;
	height:14px;
	float:right;
	margin-top:4px;
	margin-right:8px;
}


.license_window .closebtn input.default_button{
	background-image:url(../images/popupwindow_btnclose.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	width:16px;
	height:14px;
	float:right;
	margin-top:4px;
	margin-right:8px;
}
.license_window .closebtn input.default_button:hover{
	cursor:pointer;
}






/* criterium_window */

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

#criterium_window_fade{
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 450;
}
* html #criterium_window_fade{
	display:none;
}

.criterium_window{
	background-color:#FFFFFF;
	border:1px solid #3394e1;
    font-size:12px;
    position:fixed;
    display:block;
	width:650px;
	background-image:url(../images/MainSite/collectionspy/criterium_bg.png);
	background-repeat:no-repeat;
	height:250px;
	overflow:hidden;
	margin-left:-325px;
	left:50%;
	top:10%;
    text-decoration:none;
	z-index:500;
	
	display:none;
}
* html .criterium_window{
	position: absolute;
	top:180px;	
	left:325px;
}

.criterium_window .criterium_viewarea{
	height:150px;
	/*overflow-y:scroll;*/
	/*overflow-x:hidden;*/
	padding:10px;
}

.criterium_headerbar{
	padding-left:7px;
	padding-right:5px;
	letter-spacing:1px;
	color:#333333;
	height:60px;
}

.criterium_headerbar h2{
	padding:0px;
	margin:0px;
	color:#333333;
	line-height:20px;
	font-size:15px;
	float:left;
}

.criterium_window .criterium_headerbar a{
	display:block;
	border:none;
	width:150px;
	text-align:right;
	height:14px;
	float:right;
	margin-top:4px;
	margin-right:8px;
}


.criterium_window .closebtn input.default_button{
	background-image:url(../images/popupwindow_btnclose.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	width:16px;
	height:14px;
	float:right;
	margin-top:4px;
	margin-right:8px;
}
.criterium_window .closebtn input.default_button:hover{
	cursor:pointer;
}