/*-------------------------------------------------PAGE BODY-------------------------------------------------*/

#modalWindowClient, #modalWindowSubscriberGroup, #modalWindowTemplate {
	position:absolute;
	text-align:center;
	width:100%;
	top: 0px;
	height:100%;
	z-index:50;
	padding-top: 100px;
}
.modal-button {
	background-color: #1A4F85;
	margin: 0 auto;
	padding: 5px 0;
	width: 800px;
}
.modal-title {
	background-color: #1A4F85;
	font-weight:bold;
	color:#ffffff;
	margin: 0 auto;
	width: 800px;
	padding: 5px 0;
}
#modalBg {
	position:absolute;
	background-color:#666666;
	width:100%;
	top: 0px;
	height:100%;
	z-index:45;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#find_subscribergroup, #find_client, #find_template {
	width: 800px;
	height:450px;
}
/*-------------------------------------------------LOADER WINDOW -------------------------------------------------*/#page_loading {
	position:absolute;
	z-index:20;
	top:325px;
	left:0;
	width:100%;
	text-align:center;
}
.loading_message {
	background-image:url(/public/images/misc/bg-loader.png);
	background-repeat:no-repeat;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin:auto;
	text-align:center;
	width:343px;
	height:191px;
}
.loading_image {
	padding-top:65px;
}
.loading_text {
	padding-top:10px;
}/*-------------------------------------------------INFO MESSAGE-------------------------------------------------*/
#info_message {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index: 11;
	display:none;
	padding:0;
}
.info_message_ok {
	font-size:14px;
	color:#0a5200;
	font-weight:bold;
	background-image:url(/public/images/misc/bg-info-message.png);
	border-top:1px solid #0a5200;
	border-bottom:1px solid #0a5200;
}
.info-message-text {
	padding:7px;
	background-image:url(/public/images/misc/bg-info-message.png);
}
.info-message-icon {
	float:left;
	margin-left:10px;
}
.info-message-label {
	float:left;
	margin-left:5px;
	margin-top:3px;
}

.innercol {
	width:800px;
}

.field-error {
	background-image:url(../images/misc/bgred.png);
	background-color:#FF9999;
}

.folder-chmod {
	color:#888;
}

.folder-chmod-active {
	color:#F00;
	font-weight:bold;
}

/*tooltip*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
