.overlay_domotiko {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.domotiko_nw {
	background: url(domotiko/top_left.png) no-repeat 0 0;			
  width:27px;
  height:30px;
}

.domotiko_n {
  background: url(domotiko/top_mid.png) repeat-x 0 0;			
  height:30px;
}

.domotiko_ne {
  background: url(domotiko/top_right.png) no-repeat 0 0;			
  width:21px;	  
  height:30px;
}

.domotiko_w {
  background: transparent url(domotiko/center_left.png) repeat-y top left;			
  width:27px;
}

.domotiko_e {
  background: url(domotiko/center_right.png) repeat-y top right;			
  width:21px;	  
}

.domotiko_sw {
  background: url(domotiko/bottom_left.png) no-repeat 0 0;			
  width:27px;
  height:28px;
}

.domotiko_s {
  background: url(domotiko/bottom_mid.png) repeat-x 0 0;			
  height:28px;
}

.domotiko_se, .domotiko_sizer  {
  background: url(domotiko/bottom_right.png) no-repeat 0 0;			
  width:21px;
  height:28px;
}

.domotiko_sizer {
	cursor:se-resize;	
}

.domotiko_close {
	width: 51px;
	height: 54px;
	background: url(domotiko/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:20px;
	right:41px;
	cursor:pointer;
	z-index:1000;
}

.domotiko_minimize {
	width: 51px;
	height: 54px;
	background: url(domotiko/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:20px;
	right:149px;
	cursor:pointer;
	z-index:1000;
}

.domotiko_maximize {
	width: 51px;
	height: 54px;
	background: url(domotiko/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:20px;
	right:95px;
	cursor:pointer;
	z-index:1000;
}

.domotiko_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FAFAFA;
}

.domotiko_content {
	overflow:auto;
	color: #000;
  font: 12px;
	margin-top:40px;
	background: url(domotiko/overlay.png) repeat 0 0;			
}

/* For alert/confirm dialog */
.domotiko_window {
	background-color: transparent;;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.domotiko_message {
  font: 12px;
	text-align:center;
	width:100%;
	background-color: transparent;
	padding-bottom:10px;
}

.domotiko_buttons {
	text-align:center;
	width:100%;
}

.domotiko_buttons input {
	width:20%;
	margin:10px;
}

.domotiko_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:100%;
	background: url('domotiko/loading.gif') no-repeat center center
}


