@charset "utf-8";
/* CSS Document */

.PageCMS .editbar{
	padding: .2em;
	background-color: #EDF1F2;
}
.PageCMS .editbar p{
	margin: 0em;
}
.PageCMS strong{
	font-weight: bold;
}
.PageCMS .hidden{
	display: none;
}
.PageCMS .bucket{
	margin-top: 2em;
}

.PageCMS .editbar input{
	border: solid 1px #79B7D9;
	background-color: #EDF1F2;
}
.PageCMS .editbar input,
.PageCMS .editbar a{
	color: #1B77A8;
}
.PageCMS p{
	margin-top: 1em;
}


.PageCMS .NavTree ul li{
	list-style-type: none;
	clear:left;
}
.PageCMS .NavTree ul li .nochildren{
	margin-left: 20px;
}
.PageCMS .NavTree ul li .zippy{
	width: 20px;
	float:left;
}
.PageCMS .NavTree ul li .zippy img{
	padding-left: 2px;
	padding-top: 4px;
}

.PageCMS del{
	background-color: #FFCCCC;
}

.PageCMS ins{
	background-color: #CCFF99;
}




.PageCMS .chooselayout .layoutoption{
	height: 190px;
	float:left;
}
.PageCMS .chooselayout .foot{
	clear:left;
}





/* AJAX Jquery portlets for members portal*/
.PageCMS .ui-sortable-placeholder { border: 2px dotted black; visibility: visible !important; height: 50px !important; }
.PageCMS .ui-sortable-placeholder * { visibility: hidden; }
