/* General styles */
#droparea {
	width:	250px;
	height:	100px;
	border:	1px black;
	border-style: solid solid solid solid;
}

.drag {
	border:	1px #999900;
	border-style: solid solid solid solid;
	margin:	5px;
	background-color: gray;
	cursor:	move;
}

.emptyWidgetWrapper {
	margin:		0;
	padding:	0;
}

.widgetWrapper {
	width:			100%;
	margin:			0;
	padding:		0;
	z-index: 		100;
}

.widgetWrapper .buttons {
	position:absolute;
	top: 5px;
}

#content-wrap-full .buttons,
#footer .buttons {
	left: 955px;
}
#content-wrap-full #banner2 .buttons,
#content-wrap-full #banner3 .buttons {
	left: 460px;
}

#content-container .buttons {
	left: 745px;
}

#content-container #dt2 .buttons,
#content-container #dt3 .buttons,
#content-container #dt4 .buttons {
	left: 225px;
}

#content-wrap-full #dt2 .buttons,
#content-wrap-full #dt3 .buttons,
#content-wrap-full #dt4 .buttons {
	left: 295px;
}

/* New style  */
#content-container #et2 .buttons,
#content-container #et3 .buttons,
#content-container #et4 .buttons {
	left: 225px;
}

#content-wrap-full #et2 .buttons,
#content-wrap-full #et3 .buttons,
#content-wrap-full #et4 .buttons {
	left: 295px;
}
/* /New style  */

#content-container #banner2 .buttons,
#content-container #banner3 .buttons {
	left: 307px;
}

#xxxsideContent .widgetWrapper .buttons{
	background:#979897 none repeat scroll 0 0;
	float:left;
	margin-left:75px;
	position:absolute;
	width:64px;
}

#sideContent .close{
	left: 22px;
	heigth: 21px;
	width: 21px;
}	


.xxxwidgetWrapper .buttons .close {
	float:			left;
	background: 	transparent url("widget-button-close.gif") no-repeat 0 0px;
	width:			21px;
	height:			21px;
	cursor:			pointer;
	
}

.atliTest{
	height: 100px;
	background-color: #CCC;
	margin-bottom: 10px;
	display: block;
}
