﻿.templateEditPanel{
	width:100%;
	margin-bottom:10px;
}
.templateEditPanel a{
	font-weight:normal;
	color:#f90;
	text-decoration:none;
}
.templateEditPanel td{
	color:#999;
}
.templateEditPanel a.option{
	padding-right:5px;
	border-right:1px solid #ccc;
	margin-right:5px;
}
.templateEditPanel a.selected{
	font-weight:bold;
}
.templateEditPanel a.link{
	padding:0px 0px 2px 10px;
	margin:1px 5px 0px 0px;
	display:block;
	background:url('../gfx/templateEditPanel/link.gif') center left no-repeat;
}
.templateEditPanel a.link:hover{
	text-decoration:underline overline;
}
.templateEditPanel .div{
	padding:0px 5px;
	border-right:1px solid #ccc;
}
.templateEditPanel .linkDiv{
	padding:0px 5px 2px 10px;
	margin:1px 5px 0px 0px;
	background:url('../gfx/templateEditPanel/link.gif') center left no-repeat;
	border-right:1px solid #ccc;
}
.templateEditPanel a.linkDiv:hover{
	text-decoration:underline overline;
}
.templateEditPanel .topLeft{
	background:url('../gfx/templateEditPanel/topLeft.gif');
	width:5px;
	height:21px;	
}
.templateEditPanel .top{
	font-weight:bold;
	color:#666;
	background:url('../gfx/templateEditPanel/top.gif') top left;
	width:auto;
	height:21px;	
}
.templateEditPanel .topRight{
	background:url('../gfx/templateEditPanel/topRight.gif');
	width:5px;
	height:21px;	
}

.templateEditPanel .left{
	background:url('../gfx/templateEditPanel/left.gif');
	width:5px;
	height:auto;	
}
.templateEditPanel .center{
	width:auto;
	height:auto;	
}
.templateEditPanel .right{
	background:url('../gfx/templateEditPanel/right.gif');
	width:5px;
	height:auto;	
}

.templateEditPanel .bottomLeft{
	background:url('../gfx/templateEditPanel/bottomLeft.gif');
	width:5px;
	height:5px;	
}
.templateEditPanel .bottom{
	background:url('../gfx/templateEditPanel/bottom.gif');
	width:auto;
	height:5px;	
}
.templateEditPanel .bottomRight{
	background:url('../gfx/templateEditPanel/bottomRight.gif');
	width:5px;
	height:5px;	
}
.templateEditPanel select{
	font:7pt verdana;
	padding:0px;
	border:1px solid #999;	
}