.overlay_funky {
	background-color: #888888;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.funky_nw {
	background: transparent url(./funky/gcornerlt.gif) no-repeat 0 0;
  	width:11px;
  	height:11px;
}

.funky_n {
  background: transparent url(./funky/topgrey.gif) repeat-x 0 0;
  height:11px;
}

.funky_ne {
  background: transparent url(./funky/gcornerrt.gif) no-repeat 0 0;
  width:11px;
  height:11px;
}

.funky_hl {
  background: transparent url(./funky/leftgrey.gif) repeat-y top left;
  width:7px;
}

.funky_hbg {
  background:#e5e5e5;
}

.funky_hr {
  background: transparent url(./funky/rightgrey.gif) repeat-y top right;
  width:7px;
}

.funky_w {
  background: transparent url(./funky/leftgrey.gif) repeat-y top left;
  width:7px;
}

.funky_e {
  background: transparent url(./funky/rightgrey.gif) repeat-y top right;
  width:7px;
}

.funky_sw {
  background: transparent url(./funky/gcornerlb.gif) no-repeat 0 0;
  width:11px;
  height:11px;
}

.funky_s {
  background: transparent url(./funky/bottomgrey.gif) repeat-x 0 0;
  height:11px;
}

.funky_se, .funky_sizer  {
  background: transparent url(./funky/gcornerrb.gif) no-repeat 0 0;
  width:11px;
  height:11px;
}

.funky_sizer {
	cursor:se-resize;
}

.funky_close {
	width: 23px;
	height: 23px;
	background: transparent url(./funky/close_btn.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	margin-top:14px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.funky_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(./funky/close_btn.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.funky_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(./funky/close_btn.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.funky_title {
	float:left;
	height:23px;
	font-size:22px;
	text-align:left;
	margin: 8px 2px 0px 2px;
	width:100%;
	color:#1a1a1a;
	background:#e5e5e5;
}


.funky_content {
	padding:0;
	margin: 0;
	color: #4d4d4d;
	font-family: Tahoma, Arial, sans-serif;
  	font-size: 11px;
	background:#e5e5e5;
}


/* For alert/confirm dialog */
.funky_window {
	border:1px solid #F00;
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	overflow:auto;
}

.funky_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.funky_buttons {
	text-align:center;
	width:100%;
}

.funky_buttons input {
	width:20%;
	margin:10px;
}

.funky_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.funky_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


