
/* For alert/confirm dialog */

/* Barva ozadja */
.overlay_alert {
	background-color: #2250A4;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}



.alert_n 
{
}

.alert_ne 
{
	
}

.alert_nw 
{
	
}

.alert_w 
{ 
	
}

.alert_e 
{
}

.alert_sw 
{
}

.alert_s 
{

}

.alert_se, .alert_sizer  
{
	
}


.alert_sizer {
	cursor:se-resize;	
}




.alert_content {
	background-color: #FFFFFF;
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
 	overflow: hidden;
}

/* For alert/confirm dialog */
.alert_window
{
	border: 1px solid red;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	padding-bottom:10px;
}

.alert_message
{
	text-align:center;
	width:100%;
	color: #2250A4;
	font-size: 11px;
}

.alert_buttons
{
	text-align:center;
	width:100%;
	maring: 0px;
	padding: 0px;
}

.alert_buttons input
{
	width: 68px;
	background-image: url( '../../images/global/popup/close.jpg' );
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	float: right;
	bottom: 8px;
	cursor: pointer;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('http://127.0.0.1/projects/develop/lido/web/images/global/window/popup/progress.gif') no-repeat center center
}

.alert_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


/* DO NOT CHANGE THESE VALUES*/
.dialog
{
	display: block;
	position: absolute;
}

.dialog table.table_window
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}


.mid
{
border: 1px solid #868686;
}
