﻿
#divformContent
{	
	
	position: absolute;
	background-color: White;
	border:solid 1px darkgray;
	padding: 6px 6px 6px 6px;
	overflow: visible;
z-index: 9999;
}

.divHandle
{
		font-family: Arial;
	font-size: 12px;
	cursor: move;
	width:100%;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 4px;
	background-color: Navy;
	color: White;
	height: 20px;
	vertical-align: text-bottom;
}
	
#divHandle
{
	font-family: Arial;
	font-size: 12px;
	cursor: move;
	width:100%;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 4px;
	background-color: Navy;
	color: White;
	height: 20px;
	vertical-align: text-bottom;
}


#divEditContent
{
	padding: 2px 2px 2px 2px;
	margin-top: 4px;
	border: solid 1px #DDDDDD;
	height: 100%;
	width:100%;
	overflow: visible;
}

#divEditContentClose
{
position: absolute; 
vertical-align: middle; 
text-align:center; 
cursor:pointer; 
right:8px; 
width:10px; 
height: 16px; 
top:9px; 

color: White;
font-weight: bold;
}

.BackstageListRow
{
	cursor:pointer; 
	width:940px; 
	border-bottom: dashed 1px black; 
	background-color:white; 
	padding-left: 2px;
	padding-top: 2px; 
	padding-bottom: 2px;

}