
.te
{
	border: 1px solid #bbb;
	padding: 0 1px 1px;
	font-family: verdana,sans-serif;
	margin: 0px;
	float: left;
}

.te textarea.tinyeditor
{
	font-family: verdana,sans-serif !important;
	font-size: 1.25em !important;
	line-height:1.1em !important;
}

.te div
{
	margin: 0 !important;
	float: left;
	font: 12px Verdana,sans-serif;
}

.te iframe
{
	border: none;
	margin: 0;
	background: #fff;
	font: 12px Verdana,sans-serif;
}

.teheader
{
	width: 100%;
	float: left;
	height: 31px;
	border-bottom: 1px solid #bbb;
	background: url(images/header-bg.gif) repeat-x;
	padding-top: 1px;
}

.teheader select
{
	float: left !important;
	margin-top: 5px;
	font-size:1.1em;
	padding: 1px;
}

.tefont { margin-left: 12px; }
.tesize { margin: 0 3px; }
.testyle { margin-right: 12px; }

.tedivider
{
	float: left !important;
	width: 1px;
	height: 30px;
	background: #ccc;
}

.tecontrol
{
	float: left !important;
	width: 34px;
	height: 30px;
	cursor: pointer;
	background-image: url(images/icons.png);
}

.tecontrol:hover
{
	background-color: #fefefe;
	background-position: 30px 0;
}

.tefooter
{
	width: 100%;
	height: 32px;
	border-top: 1px solid #bbb;
	background: #f5f5f5;
}

.toggle
{
	float: left !important;
	background: url(images/icons.png) -34px 2px no-repeat;
	padding: 9px 13px 0 31px;
	height: 23px;
	border-right: 1px solid #ccc;
	cursor: pointer;
	color: #666;
}

.toggle:hover { background-color: #fff; }

.resize
{
	float: right;
	height: 32px;
	width: 32px;
	background: url(images/resize.gif) 15px 15px no-repeat;
	cursor: s-resize;
}

#editor
{
	cursor: text;
	margin: 10px;
	background: #fff;
}
