/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
div.wicket-mask-dark {	
	position: fixed;	
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	opacity: 0.4; 
	background-color: black; 
	filter: alpha(opacity=40); 
	background-image: url('transparent2.png');
}

div.wicket-mask-transparent {
	position: fixed;	
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;

	background-image: url('transparent1.gif');
}

div.wicket-modal {	
	position: fixed;
	_position: absolute;
	z-index: 20001; 
	visibility: hidden;
}

div.wicket-modal div.w_top_1 {	
	width: 100%;	
	overflow: hidden;
}

div.wicket-modal div.w_top {
	height: 11px; 
	background-position: 0px -16px; 
	overflow: hidden;
	cursor:n-resize;
	padding: 0px; margin: 0px;		
}

div.wicket-modal .w_topLeft {
/*
	position: absolute; 
	top: 0px; 
	left: 0px; 
	*/
	width: 14px; 
	height: 11px;	
	float: left;
	background-position: 0px 0px; 
	overflow: hidden; 
	cursor: nw-resize;
}

div.wicket-modal div.w_topRight {
	/*
	position: absolute;	
	top: 0px; 
	right: 0px; 
	*/
	width: 14px; 
	height: 11px;	
	float: right; 
	background-position: -16px 0px;
	overflow: hidden; 
	cursor: ne-resize;
}

div.wicket-modal div.w_left {
	background-position: 0px 0px; 
	background-repeat: repeat-y;
	cursor: w-resize; 
	width: 100%;
}

div.wicket-modal div.w_right_1 {
	margin-left:10px;	
}

div.wicket-modal div.w_right {
	background-position: right;
	background-repeat: repeat-y; 
	cursor:e-resize; 
	width: 100%;	
}

div.wicket-modal div.w_caption {
	height: 1.4em;
}

div.wicket-modal .w_captionText {
	margin: .1em;
	text-align: center;
}

div.wicket-modal div.w_content_1 {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #bbb;
	cursor: auto;	
}

div.wicket-modal div.w_caption {
	height: 2em; 
	overflow: hidden; 
	cursor: default;
	position: relative;
	cursor: default;
}

div.wicket-modal a.w_close {	
	height: 24px; 
	width: 24px; 
	overflow: hidden;
	background: url('close.png') no-repeat;
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 0px;
	margin: 0px;
}

div.wicket-modal div.w_content_2 {
	width: 100%; 
	_overflow: auto;
	cursor: default;
}

div.wicket-modal div.w_content {
	width: 100%;
}

div.wicket-modal div.w_content_container {
	position: relative;
}

div.wicket-modal iframe.wicket_modal {
	width: 100%; 
	height: 400px; 			
	padding: 0px; 
	margin: 0px; 
	border-width: 0px;
	position: relative;
}

div.wicket-modal div.w_bottom_1 {
	width: 100%;
	overflow: hidden;
	cursor: n-resize; 
}

div.wicket-modal div.w_bottom {
	height: 15px; 
	background-position: 0px -32px; 
	overflow:hidden; 

}

div.wicket-modal div.w_bottomRight {
	/*
	position: absolute; 
	bottom: 0px; 
	right: 0px;
	*/ 
	width: 14px; 
	height: 15px;
	float: right;
	background-position: -48px 0px; 
	cursor: nw-resize; 
	overflow: hidden;
}



div.wicket-modal div.w_bottomLeft {
	/*
	position: absolute; 
	bottom: 0px; 
	left: 0px;
	*/ 
	width: 14px; 
	height: 15px;
	float: left;
	background-position: -32px 0px; 
	overflow: hidden; 
	cursor: ne-resize;
}
