.hBox {
	position:fixed;
	top: 10px;
	left: 0;
	width: 250px;
	background-color: #333;
	padding: 1px;
	cursor: default;
	overflow: hidden;
	font-family: Verdana,lucida,helvetica,arial,sans-serif;
	font-size: 11px;
	color: #fff;
	z-index:2500;
	/*
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-box-sizing: border-box;	
	*/
}

.hBox .titlebar {
	background: #333 url(../images/hoverbox/titlebar.gif) 0 0 repeat-x;
	border-bottom: 1px solid #000;
	font-family: tahoma,arial,lucida,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	color: #fff;
	-moz-user-select:none;
	height:13px;
	/* height:24px; line-height:24px; */
	/*cursor:move;*/
}

.hBox .close {
	display: block;
	position:absolute;
	right:3px;
	top:5px;
	height:14px;
	width:14px;
	cursor: hand;
	cursor: pointer;
	-moz-user-select:none;
	background: url(../images/hoverbox/x.gif) 50% 50% no-repeat;
}

.hBox .content {
	background-color: #474747;
	text-align: center;
	color: #fff;
	padding:5px;
	margin:1px;
}

.hBox .content img {	
	margin: auto auto;
	background-color:white;
	border: 1px solid #000;
}

.hBox .content .imgWrap { border:1px solid black; overflow:auto; }
.hBox .content .imgWrap img { border:0; }

.hoverDrag {
	cursor:move;
}

div.anim {
	display:block;
	width:155px; height:15px;
	background: transparent url(../images/hoverbox/green.gif) 50% 50% no-repeat;
	margin:0 auto 10px auto;
	-moz-user-select:none;
}

.hBoxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:2499;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor: pointer;
	cursor:hand;
}


/* hover box above */

.lBox {
	border:5px solid #e9e9e9;
 	background:white url(../images/themes/default/head_stripes.gif) top left repeat-x;
	position:absolute;
	z-index:1500;
	overflow: hidden;
} 

a.lClose {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	height:16px;
	width:16px;
	background: transparent url(../images/16/cross.png) 50% 50% no-repeat;
	/*z-index: 2000;*/
}

.overlay{
	position: absolute;
	top: 0; left: 0;
	z-index: 500;
	width: 100%;
	height: 50px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor:hand;
	cursor:pointer;
}

.overlayTrans {
	background-color: #fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/* light box above */

.overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	background-color: #000;
	cursor:hand;
	cursor:pointer;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay.clear {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div.kWin iframe { border:1px solid black; background-color:white; }
div.kWin {
	position:fixed;
	top: 10px;
	left: 0;
	min-width: 150px;
	cursor: default;
	overflow: hidden;
	z-index:2500;
}
.kWin .close {
	position:absolute;
	right:3px;
	top:5px;
	height:14px;
	width:14px;
	cursor: hand;
	cursor: pointer;
	-moz-user-select:none;
	background: url(../images/hoverbox/x.gif) 50% 50% no-repeat;
}
.kWin .titlebar {
	display:block;
	-moz-user-select:none;
	min-height:13px;
}

.hClr .titlebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	padding:3px 0 3px 10px;
	height:14px;
	line-height:14px;
	text-align:left;
}
.hClr .close { 
	top:0; 
	background: url(../images/16/cross.png) 50% 50% no-repeat;
	height:16px;
	width:16px;
}

.hClr .content {
	background-color: #E9E9E9;
	text-align: center;
	color: #000;
	padding:5px;
	margin:1px;
}

.hClr .content img {	
	margin: auto auto;
	background-color:white;
	border: 1px solid #000;
}

.hClr .content .imgWrap { border:1px solid black; overflow:auto; }
.hClr .content .imgWrap img { border:0; }

div.hClr iframe {
	border:0;
	/*background-color:white;*/
}

/* Maximize Theme */

div.hMax div.titlebar { display:none; }
div.hMax .close { 
	top:0; 
	background: url(../images/16/cross.png) 50% 50% no-repeat;
	height:16px;
	width:16px;
}
div.hMax .content 	{ background-color: white; padding:0; margin:0; }
div.hMax iframe 	{ background-color:white; border:0; }
