﻿
/* Write Only Style */
.WriteOnlyText
{
	width: 300px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.WriteOnlyText_H1
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

/*Drag Pop Style*/
.dragContainer
{
	  background-image : url('../images/listing-bg.gif');
	  padding:5px;
	  position :relative;
	  float:left;
      background-color: white;
      height: 450px;
      width: 480px;
      border-bottom-color: black;
}
.dragHeader
{
	background-color: white;
	position :relative;
	float:left;
	color: black;
	height: 30px;
	width: 470px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	vertical-align: bottom;
}
.dragDetail{
      position :relative;
	  float:left;
	  background-color : silver;
      height: 420px; 
      width: 470px;
      padding:5px;
}

.progressBar
{
	display:none;
	filter: alpha(opacity=70);
	opacity: 0.3;
	float:left;
	width:450px;
	height:400px;
	top:0px;
	left:0px;
	position: absolute;
	background-color:silver;
	}
	
	
.admin 
{
	background-image: url('../images/listing-bg.gif');
    position:absolute;
    z-index:500;
    width:400px;
    height:375px;
    /*padding:25px;*/
    background-color:silver;
    border:3px solid #ccc;
    color:#000;
}