/* Głowny div ActionsManager */
.actionsManager {
	width: 400px;
	height: 100px;
	border: #000 solid 1px;
	padding: 5px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E5ECCE;
	overflow: hidden;
	
	top: 400px;
	left: 50%;
	margin-left: -200px; 
}

/* Div na header */
.amHeader {
	width: 100%;
	height: 16px;
	padding: 5px 0;
	margin-bottom: 5px;
	background-color: #7E8F4B;
	background-color:#40aee9;
	color: #000;
	font-weight: bold;
	overflow: visible;
	position: relative;
	font-size: 10px;
}

.amHeaderMove {
	cursor: move;
}

/* Div na ikonke zamkniecia */
.amClose {
	width: 16px;
	height: 16px;
	background-image: url("../images/cancel.png");
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0px;
	padding: 0 3px;
}

/* Div na ikonke czekania */
.amWait {
	width: 10px;
	height: 10px;
	background-image: url("../images/amwait.gif");
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	top: 8px;
	left: 5px;
}

.amWindowResize {
	width: 10px;
	height: 10px;
	background-image: url("../images/window_resize.gif");
	background-repeat: no-repeat;
	position: absolute;
	right: -2px;
	bottom: -2px;
	cursor: se-resize;
}

* html .amWindowResize {
	bottom: -7px;
}

.amContainer {
	width: 100%;
	height: 90px;
	overflow: auto;
	text-align: left;
}

.amErrors li {
	color: red;
}

.amMessages li {
	color: green;
}

/* Wiersz szczegółów komentarza */
.commentRow {
	margin: 2px 0;
}

.commentData {
	font-weight: bold;
}

.commentText {
	background-color: white;
	border: 1px solid #7E8F4B;
	padding: 3px;
	margin: 5px 0;
}
