﻿*
{
	/*IE 6 specific*/
    margin:0px;
    color:inherit;
}

/*Restore margins for the following elements*/
blockquote { margin-left: 40px; margin-right: 40px }
ol, ul { margin-left:40px; }
h1  { margin: .67em 0; }
h2  { margin: .75em 0; }
h3  { margin: .83em 0; }

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

.TemplatePlaceHolder
{
    padding-left:30px;
    vertical-align:top;
    position:relative;
}

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

.DragableItemBase
{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1.2; /*Don't change this one. This setting works perfectly with IE*/
	/*border:solid 0px gray;*/
}

.DragableItem
{
	overflow:visible;
	left:0px;
	top:0px;
	background-color:inherit;	
	line-height:1.2; /*Don't change this one. This setting works perfectly with IE*/
	/*_filter:progid:DXImageTransform.Microsoft.Shadow(color=black, strength=2, direction=135);*/
}

.DragableItem_Dragging
{
	opacity:0.7;
	z-index:1000000;
	_filter:alpha(opacity=70) progid:DXImageTransform.Microsoft.Shadow(color=black, strength=5, direction=135);
}

.DragableItem_Resizing
{
	opacity:0.7;
	z-index:1000000;
	_filter:alpha(opacity=70);
}

.DragableItemDefaultDimensions
{
	width:100px;
	height:100px;
}

.DragableItemHeaderList
{
    position:absolute;
    left:0px;
    /*top:-18px;*/
    top:0px;
    /*border-left:solid 1px #6992B8;
    border-right:solid 1px #6992B8;*/
    width:100%;
    height:18px;

    background-color:Blue;
	cursor:move;

	overflow:hidden;
	text-align:left;
	padding-left:0px;
	text-overflow:clip;
	visibility:hidden;
	vertical-align:middle;
	color:white;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	z-index:100000;
}

.DragableItemContentDefaultDimensions
{
	text-align:center;
	width:98px;
	height:80%;
}

.DragableItemContentArea
{
	position:relative;
	display:block;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}

.DragableItem_ResizeHandle
{
    position:absolute;
    bottom:0px;
	height:16px;
	width:16px;
	display:none;
	visibility:hidden;
	/*cursor:se-resize;*/
	vertical-align:bottom;
	z-index:1000;
	/*background-color:red;*/
}

legend
{
	white-space:nowrap;
}


/*CONTROL SPECIFIC Styles*/
.Control_Image_Container, 
.Control_Image_Container:link,
.Control_Image_Container:visited
.Control_Image_Container:active,
.Control_Image_Container:hover
{
	border:none;
	outline:none;
	font-size:0px;
	display:block;
}


.Control_Image_Container img
{
	border:none;
}