iframe.CUEditor_Composition
{
	/* border: 1px inset; */
	border: solid 1px gray;
	font-size:14px;
}
table.CUEditor_Body
{
	/* background-color:#9EBEF5; */
	border: 1px solid #808080;
}
.yToolbar
{
}

.CUEditor_Btn
{
	background-color: gainsboro;
	text-align: center;
	height: 28px;
	width: 28px;
}
.CUEditor_Ico
{
	cursor: hand;
}

.CUEditor_TBGen
{
	font: 8pt verdana,arial,sans-serif;
}


.CUEditor_Table
{
	font: 9pt verdana,arial,sans-serif;
}

.CUEditor_BtnMouseOverUp
{
	/* 	BACKGROUND-COLOR: #CCCCCC; 	*/
	text-align: center;
	cursor: hand;
	height: 28px;
	width: 28px;
}

.CUEditor_BtnMouseOverDown
{
	/* 	BACKGROUND-COLOR: #EEEEEE; 	*/
	border: #999999 1px solid;
	text-align: center;
	cursor: hand;
	height: 28px;
	width: 26px;
}

.BtnDown
{
	/* 	BACKGROUND-COLOR:  #8592B5; 	*/
	cursor: hand;
	text-align: center;
}

.CUEditor_IcoDown
{
	cursor: hand;
}

.CUEditor_IcoDownPressed
{
	cursor: hand;
}


td.CUEditor_TabOn
{
	font: 8pt MS Sans Serif;
	padding: 1px 5px;
	border: 1px inset;
	background-color: #EEEEEE;
}

td.CUEditor_TabOff
{
	font: 8pt MS Sans Serif;
	padding: 1px 5px;
	border: 1px outset;
	cursor: hand;
}

.CUEditor_OutColor
{
	border: 1 double;
	border-color: #7E7D9D #7E7D9D #7E7D9D #7E7D9D;
	cursor: hand; /* background: #9EBEF5; */
}

.CUEditor_OverColor
{
	border: 1 double;
	border-color: #ffffff #999999 #999999 #ffffff;
	cursor: hand; /* background: #81A9E2; */
}

.CUEditor_ClickColor
{
	border: 1 double;
	border-color: #999999 #ffffff #ffffff #999999;
	cursor: hand; /* background: #81A9E2; */
}
