.EditWrapper
{
	border: 1px #3F6B8A dashed;
	min-height: 30px;
	min-width: 30px;
	padding: 3px;
	margin: 2px;
	position: relative;
}

.EditWrapperOverlay
{
	border-bottom: 1px #3F6B8A dashed;
	border-left: 1px #3F6B8A dashed;
	position: absolute;	
	background-color: white;
	top: 0;
	right: 0;
	padding: 4px;
}

.webBlocksHolder
{
    width: 99%;
    font-family: Arial;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1001;
    text-align: center;
}

.webBlocksControlPanel
{
    margin: 0 auto;
    text-align: center;
}

.webBlocksControlPanel .bar-left
{
    background: transparent url(../Admin/Images/bar-left.gif) no-repeat;
    width: 5px;
}

.webBlocksControlPanel .bar-middle
{
    background: transparent url(../Admin/Images/bar-middle.gif) repeat-x;
    padding: 7px 0 2px 0;
}

.webBlocksControlPanel .bar-right
{
    background: transparent url(../Admin/Images/bar-right.gif) no-repeat;
    background-position: right top;
    width: 5px;
}

.waLogo
{
    float: left;
    background: transparent url(../Admin/Images/wa.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 4px 4px 4px 6px;
}

.standardButton
{
    background-image: url(../Admin/images/button-bg.gif);
    margin: 0 2px;
    float: left;
    padding: 4px 10px;
    border: 1px solid #A09A8B;
    color: #403D2F; text-decoration: none; font-size: 12px;
    font-weight: normal;
}
a.standardButton:link { color: Black; }
a.standardButton:visited { color: Black; }
a.standardButton:active { color: Black; }
a.standardButton:hover { color: Black; }

.standardButton_disabled
{
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
}
.standardButton_selected
{
    background-image: url(../Admin/images/button-bg-selected.gif);
    color: #000000;
}


.wbEditDiv
{
	background-color: transparent;
	position: absolute;
	z-index: 9000;
	top: 200px;
	left: 0;
	border:0;
	text-align: center;
	width: 100%;
}

.wbBlackoutDiv
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.6;
    filter: alpha(opacity=60);
}

.wbEditFrame
{
	text-align: center;
	width: 725px;
	height: 430px;	
	border: 4px gray solid;
	background-color: White;
	z-index:9000;
}
