.palette
{
	font: 8pt verdana;
}
		
.linkbox-off
{
	width: 100px;
	height: 15px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 1px;
	font-size: 8pt;
    color: #000000;
    font-family: arial;
    cursor: hand;
    text-align: left;
}

.linkbox-on
{
	width: 100px;
	height: 15px;
	border: 1px solid #aaaaaa;
	background-color: #dedede;
	padding: 1px;
	font-size: 8pt;
    color: #000000;
    font-family: arial;
    cursor: hand;
    text-align: left;
}
.btnImage { border: 1px solid #ffffff; cursor: pointer; margin-left: 2px;}
select { margin-left: 2px;}

.tableInsertBox { width: 13px; background-color: #ededed; border: 1px solid #cccccc; font: 10px arial; cursor: crosshair }

.symbolBox
{
	font: 14px arial;
	background-color: #fefefe;
	border: 1px solid #bbbbbb;
	color: #ffffff;
	width: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}

.symbolPreview
{
	border: 1px solid #666666;
	background-color: #efefef;
	font: 36px arial;
	height: 46px;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 48px;
	text-align: center;
}
