
html
{
	height: 100%;
	width: 100%;
}

img
{
	border: none;
}

body
{
	background: #fff;
	height: 100%;
	width: 100%;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	*/
}

.groupWrapper_1columns
{
	width: 96%;
	float: left;
	/*margin: 1%;*/
	/*min-height: 400px;*/
}
.groupWrapper_1third
{
	width: 30%;
	float: left;
	margin: 1%;
	min-height: 400px;
}
.groupWrapper_2third
{
	width: 60%;
	float: left;
	margin: 1%;
	min-height: 400px;
}

.groupWrapper_2columns
{
	width: 48%;
	float: left;
	margin: 1%;
	min-height: 400px;
}
.groupWrapper_3columns
{
	width: 30%;
	float: left;
	margin: 0 1% 0 0;
	min-height: 400px; /* NECESSARY TO BE ABLE TO DRAG&DROP TO EMPTY STACK */
}
.groupWrapper_4columns
{
	width: 25%;
	float: left;
	margin: 1%;
	min-height: 400px;
}
.groupWrapper_5columns
{
	width: 20%;
	float: left;
	margin: 1%;
	min-height: 400px;
}
.groupWrapper_6columns
{
	width: 15%;
	float: left;
	margin: 0 1% 0 0;
	min-height: 400px; /* NECESSARY TO BE ABLE TO DRAG&DROP TO EMPTY STACK */
}

.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
    /* ORIGINAL VERSION
	line-height: 28px;
	*/
	line-height: 24px;
	background-color: #DAFF9F;
	border-top: 2px solid #B5EF59;
	color: #000;
	/* ORIGINAL VERSION
	padding: 0 10px;
	*/
	/*
	CHANGE NEEDED TO FIX FIREFOX CSS BUG WHERE OVERFLOW OCCURS WHEN USED W/ FACEBOX
	*/
	padding: 0px;
	cursor: move;
	font-weight: bold;
    /* ORIGINAL VERSION
	font-size: 16px;
	*/
	font-size: 14px;
	/* ORIGINAL VERSION
	height: 28px;
	*/
	height: 24px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.groupItem .itemContent
{
    border: thin solid #DAFF9F;
    /* ORIGINAL VERSION
    padding: 10px;
	*/
	/*
	CHANGE NEEDED TO FIX FIREFOX CSS BUG WHERE OVERFLOW OCCURS WHEN USED W/ FACEBOX
	*/
	padding: 0px;
}

.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

