#dragbox { text-align:center; z-index:10100; }
.header { cursor:move;}
.body { background: #e7e7e7; border:1px solid silver; overflow:hidden; }
.btns { cursor:pointer; width:15px;height:15px;}
.RowMouseOver { background:lightblue }
IMG { vertical-align:middle; }
body { background:#ffffff url(../ImageGallery/SystemFiles/images/background_Main.jpg); }
.SetTemplateKey
{
	border-right: black 2px solid; 
	z-index: 2000;
    padding-right: 1px; 
    border-top: black 2px solid; 
    display: none; 
    padding-left: 1px;
    left: 0px; 
    padding-bottom: 1px; 
    border-left: black 2px solid; 
    width: 400px; 
    cursor: move;
    border-bottom: black 2px solid; 
    position: absolute; 
    top: 0px; 
    height: 100px;
    background-color: white;
}
.SettingInfo
{
	width: 100%; 
	border-bottom: black thin solid; 
	height: 20px; 
	background-color: #cccccc;
}
.CloseBtn
{
	border: 0px;
	border-right: black 1px solid; 
	left: 0px; 
	cursor: hand; 
	position: absolute;
    top: 1px;
}
.BodyCoverClass
{
	float:right;
	position:absolute;
	display:none;
	height:100%;
	width:100%;
	filter:alpha(opacity=1);
	opacity:0.01;
	background-color:whitesmoke;
	z-index:10000;
}
.DragBoxClass
{
	position:absolute;
	left:150px;
	top:150px;
	height:300px;
	width:600px;
	filter:alpha(opacity=100);
	opacity:1;
	display:none;
}
.HeaderMiddleClass
{
	width:17px;
	padding-top:6px;
	background:url('../ImageGallery/SystemFiles/Images/Dialog/header_middle.gif');
}
.HeaderMiddleClass2
{
	background:url('../ImageGallery/SystemFiles/Images/Dialog/header_middle.gif');
	padding-top:3px
}
.HeaderMiddleClass3
{
	width:70px;
	background:url('../ImageGallery/SystemFiles/Images/Dialog/header_middle.gif');
	padding-top:3px
}
.BodyButtomClass
{
	height: 1px; 
	width: 100%; 
	background: url('../ImageGallery/SystemFiles/Images/Dialog/body_bottom_middle.gif');
}
