@charset "utf-8";
/* CSS Document */
.neo-layer{
	position: absolute;
	z-index:160000;
	/*width:250px;*/
}
.neo-layer-hide{
	display:none;
}

.neo-layer .left {
	background-image: url(../images/popup_window/images/top-right-pointer.gif);
	background-repeat: no-repeat;
	padding: 0;
	background-position: right 20px;
}
.neo-layer .right {
	margin: 0 33px 0 0;
	padding: 0;
}

.neo-layer .close{
	float: right;
	padding: 8px 0 0 0;
}
.neo-layer .layer-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 50px 0 0;
	margin: 0px;
	color: #767A7A;
	white-space:nowrap;
	text-align:left;
}
.neo-layer .tl {
	background-image: url(../images/popup_window/images/tl.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 44px;
	background-position: left;
}
.neo-layer .tr {
	background-image: url(../images/popup_window/images/tr.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 14px;
	padding: 0;
	height: 44px;
	background-position: right;
}
.neo-layer .tc {
	background-image: url(../images/popup_window/images/tc.gif);
	margin: 0 14px 0 0;
	background-repeat: repeat-x;
	padding: 0;
	height: 44px;
	background-position: center;
}

.neo-layer .ml {
	background-image: url(../images/popup_window/images/ml.gif);
	background-repeat: repeat-y;
	padding: 0;
	background-position: left;
}
.neo-layer .mr {
	background-image: url(../images/popup_window/images/mr.gif);
	margin: 0 0 0 14px;
	background-repeat: repeat-y;
	padding: 0;
	background-position: right;
}
.neo-layer .mc {
	background-color: #e7e7e7;
	background-image: url(../images/popup_window/images/mc.gif);
	background-repeat: repeat;
	background-position:0px 0px;
	margin: 0 14px 0 0;
	padding: 10px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #555555;
	text-align:left;
}

.neo-layer .bl {
	background-image: url(../images/popup_window/images/bl.gif);
	background-repeat: no-repeat;
	padding: 0;
	background-position: left;
}
.neo-layer .br {
	background-image: url(../images/popup_window/images/br.gif);
	margin: 0 0 0 14px;
	background-repeat: no-repeat;
	padding: 0;
	background-position: right;
}
.neo-layer .bc {
	background-image: url(../images/popup_window/images/bc.gif);
	margin: 0 14px 0 0;
	background-repeat: repeat;
	padding: 0;
	background-position: center;
	height:14px;
}
.neo-layer .btn-bar {
	float:right;
	margin: auto;
	padding: 5px 0 0 0 ;
}

.selected-items {
	font-size:12px;
	font-weight:600;
	/*color:#000099;*/
	color: #414242;
}

.lbl_neo_small {
		line-height: 26px;
		font-weight: normal;
		font-size: 12px;
		color: #414242;
}

.selected-items_small {
	font-size:13px;
	font-weight:200;
	/*color:#000099;*/
	color: #414242;
}


.child-items {
		line-height: 26px;
		font-weight: normal;
		font-size: 12px;
		color: #414242;
		padding-left:10px;
}


.edit_delete {
	text-align: right;
	padding-left: 5px;
}

.ajx_nllayer_content {
	font-size: 11px;
	color: #000000;
}

.ajax_nllayer_messages {
	font-size: 11px;
	color: #993300;
}

