html
{
	height: 100%;
}
img{
	border: none;
}
body
{
	height: 100%;
}
.groupWrapper
{
	min-height: 10px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #DAFF9F;
	border-top: 2px solid #B5EF59;
	color: #000;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
}
.joomexDragHandle{
	/*cursor: move;*/
}
.joomexDragable{
	
}
.sortableactive{
	/*background-color:#FFFFCC;*/
	/*border:1px dotted #f00;*/
}
.sortablehover{
	/*background-color:#CCCCCC;*/
}
























.loading{
	position:absolute;
	width:auto;
	background-color:#be0808;
	color:#FFFFFF;
	text-align:center;
	display:none;
	padding:5px;
	opacity: .9;
	filter:filter: Alpha(Opacity=90);
	z-index:20000;
}

.settings{
	cursor:pointer;
}
/*
.jlog{
	height:65px;
	width:550px;
	overflow:hidden;
	position:absolute;
	z-index:100;
	margin-right:50px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	cursor:default;
}
.jlog span{
	padding:5px;
	border-bottom:1px solid #666666;
	display:block;
}
*/
#joomexHistoryHandler{
	font-weight:bold;
	cursor:pointer;
}
#joomexHistory{
	display:none;
	position:absolute;
	width:250px;
	height:400px;
	background-color:#FFFFFF;
	border:2px solid #0066CC;
	z-index:600;
}
