div { behavior: url(/styles/iepngfix/iepngfix.htc) }

.overlay_bluegrey {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bluegrey_nw {
  background: transparent url(bluegrey/up-left.png) no-repeat 0 0;
  width:42px;
  height:40px;
}

.bluegrey_n {
  background: transparent url(bluegrey/up.png) repeat-x 0 0;
  height:40px;
}

.bluegrey_ne {
  background: transparent url(bluegrey/up-right.png) no-repeat 0 0;
  width:45px;
  height:40px;
}

.bluegrey_w {
  background: transparent url(bluegrey/left.png) repeat-y top left;
  width:42px;
}

.bluegrey_e {
  background: transparent url(bluegrey/right.png) repeat-y top right;
  width:45px;
}

.bluegrey_sw {
  background: transparent url(bluegrey/down-left.png) no-repeat 0 0;
  width:42px;
  height:43px;
}

.bluegrey_s {
  background: transparent url(bluegrey/down.png) repeat-x 0 0;
  height:43px;
}

.bluegrey_se, .bluegrey_sizer  {
  background: transparent url(bluegrey/down-right.png) no-repeat 0 0;
  width:45px;
  height:45px;
}

.bluegrey_sizer {
	cursor:se-resize;
}

.bluegrey_close {
	width: 23px;
	height: 23px;
	background: transparent url(bluegrey/w_close.png) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.bluegrey_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(bluegrey/w_minimize.png) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:54px;
	cursor:pointer;
	z-index:1000;
}

.bluegrey_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(bluegrey/w_maximize.png) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:32px;
	cursor:pointer;
	z-index:1000;
}

.bluegrey_title {
position:relative;
	float:left;
	top: 15px;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.bluegrey_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

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

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

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

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

.bluegrey_submit{
	border:medium none;
	cursor:pointer;
	height:26px;
	margin-left:auto;
	margin-left:auto;
	padding:0px;
	width:78px;
	font-size:11px;
	font-family:tahoma;
	background: transparent url('/img/buttons/btn.png') no-repeat left top
}

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

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

.tooltip_content{
    	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
    	overflow:hidden;
    	margin:0;
    	padding:0;
}
.tooltip_content{
	    margin:0;
    	padding:0;
}
.bluegrey_content {
	   	overflow:hidden;
}

