

.settingsButton {
	float:left;
	top:-5px;
	background: url("./images/settings.png") no-repeat  rgb(238, 238, 238); 
	/*background-image:url('/images/arrow_alt_up.png');*/
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.upButton {
	float:left;
	top:-5px;
	background: url("./images/arrow_alt_up.png") no-repeat  rgb(238, 238, 238); 
	/*background-image:url('/images/arrow_alt_up.png');*/
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.upButtonDisabled {
	float:left;
	top:-5px;
	background: url("./images/arrow_alt_up_disabled.png") no-repeat  rgb(238, 238, 238); 
	/*background-image:url('/images/arrow_alt_up.png');*/
	width:16px;
	height:16px;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.downButton {
	float:left;
	top:-5px;
	background:url('./images/arrow_alt_down.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.downButtonDisabled {
	float:left;
	top:-5px;
	background:url('./images/arrow_alt_down_disabled.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.leftButton {
	float:left;
	top:-5px;
	background:url('./images/arrow_alt_left.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);	
}
.leftButtonDisabled {
	float:left;
	top:-5px;
	background:url('./images/arrow_alt_left_disabled.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);	
}
.rightButton {
	float:left;
	top:-5px;
	background:url('./images/arrow_alt_right.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);	
}
.rightButtonDisabled {
	float:left;
	top:-5px;
	background:url('./images/arrow_alt_right_disabled.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);	
}
.editButton {
	float:left;
	top:-5px;
	background:url('./images/pencil.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.editButtonDisabled {
	float:left;
	top:-5px;
	background:url('./images/pencil_disabled.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.deleteButton {
	float:left;
	top:-5px;
	background:url('./images/cancel.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.addNewButton {
	float:left;
	top:-5px;
	background:url('./images/add.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.addFromShareButton {
	float:left;
	top:-5px;
	background:url('./images/share.png') no-repeat  rgb(238, 238, 238);
	width:16px;
	height:16px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
	border: 1px solid rgba(0, 0, 0, 0.4); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.95);
}
.EditPageButton{
	float:left;
	top:-5px;
	background:url('./images/EP.png') no-repeat  rgb(238, 238, 238);
	width:32px;
	height:32px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px;
    /* 
	border: 1px solid rgba(0, 0, 0, 0.7); 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    */
}
.AddNewPortletButton{
	float:left;
	top:-5px;
	background:url('./images/APt.png') no-repeat  rgb(238, 238, 238);
	width:32px;
	height:32px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
}
.AddSharedPortletButton{
	float:left;
	top:-5px;
	background:url('./images/ASPt.png') no-repeat  rgb(238, 238, 238);
	width:32px;
	height:32px;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
	border-radius: 3px; 
    
}
.PLEBDivContainerHidden{
position: relative;right: 0px; top: 0px;z-index: 5;height:0px;
display:none;
}
.PLEBDivContainer{
position: relative;right: 0px; top: 0px;z-index: 5;height:0px;
display:block;
}
.PLEBDiv{
position: absolute;right: 5px; top: 0px;z-index: 5;height:25px;
}
.AddPortletDivHidden{
	display:none;
	position:absolute;
	left:5px;
	right:5px;
	z-index: 4;
	bottom:10px;
	background: rgba(43, 91, 157,0.8); 
	padding:5px;
	color:rgba(255,255,255,1);

}
.AddPortletDiv{
	display:block;
	position:absolute;
	left:5px;
	right:5px;
	z-index: 4;
	bottom:10px;
	background: rgba(43, 91, 157,0.8); 
	padding:5px;
	color:rgba(255,255,255,1);

}
.AddPortletDiv h3{
	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
	line-height:0px;

}
