div.custom-modal {
	color:  rgb(120,20,0); 
	text-align:left;
		
	border-width: 2px;
	border-style: solid;
	border-color: rgb(150,30,0);

	background-color: rgb(255,255,247);
}

div.wicket-modal div.custom-modal div.w_top,
div.wicket-modal div.custom-modal div.w_bottom,
div.wicket-modal div.custom-modal div.w_topLeft,
div.wicket-modal div.custom-modal div.w_topRight,
div.wicket-modal div.custom-modal div.w_bottomRight,
div.wicket-modal div.custom-modal div.w_bottomLeft {}
div.wicket-modal div.custom-modal a.w_close {
	 
	/* 
	background-image: none;
	background-color: black; 
	background-color: rgb(255,255,239);
	*/
	
}

div.wicket-modal div.custom-modal div.w_left,
div.wicket-modal div.custom-modal div.w_right {
	background-image: none; 
	/* background-color: rgb(255,255,239); */
}

div.wicket-modal div.custom-modal div.w_close {
	/* 
        background: url(/mytrip/images/close_x.gif) no-repeat;
        */
       
} 

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

div.custom-modal .w_topLeft {

	width: 4px; 
	height: 4px;	
	float: left;
	background-position: 0px 0px; 
	overflow: hidden; 
	cursor: nw-resize;
}

div.custom-modal div.w_topRight {

	width: 4px; 
	height: 4px;	
	float: right; 
	background-position: -16px 0px;
	overflow: hidden; 
	cursor: ne-resize;
}

div.custom-modal div.w_caption {
	height: 2.4em; 
	overflow: hidden; 
	cursor: default;
	position: relative;
	background-color:  rgb(255,255,247);
	cursor: default;
	line-height: 1.4em;
	color: #666;
}

div.custom-modal a.w_close {	
	height: 16px; 
	width: 16px; 
	overflow: hidden;
	
	position: absolute;
	right: 3px;
	padding: 0px;
	margin: 0px;
	
	background: url(../img/frame-blue-1-alpha.png) no-repeat;
	_background-image: url('../img/frame-blue-1-ie.png');
	background-position: -64px 0px;
}

div.custom-modal a.w_close:hover {
	float: right; 
	height: 16px; 
	width: 16px; 
	overflow: hidden;
	
	background: url(../img/frame-blue-1-alpha.png) ;
	_background-image: url('../img/frame-blue-1-ie.png');
	background-position: -80px 0px;
}

div.custom-modal div.w_content {
	width: 100%;

	background-color: rgb(255,255,247);
}

div.custom-modal div.w_content_1 {
	margin-right: 4px;
	cursor: auto;	
}

div.custom-modal div.w_content_2 {
	width: 100%; 
	background-color: white;
	padding-top: 0.1em;

	_overflow: auto;
}

div.wicket-modal div.w_content_3 {
	border: 0px solid #bbb;
	padding: 0px;	
}

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

div.custom-modal div.w_right_1 {
	margin-left:4px;	
}

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


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

}

div.wicket-modal div.w_bottomRight {

	width: 4px;
	height: 4px;
	float: right;
	background-position: -48px 0px; 
	cursor: nw-resize; 
	overflow: hidden;
}



div.wicket-modal div.w_bottomLeft {

	width: 4px;
	height: 4px;
	float: left;
	background-position: -32px 0px; 
	overflow: hidden; 
	cursor: ne-resize;
}

/*

div.wicket-mask-dark {	
	position: fixed;	
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	opacity: 0.1; 
	-moz-opacity:0.1;  
	background-color: black; 
	filter: alpha(opacity=10); 
	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 {

	width: 14px; 
	height: 11px;	
	float: left;
	background-position: 0px 0px; 
	overflow: hidden; 
	cursor: nw-resize;
}

div.wicket-modal div.w_topRight {

	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_content_1 {
	margin-right: 10px;
	cursor: auto;	
}


div.wicket-modal div.w_caption {
	height: 1.4em; 
	overflow: hidden; 
	cursor: default;
	position: relative;
	background-color: white;
	cursor: default;
	line-height: 1.4em;
	color: #666;
}

div.wicket-modal a.w_close {	
	height: 16px; 
	width: 16px; 
	overflow: hidden;
	background-position: -64px 0px;
	position: absolute;
	right: 3px;
	padding: 0px;
	margin: 0px;
}

div.wicket-modal a.w_close:hover {
	float: right; 
	height: 16px; 
	width: 16px; 
	overflow: hidden;
	background-position: -80px 0px;
	
}

div.wicket-modal span.w_captionText {
	height: 1.4em; 
	position: absolute;
	margin-left: 3px;
	font-weight: bold;
	left: 0em;
}

div.wicket-modal div.w_content_2 {
	width: 100%; 
	background-color: white;
	padding-top: 0.1em;
	_overflow: auto;
}

div.wicket-modal div.w_content_3 {
	border: 1px solid #bbb;
	padding: 0px;	
}

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



div.wicket-modal iframe {
	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 {

	width: 14px; 
	height: 15px;
	float: right;
	background-position: -48px 0px; 
	cursor: nw-resize; 
	overflow: hidden;
}



div.wicket-modal div.w_bottomLeft {

	width: 14px; 
	height: 15px;
	float: left;
	background-position: -32px 0px; 
	overflow: hidden; 
	cursor: ne-resize;
}


div.wicket-modal div.w_blue div.w_left,
div.wicket-modal div.w_blue div.w_right {
	background-image: url('frame-blue-2-alpha.png'); 
	_background-image: url('frame-blue-2-ie.png');
}


div.wicket-modal div.w_blue div.w_top,
div.wicket-modal div.w_blue div.w_bottom,
div.wicket-modal div.w_blue div.w_topLeft,
div.wicket-modal div.w_blue div.w_topRight,
div.wicket-modal div.w_blue div.w_bottomRight,
div.wicket-modal div.w_blue div.w_bottomLeft,
div.wicket-modal div.w_blue a.w_close {
	background-image: url('frame-blue-1-alpha.png'); 
	_background-image: url('frame-blue-1-ie.png');
}


div.wicket-modal div.w_silver div.w_left,
div.wicket-modal div.w_silver div.w_right {
	background-image: url('frame-gray-2-alpha.png'); 
	_background-image: url('frame-gray-2-ie.png');
}


div.wicket-modal div.w_silver div.w_top,
div.wicket-modal div.w_silver div.w_bottom,
div.wicket-modal div.w_silver div.w_topLeft,
div.wicket-modal div.w_silver div.w_topRight,
div.wicket-modal div.w_silver div.w_bottomRight,
div.wicket-modal div.w_silver div.w_bottomLeft,
div.wicket-modal div.w_silver a.w_close {
	background-image: url('frame-gray-1-alpha.png'); 
	_background-image: url('frame-gray-1-ie.png');
}


*/
