.overlay_toog {
	background-color: #000000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.toog_iframe {
  border: 0px;
}
.toog_nw {
  background: #5d5d5d url(../images/nav_bg.jpg) repeat-x left 10px;
  height:35px;
  width:10px;
  border-left: 1px solid #ccc;
}

.toog_n {
  background: #5d5d5d url(../images/nav_bg.jpg) repeat-x left 10px;
  height:35px;
}

.toog_ne {
  background: #5d5d5d url(../images/nav_bg.jpg) repeat-x left 10px;
  height:35px;
  width:10px;
  border-right: 1px solid #888;
}

.toog_w {
  background: #fff;
  width:1px;
  border-left: 1px solid #ccc;
}

.toog_e {
  background: #fff;
  width:1px;
  border-right: 1px solid #888;
}

.toog_sw {
  background: #fff;
  width:1px;
  height: 7px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
}

.toog_s {
  background: #fff;
  height: 7px;
  border-bottom: 1px solid #888;
}

.toog_se, .toog_sizer  {
  background: #fff;
  width: 1px;
  height: 7px;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
}

.toog_sizer {
	cursor:se-resize;	
}

.toog_close {
	width: 23px;
	height: 23px;
	background: transparent url(../images/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.toog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.toog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.toog_title {
  height: 30px;
  font-family: Arial;
	font-size:13px;
  font-weight: bold;
	text-align:left;
	color:#fff;
}

.toog_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#fff;
}

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

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

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

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

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


