@CHARSET "UTF-8";

/**
 * Api_message
 */
.api_msg_wraper {
	position: fixed;
	top: 0;
	left: 0;
}

.api_msg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.api_msg .content_wraper {
  padding: 10px;
  background-color: #f6f6f6;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  color: #0041a2;
  width: 388px;
}

.api_msg .content {
	overflow: hidden;
}

.api_msg .footer {
  clear: both;
  float: left;
}

.api_msg .bb {
  float: left;
  height: 8px;
  width: 394px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #a7a7a7;
}

.api_msg .cl {
  float: left;
  height: 8px;
  width: 8px;
  background-image: url(/img/admin/api_window_cbl.png);
}

.api_msg .cr {
  float: left;
  height: 8px;
  width: 8px;
  background-image: url(/img/admin/api_window_cbr.png);
}

/* confirmation_message */
.api_confirmation_message .content {
  	font-weight: bold;
  	line-height: 1.5em;
  	font-size: 1.3em;
 	text-align: center;
	color: #198600;
}

.api_confirmation_message .content_wraper .button_area {
  margin-top: 8px;
  text-align: center;
}

.api_confirmation_message .content_wraper .button_area .action_ok,
.api_confirmation_message .content_wraper .button_area .action_cancel {
	margin: 0 10px;
}

.api_confirmation_message .content_wraper .failure_area,
.api_confirmation_message .content_wraper .success_area {
  margin-top: 8px;
  text-align: center;
}

/* Dialogbox width! */
.api_dialogbox .title {
  	font-weight: bold;
  	line-height: 16px;
  	font-size: 12px;
  	margin-right: 24px;
}

.api_dialogbox .close_holder {
	float: right;
	width: 24px;
}

.api_dialogbox .action_close {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/img/admin/api_window_close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* dialogbox 600px width */
.api_dialogbox_600px .content_wraper {
  width: 588px;
}

.api_dialogbox_600px .bb {
  width: 594px;
}

/* poporostu message! */

.api_msg .status {
  padding: 4px;
  background-color: #f29132;
  color: #ffffff;
  font-weight: bold;
  width: 400px;
  float: left;
}

.api_msg .status .counter {
  font-size: 80%;
  float: left;
}

.api_msg .status .closer {
  float: right;
}

.api_msg .status .closer a {
  color: #ffffff;
  text-decoration: none;
}

.api_overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 550px; 
}
